diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..5acb1b1971aa157d587c14985e08ddbe6b4e3fcb 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 +metadata/cache/transcripts/.DS_Store filter=lfs diff=lfs merge=lfs -text diff --git a/metadata/README.md b/metadata/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3eadc426d4c2900f0fda20e996c6f38d11502bd4 --- /dev/null +++ b/metadata/README.md @@ -0,0 +1,189 @@ + +# ViMU: Benchmarking Video Metaphorical Understanding + +ViMU is a video understanding benchmark designed to evaluate whether multimodal models can go beyond literal perception and infer metaphorical, rhetorical, and socially grounded meanings in videos. + +Unlike standard video understanding datasets that focus mainly on objects, actions, events, or temporal relations, ViMU targets implicit subtext: what a video means beyond what is directly shown. The benchmark includes open-ended interpretation, evidence grounding, rhetoric mechanism identification, and social value signal identification. + +## Dataset Structure + +After downloading, the dataset should be organized as: + +```text +ViMU/ +├── videos/ +│ ├── vimu_000001.mp4 +│ ├── vimu_000002.mp4 +│ └── ... +├── metadata/ +│ ├── vimu_oe.jsonl +│ ├── vimu_eg.jsonl +│ ├── vimu_ss.jsonl +│ ├── video_evidence.jsonl +│ └── cache/ +│ ├── frames/ +│ └── transcripts/ +└── output/ +```` + +The current uploaded archive may contain only a small subset of the full dataset for review or testing purposes. + +## Files + +### `videos/` + +This directory contains anonymized video files. Each video is named by its anonymous ID, for example: + +```text +vimu_000001.mp4 +vimu_000002.mp4 +``` + +### `metadata/vimu_oe.jsonl` + +Open-ended interpretation task. Each line corresponds to one video and contains: + +```json +{ + "video_id": "...", + "video_path": "...", + "taxonomy": {...}, + "qa": { + "question": "...", + "answer": "...", + "short_reference_points": [...], + "grading_rubric": {...} + } +} +``` + +This task asks models to answer a hint-free question about the video’s intended meaning. + +### `metadata/vimu_eg.jsonl` + +Evidence grounding task. Each line contains a multi-label question asking which video elements support the intended meaning. + +The candidate evidence sources include: + +```text +visual scene / objects +on-screen text +spoken dialogue +tone of voice +editing transition +``` + +The fields include: + +```json +{ + "video_id": "...", + "question_type": "evidence_grounding", + "question": "...", + "intended_meaning": "...", + "options": {...}, + "correct_options": [...], + "correct_labels": [...] +} +``` + +### `metadata/vimu_ss.jsonl` + +Structured subtext task. Each line contains two multi-label multiple-choice tasks: + +```text +rhetoric_mechanisms +social_value_signals +``` + +Each task uses five macro-level categories labeled A--E. + +For rhetoric mechanisms: + +```text +A. Literal / Direct +B. Opposition / Incongruity +C. Attitude / Tone-based Rhetoric +D. Amplification / Stylization +E. Implicit / Coded Social Framing +``` + +For social value signals: + +```text +A. Neutral / No Social Signal +B. Emotional Attitude +C. Social Evaluation / Devaluation +D. Norm and Value Framing +E. Identity / Ideological Signaling +``` + +### `metadata/video_evidence.jsonl` + +Metadata used for model inference, including video paths, sampled frame paths, video duration, and ASR transcript. + +```json +{ + "video_id": "...", + "video_path": "...", + "duration_sec": 0.0, + "frames": [...], + "transcript": "..." +} +``` + +### `metadata/cache/` + +Optional cached evidence used by the scripts: + +```text +metadata/cache/frames/ +metadata/cache/transcripts/ +``` + +## Recommended Placement + +After downloading the dataset, place it as: + +```text +/path/to/ViMU/ +``` + +Then update the code scripts by setting: + +```python +PROJECT_ROOT = "/path/to/ViMU" +``` + +For example: + +```python +PROJECT_ROOT = "/Users/anonymous/ViMU" +``` + +## Tasks + +ViMU contains four evaluation tasks: + +| Task | File | Format | +| ---------------------------------- | ------------------------ | --------------------------- | +| Open-ended interpretation | `metadata/vimu_oe.jsonl` | Free-form generation | +| Evidence grounding | `metadata/vimu_eg.jsonl` | Multi-label multiple-choice | +| Rhetoric mechanism identification | `metadata/vimu_ss.jsonl` | Multi-label multiple-choice | +| Social value signal identification | `metadata/vimu_ss.jsonl` | Multi-label multiple-choice | + +## License + +This dataset is released under a **Research Use Only License**. + +The dataset is provided solely for non-commercial research purposes. Users may use, download, and analyze the dataset for academic and research activities, including model evaluation, benchmarking, and reproducibility studies. + +Commercial use, redistribution for commercial purposes, or use in products, services, or systems intended for commercial deployment is not permitted without prior written permission from the dataset maintainers. + +By using this dataset, users agree to comply with the terms above and to use the dataset responsibly, with appropriate consideration of privacy, fairness, and potential social impact. + +## Notes + +This dataset may contain offensive, harmful, or socially sensitive content because it studies videos and their implicit social meanings. The dataset is intended for research on video understanding, multimodal reasoning, and model evaluation. + + diff --git a/metadata/cache/frames/vimu_000001/frame_00.jpg b/metadata/cache/frames/vimu_000001/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcd49a50a536d67c282a22a56283047be8177cb4 --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f22c1d3f9ce4234c9e1053f9a0b1fb34b8c98d04da69faf304a590e4e0045c9 +size 40153 diff --git a/metadata/cache/frames/vimu_000001/frame_01.jpg b/metadata/cache/frames/vimu_000001/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de5805371c953ce116dc1627bc50d43b0833d75d --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5e772a7e267a6eb3ece3556531a3b498adfb98d824f68d89375a7a488b54d2 +size 41662 diff --git a/metadata/cache/frames/vimu_000001/frame_02.jpg b/metadata/cache/frames/vimu_000001/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e4707569a9c9e02cc3789de0a2fb11683cef373 --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2acd23ea0baef9dafb7feed41106b8f9a667bd050dfd31f5b091592cba19935 +size 42047 diff --git a/metadata/cache/frames/vimu_000001/frame_03.jpg b/metadata/cache/frames/vimu_000001/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f9761e522c669213edcaf934685b28ab4e15ecc --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d62805c25b8eee64408762d36769648bbf2e54691bc339470a95e9e2870d605 +size 42370 diff --git a/metadata/cache/frames/vimu_000001/frame_04.jpg b/metadata/cache/frames/vimu_000001/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca3a38c892d2b344ec3ba74ee6e7324b5a057aec --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc96fc3088f73226070797553dc24768b0278c677dd1c5582983369d2b00c7 +size 42856 diff --git a/metadata/cache/frames/vimu_000001/frame_05.jpg b/metadata/cache/frames/vimu_000001/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b994fdb2668ac5b8e286f9ac75e4297f0f99210 --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b3494fe6383ff4ceb2073920c3d9168631f93abb45a4d1042fe1b14892e78b +size 43236 diff --git a/metadata/cache/frames/vimu_000001/frame_06.jpg b/metadata/cache/frames/vimu_000001/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46af63df0a9f5ed7b06ffc2a1310240eee7e9600 --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3bb5dda063505376a3df32c3dcc244206948cc86a6dfcc0b8933a8a6f75690 +size 42034 diff --git a/metadata/cache/frames/vimu_000001/frame_07.jpg b/metadata/cache/frames/vimu_000001/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76490a5e8a9b1d21f09f41a3a4e1b5d37f965314 --- /dev/null +++ b/metadata/cache/frames/vimu_000001/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f745671157470af9af3c275ac3657298b0102aa844f0708d71f2ff3967683b +size 43061 diff --git a/metadata/cache/frames/vimu_000002/frame_00.jpg b/metadata/cache/frames/vimu_000002/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f2bab726638e3144b2cc645cc30c533a7e53e86 --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7af05ece9d8daaeba637189dd176c3ebdc979425219483289979fa16eb999b7 +size 54292 diff --git a/metadata/cache/frames/vimu_000002/frame_01.jpg b/metadata/cache/frames/vimu_000002/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a096a4d920713f2a2bd111fce34ff079fadf9a2d --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58243c8ca54a176faa17554fd7251261ad0ac4beac271e16c1d8c3c55b4feac3 +size 54531 diff --git a/metadata/cache/frames/vimu_000002/frame_02.jpg b/metadata/cache/frames/vimu_000002/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18ebccffe5aff029c5513d1f8f0709be6f2ab9d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32e6dded7353856e793342ea5f10bd541d3aa65fd0747a10a7e065b00e6dfda +size 55005 diff --git a/metadata/cache/frames/vimu_000002/frame_03.jpg b/metadata/cache/frames/vimu_000002/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c26e7127af514653fd8e92c5d99f96d3bc3a166 --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd238bd301d84a1efa3b6bceeaeaa8f8163036a3a6bb6cdc9edb087968322e +size 54068 diff --git a/metadata/cache/frames/vimu_000002/frame_04.jpg b/metadata/cache/frames/vimu_000002/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b118ce41ea3f04ac9e2d7ec1b551f3457f263ab6 --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4405b0e3969390ce72f08fa8212687dd80f83cad39b9a714eea86e7757859d +size 90554 diff --git a/metadata/cache/frames/vimu_000002/frame_05.jpg b/metadata/cache/frames/vimu_000002/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2e7c4e47e34c66eac0d0d4b85df25160cdbb075 --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd3db5c15d8be0e5ef08448babf88ab386cc28579ecf44b908421d6d64eba8c +size 102123 diff --git a/metadata/cache/frames/vimu_000002/frame_06.jpg b/metadata/cache/frames/vimu_000002/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1797f835087eb8a7baed16a79b2c52c74b8535ec --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031a0abac4107647997d2a920d560af670255aa7776b1da262a117d466797383 +size 108069 diff --git a/metadata/cache/frames/vimu_000002/frame_07.jpg b/metadata/cache/frames/vimu_000002/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..633e8f7db76a3335e4adfa1ee00477cbf3197422 --- /dev/null +++ b/metadata/cache/frames/vimu_000002/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176a39e2af888a577eed015921db6b84372bf1ba2902a4108939abec4d5c5c87 +size 106710 diff --git a/metadata/cache/frames/vimu_000003/frame_00.jpg b/metadata/cache/frames/vimu_000003/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84ca3808dc5e3d1bedde34f819682724f927fd33 --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1111eae03fb2fc91e07e8821134e5c2e686a4d518cd9344fa37e4c4100d9978a +size 38901 diff --git a/metadata/cache/frames/vimu_000003/frame_01.jpg b/metadata/cache/frames/vimu_000003/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64a38fba1a14b5b974cf9bf72f82638c72616717 --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007788588d6eb3f6764174754fe5580a5cc47f5155a8f6f22dce9c9077135552 +size 36038 diff --git a/metadata/cache/frames/vimu_000003/frame_02.jpg b/metadata/cache/frames/vimu_000003/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07e2b52c3d01a5effb11b3cccfd64aa1d091018c --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fcafde0eba1e5786e337183785113385160920307ff96a04a66687b880b540 +size 44251 diff --git a/metadata/cache/frames/vimu_000003/frame_03.jpg b/metadata/cache/frames/vimu_000003/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c59a7728f3f2b2fde7671a8cc7ce4b236e50c13b --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2e82f224d8c735f2aee415dea24b234808594c900bdc4c79fd117da348eabd +size 47835 diff --git a/metadata/cache/frames/vimu_000003/frame_04.jpg b/metadata/cache/frames/vimu_000003/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdb4de7f202ac0b4dccf7cccb79790a223db9992 --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24b9c2af42805cff0a06805e9b6a6c7962487e247e56507496f4f31ba029955 +size 51171 diff --git a/metadata/cache/frames/vimu_000003/frame_05.jpg b/metadata/cache/frames/vimu_000003/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c488c8f1aa1b80e546814045d45ce2d3a05aef3 --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e517d86ea578eff3392dedd8e871e3063ca10945469c7096cb595332f3edd4f +size 55977 diff --git a/metadata/cache/frames/vimu_000003/frame_06.jpg b/metadata/cache/frames/vimu_000003/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11ebe12b55a3036e7a3d7e826b74688fcb19e00e --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa4ec06504cbec5925934eb61b465b0d0303db3a4c08a87ba7f86da369435a3 +size 59205 diff --git a/metadata/cache/frames/vimu_000003/frame_07.jpg b/metadata/cache/frames/vimu_000003/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c2236b9f3f7859e1b52e15e9c117a05c419a28f --- /dev/null +++ b/metadata/cache/frames/vimu_000003/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb4869e76e75bc73d21897ecd2eda9d127f0f02c9d292775edc4c1c30591b69 +size 59304 diff --git a/metadata/cache/frames/vimu_000004/frame_00.jpg b/metadata/cache/frames/vimu_000004/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e5a315ae0d627bcd8f43f6536727a381b7bb186 --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e93cdcc8211eea4aff692fc94bb203dcc49429dfb9a6b69b8865d4e9a97c12 +size 73166 diff --git a/metadata/cache/frames/vimu_000004/frame_01.jpg b/metadata/cache/frames/vimu_000004/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95a6a916cf26c327c87ef714ef7e424fa234d7d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689e7eb62686227be5b02a2ca6f236b49c72d3a7d6e43061529c382e768fe965 +size 66057 diff --git a/metadata/cache/frames/vimu_000004/frame_02.jpg b/metadata/cache/frames/vimu_000004/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80c8c8d019f8539a889795a0ed9e686e60dd63cd --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfd14d619200564612720b9235662119db83a598810b0038bc33a25ac775cb1 +size 52352 diff --git a/metadata/cache/frames/vimu_000004/frame_03.jpg b/metadata/cache/frames/vimu_000004/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98819381e1d3f31d778b90aad03fed0aef96dbc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b38878338c42f71fa3351ca2de663ba038b1234318a15e6f657f2576457f1a +size 47560 diff --git a/metadata/cache/frames/vimu_000004/frame_04.jpg b/metadata/cache/frames/vimu_000004/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5215887438326bc1a2c74d8e62f11a4301bfb0d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822b354fff8d5e3fdc03bc66797350bba12d81fcf77f5db51b052c2861d79c2b +size 52264 diff --git a/metadata/cache/frames/vimu_000004/frame_05.jpg b/metadata/cache/frames/vimu_000004/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5037e6184128b85f94ba3645fbced97671619497 --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2722ae0f56be47ba8af62a23217be1e56586839bffa2917abf349c5f41e52fc +size 38862 diff --git a/metadata/cache/frames/vimu_000004/frame_06.jpg b/metadata/cache/frames/vimu_000004/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a82ef2b99b73f2c2870aa04c1b6f3c7fcb28a96 --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab551126edaef9627c8e309719b84ad0e9f0412cd46d9377311c59f2b334ee85 +size 57715 diff --git a/metadata/cache/frames/vimu_000004/frame_07.jpg b/metadata/cache/frames/vimu_000004/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..984741a36322b6171c6e63344333a5f924cc28fb --- /dev/null +++ b/metadata/cache/frames/vimu_000004/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3723f7e8208e690611a0f9bcb706d875c18ceb5182e3a62c36c56b441a8d16 +size 43625 diff --git a/metadata/cache/frames/vimu_000005/frame_00.jpg b/metadata/cache/frames/vimu_000005/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c36574e12591d4b949f9d627e6b8be1e9e532f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c2d6d42a56475f956896ded33245342455876e1c6e7f569905b1587aeec82b +size 97098 diff --git a/metadata/cache/frames/vimu_000005/frame_01.jpg b/metadata/cache/frames/vimu_000005/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68898eea775b78fe4a8c3df52ce85fa05200a688 --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305acb256546ba76ee54a008bda89c8d01d89221d2beb35d6615820c4b6174c0 +size 91078 diff --git a/metadata/cache/frames/vimu_000005/frame_02.jpg b/metadata/cache/frames/vimu_000005/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f34f719f3ed6c47767f598616e3573faa3d35a68 --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695e3108a99d253ecf74e574068996b4bc0202c06f3e43b2621578b0ed032df6 +size 103783 diff --git a/metadata/cache/frames/vimu_000005/frame_03.jpg b/metadata/cache/frames/vimu_000005/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17b19cd75695fc93873f305336fa1d7a1f851567 --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0358e0d9d118044ccdc71dc3aafeca9f8326cfed1f82b49515a773654baab395 +size 106340 diff --git a/metadata/cache/frames/vimu_000005/frame_04.jpg b/metadata/cache/frames/vimu_000005/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51779ab4fd1802748dbc505f3b1bd5bd6b8ba69b --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d8e0d348005c52ff9397a9026f7ea508776c225af1fbfb84c8e9214a291ae0 +size 94280 diff --git a/metadata/cache/frames/vimu_000005/frame_05.jpg b/metadata/cache/frames/vimu_000005/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa4448b8665d8de131a6ab7b24e05baff57f02d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e4e368a69caffde5943505ce895ec8c53b5bf6b69dd07c6e00aafbd307ecbe +size 93237 diff --git a/metadata/cache/frames/vimu_000005/frame_06.jpg b/metadata/cache/frames/vimu_000005/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de146db23a3b070db55cc4e0c32f61e561644396 --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0309e320f506c9f91adc19d3e715a179ce826f359c1549f18ee52374ca478827 +size 84613 diff --git a/metadata/cache/frames/vimu_000005/frame_07.jpg b/metadata/cache/frames/vimu_000005/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc1add2015601d26804d9475ccfe777fc893f27a --- /dev/null +++ b/metadata/cache/frames/vimu_000005/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9339fe8288e85a97a072eca4be2e071cbdb85e8b5b91b1291ac40b27accc3b4 +size 77208 diff --git a/metadata/cache/frames/vimu_000006/frame_00.jpg b/metadata/cache/frames/vimu_000006/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c91477be1bd53aca13d7852ee098b56171f553b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd933bf27767297b145cc388dea48f627939268c43f2d8893c65811a08ac69dc +size 69211 diff --git a/metadata/cache/frames/vimu_000006/frame_01.jpg b/metadata/cache/frames/vimu_000006/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98bd0952a833652fc6208d4f536ded5d197a31fa --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d353106d956f717261861c2b54bc0836441dcee5681f6194e70b287c74700d2f +size 51769 diff --git a/metadata/cache/frames/vimu_000006/frame_02.jpg b/metadata/cache/frames/vimu_000006/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c7a02a9626e238358fca152adf2d3fb0ca5f78e --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d100e3941220e04f581427922e26c02038ab7916ef07e5733ff5de001c653d +size 57815 diff --git a/metadata/cache/frames/vimu_000006/frame_03.jpg b/metadata/cache/frames/vimu_000006/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..311b5b27aaf5e84ccdc54169eea38071e9266668 --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3868f30f902b5d018ae6c731c5453ce474735b3d3edfec2a3c86efe6fb830155 +size 53756 diff --git a/metadata/cache/frames/vimu_000006/frame_04.jpg b/metadata/cache/frames/vimu_000006/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0449a7b826f766c859eb32b59ee8f2847de136f --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5e6aacb1e6c0e6d3f4cbcc6a45108164be84ac7ec7e6fafc0f070637f02788 +size 58806 diff --git a/metadata/cache/frames/vimu_000006/frame_05.jpg b/metadata/cache/frames/vimu_000006/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7203574c9599552f57f6c9a1f90f4cc2524435e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec21a3494719786db954e2b57d4fb46bf5e3d55b42c73ad1f9d515569dc653c +size 49335 diff --git a/metadata/cache/frames/vimu_000006/frame_06.jpg b/metadata/cache/frames/vimu_000006/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97cafbc8da1c528d365bba4b860ff080ff754cd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6c1f2d2ea44d2e4a2b701d8654ce59edfe5c0e8d7bb8483507d49967930904 +size 62471 diff --git a/metadata/cache/frames/vimu_000006/frame_07.jpg b/metadata/cache/frames/vimu_000006/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..231ee7fe6361a03e59a330baad50596e33309c94 --- /dev/null +++ b/metadata/cache/frames/vimu_000006/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8179ad5ecdbb5f2668aa6708e39c784996a66a45adead71a3e7e5f95a67af936 +size 71029 diff --git a/metadata/cache/frames/vimu_000007/frame_00.jpg b/metadata/cache/frames/vimu_000007/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43972fb7742d15ca22eabd1786c75134c455e903 --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1c9f33cb91a18d6f7f98f48c8e5e309611428c595905e7c396fc6eeb15eef0 +size 65182 diff --git a/metadata/cache/frames/vimu_000007/frame_01.jpg b/metadata/cache/frames/vimu_000007/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b885f614ceb7bdfd91889a7c4862513cd37c9a3e --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3a0ba16ea7d9dc62016bbb86beb8d16e148da50388eddf913242ac10bd1069 +size 43390 diff --git a/metadata/cache/frames/vimu_000007/frame_02.jpg b/metadata/cache/frames/vimu_000007/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd324e26a1561a21b1062f9871ff5b13c7c26ab4 --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d1ff49a35c040ef536213515e31ccfa96c789009a6e7c2fa038131849ac8b1 +size 48708 diff --git a/metadata/cache/frames/vimu_000007/frame_03.jpg b/metadata/cache/frames/vimu_000007/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c7c67c8bcd09137e7946df6356a381af375a4f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ad2dcb9baa63a4ed5328283203065847a7a034c3ead01d7e5afdb67fa09a87 +size 37020 diff --git a/metadata/cache/frames/vimu_000007/frame_04.jpg b/metadata/cache/frames/vimu_000007/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff8e8b9338d130a1444fd9179cbcd7dcca3b0900 --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcb4e5609a2cd165e271b05bd47c274c3926bc4e90a7f007ddb5ba757006732 +size 39178 diff --git a/metadata/cache/frames/vimu_000007/frame_05.jpg b/metadata/cache/frames/vimu_000007/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..612adce335e011ec09c5352fa30a9ea782e1d590 --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d0c11a6c5c80770b7431485fa4345f12b64e22370a8f1da30a4d27486862c4 +size 37857 diff --git a/metadata/cache/frames/vimu_000007/frame_06.jpg b/metadata/cache/frames/vimu_000007/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6310164eaa81ff35e87098aec47713194fe89f71 --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b95a35851d75e412760407b550299e28e74af6f8e94adeb231fde25614ff6c8 +size 42022 diff --git a/metadata/cache/frames/vimu_000007/frame_07.jpg b/metadata/cache/frames/vimu_000007/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9f6085aacbb2cd8520c14ab8e8d9be3952e809d --- /dev/null +++ b/metadata/cache/frames/vimu_000007/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149bdbaee3062055cf59d78497b1c58e731d25e1d04139c3ffa47373b80dbd5f +size 55682 diff --git a/metadata/cache/frames/vimu_000008/frame_00.jpg b/metadata/cache/frames/vimu_000008/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f5915a1f75c01f9e8b35ddaa725c0821d677332 --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78945d8647159027d90f6d4bcbc33ea1018afafe86777756cdc4063396764ce +size 83500 diff --git a/metadata/cache/frames/vimu_000008/frame_01.jpg b/metadata/cache/frames/vimu_000008/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27c771b623558a98015091df3dbe23e5dfeb5339 --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe67fa5919d725a6ecf7a4b69d6ea563db3173e28a99e3a2f656a1d149cdf0b5 +size 86585 diff --git a/metadata/cache/frames/vimu_000008/frame_02.jpg b/metadata/cache/frames/vimu_000008/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7d05d3c90e7d4ffe4e8c5fbd14ec66fe021ea2b --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa23defbef03b016f779f4021d562489991acc89bb23a274de316233d5184d30 +size 86869 diff --git a/metadata/cache/frames/vimu_000008/frame_03.jpg b/metadata/cache/frames/vimu_000008/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a14119212b4361ffab5776af616bc24ca5f330b --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6266af35afb4bd9b615c5a23b9abeafd48cea1384bb8a494a8763e5216b5af42 +size 110039 diff --git a/metadata/cache/frames/vimu_000008/frame_04.jpg b/metadata/cache/frames/vimu_000008/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b71abe5d2af0de08e834a79440bf338689430d3a --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3517eafb9a6c407d0583467ef1389731e5f5a50c8f0398787f6298dcc22316f1 +size 60551 diff --git a/metadata/cache/frames/vimu_000008/frame_05.jpg b/metadata/cache/frames/vimu_000008/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1381876f96ab447164dda686b2869713d5f07ae8 --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca181e103b74cc3714dd0ed3f7651533d1052c10263feb80c8565b064ca895a1 +size 48233 diff --git a/metadata/cache/frames/vimu_000008/frame_06.jpg b/metadata/cache/frames/vimu_000008/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdd5abbf7d24d008b1be69c21837c8173cf3bf8c --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c06ae3f3931cd93e1313fc94741efdec282a5b59aa70090f544d93e546a6af +size 107591 diff --git a/metadata/cache/frames/vimu_000008/frame_07.jpg b/metadata/cache/frames/vimu_000008/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9db126782d2e226dd26d2b21b037d3b9543e3d3b --- /dev/null +++ b/metadata/cache/frames/vimu_000008/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83430da9f5e85c415f4a34197b3c73e2bd738b9dcff0db11b65813c2d54f8816 +size 82426 diff --git a/metadata/cache/frames/vimu_000009/frame_00.jpg b/metadata/cache/frames/vimu_000009/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a11ab428c5a9fcf9d066bd00e29573979b33eb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdc1335805733f2d948c89c1d31be4c096ff012d3d85f383a4eeddfcb242ba3 +size 92155 diff --git a/metadata/cache/frames/vimu_000009/frame_01.jpg b/metadata/cache/frames/vimu_000009/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9852d60d7b9f5e9a61ba406b55c8fb167c9fad09 --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999ec45e9d698ac322a84376afc52f3fea83e837fec4740e4ad2d639921623c8 +size 93695 diff --git a/metadata/cache/frames/vimu_000009/frame_02.jpg b/metadata/cache/frames/vimu_000009/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c96e9187b5f40b1bc9ccaa38c24c7143cb053a67 --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efb0719a0eeb8f869a11ca1606e843755839a74569faa1e16a0be3afc95bb3c +size 97824 diff --git a/metadata/cache/frames/vimu_000009/frame_03.jpg b/metadata/cache/frames/vimu_000009/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..731f6d29fca1a62d524e48a64515a67f1b84cbff --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcff98b753db7621e75d19eb6ab2d332a378e6af3a02444a5fba79bb1601037 +size 98081 diff --git a/metadata/cache/frames/vimu_000009/frame_04.jpg b/metadata/cache/frames/vimu_000009/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..410c2e37dc74b39e3d2d2d028644d386be8dd145 --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9d46b15eabdcaa2dc01bcd00a032a0f6c3fa1fc538b91eb63d9ba2d631c0bf +size 98646 diff --git a/metadata/cache/frames/vimu_000009/frame_05.jpg b/metadata/cache/frames/vimu_000009/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b130f8c70be68069b102829efdb9ea7b26e41d15 --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a086ec760b6dba06765f6a733def80d370cb3bbe9be1aa8581982eb6183c2e7 +size 104923 diff --git a/metadata/cache/frames/vimu_000009/frame_06.jpg b/metadata/cache/frames/vimu_000009/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd83660d7869010a90927ed2b9cb68db21c47568 --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab0d1d0c9a87ef7af3f1255d101b98220e5d8108c736167d55d144ce0f3c282 +size 76467 diff --git a/metadata/cache/frames/vimu_000009/frame_07.jpg b/metadata/cache/frames/vimu_000009/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e34ce73596c6fd7552d14404e53ec9a647a1877d --- /dev/null +++ b/metadata/cache/frames/vimu_000009/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1469f79fdd74d8dbfd5912ba317ac0f2b95a1184a46342a824cd7746802ea27a +size 91721 diff --git a/metadata/cache/frames/vimu_000010/frame_00.jpg b/metadata/cache/frames/vimu_000010/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58f0a8f1951bafa08555380f60fc1650a07050ce --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e809b8f08dc93a9dbe3aa5f65cb38f1bc7e65ec95cbb87b236dc371dc1c75a8 +size 73603 diff --git a/metadata/cache/frames/vimu_000010/frame_01.jpg b/metadata/cache/frames/vimu_000010/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..140b2aab4b4175a266e2defc05596444d3fbd639 --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41c9d7bc2d261f6d289dfd5ee875171868a93fced0ce4a45cd4b8e2ba39930c +size 69569 diff --git a/metadata/cache/frames/vimu_000010/frame_02.jpg b/metadata/cache/frames/vimu_000010/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a414a2776d56828f73548e054c3471f1f5579122 --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa4038de0e98ebf28e6bedf735b99dd5fe51145674b17ec33a742695c8d32dd +size 67284 diff --git a/metadata/cache/frames/vimu_000010/frame_03.jpg b/metadata/cache/frames/vimu_000010/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98fa3a3a548389c73e2bcfef28135d11c908f3b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bea061ccb531d477e1ba2c3341d7ed6200dad7e323905d7db3490a40b8684c +size 61122 diff --git a/metadata/cache/frames/vimu_000010/frame_04.jpg b/metadata/cache/frames/vimu_000010/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6169cc5253e53b62941f5bcbcb754a2d384b8930 --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5a034d7f4cbb8f359605188a1ee2e4cc2f377a951f0740c95eb90780f61dc7 +size 82250 diff --git a/metadata/cache/frames/vimu_000010/frame_05.jpg b/metadata/cache/frames/vimu_000010/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b9d8eb7497136697b322575c3543135f8eea34 --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb1c88440623916837a6f08ef6996a7f8522a5230a2cafcc9aac1fc6df49f0f +size 76061 diff --git a/metadata/cache/frames/vimu_000010/frame_06.jpg b/metadata/cache/frames/vimu_000010/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..562ce5cd1d7dd1df9ee704480069d6ae045523ce --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2db02d8fb19fe38467e98c4bf7ab4b5f98846b177576f7b589812208eee9f6f +size 62278 diff --git a/metadata/cache/frames/vimu_000010/frame_07.jpg b/metadata/cache/frames/vimu_000010/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6d40fbbbc8f72233aefac7233a6010a13b59cae --- /dev/null +++ b/metadata/cache/frames/vimu_000010/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f26730d397f8f61c286cca72f107f6eaee0c038031029440b7909518653cc37 +size 78661 diff --git a/metadata/cache/frames/vimu_000011/frame_00.jpg b/metadata/cache/frames/vimu_000011/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fdc60eff35a56eb7b984bb07a82274556d712db --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e28eb0886f66c4afbe44efc028e94fcea3c5358a5aa1f9a343a01a53423f52 +size 60440 diff --git a/metadata/cache/frames/vimu_000011/frame_01.jpg b/metadata/cache/frames/vimu_000011/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38878c6ba9e0182cc1f78dc661e5c2707e959eeb --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b3e06ba87134f3a5ba1c4c529570ddbcd02e1d0e5bd97740aa7ca73d0004cd +size 54751 diff --git a/metadata/cache/frames/vimu_000011/frame_02.jpg b/metadata/cache/frames/vimu_000011/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2baea8c21fedb2ae209baee397ad8143e5f3145 --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0621bc443b468c2f91cbf90575513a44869afdc4c4e67ab0d4421e541b5b74 +size 55595 diff --git a/metadata/cache/frames/vimu_000011/frame_03.jpg b/metadata/cache/frames/vimu_000011/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b47d8cc7c64479ad48a47176ac5cb667d53c26a --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4fbe25eb6459791975033af71e60442c3a24a95ab1917ce9274bc14f73e82e +size 53688 diff --git a/metadata/cache/frames/vimu_000011/frame_04.jpg b/metadata/cache/frames/vimu_000011/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cc839a66c2516518091c959bcfd28d60c8c0b10 --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f090b6529a96f82e4b527e0754df1645aac19fabfa9a160ea3ee949df08a94a +size 55524 diff --git a/metadata/cache/frames/vimu_000011/frame_05.jpg b/metadata/cache/frames/vimu_000011/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..324fdfd90ad885d1dc86de5595a572c336228e01 --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcd5ab9ee3728056b535eddd1eab7f6921ca2df6969711b0537892b19cbefb2 +size 56686 diff --git a/metadata/cache/frames/vimu_000011/frame_06.jpg b/metadata/cache/frames/vimu_000011/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..940ea27e9bf278bab4be23f5b211bc8ff03fb606 --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee723dce72fe9108fae1cb81beb3e537fff9d6dab434a232d6be222cfbe2eee +size 53615 diff --git a/metadata/cache/frames/vimu_000011/frame_07.jpg b/metadata/cache/frames/vimu_000011/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9374809231d3b63f82c7b65cc805c03d3364065 --- /dev/null +++ b/metadata/cache/frames/vimu_000011/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa947643b0143bcbadc3f98752cfdff0ebc5b8aefd1b527478565bec2b7cae61 +size 53566 diff --git a/metadata/cache/frames/vimu_000012/frame_00.jpg b/metadata/cache/frames/vimu_000012/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb48df91fb7e68d7c76e049350eb81316d4ea2e7 --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d851e77205ab1ad8f8ca96f51e06ce2192d1761f73eef3d7f3b00d9e40760e +size 76338 diff --git a/metadata/cache/frames/vimu_000012/frame_01.jpg b/metadata/cache/frames/vimu_000012/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6002fcb18d08568bbb212c6985e6cd95c2bcbe3 --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b53af4dd326f1ea3a283bd490fe749804effff22ca984eac08ac758f898df64 +size 119259 diff --git a/metadata/cache/frames/vimu_000012/frame_02.jpg b/metadata/cache/frames/vimu_000012/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce33b942f56544a58292418e8bffad15fd398aaf --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc08710e50b5765720b5493c5604d2e32af5fcf14e981b33b3aebb5a4991290e +size 100485 diff --git a/metadata/cache/frames/vimu_000012/frame_03.jpg b/metadata/cache/frames/vimu_000012/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abb556e31614ca38c9ec8a5c82c180f2193b0945 --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93be61cdbde2fd7efd3de069f7391a412d7e583d5d38a5d2a85b91e9ed628d55 +size 106716 diff --git a/metadata/cache/frames/vimu_000012/frame_04.jpg b/metadata/cache/frames/vimu_000012/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5b24ed2df3e531cc79040d3a02312138d9c6e9c --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f248871faa947cdd4749a9f0da4b2e601d52dceaa906d1637cb1db675959f1f +size 58811 diff --git a/metadata/cache/frames/vimu_000012/frame_05.jpg b/metadata/cache/frames/vimu_000012/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b3570668bd414ec467ab2726af705cccc3b317c --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76f3026249dbc03b9d532896b9addd934ce33c05e1f4e85b72023ee995fccaf +size 81019 diff --git a/metadata/cache/frames/vimu_000012/frame_06.jpg b/metadata/cache/frames/vimu_000012/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93be91c2c7ef4b8b273b53bb24ded75e8a9c785a --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b370c8d5cea014e378b2d3be87cfded36290fdf78843965aefdd4eb29404dc35 +size 67468 diff --git a/metadata/cache/frames/vimu_000012/frame_07.jpg b/metadata/cache/frames/vimu_000012/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5abdcd1aec12102ec88e05fde000a358ff6f8bf5 --- /dev/null +++ b/metadata/cache/frames/vimu_000012/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cc7941cb5b94ae9bd390dffa937e77227bbde39019b90f5d4f0047b917c112 +size 59442 diff --git a/metadata/cache/frames/vimu_000013/frame_00.jpg b/metadata/cache/frames/vimu_000013/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb96a18c1eb9bc457181e5f50830c0a17c236eb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6522160f074c29bab220f75f0642f244df039b2605aa19c8a5c9d09e4d34b5 +size 47008 diff --git a/metadata/cache/frames/vimu_000013/frame_01.jpg b/metadata/cache/frames/vimu_000013/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4e74033b8709e8af36ac9181bc2077a64166015 --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d42535989e31a3e797e43b9aaa3c6a73321a462bbe2012c4abd83605115d1c5 +size 70041 diff --git a/metadata/cache/frames/vimu_000013/frame_02.jpg b/metadata/cache/frames/vimu_000013/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d70d0e36aed885c00ccc57a6ab9d907d735a501 --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829992aad6b680c69381a7797d29a82eebcea45196bd6d7a5638a37a0eb8aebc +size 79264 diff --git a/metadata/cache/frames/vimu_000013/frame_03.jpg b/metadata/cache/frames/vimu_000013/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b273151d3cfa65f130285adf74bf5f9b39e0f2f --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e08651124f99d3f292f0f16ceae117e5b9b404d056f79fdf37ef1b53b82995 +size 73705 diff --git a/metadata/cache/frames/vimu_000013/frame_04.jpg b/metadata/cache/frames/vimu_000013/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baca95e71f1873c10d22c1c078d965b084d5ed1d --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285b2bf96a5fe4cdb276b21b0fdd50f19768e0b094455c79c6974fca49fdcc1c +size 85405 diff --git a/metadata/cache/frames/vimu_000013/frame_05.jpg b/metadata/cache/frames/vimu_000013/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23952b4ec899d2949678df4168fb39e6e0b17646 --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123c3710a2518d7284a7b74b642e2593ad332c8dc3fbcb51fde5f866fc7950a2 +size 97845 diff --git a/metadata/cache/frames/vimu_000013/frame_06.jpg b/metadata/cache/frames/vimu_000013/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e609244c1eff9927245127f85434a1f28e2b867b --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd4e8913c0674ac388afb42e10b8d6f62cf62f65f224915074f6381ae9743ac +size 113924 diff --git a/metadata/cache/frames/vimu_000013/frame_07.jpg b/metadata/cache/frames/vimu_000013/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfd7adcc2ff40e2585ef4cc677dd9c730160a7f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000013/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8374b1f0030e394769a33c789524a2f031a89cc5aee611195708a80f7cdc9c5b +size 115804 diff --git a/metadata/cache/frames/vimu_000014/frame_00.jpg b/metadata/cache/frames/vimu_000014/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d7f5fa5396db460c690aea915d8de18926f04b0 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21420a06ab8a49f8d4909cfddbca043f4538f7719d24927955044f88af2afa0c +size 27540 diff --git a/metadata/cache/frames/vimu_000014/frame_01.jpg b/metadata/cache/frames/vimu_000014/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7af8c871f680c3510671194209fe572768d68545 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9a79dfa201368fff238e037eaa9aa48e6c6936821693c37c88efa096c24e8d +size 26952 diff --git a/metadata/cache/frames/vimu_000014/frame_02.jpg b/metadata/cache/frames/vimu_000014/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d1566b116090178080a74e6ca619bb9da1f6648 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb84b96bed42237113330dcb8e0904f2c6357704375057548e571b195d6af1a +size 27337 diff --git a/metadata/cache/frames/vimu_000014/frame_03.jpg b/metadata/cache/frames/vimu_000014/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bab749f1ffcb592d1b0f47169850e5004675b99 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cbb5e7d1c8ba19768e40ffc2435483effb7516cf109fa4e3c25eaaeadd2eb6 +size 27473 diff --git a/metadata/cache/frames/vimu_000014/frame_04.jpg b/metadata/cache/frames/vimu_000014/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88980d8c330756fae0039652d8d801ea71b29212 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d388cec3153216f9f09461b9dc0e8ae681dffe69ccae268a7c12939ae8d9f4 +size 27390 diff --git a/metadata/cache/frames/vimu_000014/frame_05.jpg b/metadata/cache/frames/vimu_000014/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65e5cc4a20dabd78f4f7c17799c60322c4ceabed --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc39fac7cb3fe2eaa2a1e568c45c40268587fcde101a963b70feebe2b9929b3 +size 27790 diff --git a/metadata/cache/frames/vimu_000014/frame_06.jpg b/metadata/cache/frames/vimu_000014/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6bca6f1b16cb4c3ee5394fa85f7fc086cae40e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f8a9d789f4850f053c0bade0ddc9f030876c3d891b8b5af5c289f07e3e0c23 +size 27789 diff --git a/metadata/cache/frames/vimu_000014/frame_07.jpg b/metadata/cache/frames/vimu_000014/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78c58fc0f46399d94ae36e7a06ce2e7994c45238 --- /dev/null +++ b/metadata/cache/frames/vimu_000014/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c3ce4831040a10e8d1b8e3ae348dd71fac18cd430e3a07989df41ff91c6134 +size 27322 diff --git a/metadata/cache/frames/vimu_000015/frame_00.jpg b/metadata/cache/frames/vimu_000015/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8c634bacc7c89f8fd6971eb8c07b1656ad64a23 --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f057b7c8b2e5873c245326c0d52dc7424c3e04ab74ee8b1ac8331185c9f0e8 +size 104965 diff --git a/metadata/cache/frames/vimu_000015/frame_01.jpg b/metadata/cache/frames/vimu_000015/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e918a1612a08bf8e082ee19c387a00b44687ae7d --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de51523fd04298d79b6072a0ac2d219a4e0f1761f498ab6881237ee903c1ab0c +size 108029 diff --git a/metadata/cache/frames/vimu_000015/frame_02.jpg b/metadata/cache/frames/vimu_000015/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac52f291b608209aa1ef0aed54bede9a8bd556e --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fa34db003fbb0ee6a9776522705a375932bb84566c72684e7b3d51edd41d5d +size 102526 diff --git a/metadata/cache/frames/vimu_000015/frame_03.jpg b/metadata/cache/frames/vimu_000015/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d4f23e8321b9b87695556c9b00573ee9f91a10b --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e9a37f2560b4f14716a35794e1bb235a0553aaa4af6bbbaacf2d16f2200c89 +size 101833 diff --git a/metadata/cache/frames/vimu_000015/frame_04.jpg b/metadata/cache/frames/vimu_000015/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d7434e5aa7dda50e2aaa9a0b55026efa81a63c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d541c86b4ae337df7202a9ec5470afd9188b17e05266591effdbb71a7038b7b2 +size 104391 diff --git a/metadata/cache/frames/vimu_000015/frame_05.jpg b/metadata/cache/frames/vimu_000015/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00a22463c73f4cc4a561c908641b2b4f93a8a88b --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c88f70a918320b85260a5668604ea062afbfc39ef54174fa8bd4227cad9a617 +size 106046 diff --git a/metadata/cache/frames/vimu_000015/frame_06.jpg b/metadata/cache/frames/vimu_000015/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e1b0d7895a01c68e0d9ce513092ad0058b446c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e69b52666cdd6c4566a289991967a78cd479f6e9969221490bb5abdfe76536 +size 107187 diff --git a/metadata/cache/frames/vimu_000015/frame_07.jpg b/metadata/cache/frames/vimu_000015/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..559e067874c266d54a48e26fbb59e57666e80d79 --- /dev/null +++ b/metadata/cache/frames/vimu_000015/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575ed092bddaf794748ebd175c6b50226e3ba5a99b45b364cb4a74795ac22326 +size 109474 diff --git a/metadata/cache/frames/vimu_000016/frame_00.jpg b/metadata/cache/frames/vimu_000016/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea54639aab02a98a31f7ed3a4a0cb4a1f8c3308d --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e3b617d2760471691d65a742f73a1c9cd44f8bdd28bf1c9eb3a79e71e0fd3d +size 128902 diff --git a/metadata/cache/frames/vimu_000016/frame_01.jpg b/metadata/cache/frames/vimu_000016/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8164d8705a6835e82ce87b75ccaebb1a6c09e4a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1410776ec4705c2ab703a477641d21958cb541b92b484d31be747baa1d7a0395 +size 120467 diff --git a/metadata/cache/frames/vimu_000016/frame_02.jpg b/metadata/cache/frames/vimu_000016/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..529f95d8bb45bf3d32d0b38f7b0e41c26440736f --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5623bce50ae285706ae4c20faa4366fe48f9c719198f23b6249b5861afaaf684 +size 133924 diff --git a/metadata/cache/frames/vimu_000016/frame_03.jpg b/metadata/cache/frames/vimu_000016/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37f0de744f465d33ea3949ddf2dd0e74bf05532e --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea60e0044288a5ede442b0d7540ebde20e769ab95738d0a48c4f156cbdc3995 +size 133831 diff --git a/metadata/cache/frames/vimu_000016/frame_04.jpg b/metadata/cache/frames/vimu_000016/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f386aafd6b3b70e19f4ddf2d0805ef6af4e799ef --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc6e7887b8a44608c95cb15a51fda1cee6a4dda0903ad153ae9df9add71638d +size 126302 diff --git a/metadata/cache/frames/vimu_000016/frame_05.jpg b/metadata/cache/frames/vimu_000016/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f3b0b8f691e9de9269632e561091567a2c0bb83 --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc4ea4b2892969c165585c021b0202ed69324fb0d11eb7bff39ed3ba2d98450 +size 138829 diff --git a/metadata/cache/frames/vimu_000016/frame_06.jpg b/metadata/cache/frames/vimu_000016/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e412769c2ad5cce194311054aa0bdfc091833844 --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f50f7e90523121ad90980d130ebe4815d4e9a672d06bcf9d4c715aa572d38f +size 141895 diff --git a/metadata/cache/frames/vimu_000016/frame_07.jpg b/metadata/cache/frames/vimu_000016/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..145925a10d9ed561754117b8042d63313ba93375 --- /dev/null +++ b/metadata/cache/frames/vimu_000016/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7913c7c0eda9f1a08fff80ebb826d3cde174afcd18d2dc45a491dc5b870c45 +size 135602 diff --git a/metadata/cache/frames/vimu_000017/frame_00.jpg b/metadata/cache/frames/vimu_000017/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11fe7ea02409adfe119bbb1bcb9b10c945e8c34c --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aa8c9a4ef3d183e0c06272f870aa8135707a3e7dc4a8c760c2626e67343abf +size 70953 diff --git a/metadata/cache/frames/vimu_000017/frame_01.jpg b/metadata/cache/frames/vimu_000017/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23030b6517e9ac5f87c9fc2af86b36628384a8cc --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8a9d1dd9a8353148d9e7c9361007557fb7fd4e8a6e6c5bb9cdd07f0e690800 +size 67294 diff --git a/metadata/cache/frames/vimu_000017/frame_02.jpg b/metadata/cache/frames/vimu_000017/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25de1a1d2803119a6d277243ebf88200b63d57cd --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e923a6b7df1bed6535e4d937ea81d165cf7711d58944430ea03e0f550bf06d +size 69953 diff --git a/metadata/cache/frames/vimu_000017/frame_03.jpg b/metadata/cache/frames/vimu_000017/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f52e880d3b06cf0287355e30fe9d6448220b2dd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f044512efd59241c727dc0a91f56b7d69db4e0dec5035e123297992f37c359 +size 74990 diff --git a/metadata/cache/frames/vimu_000017/frame_04.jpg b/metadata/cache/frames/vimu_000017/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d08d5ee0b5777dc126540c6481168d4f000ff68 --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156ce6be17868b6ef9e694970d06229663bb52b5d965e4c6b0d4f2d0bbc076ef +size 75124 diff --git a/metadata/cache/frames/vimu_000017/frame_05.jpg b/metadata/cache/frames/vimu_000017/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb0e6b71fda536b806b6aff41a3ca3c878ad62b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b82c375b5a567986aa131c6ffb0bc36de80caa908a21125ecf2244728c5697 +size 74678 diff --git a/metadata/cache/frames/vimu_000017/frame_06.jpg b/metadata/cache/frames/vimu_000017/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96ca0ec216eedcd39d03d55967ca52629feeefcc --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b159fd945dee3bd1609a4f58ccf70b0efe0c38d6e2f11d74785e3a53df508ade +size 73748 diff --git a/metadata/cache/frames/vimu_000017/frame_07.jpg b/metadata/cache/frames/vimu_000017/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..370856ade0964112341769039d61280e6f995064 --- /dev/null +++ b/metadata/cache/frames/vimu_000017/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d2f6fa144bc3e5290b0ea1a68132b62ee6bc601bfcc9a60a3cfda25989ee04 +size 71151 diff --git a/metadata/cache/frames/vimu_000018/frame_00.jpg b/metadata/cache/frames/vimu_000018/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a59b79d1954bec0365d54731d80d72e3c9ff614 --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56211141450ba64ce12c67d977cdfbce2d1751a63e4bfcf30a54dc6a305b3bd4 +size 107022 diff --git a/metadata/cache/frames/vimu_000018/frame_01.jpg b/metadata/cache/frames/vimu_000018/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ee31721d4ab76ad4be8f4a9acbcd6d4caa83870 --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65950538d713447d7a8e9a841d364b9385f5982749d630566cbc1e84fc27301b +size 101992 diff --git a/metadata/cache/frames/vimu_000018/frame_02.jpg b/metadata/cache/frames/vimu_000018/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e7d351fdfb4fef031e1e1f536e433a598cf3cd9 --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2f13a092df2b3f8330aef78f93b30fb426acabdb6db814613b8a40b8344184 +size 97962 diff --git a/metadata/cache/frames/vimu_000018/frame_03.jpg b/metadata/cache/frames/vimu_000018/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2b464465998ba0c2a0ad1a8c45c838ad7bee46c --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217e931f245167efc9a400070def1a4bdfebd86ba74323adf74f1cc6592e424b +size 98867 diff --git a/metadata/cache/frames/vimu_000018/frame_04.jpg b/metadata/cache/frames/vimu_000018/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d02559987b6793a64f0da376ad9a574274505ec --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe4e77289d94ae49d6da165e47208d02d2f55f286d3715d26a98d2e9632e07b +size 111424 diff --git a/metadata/cache/frames/vimu_000018/frame_05.jpg b/metadata/cache/frames/vimu_000018/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18b5cbe714521073bce734cf3dbcd8fa00639408 --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09d37a66fdf7ab50bbe806eafd87bd9e2abba1376b1f79d8a86550728acadbc +size 93876 diff --git a/metadata/cache/frames/vimu_000018/frame_06.jpg b/metadata/cache/frames/vimu_000018/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0460b00cceac333183b14bfa63947c7b3e25dbe --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c78ff78a93b392ce17c2cf237a96035a8506685deaa00883a12215dc1e743e +size 82245 diff --git a/metadata/cache/frames/vimu_000018/frame_07.jpg b/metadata/cache/frames/vimu_000018/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ad36e5814aada750cb27ed31826ba45f5af6f71 --- /dev/null +++ b/metadata/cache/frames/vimu_000018/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7fecb3c6711876a3d561010916315babdd9a9104cd25a4701079ef49b29aa0 +size 78492 diff --git a/metadata/cache/frames/vimu_000019/frame_00.jpg b/metadata/cache/frames/vimu_000019/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa9af03998ac4ddb72a6c169a78b221a24609a56 --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af38e1da88e2f3e78b4b4ff380460fcd7bcb70898c4551e1c0f0c0a060db6f51 +size 31322 diff --git a/metadata/cache/frames/vimu_000019/frame_01.jpg b/metadata/cache/frames/vimu_000019/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bee887681e4974a46018e702aeadf321fc0b7b70 --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d9408a402052de34055ba02bf933babb577a66bf297d3077c03917def4a249 +size 40115 diff --git a/metadata/cache/frames/vimu_000019/frame_02.jpg b/metadata/cache/frames/vimu_000019/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d43e0fa1fe58783e87eef9a014e263747c05738e --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23eeb30b13136c3145055f6942a023fe8a06591cea3398f217bd9df7c0d85349 +size 38969 diff --git a/metadata/cache/frames/vimu_000019/frame_03.jpg b/metadata/cache/frames/vimu_000019/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca38c42f1e1a0b3b6fcd4083724f45779c5282fa --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88ec6d6cac0f9dd4a9664deaaf9d94029366b689903deb2d7f4891c45c39bc7 +size 42576 diff --git a/metadata/cache/frames/vimu_000019/frame_04.jpg b/metadata/cache/frames/vimu_000019/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..582d9111f23547d9efe67706e6f931348e2c7b1e --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6120dbbd4475e8e1ebd9ba2ab56f252fc5595a96df9e1b93f02141e3f918a16b +size 41312 diff --git a/metadata/cache/frames/vimu_000019/frame_05.jpg b/metadata/cache/frames/vimu_000019/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f41d54ec346071ad1efb32c22dd8d52093ba7147 --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d57c735b1654f42071a0a080b617076e8b5ffc4abe64175655f82c1b73e2a57 +size 31363 diff --git a/metadata/cache/frames/vimu_000019/frame_06.jpg b/metadata/cache/frames/vimu_000019/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d78fd292b4b5bb5a030f63ad09243cbbb86f3bc --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889cd9e07a0dae1a4c9b576be6c1e1fabfa1dc9a37336051736225491dbdaeb8 +size 34298 diff --git a/metadata/cache/frames/vimu_000019/frame_07.jpg b/metadata/cache/frames/vimu_000019/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1906f7402da897a6d279a605e0aeca241f8d41d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000019/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd845fe889b252505aa93d6855be5a50970f52853c9e06877197cebeab0aa3d +size 40790 diff --git a/metadata/cache/frames/vimu_000020/frame_00.jpg b/metadata/cache/frames/vimu_000020/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0889c5295925a109d4bcabe5fb1883eb43678a2c --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851348dd3e9d4b92e7de4df6b76a06348460b5dc2c817af3dd08cbad804004a0 +size 61752 diff --git a/metadata/cache/frames/vimu_000020/frame_01.jpg b/metadata/cache/frames/vimu_000020/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4061be3e6e83af52bf8d7ff2cf76cbf1bee5ea7 --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e425cc11d8536bf22d8797714e38565eb3451655ce50752958c799745408c2 +size 58545 diff --git a/metadata/cache/frames/vimu_000020/frame_02.jpg b/metadata/cache/frames/vimu_000020/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81ba4609cda268838b23e09d781f9a5b09f77998 --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed56b72765a1e91416638ae4477c4071f423bf9823e3c1b349cafdbfe58dac9b +size 62023 diff --git a/metadata/cache/frames/vimu_000020/frame_03.jpg b/metadata/cache/frames/vimu_000020/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0f28320a54fc0955df05fa887188e84770d1869 --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e6a04509dc47a8f26cccf38bffa87c1a03c371e634646b39438151e8c13317 +size 43876 diff --git a/metadata/cache/frames/vimu_000020/frame_04.jpg b/metadata/cache/frames/vimu_000020/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e936f412582f7ee690dbb3c34131027881d93d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33be644f7c82e1aa56e77cecdc10aabed99896584da9b40ded2c630eeac038b0 +size 80446 diff --git a/metadata/cache/frames/vimu_000020/frame_05.jpg b/metadata/cache/frames/vimu_000020/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..954a6c26bb2bd2a086736ba9f5b3205cb4f54208 --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f80edb5068e6d3dcef91bcc30280c5a3db493c9ccf6d953ca13cb7d52aa5ab +size 37080 diff --git a/metadata/cache/frames/vimu_000020/frame_06.jpg b/metadata/cache/frames/vimu_000020/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc19499505527a579844281c636589d569758778 --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3073df78b0134151836957331b817fe22a6bafe75b366e9a67aa131fb25908 +size 77451 diff --git a/metadata/cache/frames/vimu_000020/frame_07.jpg b/metadata/cache/frames/vimu_000020/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..042a28208c1781cd91b17759c2ba52c5998c5a4d --- /dev/null +++ b/metadata/cache/frames/vimu_000020/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b779c2973e87f7c052835457dcafa7aede6c70adeb2bf0ae0f1b1dbdfe4c2b +size 83864 diff --git a/metadata/cache/frames/vimu_000021/frame_00.jpg b/metadata/cache/frames/vimu_000021/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c54a00d728787c8a55af0d7e8848e47fd629ddd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8838694b27891e3eeea0a63501e990327a58374cc554bd5ba1771d798b192f2c +size 68676 diff --git a/metadata/cache/frames/vimu_000021/frame_01.jpg b/metadata/cache/frames/vimu_000021/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a492e477f816c2036117a8e69f6342a98a6662f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf08d1f508cf7fc3aac726ca6e0d4be5013c420c8f7de6299f03a298223577cf +size 69520 diff --git a/metadata/cache/frames/vimu_000021/frame_02.jpg b/metadata/cache/frames/vimu_000021/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71f0a38ce850b1739c21d7f7db8b5a5c4ba4eb48 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271ff8c7b94e8f681e3feaeb526d9c969878623f49d04593b19f9f3e707b5dc2 +size 69504 diff --git a/metadata/cache/frames/vimu_000021/frame_03.jpg b/metadata/cache/frames/vimu_000021/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20efeb2667f52f5a9af3c9acee12471630fc9259 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ee7ad2aab8bb58d22180b933a43385fa811f102ef7cdfb245483fde11dca34 +size 72787 diff --git a/metadata/cache/frames/vimu_000021/frame_04.jpg b/metadata/cache/frames/vimu_000021/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51f3eb1d26a0c37191dfaaf696f45af643b86e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79f5017eaac4d5d215f93aab3b7a5472743f1e67934c04cc9f1b0384c8e1c9c +size 74515 diff --git a/metadata/cache/frames/vimu_000021/frame_05.jpg b/metadata/cache/frames/vimu_000021/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..736fd3848133afb30081b1e4c64c7db21087eee9 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb38be13c3aa79f9855d74718561ff6fbc67b7dda44d6c0a0048493c92f8da59 +size 72979 diff --git a/metadata/cache/frames/vimu_000021/frame_06.jpg b/metadata/cache/frames/vimu_000021/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8db7ea65ce525bdb1434063149987a1ecb7deba0 --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d8a776f329841dc0712fe6426a3126aa1937102466e73e7686477f7b057000 +size 75285 diff --git a/metadata/cache/frames/vimu_000021/frame_07.jpg b/metadata/cache/frames/vimu_000021/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..463519f954ff9f4e7b5079423148c87eeff6b31e --- /dev/null +++ b/metadata/cache/frames/vimu_000021/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676258c9401be7a579e1c4346ebebe952d23a03397ace7d228bd3af4c2704042 +size 65081 diff --git a/metadata/cache/frames/vimu_000022/frame_00.jpg b/metadata/cache/frames/vimu_000022/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcad837a87c53653f901f9894ff694a5faffbc5a --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a7c6de1c84ed080bf5af0964be7859702e8183bbb7982b6f1766c7b2b6f5f0 +size 82760 diff --git a/metadata/cache/frames/vimu_000022/frame_01.jpg b/metadata/cache/frames/vimu_000022/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c839582d880efb4d6ad8eac606cd882e950e616 --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28906ba92038dbaf74755dd9ac72bc67ffca98bf2beac08ae4f64c22d8bf5854 +size 82163 diff --git a/metadata/cache/frames/vimu_000022/frame_02.jpg b/metadata/cache/frames/vimu_000022/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..626967c70963a82128d0ffd18227d64e9ebb6a8c --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003b3b718647bb46291aa9e9ea52ddbf67f48209f2e7026ac57ec1a439676021 +size 83113 diff --git a/metadata/cache/frames/vimu_000022/frame_03.jpg b/metadata/cache/frames/vimu_000022/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d99189c7c95a6e2e5087cceb6d9e7fb3560c2f3d --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdbc16353f0abc1bdac811338ff998838e16b8f0f116962eec97f3f3f4c89f5 +size 84691 diff --git a/metadata/cache/frames/vimu_000022/frame_04.jpg b/metadata/cache/frames/vimu_000022/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8c95f9ae686bf85e5025c6819d25f29f8fcd68c --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d35497f2df43105db41070e28e087f58ee75e16034b650df437375aa3543a40 +size 86421 diff --git a/metadata/cache/frames/vimu_000022/frame_05.jpg b/metadata/cache/frames/vimu_000022/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7a55d65908b64c314baef902f7073164dbf0cf4 --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfc9e060085d639d2abaf05f7737908e04052bd6e9a3d96215de7dde7edd841 +size 86139 diff --git a/metadata/cache/frames/vimu_000022/frame_06.jpg b/metadata/cache/frames/vimu_000022/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a4600c681565b598903044e6ea7dbac30fab580 --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef1b682ca79a4e3e22b6c4c7e59d2ee40fa07b98172c2b34b8ff97862b3e6f7 +size 87474 diff --git a/metadata/cache/frames/vimu_000022/frame_07.jpg b/metadata/cache/frames/vimu_000022/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87316f235ea44e82d12fd2aedc4a0660ad58a5ee --- /dev/null +++ b/metadata/cache/frames/vimu_000022/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114d0273afc35650309bd06080e6ebd8b863de845d4f03bda6f5862a324fa706 +size 83330 diff --git a/metadata/cache/frames/vimu_000023/frame_00.jpg b/metadata/cache/frames/vimu_000023/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e84392c72ad77f037bb58f0bef5fc0303835560 --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c71de59503aa7615bcc230b0b528f3d4801f28e1f38f9a05a153a470d62f06 +size 62809 diff --git a/metadata/cache/frames/vimu_000023/frame_01.jpg b/metadata/cache/frames/vimu_000023/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8de056f67c93b4fea9927a416001d1b9a1dbd84b --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dfba540c2ccf5e33e603ee1d3d479dbe2bc906117b984b2ac3fae63f8375da +size 64283 diff --git a/metadata/cache/frames/vimu_000023/frame_02.jpg b/metadata/cache/frames/vimu_000023/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a7264152b2fd7e9fa514e339221837077fb773b --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebe8df410045d40ea832202aecf754c787cb6c462569db9dba3f75c4104501d +size 65999 diff --git a/metadata/cache/frames/vimu_000023/frame_03.jpg b/metadata/cache/frames/vimu_000023/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4e64da55df4f9c727c08b8d3c7ebc3546f496fb --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfc4c8edb8f879b19c3d9c8650219960846a1ec2482613ef131ba23bde1cffd +size 65674 diff --git a/metadata/cache/frames/vimu_000023/frame_04.jpg b/metadata/cache/frames/vimu_000023/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f5be7f1977d92e23d58a13466c2604a4534baa0 --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1672f0042048bc66173f4792ef5c5b8860318dccfd68f12cfd2be6d183440836 +size 65911 diff --git a/metadata/cache/frames/vimu_000023/frame_05.jpg b/metadata/cache/frames/vimu_000023/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e3aeb92ae43f49d9bcd80238325da2244049ae0 --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffae2df9f1a58728c71c10eaff5e4203ef556961d46c6c0358445775527ddc78 +size 65591 diff --git a/metadata/cache/frames/vimu_000023/frame_06.jpg b/metadata/cache/frames/vimu_000023/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5256b33b4ecc596622586182ecc88f8b389f09a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa2d8fe1bc1b2d0b213b4db8dfe714462360c966753b5c144e9cc70fc1276d5 +size 63270 diff --git a/metadata/cache/frames/vimu_000023/frame_07.jpg b/metadata/cache/frames/vimu_000023/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1f9383e724b0b15e676133d78368ab278678762 --- /dev/null +++ b/metadata/cache/frames/vimu_000023/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eed31d11eac5660bcee6d51daf9c6385c02ce84ba5bdffafac950341608b8ee +size 62683 diff --git a/metadata/cache/frames/vimu_000024/frame_00.jpg b/metadata/cache/frames/vimu_000024/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78cb7adac9e0a73eb724be431bc22cbd15ad16d4 --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717e4339535f6c2473f5421fa409e70e43ce1f580da28c8eba36fef97de73179 +size 81825 diff --git a/metadata/cache/frames/vimu_000024/frame_01.jpg b/metadata/cache/frames/vimu_000024/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eda8b2a32b41e4f404e002411c3b2b3dc5b1ba0e --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcba7ac391b8186d8e59d0bf265c1997cfb776b00980e7759b1c6e08590e5d62 +size 83795 diff --git a/metadata/cache/frames/vimu_000024/frame_02.jpg b/metadata/cache/frames/vimu_000024/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dbe3299fb492891f4796a29d3328ab3af2abde9 --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973142a6a84e435a332de60a3f14b76b783c91b7327b4e1b26ccd289c7d6029e +size 91459 diff --git a/metadata/cache/frames/vimu_000024/frame_03.jpg b/metadata/cache/frames/vimu_000024/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5395e78a33dd94a3c6b6eb34a3c6e804bea266f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc10bd3993466b1ad021b322c98f9709109bc64d40d5ec49114dee9c7bb1c16b +size 82762 diff --git a/metadata/cache/frames/vimu_000024/frame_04.jpg b/metadata/cache/frames/vimu_000024/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fd9769c45da702cc94a6d4c1c97f07f1987c4db --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e61d80ce9b9242b20077b6db567aeb3221afa66295a39b7b41f01c841d1695 +size 81154 diff --git a/metadata/cache/frames/vimu_000024/frame_05.jpg b/metadata/cache/frames/vimu_000024/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..221609568b025fceee0511bfd8addb10cf924666 --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce01e747959a9bff3d41ac0f37018648bb0ca5a296f183856a5e8d60cce2c9b7 +size 82431 diff --git a/metadata/cache/frames/vimu_000024/frame_06.jpg b/metadata/cache/frames/vimu_000024/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c86f290e2638992e8c7c22c6ed573ec33f30455 --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fa1fb058e98640797e09a9139b74ea51eb5d1c8ca3a02adbe5acde6b26dc64 +size 77165 diff --git a/metadata/cache/frames/vimu_000024/frame_07.jpg b/metadata/cache/frames/vimu_000024/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36ddbd27c3854ef77916c68364404186c1799f26 --- /dev/null +++ b/metadata/cache/frames/vimu_000024/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a47f96966d3a51f77905d2ec70f0f5ed83779109b25484d86f483f43ffb95d1 +size 103300 diff --git a/metadata/cache/frames/vimu_000025/frame_00.jpg b/metadata/cache/frames/vimu_000025/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ba222e2635b33d158467e2429c45d4ad8e859b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0c46d0b4dd49869c681905cd20cd3a54dd49bcc9268e8e7306bfc01e3085ca +size 62532 diff --git a/metadata/cache/frames/vimu_000025/frame_01.jpg b/metadata/cache/frames/vimu_000025/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..194602ca7000596ed8f690c34a2f7a08e359d25a --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfe077a9459e9b50dc00b4219edbde19f0f28d817ef93d689e7f6ad0de3ec17 +size 48755 diff --git a/metadata/cache/frames/vimu_000025/frame_02.jpg b/metadata/cache/frames/vimu_000025/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fab26df4447c9f3a89264887f35f19d8dbb3acf --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fe4c27c984643cd6738887b08988e7b71533b810292499faf16e01633313a5 +size 60496 diff --git a/metadata/cache/frames/vimu_000025/frame_03.jpg b/metadata/cache/frames/vimu_000025/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43ed6ae626a98d1d4b3b6d76e8a2c30a4a337b24 --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a464d1e1fcffc7d7ecd44865d32224a02171b25105a5b6e139ed53b9c5cc58f +size 46568 diff --git a/metadata/cache/frames/vimu_000025/frame_04.jpg b/metadata/cache/frames/vimu_000025/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b467cb6d30ffaacb6a49fbc0eab9b705c66e5834 --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2534037a15a39707679e278ff55b9b8171c145573ade5f34ee33ac3b16a4af94 +size 48386 diff --git a/metadata/cache/frames/vimu_000025/frame_05.jpg b/metadata/cache/frames/vimu_000025/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0c8cbb76c065c2892ef70032cdfe9699afff206 --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b771710730056e20c2151bfa886b4f8a76de8d07a44382af3b38e6a8c76fe5d8 +size 54455 diff --git a/metadata/cache/frames/vimu_000025/frame_06.jpg b/metadata/cache/frames/vimu_000025/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c773959d76694acb540b0129a4ba9e163093e5bc --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746f30d5b7def3533a7db37171810519e8edce9575a5c6cfe9162444f8bc4cc0 +size 31139 diff --git a/metadata/cache/frames/vimu_000025/frame_07.jpg b/metadata/cache/frames/vimu_000025/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6ba7cf8d3b010d744e4ca4740a227f89693a575 --- /dev/null +++ b/metadata/cache/frames/vimu_000025/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72917cef6ae38800e94f5795cf1036b37c37af8f7d53cd9a02a5fe1d50397847 +size 43880 diff --git a/metadata/cache/frames/vimu_000026/frame_00.jpg b/metadata/cache/frames/vimu_000026/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89aa5e3df1fdc9f09c3c281d6ba0204ef109f6c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2d1b26e51bfd52bda33164ff35111556a18dd9b244668668095677aba28862 +size 88467 diff --git a/metadata/cache/frames/vimu_000026/frame_01.jpg b/metadata/cache/frames/vimu_000026/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9463da4d63bfc62f0ddaebbc0fbcc2142ca42a3f --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa95dbf7bdbcf41c5129f8c9cada404ee778ba5e902c83010fa2a87ecabd8ad +size 80396 diff --git a/metadata/cache/frames/vimu_000026/frame_02.jpg b/metadata/cache/frames/vimu_000026/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b278b12b1eed6b878a267694d73262768bbd541 --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25d8bd80de8f7b0fdebf9417dee874ffd3639a6548098b3fdcb1830703e9c70 +size 125836 diff --git a/metadata/cache/frames/vimu_000026/frame_03.jpg b/metadata/cache/frames/vimu_000026/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..082a9bf667d9a19cfff9e0594e0500468e52bc01 --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f2d13c1b166784991163c216e81ba87502c1fc9467ad217bf62848d5a6af4b +size 89258 diff --git a/metadata/cache/frames/vimu_000026/frame_04.jpg b/metadata/cache/frames/vimu_000026/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0d3cd3129bb787533db53ff407dd0a36d0fd7c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85569cf17c240b7ffd084a1c48c6c2aef788e78f47ca15ca755cb60cae0ba7ca +size 85108 diff --git a/metadata/cache/frames/vimu_000026/frame_05.jpg b/metadata/cache/frames/vimu_000026/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6acb65c1cd39ff40113ddc7f91b3178c8e38d010 --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf90f3911cf18116cab987761abb44e4f49880ee9c0fe4c9d4720088ee4fe149 +size 83691 diff --git a/metadata/cache/frames/vimu_000026/frame_06.jpg b/metadata/cache/frames/vimu_000026/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5e78128971c25d0b45352e4ea18189d270e03f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660175848897efc66a2c57459581474c7690905639b55b8b38bb2e37c487e886 +size 84134 diff --git a/metadata/cache/frames/vimu_000026/frame_07.jpg b/metadata/cache/frames/vimu_000026/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a72710ba293d2a4ae8f97d4399cc80796e610bbd --- /dev/null +++ b/metadata/cache/frames/vimu_000026/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2364aea5bc453cb19dc632c662e9941987cf98c2b7e7bd3ac06112237eb2705 +size 85464 diff --git a/metadata/cache/frames/vimu_000027/frame_00.jpg b/metadata/cache/frames/vimu_000027/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05be5094be6c7daabee0fefd25e7842ac949fec2 --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b421e64fa06a0d90d7abacaed5f1c8eaef65e4f116eeafc62288967c0c404d5 +size 109951 diff --git a/metadata/cache/frames/vimu_000027/frame_01.jpg b/metadata/cache/frames/vimu_000027/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5c692e8e4aaad9cc82c0506d54025fe5f8e8486 --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2f5e64c484f08f26179d9ae74aa40348453cc0797e649ad732ea07dcc44b41 +size 128083 diff --git a/metadata/cache/frames/vimu_000027/frame_02.jpg b/metadata/cache/frames/vimu_000027/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6df9ca9618043ced57be118fa838f31e4aaeed1 --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934c45733be3f559a6103cf49da5218a2fa080421ed96930ccbf120fb8ca9bdd +size 157142 diff --git a/metadata/cache/frames/vimu_000027/frame_03.jpg b/metadata/cache/frames/vimu_000027/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27f69b2f34f129623596e88e81418ba962fc0ca7 --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a712ab8b9cc5a43b90e590ffd096e68418b26c7fd344179394295cdd7bed763 +size 119531 diff --git a/metadata/cache/frames/vimu_000027/frame_04.jpg b/metadata/cache/frames/vimu_000027/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..106428c566c2c875ef204c37a44d9e4c8f5ca31c --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55af47cff3bdb04b857d3dacb864ab32d8272e591c1efdc61eb8ccd2c8c275ed +size 106711 diff --git a/metadata/cache/frames/vimu_000027/frame_05.jpg b/metadata/cache/frames/vimu_000027/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c33dd4c76ae5ea8bb557d141413b2db94f39be8e --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b304d79d7ac013495ed9e143c9bbac055e93b641a901cc269f5deb1aac6c3fc7 +size 99353 diff --git a/metadata/cache/frames/vimu_000027/frame_06.jpg b/metadata/cache/frames/vimu_000027/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..973e4a8a55f24629e1a1cd283c1b3a2202e6bfe4 --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb615f468f92706dbbd35f25052d55c2f3484633207f03ddae1034fe119bba9 +size 96580 diff --git a/metadata/cache/frames/vimu_000027/frame_07.jpg b/metadata/cache/frames/vimu_000027/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5331f9980cf6262168e2a900f737a8f25ee02f7b --- /dev/null +++ b/metadata/cache/frames/vimu_000027/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7067521af7750e7e2feab3814971152a1296d1be4b3c016008890c9d1c124f8 +size 103888 diff --git a/metadata/cache/frames/vimu_000028/frame_00.jpg b/metadata/cache/frames/vimu_000028/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4441dc9f079be443516edc2d645e1ad004edf17 --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d605bdb1cd1574b91e9c93f5d232146685e77ecdf928c02f40a43c782848bb3a +size 85505 diff --git a/metadata/cache/frames/vimu_000028/frame_01.jpg b/metadata/cache/frames/vimu_000028/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fc4d4b4b2072831ce17cfd6dfa9a10c3b66117c --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73048e4f44ffcd340f21e88c6794bb9d64472f862eee50c14a3ecc3066dcfd11 +size 86824 diff --git a/metadata/cache/frames/vimu_000028/frame_02.jpg b/metadata/cache/frames/vimu_000028/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d1cdc2be0d4bdb0d48137fb81ea946461c51450 --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0654d1d2ceb86a402d2b9515803e1bf80464ecac65806eb2a3b772be36c9a1a3 +size 87216 diff --git a/metadata/cache/frames/vimu_000028/frame_03.jpg b/metadata/cache/frames/vimu_000028/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8553b1fd5fd64af90c7f8371894966cb0df81ad3 --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c204e70769bf463b0a32c64e968f7c9a2812364436b70cd67be31fe639850c2 +size 85995 diff --git a/metadata/cache/frames/vimu_000028/frame_04.jpg b/metadata/cache/frames/vimu_000028/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d5b4cce2ee22e75f3540f8826b8b9e49e7db514 --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f782a310cd783731be3f22d02f865b04b593d543dd61161faa966a54854659f1 +size 84057 diff --git a/metadata/cache/frames/vimu_000028/frame_05.jpg b/metadata/cache/frames/vimu_000028/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0507c8e833f101bfd14aaaa19220fd492dc3dbda --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2662ae22f2d4dd3693c987768c01f3e7a03384e5ee1a159517ec0e075b21152c +size 86511 diff --git a/metadata/cache/frames/vimu_000028/frame_06.jpg b/metadata/cache/frames/vimu_000028/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..006dbaee257cc9d610db498010de3366d53297f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade372c0840b30055676ebea03982a6734ec6093c2bef96158479eb4a249b0c8 +size 83228 diff --git a/metadata/cache/frames/vimu_000028/frame_07.jpg b/metadata/cache/frames/vimu_000028/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9299dfc5cebd5ad3a702d67bea1ff15bf6b423c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000028/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4212cd012545b8a1e72d5c4cdf6d9415e3dd41f97b4567c5e02e93527d76f7b0 +size 82037 diff --git a/metadata/cache/frames/vimu_000029/frame_00.jpg b/metadata/cache/frames/vimu_000029/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..533da2b43575c8d6e9a2fd42cca36ba64135ffc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13d9d902f902d438635090486f92f9a64754f72058f38f2a563fbaf3bc97e28 +size 105168 diff --git a/metadata/cache/frames/vimu_000029/frame_01.jpg b/metadata/cache/frames/vimu_000029/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68cdbce59949112b8573ae4ef3df5886fc627e6d --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a13bd9b8a21e6ec555a448e58ade1087e2621b985b90d10a8a8e975c3749796 +size 83815 diff --git a/metadata/cache/frames/vimu_000029/frame_02.jpg b/metadata/cache/frames/vimu_000029/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd330e734f9b843a4e216e714b17d472a278d432 --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c77af7e0a570084deadfd90fff57b57e256c99efe0b7894648d1c77044599a1 +size 103520 diff --git a/metadata/cache/frames/vimu_000029/frame_03.jpg b/metadata/cache/frames/vimu_000029/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0237d2bf4b5327a65a186a5d8530a145d8e8daba --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3792fe92bae9965a17db33be3e7a850864c27b6c5e2c13f67c0f18dc3eab75 +size 83058 diff --git a/metadata/cache/frames/vimu_000029/frame_04.jpg b/metadata/cache/frames/vimu_000029/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c269d7a4b0c636dffb28329fdc40947db9eb9a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a4fe839ed7cf9830d6e84580499e29f3b15753c510e5aa979f52e50696d009 +size 41328 diff --git a/metadata/cache/frames/vimu_000029/frame_05.jpg b/metadata/cache/frames/vimu_000029/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4bb12282d2822f439887f7ddebe6f68be3acce --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f3fbe39cb584280d1c6f1dcd796cab166c5b43c8afbff5d53af69040cbd579 +size 49377 diff --git a/metadata/cache/frames/vimu_000029/frame_06.jpg b/metadata/cache/frames/vimu_000029/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e5ec5dbba745584c4ed831660fea1e7568b4313 --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1508c431b40b501984e417a44451192b7ee8cfe0d36e2db1a9207bd800f31f78 +size 84165 diff --git a/metadata/cache/frames/vimu_000029/frame_07.jpg b/metadata/cache/frames/vimu_000029/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53affca41b9bac737263a7cb14f7e493d666d0ae --- /dev/null +++ b/metadata/cache/frames/vimu_000029/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681d8fe25a523a8bd71a4c16d0530c74fdb3f5c449cb08bd3a1d5862b265ef89 +size 88525 diff --git a/metadata/cache/frames/vimu_000030/frame_00.jpg b/metadata/cache/frames/vimu_000030/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..563bba0b082e59ccd94ffe8ba7aa1bf2f2dfac60 --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c362fc10dd1a51a7f5f979c0f36d20e2134f8de59cf348fca48e48c3c4297918 +size 52406 diff --git a/metadata/cache/frames/vimu_000030/frame_01.jpg b/metadata/cache/frames/vimu_000030/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2307a2cd56ea7b8f63b4c5e6046cebb7fb59f50f --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d61b15613ac0f170621e051dddd74e00ff2760cf2e0519b3bfea2990484870 +size 53352 diff --git a/metadata/cache/frames/vimu_000030/frame_02.jpg b/metadata/cache/frames/vimu_000030/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a595f4d593bdbdc931181fa32a78a160b477fbb0 --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d3b5deff1450a06f20276ffc48f1c3f63ae37672eaf3653fb7a5590f556697 +size 52998 diff --git a/metadata/cache/frames/vimu_000030/frame_03.jpg b/metadata/cache/frames/vimu_000030/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f726c1b9131ee75e33dd0a4dff0344a681e1d54 --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cdc67aacfe46e66f3469b2e452986b00480839de556f695d675e0bed67c4e8 +size 52343 diff --git a/metadata/cache/frames/vimu_000030/frame_04.jpg b/metadata/cache/frames/vimu_000030/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6f08aa7f317b363461ba4934f0a665c13f39cf9 --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d55ebb6fb8a04e998612e4d0209f0c1812edd8a25a877be69ce4711709fc683 +size 52054 diff --git a/metadata/cache/frames/vimu_000030/frame_05.jpg b/metadata/cache/frames/vimu_000030/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c5d0ba8994e3d032b69fd51bc1fa986a36b3ecf --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4465444c4a9c1811edfceb428fb62bc4e0955ef2de7f8e92a1bc686dea7bde +size 53099 diff --git a/metadata/cache/frames/vimu_000030/frame_06.jpg b/metadata/cache/frames/vimu_000030/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ddd46f999f749dbd812c09d319c2942800fffca --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134399ac1d82a369047dd1dc2faf3fb0d2515e46f4e66eb36ee6b65a46f8636b +size 52189 diff --git a/metadata/cache/frames/vimu_000030/frame_07.jpg b/metadata/cache/frames/vimu_000030/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c10d899b789ff7b6cd7f6e6ed6a74308d7a14fab --- /dev/null +++ b/metadata/cache/frames/vimu_000030/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769624a89534fbf126407ea750038640ed47cf6dd07a2b71371d5b4a5d32d84f +size 52528 diff --git a/metadata/cache/frames/vimu_000031/frame_00.jpg b/metadata/cache/frames/vimu_000031/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66b8edc629e0d5796dcd1ce6428c110267d88b33 --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a43f1aabcccb252e22ce81e11f7df9e0fe13d3ec174c11e93179461f5b5e77 +size 28869 diff --git a/metadata/cache/frames/vimu_000031/frame_01.jpg b/metadata/cache/frames/vimu_000031/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6f6ffd329d6b251e9db594687fdcd78c214d264 --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8d40b01f5b4a93eb06d6a87338247652e5b8d608ef59ee1f9cdf51e510c182 +size 22960 diff --git a/metadata/cache/frames/vimu_000031/frame_02.jpg b/metadata/cache/frames/vimu_000031/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ef425df0039f071508bb4a2aefd44942ea0552d --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52f7113f597fd182020a33628fd4a75fdb598043c465f396c4d3cc981dc3379 +size 51009 diff --git a/metadata/cache/frames/vimu_000031/frame_03.jpg b/metadata/cache/frames/vimu_000031/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78ded02565e5619d15bb4252063139a10e2de211 --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baebd50aac28bcfdc23aa0137359598c18cc764c512c7a75dd248095d20037eb +size 51957 diff --git a/metadata/cache/frames/vimu_000031/frame_04.jpg b/metadata/cache/frames/vimu_000031/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbdeaec0e757eac180bcd33805bdfc0aeac379e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5840f0ea0e8143702da9d301e26b571520df8c9934600e5282955e8c375bb2 +size 37962 diff --git a/metadata/cache/frames/vimu_000031/frame_05.jpg b/metadata/cache/frames/vimu_000031/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41c0e4c1db33588d3b99ba70a0e346de67f00311 --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f648f23a257fb51c55f1e1d284beea58e750c06ac98fdbfb3d6175bcea7ba1d +size 45784 diff --git a/metadata/cache/frames/vimu_000031/frame_06.jpg b/metadata/cache/frames/vimu_000031/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44e1057a8c7d38c3cef38e24c6c9d6c152e7c90d --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163999112983d6f105794b7d2c660f523f9b9dc0a4f56c94c3b32595d0db1f06 +size 46163 diff --git a/metadata/cache/frames/vimu_000031/frame_07.jpg b/metadata/cache/frames/vimu_000031/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b90d7839ebae53b24433d5dd24cab46657bbc01 --- /dev/null +++ b/metadata/cache/frames/vimu_000031/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50963bda2a1a9b40c9e23d411af82a5ce389c8b73948f9f224eb2e722f5836d9 +size 45655 diff --git a/metadata/cache/frames/vimu_000032/frame_00.jpg b/metadata/cache/frames/vimu_000032/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc9bc1c0070772bfef61c826d58aaa3c074d9da1 --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d433bdf0bf26afceecc9184aad7a60064d42fb2e2ca7530a97c9c63703230e0e +size 25455 diff --git a/metadata/cache/frames/vimu_000032/frame_01.jpg b/metadata/cache/frames/vimu_000032/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a31fcddc79276cae4e50663cccb39b535ded286 --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504589ca94c63f71efd4a9303572d76c02b088505ebfe9505b113e4778bd46b5 +size 19976 diff --git a/metadata/cache/frames/vimu_000032/frame_02.jpg b/metadata/cache/frames/vimu_000032/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4091d9814cbcc6fe49a4585c0232ea3ef8f85272 --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de33262f25860fef2dd509a2141f72b0945c2116620425226da1974e624d3d81 +size 20027 diff --git a/metadata/cache/frames/vimu_000032/frame_03.jpg b/metadata/cache/frames/vimu_000032/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73154744153fa30c1139c9ccf0de80b5cbf20d7e --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566f8113f21890e6b1f47636766578b53815454885007ce209f547533e378e01 +size 29891 diff --git a/metadata/cache/frames/vimu_000032/frame_04.jpg b/metadata/cache/frames/vimu_000032/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..daceada1af29991566ada6ec5ef2abd3d2a184fe --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61d12223e9023b221afbf34378fcd3f70b5cae384f9b3fc7388db4a2b3417c9 +size 34160 diff --git a/metadata/cache/frames/vimu_000032/frame_05.jpg b/metadata/cache/frames/vimu_000032/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22f0abe049aa13ad6ecb32d0af9de659e7b76856 --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4e513fef88dd37fe7eb5ef69de50a527c4951f1e522a44b9b3afb6fa648e92 +size 26183 diff --git a/metadata/cache/frames/vimu_000032/frame_06.jpg b/metadata/cache/frames/vimu_000032/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a63929c28ee01263c15b9b5a3432447cb8745afb --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0265d8c6e5706e000abfca2a625a5621e039d3d11cdd1c491a01867f5c1a5344 +size 25750 diff --git a/metadata/cache/frames/vimu_000032/frame_07.jpg b/metadata/cache/frames/vimu_000032/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f96e12e64464d9bbf8fa8f1618e84edfcb972c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000032/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ecf521f7f548a3c5995b6f34b15e3ef9c0dded6c895560d5ed17cc6fcad84c +size 22015 diff --git a/metadata/cache/frames/vimu_000033/frame_00.jpg b/metadata/cache/frames/vimu_000033/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5990c2feed1ec814a08e13f614ce15ee64930d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f98f5da3989edb759a0959eae7462f41708aa14e7b72080ed551bca88bf8a96 +size 78343 diff --git a/metadata/cache/frames/vimu_000033/frame_01.jpg b/metadata/cache/frames/vimu_000033/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62b61f7caa67ee3f9cc3b212f88a27bc946a59f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb3659d6c5843d12b4333582b60adf95bc2f7ecca095d0bf392836526f77fd3 +size 80600 diff --git a/metadata/cache/frames/vimu_000033/frame_02.jpg b/metadata/cache/frames/vimu_000033/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c857571f3e9099139ef88526a6424f0e9608889 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12a6576c47ecf98ee771b0c3a963ecbd090eef8cc6ec4dd5fa90e831ead66ac +size 78453 diff --git a/metadata/cache/frames/vimu_000033/frame_03.jpg b/metadata/cache/frames/vimu_000033/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8cc7b01e514fa47995680ac97203982584979d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a42c28a5ae44d75e324f9c427431fb7966c1c09239981b62e287738153384d8 +size 76239 diff --git a/metadata/cache/frames/vimu_000033/frame_04.jpg b/metadata/cache/frames/vimu_000033/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67e3c5159eb75e03224319ac2cb22dd0074c0732 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49f0b3a4589c05db7bb56ef48fc6901a6dfeca725b2c37a03af90a6495da49a +size 74471 diff --git a/metadata/cache/frames/vimu_000033/frame_05.jpg b/metadata/cache/frames/vimu_000033/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb0b578b3a50b2a389e8ee74e4e817f08db62b99 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e7dabd8a774fa3831179d2bea788a201fccaeaf5978a3e5cf5c3d9ba82e467 +size 70314 diff --git a/metadata/cache/frames/vimu_000033/frame_06.jpg b/metadata/cache/frames/vimu_000033/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8375521a8836cb2e037a242e08490b870db24409 --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df19cc38912847dc0fbbe8adcceeec009b4b077a74e271ca95e9188778d5af2 +size 65952 diff --git a/metadata/cache/frames/vimu_000033/frame_07.jpg b/metadata/cache/frames/vimu_000033/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53324ac45003f981152ffa63c3d789b11a0654ca --- /dev/null +++ b/metadata/cache/frames/vimu_000033/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37427ee295996b252cde27ae56eaa9cde09299e553a436e2cc68cf8133c801b +size 69326 diff --git a/metadata/cache/frames/vimu_000034/frame_00.jpg b/metadata/cache/frames/vimu_000034/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fec6b9427f77d10803bfd78ce9508b945120e0a --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fde2ea0a6441376265d332dc4f5797960ef65594c3fcfb1b9914fcb4d541df +size 70216 diff --git a/metadata/cache/frames/vimu_000034/frame_01.jpg b/metadata/cache/frames/vimu_000034/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4fbbc2cb3d5cf4c5711c524502206ca7a21711d --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1551e399050e3a279969c87986c9f78262aab6ed8cd3d9aea7e2f7785769b9 +size 71732 diff --git a/metadata/cache/frames/vimu_000034/frame_02.jpg b/metadata/cache/frames/vimu_000034/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e47eef9b9fc4c0bcdf1aeaeeca4018b188e5d00 --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90985655cd9e0e9c47aaa189e2eb3bae3132bf337710864ecc17ae5237007fb9 +size 70845 diff --git a/metadata/cache/frames/vimu_000034/frame_03.jpg b/metadata/cache/frames/vimu_000034/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53b4ecfc8342ee3eb2c80032e9ea3cb56c0a7371 --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c36c62b9be962c931593701cbf7ceff35f6adad6a133373a62b60851a2c59fa +size 75104 diff --git a/metadata/cache/frames/vimu_000034/frame_04.jpg b/metadata/cache/frames/vimu_000034/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69db85365a31a72b39c1a998fa70353a4a71adb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967fbff8ab1eb708ad5ec6a90d64ef537cc10886a16fd565b86b151667da2107 +size 75226 diff --git a/metadata/cache/frames/vimu_000034/frame_05.jpg b/metadata/cache/frames/vimu_000034/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..114119fe77d090f43c80b3b46a9954dfc1be1a28 --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7127537e55f81b9d0f1268b79029e6c6f866ba08a25be6791d6c103eec750bca +size 76154 diff --git a/metadata/cache/frames/vimu_000034/frame_06.jpg b/metadata/cache/frames/vimu_000034/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3773c3370a21dd823a869f0999d0328c5b144981 --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f987e6c1678ff46a95239a1294f28c2848c7361f7476200ce490e1fc083d76 +size 71756 diff --git a/metadata/cache/frames/vimu_000034/frame_07.jpg b/metadata/cache/frames/vimu_000034/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05f7b676a3abea30c42e190d33d05ca9090ab5bf --- /dev/null +++ b/metadata/cache/frames/vimu_000034/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d83028d4f05918eb67d0ea83a45c597245be3574c9c404937af57a106e8c45c +size 81039 diff --git a/metadata/cache/frames/vimu_000035/frame_00.jpg b/metadata/cache/frames/vimu_000035/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93920d98cb6926ac953d744cf24930d48e0e2f56 --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eee677ecdd593789ca6624b994d005ba19305e912e6a7488dd6c4c6bff04fa4 +size 54586 diff --git a/metadata/cache/frames/vimu_000035/frame_01.jpg b/metadata/cache/frames/vimu_000035/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d6a5f830a2c5f4869473dadd9439611cb049f2d --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a34436a5dcf36ac27d9b9e672da6420c78308d7beee2396ff9d3aa2e06bb980 +size 49284 diff --git a/metadata/cache/frames/vimu_000035/frame_02.jpg b/metadata/cache/frames/vimu_000035/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18dd2140b638c584162b82505d2c03447c9667f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d5245e0f3a5d2e9a4d7ba564ca2f0ccd434b0351133d5fab37afddf10ee4c0 +size 47142 diff --git a/metadata/cache/frames/vimu_000035/frame_03.jpg b/metadata/cache/frames/vimu_000035/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98507e746f8312b2674c9daf7dc60421bf670f66 --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bbf0fc73fdafe5f6e440340e15217e09e49feb90f0b7056595a9ef40e10802 +size 79488 diff --git a/metadata/cache/frames/vimu_000035/frame_04.jpg b/metadata/cache/frames/vimu_000035/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c358ae5d2bee07f8196567c678c364590442e7d --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331b3b127c11e2c47d1236277dc9be885de044616e514384925bdaa9f32c087b +size 79384 diff --git a/metadata/cache/frames/vimu_000035/frame_05.jpg b/metadata/cache/frames/vimu_000035/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cd72c653bff21a5337880a4453f8908918e205c --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efba64ea21675b4e5ce9281d18706f87be73741b1e7cfd691af1d42db803dd7d +size 73905 diff --git a/metadata/cache/frames/vimu_000035/frame_06.jpg b/metadata/cache/frames/vimu_000035/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23972ca85785ceed784aadddb36c137575c7b32d --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e4e775ce258e106e82fcb1ce175fcd668274f75df74ac3f1048139d1eadccd +size 73681 diff --git a/metadata/cache/frames/vimu_000035/frame_07.jpg b/metadata/cache/frames/vimu_000035/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..992e0fb97147e531c37c203cc9ef3eec715ffd62 --- /dev/null +++ b/metadata/cache/frames/vimu_000035/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e492f232fe2c418f72d8c6c7d7081d71e4cf6f8fc7e64c746203314dadd8bbb0 +size 75080 diff --git a/metadata/cache/frames/vimu_000036/frame_00.jpg b/metadata/cache/frames/vimu_000036/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37657408e48bf13b342ec28ab613a54c0ecbb559 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da1b37afc1e263c3ee99313959785cb5b113636d803070f4fa333aedf738b8d +size 106642 diff --git a/metadata/cache/frames/vimu_000036/frame_01.jpg b/metadata/cache/frames/vimu_000036/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2237b3a9692b4d597b1524a4586ce821f56764d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595ebde3af6beee23fc2ebf488265459e411ec6d1cbdb4cbde0ff08039047482 +size 102314 diff --git a/metadata/cache/frames/vimu_000036/frame_02.jpg b/metadata/cache/frames/vimu_000036/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fb149013cc5b9c3605a8be02ce48ea257dbfbd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11fc98465096a91bbca88d9c23c1af1177a65e95c4462a6a00e467b394c2a34 +size 100746 diff --git a/metadata/cache/frames/vimu_000036/frame_03.jpg b/metadata/cache/frames/vimu_000036/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b29ff1fee3fa8cc3665797926c3c4412a7b7620 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1450e163e4c5b49271067858fe75a6fff0ed55d2e2706c6f05ec513afa8dcc +size 93331 diff --git a/metadata/cache/frames/vimu_000036/frame_04.jpg b/metadata/cache/frames/vimu_000036/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a4d8f94b2ea7b2d4fa7477412bbb61dfd624f70 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318bc57db65162287af32637c32676f70517fd128555374ba0324186add321a5 +size 95677 diff --git a/metadata/cache/frames/vimu_000036/frame_05.jpg b/metadata/cache/frames/vimu_000036/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf66e62115986ee31e8293cb9b58c7bf2382a3e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac2e5528a0ad4fcfd3ccfea147b889984b568a5d3d20b60107b8a5165bafdd9 +size 90993 diff --git a/metadata/cache/frames/vimu_000036/frame_06.jpg b/metadata/cache/frames/vimu_000036/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96c0ede04b58b2255e1a23b32a8c1b236ab1803c --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597d3dc4a9373fbc5677525c413db1b71e93b3f0ea3290ab3b357cbec358a644 +size 91000 diff --git a/metadata/cache/frames/vimu_000036/frame_07.jpg b/metadata/cache/frames/vimu_000036/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f242f855a12218d907bf417e72a41615e7c698 --- /dev/null +++ b/metadata/cache/frames/vimu_000036/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59223ad51a71b3f01211ee4f61ec1b147f319147fd843dd78a9a1ccb4861243a +size 75236 diff --git a/metadata/cache/frames/vimu_000037/frame_00.jpg b/metadata/cache/frames/vimu_000037/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..338134030bd70497424e98eb426d312b2b73f24c --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f60d841a5e7c05cb7fa4369babdbf28ceb3a36927972dec202f854273baee2e +size 141197 diff --git a/metadata/cache/frames/vimu_000037/frame_01.jpg b/metadata/cache/frames/vimu_000037/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3771ed6f53e69dc297e61a3b31dcdf1f458b85c --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a84fc627954569dd092dce30fa33d41ca499c4262a58b5562d32c1cdef7ec0 +size 141617 diff --git a/metadata/cache/frames/vimu_000037/frame_02.jpg b/metadata/cache/frames/vimu_000037/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6298fa45a3d6ffb69d127c869b490d9dc681eb0 --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c76a255a9faa3ac4c791631156680d4c3b33372ad44a3d2b8d4391037072461 +size 142959 diff --git a/metadata/cache/frames/vimu_000037/frame_03.jpg b/metadata/cache/frames/vimu_000037/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6a555ced5c62212ea577aed941ce60b42480fa5 --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e39a64f9d78abbd918e10a22de2ed10d6136bc6a92402f896466c0895c6d99c +size 144109 diff --git a/metadata/cache/frames/vimu_000037/frame_04.jpg b/metadata/cache/frames/vimu_000037/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc3d6f2c5a13b8f3ab07e3dfb72d9055286c099d --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e586f96dd3fc9f5d99022f2be87b491b8d794952afd18ac779f72494bc6ec3 +size 147132 diff --git a/metadata/cache/frames/vimu_000037/frame_05.jpg b/metadata/cache/frames/vimu_000037/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..280c969a889bcd10b2b288d2e63530cdc7c447dd --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9883fb9c308f10c8bc858155a61b016496c6f12eb0219f292f48c1d9e038fad +size 72364 diff --git a/metadata/cache/frames/vimu_000037/frame_06.jpg b/metadata/cache/frames/vimu_000037/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b86b66dac6d979b5f1d970804c6514ff7a5b825 --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49372a5cef9b55b146ebf13e9a198443ed0ee33b8cadf4e73d9d5ec93acaee5b +size 73978 diff --git a/metadata/cache/frames/vimu_000037/frame_07.jpg b/metadata/cache/frames/vimu_000037/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cd97a692f09142ad79cbf45a66b1f3194b72543 --- /dev/null +++ b/metadata/cache/frames/vimu_000037/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f03958045dc9fa75f8321291cf30028e32577f00e72adec5ff315be1d8e02 +size 74547 diff --git a/metadata/cache/frames/vimu_000038/frame_00.jpg b/metadata/cache/frames/vimu_000038/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c0866da41a6d5a288daf64e5deae2aa4ae27dde --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8a02cb64aa4b3ca5c48a8b989823e9560f1f98f72ca2904278834969a6422d +size 52848 diff --git a/metadata/cache/frames/vimu_000038/frame_01.jpg b/metadata/cache/frames/vimu_000038/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51010cb8a5a536110ec6b09c0a06d0edba851e40 --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b0246fdb701f613d5ab1607819af4f829dc8941c58732c4573eb5ccf0fa556 +size 53862 diff --git a/metadata/cache/frames/vimu_000038/frame_02.jpg b/metadata/cache/frames/vimu_000038/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64b798f46c9275325c788390f1b43f0f96639811 --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef6a9613b5a97af60d8b31e4298102a4c6303f65d28ba9d5197ff95ea0b357c +size 54562 diff --git a/metadata/cache/frames/vimu_000038/frame_03.jpg b/metadata/cache/frames/vimu_000038/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d1997a07288c2624646acd0248b898e5638f874 --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b02486fea1a7f8ed7f37c5b904751e66fe27d4dfd0d1f42dc1911b67616f25c +size 57531 diff --git a/metadata/cache/frames/vimu_000038/frame_04.jpg b/metadata/cache/frames/vimu_000038/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a32e27bcecb267dff55df10d46c6775032060990 --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d6280fe53e9e3dc8fd250dbeecc20a51b3ffb5deb20debde56757127f12756 +size 57715 diff --git a/metadata/cache/frames/vimu_000038/frame_05.jpg b/metadata/cache/frames/vimu_000038/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6166861b545c64bd82448fb24b8bf396aed82edc --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859d5177c900d22b608dd7a73315d448e5437ffbf982d7a7d7f4782ea819ec1e +size 57814 diff --git a/metadata/cache/frames/vimu_000038/frame_06.jpg b/metadata/cache/frames/vimu_000038/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..667afea24ba87eddb9a0ce10a41090c453131f17 --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b12bc54fa0599f9066b2367e74200f2d0450bfa409119c603acd96811ef13b0 +size 59290 diff --git a/metadata/cache/frames/vimu_000038/frame_07.jpg b/metadata/cache/frames/vimu_000038/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b6a0463433bd599d1b7ec6a6cb50fb719b6b243 --- /dev/null +++ b/metadata/cache/frames/vimu_000038/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329b41b71f2c17fcc27287e5c99465fb11fe1f558bd5252a56bb2711e9de938c +size 59631 diff --git a/metadata/cache/frames/vimu_000039/frame_00.jpg b/metadata/cache/frames/vimu_000039/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9de6a3ca52c6b9395e035d68e7a2e891415a51bc --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce06d2fc762333e697a8fa8e31a6aea1af237743ebfb1445a6de86d1c242c19f +size 34809 diff --git a/metadata/cache/frames/vimu_000039/frame_01.jpg b/metadata/cache/frames/vimu_000039/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8238bc9f9f23777e10913425925adb123f45a24 --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2f5f7dbf78d0308a403b0cef2a5ff1a1f642c2a4922972e1d16812fe40dc70 +size 29657 diff --git a/metadata/cache/frames/vimu_000039/frame_02.jpg b/metadata/cache/frames/vimu_000039/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76607ed250da49f2fdee574f8f76481d24f02c57 --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac61f7a4ca141625d2e0bcf3a3aea0c3bb60f706b5c1aca58e62ae2f4eb7179b +size 35057 diff --git a/metadata/cache/frames/vimu_000039/frame_03.jpg b/metadata/cache/frames/vimu_000039/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ce141036698958f3ec7a23572e6004b453ccb16 --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fab30405efa5dc2a44d07acf7f2eed08f73cfd231eebeb2dfcfb06b37014f08 +size 29252 diff --git a/metadata/cache/frames/vimu_000039/frame_04.jpg b/metadata/cache/frames/vimu_000039/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e79943085f7cd09b533f8cea4d14cfac8448d20e --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a8d355696082ae39b8b843269ff3bc31f9d3db395f0a7233ee3a928baaed8f +size 31729 diff --git a/metadata/cache/frames/vimu_000039/frame_05.jpg b/metadata/cache/frames/vimu_000039/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1062d5c87d46549e4d89fb1b2e6864feba4258ad --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96139fb15f257c582541c38248fcfb7071eac34287616b1b1e4aea4f0e2fd121 +size 29555 diff --git a/metadata/cache/frames/vimu_000039/frame_06.jpg b/metadata/cache/frames/vimu_000039/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..174f49c911a3ab6121940fa3cdb82bdc1ba13ad6 --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41480a3aa0f55fa0ce7680e0edc39c92385df99f56381b0699d3ce8857a2692b +size 35775 diff --git a/metadata/cache/frames/vimu_000039/frame_07.jpg b/metadata/cache/frames/vimu_000039/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14cc001f6054e5b502d6b54e99fc94f4241da497 --- /dev/null +++ b/metadata/cache/frames/vimu_000039/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2491229f497baca95decc11cadf9f7697b5828121778a9db53195d5c21892256 +size 34240 diff --git a/metadata/cache/frames/vimu_000040/frame_00.jpg b/metadata/cache/frames/vimu_000040/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd86c6edf45307e7fb7ef88b2e10a23f273a8c0c --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca3659888417d563c2beae207e838031f7d47b87a81e771e655b6f872e6096e +size 44385 diff --git a/metadata/cache/frames/vimu_000040/frame_01.jpg b/metadata/cache/frames/vimu_000040/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0d308434cd3d3af814fee37bb8e37bcdd05beee --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95d98dd7c23c074ba914a2f4a36b004998b4c5271a75087332b91cc5731ca2d +size 44682 diff --git a/metadata/cache/frames/vimu_000040/frame_02.jpg b/metadata/cache/frames/vimu_000040/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5829dba74d35ec0321a98665ec36b4f398efed2 --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c13ecd8becb9246d78c19a99bcbc36bef6c659da754652f22c365ec783f1b04 +size 49401 diff --git a/metadata/cache/frames/vimu_000040/frame_03.jpg b/metadata/cache/frames/vimu_000040/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab349337faaeb332f9c86f0da4065f0835b80582 --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c471f4750dff896502b1643b42588d5e6b8b1e6db8a35a400b5c0a879deaccfb +size 50635 diff --git a/metadata/cache/frames/vimu_000040/frame_04.jpg b/metadata/cache/frames/vimu_000040/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f2846bc41386fe3892033fa02c09aa1a76b056a --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cc0184402564202a021c42620d2865e16775605d04a6e833fa08078377d7ef +size 47888 diff --git a/metadata/cache/frames/vimu_000040/frame_05.jpg b/metadata/cache/frames/vimu_000040/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0119328a7892404ae7435210fec0941a6a51370e --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d7b2316ce2fafb36c382ac63b8b8c1cc7a128ccdb28fdcba35e86b889a05c2 +size 50145 diff --git a/metadata/cache/frames/vimu_000040/frame_06.jpg b/metadata/cache/frames/vimu_000040/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..554f79d7a2a1b304575b4466583caaa0636ebeaf --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9980d071d50a21fa07e562df36c3ec12e10bb6fcab4be85b16f4b6b5c7b11d33 +size 52905 diff --git a/metadata/cache/frames/vimu_000040/frame_07.jpg b/metadata/cache/frames/vimu_000040/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f07a2bd52a6c966412681096fdb711bfbecaecb --- /dev/null +++ b/metadata/cache/frames/vimu_000040/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287dde31dcf4b0ce3a706c1dd749e22d69a72335672c7965f8556916fa987332 +size 47599 diff --git a/metadata/cache/frames/vimu_000041/frame_00.jpg b/metadata/cache/frames/vimu_000041/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60526eec366ef90153fffd73a3f510157df0f706 --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a0b9f82ffa242e32f2dea5d621ff57fb0484a5e15a00b3011586f20a76797c +size 84140 diff --git a/metadata/cache/frames/vimu_000041/frame_01.jpg b/metadata/cache/frames/vimu_000041/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..458e8b9bbce67cb282638633ea3931145e42dbb3 --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81294372fb4a28ad35690d25e65e2da2c445a03126dd22275d0082ce30ee6de1 +size 81258 diff --git a/metadata/cache/frames/vimu_000041/frame_02.jpg b/metadata/cache/frames/vimu_000041/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03334f0c2b68884a68da043c484aaa73029c1af3 --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cfebce99f25c379bd08c2f84491df83ba9ed7b1c72b22a5125856784861e99 +size 101632 diff --git a/metadata/cache/frames/vimu_000041/frame_03.jpg b/metadata/cache/frames/vimu_000041/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdd176fa6638d9b9a7a43da73ad7423f706aef9d --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdd0f336a26ba215904beee1cfaa5267b4d84df4557598aa83ed4356b9b4b22 +size 147906 diff --git a/metadata/cache/frames/vimu_000041/frame_04.jpg b/metadata/cache/frames/vimu_000041/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb5694a1a516b3f62bfc84ad9c4bb7095eebcacc --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0b4287322402870c9b5e38a0ac18bfe961431f53bd4204467af019f7c64630 +size 90632 diff --git a/metadata/cache/frames/vimu_000041/frame_05.jpg b/metadata/cache/frames/vimu_000041/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39a3732d834833017eb994e6dab880d39527b607 --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b91be970dbf155de4a1a5a28bf039c5fc43cca15b89318f5a5af68265818b8 +size 80015 diff --git a/metadata/cache/frames/vimu_000041/frame_06.jpg b/metadata/cache/frames/vimu_000041/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab8b4bc4037fb0b79503f2c8ea735ee6ebe362eb --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857b304acafd1326288f324788bafca8b00697c825678289ccd3e1663c4ed809 +size 81761 diff --git a/metadata/cache/frames/vimu_000041/frame_07.jpg b/metadata/cache/frames/vimu_000041/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5f3d2d3325042bba13b7a1281e4f534ae761f1b --- /dev/null +++ b/metadata/cache/frames/vimu_000041/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589e494bcb55c59e385aab3a66fd679e16751ebd9376286b324e68160e9d5d10 +size 113275 diff --git a/metadata/cache/frames/vimu_000042/frame_00.jpg b/metadata/cache/frames/vimu_000042/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..213cd05a7a216256689b47afa09aaa312388fc08 --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19420e97282350e9398119f1d2388f91ad93918bfd02cb9fe5ecc97d9097f91d +size 47720 diff --git a/metadata/cache/frames/vimu_000042/frame_01.jpg b/metadata/cache/frames/vimu_000042/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7c53f376090efcd0da2dbff3b170611c5d57cef --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e471e8bc9834ef60009833b9f7dfe4b7bb7725c67b6f3d374eea879838807c65 +size 45392 diff --git a/metadata/cache/frames/vimu_000042/frame_02.jpg b/metadata/cache/frames/vimu_000042/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0044fe0fc39ab63890b38af10c0df4281685694 --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f38537b1b097a7a2157ed06cdb07b912cd19894e65c9a9c58867b136aecd8b +size 46422 diff --git a/metadata/cache/frames/vimu_000042/frame_03.jpg b/metadata/cache/frames/vimu_000042/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9095a8534d85856d853fd0d6a8ba31630e527b7b --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af72040f1815a14f3ceb8c4ea85b45becd586c00ebfcf2847141782968d9ca60 +size 46891 diff --git a/metadata/cache/frames/vimu_000042/frame_04.jpg b/metadata/cache/frames/vimu_000042/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9de2b8493c9a00f44f4ce6dbca7bb5af9bc30d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1609107625ab2b6cdc26b50f96e97f7b942168de996d8b24fc268ba6583f12e4 +size 49135 diff --git a/metadata/cache/frames/vimu_000042/frame_05.jpg b/metadata/cache/frames/vimu_000042/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..569e15780e43c0e11d193154f1b3bfd00b686b31 --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7341db5aa995ac5cae13e60bc3e2f1bfaf169f4d27107d27d03ea37eaa6b53 +size 48920 diff --git a/metadata/cache/frames/vimu_000042/frame_06.jpg b/metadata/cache/frames/vimu_000042/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb0bbc34b1c717a96f3e65a1ba5375acb13b3c4d --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29739469e46bc28c1f58d9d0e8f30d4298f7de4d7942e5837d19cc83cc569f8 +size 43862 diff --git a/metadata/cache/frames/vimu_000042/frame_07.jpg b/metadata/cache/frames/vimu_000042/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..149e06ddb65240994ecc0498196bf6d2c1a3aa2c --- /dev/null +++ b/metadata/cache/frames/vimu_000042/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3db91d71c5b8f9aaf2873d3be067a102b4f1583a379359dc70c37589c4defb +size 44333 diff --git a/metadata/cache/frames/vimu_000043/frame_00.jpg b/metadata/cache/frames/vimu_000043/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73408c0f64c8c319c67d80a436551bbfe81074df --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f78c32de23bbd274e7b2933904069c211da9cc85b34e1cca27d4bf5b04e03a +size 51244 diff --git a/metadata/cache/frames/vimu_000043/frame_01.jpg b/metadata/cache/frames/vimu_000043/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab6ff7f1dc43d39f954bf299f9738aa51930b140 --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5e147ce825a1d75c9f79c98a7320d756b4f8297941a889d7b4a6543873b1ab +size 59398 diff --git a/metadata/cache/frames/vimu_000043/frame_02.jpg b/metadata/cache/frames/vimu_000043/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9eef66f44dfc783b322733f432fbdfbe777ada9b --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dc466ff59de0f2c12ca64811b371f002e55eb3191e445d841e6f21cd899f50 +size 25467 diff --git a/metadata/cache/frames/vimu_000043/frame_03.jpg b/metadata/cache/frames/vimu_000043/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba80a23eeaa7b2c78ee3de05728ea4eb2edb2bed --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38295e2152c585bb8370f51657c2d04cf33ac79d506cda2838f2793cbb55548e +size 26540 diff --git a/metadata/cache/frames/vimu_000043/frame_04.jpg b/metadata/cache/frames/vimu_000043/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e106c3dd61c550a5ef963bd3af7d78c887bd02a --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8755625a9925f220fc315e32728ee67607c95a6281de166fd6e238256a7ce731 +size 23672 diff --git a/metadata/cache/frames/vimu_000043/frame_05.jpg b/metadata/cache/frames/vimu_000043/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd61d925da4a65146897b4b9687a0f666e4b4518 --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28e2554dff3eb67b9d36fe5cd06d84bfc90442200026a06817e35194a153eb4 +size 22493 diff --git a/metadata/cache/frames/vimu_000043/frame_06.jpg b/metadata/cache/frames/vimu_000043/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54f921770a6db1b4ae8a903ee56532e9d3c92ad4 --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf51c3bbe1aa8e781bd821cf95f3302b3193ceee4a7d24adb393ae9e8b3b524f +size 20184 diff --git a/metadata/cache/frames/vimu_000043/frame_07.jpg b/metadata/cache/frames/vimu_000043/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c311e51f4a5bafa0b50171f21baa5b79d1eee22 --- /dev/null +++ b/metadata/cache/frames/vimu_000043/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cc7399aad0329c6f6006d9b8c42b5767931e407a0ab5ab698fc6585d150743 +size 19196 diff --git a/metadata/cache/frames/vimu_000044/frame_00.jpg b/metadata/cache/frames/vimu_000044/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..872f0c7e92cdefb288c7d8b66d044cb61f3f4454 --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1a24fb14b1185e3b703ea15d5a27b7dc69b9d857e083cb77770abf76d144f2 +size 27678 diff --git a/metadata/cache/frames/vimu_000044/frame_01.jpg b/metadata/cache/frames/vimu_000044/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a47b54a6b15c6775816567fd9d816edb840e92c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3422f17e4789840f0a0dc2233a3d9f2901e83d48606fa215df065423ac9abd7c +size 31455 diff --git a/metadata/cache/frames/vimu_000044/frame_02.jpg b/metadata/cache/frames/vimu_000044/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab139bd58b1420ac085d40f0a513d0ff35ab0256 --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5b6971dfb00bd944f55fd294154d5172d8db4021aca6564f4083d8fc555411 +size 26189 diff --git a/metadata/cache/frames/vimu_000044/frame_03.jpg b/metadata/cache/frames/vimu_000044/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b09219becba81ab605d856c2546f3dd8f529497d --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40bc74513ecea865610d434c5344f295f5a8559a288e4813e744e06c97f79c4 +size 24942 diff --git a/metadata/cache/frames/vimu_000044/frame_04.jpg b/metadata/cache/frames/vimu_000044/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd4cad36eb7b55b288720c13564831150d109a2b --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7abe2a556a9636a012a752c3f2dc7ead32aaf92ca64a89866421c045658a19 +size 27661 diff --git a/metadata/cache/frames/vimu_000044/frame_05.jpg b/metadata/cache/frames/vimu_000044/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d0b824bd72de6d4879d5a25f8df42ed286f3cd7 --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3cb7a875b0d1e5e6efb8f9776a5f189cb83d0cbd251c0467f40d8e890ff75b +size 11594 diff --git a/metadata/cache/frames/vimu_000044/frame_06.jpg b/metadata/cache/frames/vimu_000044/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51a5ed31d4b8e1c8511c59750ba7d6859d69dcd2 --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7768384cf4795334b9e6113a58ebb25bba89b64fded2b1976f9a819dd4cfdb64 +size 24093 diff --git a/metadata/cache/frames/vimu_000044/frame_07.jpg b/metadata/cache/frames/vimu_000044/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ee87bdd8214a826c0bc1b9f727062b9d7038d4c --- /dev/null +++ b/metadata/cache/frames/vimu_000044/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98369dca99e55f57ffe60ecdb1f6e5e672c2cae899b5990b43c7dd8ddf36dc87 +size 24128 diff --git a/metadata/cache/frames/vimu_000045/frame_00.jpg b/metadata/cache/frames/vimu_000045/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36791d7de8e092a6053e3cb6f0d973b082bcc950 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6886997e083e5a830f14dfabd408597db717235c2070de5fd9bbd69d82080aae +size 67898 diff --git a/metadata/cache/frames/vimu_000045/frame_01.jpg b/metadata/cache/frames/vimu_000045/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..964134a08c757efda6c2988b483de5545f6d6af4 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf30c69df5e004606a2758e9cf90078df420118e437d3eed34f1fdcd1974f0c9 +size 65421 diff --git a/metadata/cache/frames/vimu_000045/frame_02.jpg b/metadata/cache/frames/vimu_000045/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cdc6b6f7bf0de347071a0e43ebc8d404bb108f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c60c7f4543574f425f00b7d49e1995ac5c8af59581cc3b268d9aeadd28128e +size 78606 diff --git a/metadata/cache/frames/vimu_000045/frame_03.jpg b/metadata/cache/frames/vimu_000045/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dd2fee4ad812b5e96d3c9fc61d2e63bb55ed35b --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12abb8bb97ebf99f3edf9b83f4bd54835e01c89d9ebd022da5ca598662eace8 +size 73441 diff --git a/metadata/cache/frames/vimu_000045/frame_04.jpg b/metadata/cache/frames/vimu_000045/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d8149d284190ed222816885f9818c6433b8b25 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b904c28bdec66244275e3eb22b12603adf40acca0f415766dd7eedbc0c09c4 +size 80923 diff --git a/metadata/cache/frames/vimu_000045/frame_05.jpg b/metadata/cache/frames/vimu_000045/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96d521a96e8dd214de919cf64117a66549bc7b77 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1670f8fcfbf622bdcbf3c6e84d17823623bd573daa6bf7afb33441e522b7f7bd +size 71506 diff --git a/metadata/cache/frames/vimu_000045/frame_06.jpg b/metadata/cache/frames/vimu_000045/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5839e3f48ac3dd0037416fa30f90d9e285c96f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe7e6f104ef54e68ffd81dc1de243bd3677d1b38c30ccb8fecda97431055c1e +size 90516 diff --git a/metadata/cache/frames/vimu_000045/frame_07.jpg b/metadata/cache/frames/vimu_000045/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bbf6b8b4aafe4b99329ef86fecbfa978ef286d4 --- /dev/null +++ b/metadata/cache/frames/vimu_000045/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc6763dbb104893a5dc73a552498b1bb15f4916633d1b0ef1a057fe6a039fff +size 91087 diff --git a/metadata/cache/frames/vimu_000046/frame_00.jpg b/metadata/cache/frames/vimu_000046/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f6931215e1088af6ef9052733f88285342bd59d --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e9e1a0931460746c6d745acbe746a4a566d7219a6fc350c519c75b2e931ad4 +size 51963 diff --git a/metadata/cache/frames/vimu_000046/frame_01.jpg b/metadata/cache/frames/vimu_000046/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c571655a177dc50f9fc60de18fd93acd9f3c9b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ab7643373de1a1f3005631e912dbe4973974d8d57bb8cbf5a5dd72857d8f55 +size 50511 diff --git a/metadata/cache/frames/vimu_000046/frame_02.jpg b/metadata/cache/frames/vimu_000046/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3da4cdd0f7cbfbe336e8c130861dbe3ff3808fc6 --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc00bb46666da82b415a94b8ac35bd751ac80b20b2221de49b551b4ea994c2b +size 50506 diff --git a/metadata/cache/frames/vimu_000046/frame_03.jpg b/metadata/cache/frames/vimu_000046/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2482e1ce6a7f20562fb39f9c34e7407f777d278 --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2cdd4c5af0c52f3f1b1b2837455efb845739719ee06b554e5c7169150f0141 +size 50224 diff --git a/metadata/cache/frames/vimu_000046/frame_04.jpg b/metadata/cache/frames/vimu_000046/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b61545aab867c14f0dffa6c803b393c8d0df5b5f --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abcfd964b3555639967bedf66195b366105fa7fc08a82d7110ae0f870ed75c2 +size 54338 diff --git a/metadata/cache/frames/vimu_000046/frame_05.jpg b/metadata/cache/frames/vimu_000046/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..345d7106085cba1c622ae4677ab9660240123a32 --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ea9a803b7b0a8685a00d6ad23c1d2baff573ebfd9a129b759fd09d7c1aa5ff +size 57408 diff --git a/metadata/cache/frames/vimu_000046/frame_06.jpg b/metadata/cache/frames/vimu_000046/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41b668c6df38eb070fe023884a883cd3aff23063 --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc50138e9057080ab2b342bfc684c6acb2d15b986a3389485ec21402b5388b9 +size 58401 diff --git a/metadata/cache/frames/vimu_000046/frame_07.jpg b/metadata/cache/frames/vimu_000046/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6881171f15595ea4ef00b036f9f5716336c02b6e --- /dev/null +++ b/metadata/cache/frames/vimu_000046/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfd4b1c49a6779034ecb7f08c7976fc156b66fd913f1d943ea785a3f66bd7e5 +size 50566 diff --git a/metadata/cache/frames/vimu_000047/frame_00.jpg b/metadata/cache/frames/vimu_000047/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efe8ecae4132123217b94f1e30b65713c508eb45 --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0eac67b8d44499ccb47338a0975a14a32460d6d5f663820ea62c59bd7b6e0a +size 56082 diff --git a/metadata/cache/frames/vimu_000047/frame_01.jpg b/metadata/cache/frames/vimu_000047/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21f39dcc193322d8247cd8911514a18697f18252 --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541ea4b1de51a42f6f97d86b4a4dd66b0109ee7b5f5a92d7148d6d8438f80201 +size 51901 diff --git a/metadata/cache/frames/vimu_000047/frame_02.jpg b/metadata/cache/frames/vimu_000047/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6378cf2137375de01eda3351981f0d3d32eee47 --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeff8370308e32ed5d34061bf67ee38116e341d8a76a4c99706c2d461ba75ce5 +size 60327 diff --git a/metadata/cache/frames/vimu_000047/frame_03.jpg b/metadata/cache/frames/vimu_000047/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3349f5751763f84fc943aad65dbb0ef638dae0ae --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe78785062350bc4f3845d0246fec405be8dae5690645a1b3991589908b00c9b +size 49457 diff --git a/metadata/cache/frames/vimu_000047/frame_04.jpg b/metadata/cache/frames/vimu_000047/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2deca73f7e68ec1b2e4c2ba8ba21d217414200c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80094d2e796e089cde30966d47dffa610c10f0a423e2447caec0428d0a773a5f +size 49260 diff --git a/metadata/cache/frames/vimu_000047/frame_05.jpg b/metadata/cache/frames/vimu_000047/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..587415dedab361e08c316139fdf0209495fccd0c --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb90c7ba27ebac95dca016feb775db733ee37ef4a8c36006a5abae3fdaa7a5cb +size 54586 diff --git a/metadata/cache/frames/vimu_000047/frame_06.jpg b/metadata/cache/frames/vimu_000047/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a2554786690511baec0af5aa886ebbdaaa78557 --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8f33571b690ba9a98e8e626587c557e2e9deef2e8ac6793b19b717a4ac9590 +size 55765 diff --git a/metadata/cache/frames/vimu_000047/frame_07.jpg b/metadata/cache/frames/vimu_000047/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d59173a4e091787b8abfc55c33abe7285747f2a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000047/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e4260f4439bebe6b16c097dab39b7994df46618f3f338b557afcea3f69a925 +size 57165 diff --git a/metadata/cache/frames/vimu_000048/frame_00.jpg b/metadata/cache/frames/vimu_000048/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66be9d7aa21979a2a2e17b99776d982d8708554c --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9d545016a61ff5bbd81785f579f16c4c1cf7036fba6148fc69059ebeeaadaa +size 88606 diff --git a/metadata/cache/frames/vimu_000048/frame_01.jpg b/metadata/cache/frames/vimu_000048/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5461f4fa91477a9303c74bbe432395a8ae9e9c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2175e65879866022585c408910befaec9646829bd5c3212d632d9aaabb55896 +size 94015 diff --git a/metadata/cache/frames/vimu_000048/frame_02.jpg b/metadata/cache/frames/vimu_000048/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..361761a83e2eaad6c4653454614062d5eaa8b3cc --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327b0e205b3758b627d77e2ecf3e1ab8e870a1788a6d4ca759360a82b9b80b5d +size 83342 diff --git a/metadata/cache/frames/vimu_000048/frame_03.jpg b/metadata/cache/frames/vimu_000048/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2a95536dbd9fd098af1e1db0e6f0c8d051e2c74 --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344fba81e89efdce323110c05c7fbe6ce7532f92a53cc0bce13be1284d193892 +size 79061 diff --git a/metadata/cache/frames/vimu_000048/frame_04.jpg b/metadata/cache/frames/vimu_000048/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b166378c79bc42afd7477ae95f9bd5aa41b1f85a --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf00d10903211a7dbb571e9dd5f324d5e50f37d6e0c8a97553697029f89d3be +size 74490 diff --git a/metadata/cache/frames/vimu_000048/frame_05.jpg b/metadata/cache/frames/vimu_000048/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04c57c24adedc82aba29fe7b1b7bc157eb521e6e --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef8934eb05b76d53707335e01ba60b11f8c02854b66b0c281357419683c91ee +size 83567 diff --git a/metadata/cache/frames/vimu_000048/frame_06.jpg b/metadata/cache/frames/vimu_000048/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d230f2bc4908657a74c7f1f058a923ead280b23a --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d689aa7c8993be6d680b80e0d783cbf9b510212174e09d506bf729c9a7a228 +size 77444 diff --git a/metadata/cache/frames/vimu_000048/frame_07.jpg b/metadata/cache/frames/vimu_000048/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..007fc38dccaa539f888c71bb4f86eb4c0317f515 --- /dev/null +++ b/metadata/cache/frames/vimu_000048/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949b0d696b116c8c29b38b62b188e631a0139f1253c81c46a51bb9f316413c01 +size 81059 diff --git a/metadata/cache/frames/vimu_000049/frame_00.jpg b/metadata/cache/frames/vimu_000049/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5272e0c458471020a2b7386db3c8802b0b6daeef --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1277ab54947875088941861f9a72f79429a92f377ffe27590efa339e187714b +size 70842 diff --git a/metadata/cache/frames/vimu_000049/frame_01.jpg b/metadata/cache/frames/vimu_000049/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8141d4e1c62b61ddecdb9d05469b585fba4c262 --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e963784efeec8e79360d869aca7eb27324db0b84ad23c5356154c4b581927f3 +size 61006 diff --git a/metadata/cache/frames/vimu_000049/frame_02.jpg b/metadata/cache/frames/vimu_000049/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4162a5a0ebe581ba4edb934da0902fa9de6bb3f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d36cb4721f47fbeed0519790d6ff5e3d78a20f4b9c48cfe2a9693ff1701816 +size 52257 diff --git a/metadata/cache/frames/vimu_000049/frame_03.jpg b/metadata/cache/frames/vimu_000049/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7989931d107dae5053ddd1447f826ef0de3293c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e901e9cee613bb50586682c3bf3247da08a55d261371ef509a94e734527723eb +size 66974 diff --git a/metadata/cache/frames/vimu_000049/frame_04.jpg b/metadata/cache/frames/vimu_000049/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46a148fb9349047dfcb8bb2b7dbf21a8a135a830 --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a853c5828b3f03c5e0e7c919e8aba63f0604392dcf0715fb430e4abf6694d21a +size 66804 diff --git a/metadata/cache/frames/vimu_000049/frame_05.jpg b/metadata/cache/frames/vimu_000049/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..184f0bdbfcaaa18cd236ef3a01fca9fe9721f1b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4959b70793cebbe4d8ee3849a2e2249d5f64bfb9886355af8657f32b32f783 +size 68066 diff --git a/metadata/cache/frames/vimu_000049/frame_06.jpg b/metadata/cache/frames/vimu_000049/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c715011ebbb252f092fef4b6694e7afb22c50f44 --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e15459aac8a203f80c5a7957e764f6f4d961146a28953dcd9915a9b03a139e +size 64620 diff --git a/metadata/cache/frames/vimu_000049/frame_07.jpg b/metadata/cache/frames/vimu_000049/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dab3ad6d047daebffc5a94a7cfd530eaa664f27f --- /dev/null +++ b/metadata/cache/frames/vimu_000049/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d85ed838e4987846f43a9010cfb8d47dfbb42c122ecdf6fc6330f6ed460c7e +size 65865 diff --git a/metadata/cache/frames/vimu_000050/frame_00.jpg b/metadata/cache/frames/vimu_000050/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c51be8ec604f04f95e70ed0aef0273d19480591 --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b99c670d30d3f4f767c1b12cf4e540de3b6a2f73e7aa10358eeb02e6f2ae0e +size 42486 diff --git a/metadata/cache/frames/vimu_000050/frame_01.jpg b/metadata/cache/frames/vimu_000050/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0a95c9596a5fdd9097e55afb895d53927a41f34 --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d039a01a903a22e2d3c7cfb6f944fbb2ee73665dc367a4ebf14ba4bdfad23d7 +size 44591 diff --git a/metadata/cache/frames/vimu_000050/frame_02.jpg b/metadata/cache/frames/vimu_000050/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17e5f77dbef1c159ce23f536fbae6653ba28909e --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714d5bafe951432de86c928394903dca9c83b83f7a086a8d45b90d1f19fac116 +size 45255 diff --git a/metadata/cache/frames/vimu_000050/frame_03.jpg b/metadata/cache/frames/vimu_000050/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50a6d7630d0c412fe9e83ff1d3cca832fc0c4332 --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45320bda3b25fb86b61eba5821b6fad02c1823f6767b277f278f16a73d65a51c +size 46837 diff --git a/metadata/cache/frames/vimu_000050/frame_04.jpg b/metadata/cache/frames/vimu_000050/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c36564004863cea713250e122d01246a84a2ee23 --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81147f21eb5f891d4863bfcafa05f71881175d096fa5883a5bba4db8f8e97bc +size 45083 diff --git a/metadata/cache/frames/vimu_000050/frame_05.jpg b/metadata/cache/frames/vimu_000050/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fd9145bb693673bc8348b9e747ebea53de00531 --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946a1fd8ac96cf427f85d30dbc5979c65d77de9bfa114948772c8faf12b46540 +size 55615 diff --git a/metadata/cache/frames/vimu_000050/frame_06.jpg b/metadata/cache/frames/vimu_000050/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ee2cf799a3f4a96f2c7c3f4c52ffa6e02c21ed5 --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8447d02f4b65e361efe34304cf78a5127f0f73039c95f54513c55f67385fa6 +size 46823 diff --git a/metadata/cache/frames/vimu_000050/frame_07.jpg b/metadata/cache/frames/vimu_000050/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ebf046b284b00edd6abb78b651bd2a67eed67ed --- /dev/null +++ b/metadata/cache/frames/vimu_000050/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d8c3c6d59e17c9e40b84f64359a5e25c3c4485fd223fcbd1854aa546a09657 +size 47021 diff --git a/metadata/cache/frames/vimu_000051/frame_00.jpg b/metadata/cache/frames/vimu_000051/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a575ea9dad0d1c07610be13e344b0cf40a8ba8f --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30b45a148c2d06d253d0b1ceb55c758de5cc67bc2d0b78ae11a576f5b9a94cb +size 124935 diff --git a/metadata/cache/frames/vimu_000051/frame_01.jpg b/metadata/cache/frames/vimu_000051/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5b7f869c8c5acd5b4b0997fe5207d275048f84d --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80a062deba8578d717c9658619418879a48c7ef41a990921b2ee8f47cee8fc6 +size 137203 diff --git a/metadata/cache/frames/vimu_000051/frame_02.jpg b/metadata/cache/frames/vimu_000051/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfce39737bf50f9d716ae4c1f337580fe8e7d55d --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f0b06513a70888d7f2b8ae175db7e560fdc349b6be8ec0462a2254c43f101c +size 135124 diff --git a/metadata/cache/frames/vimu_000051/frame_03.jpg b/metadata/cache/frames/vimu_000051/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0f3c4b9a1822ccfdbbd66ccc047839b4575884f --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7ae51d518157b78281e0c707370de06fe13f444a83ff9064dfe8c98641cf27 +size 137928 diff --git a/metadata/cache/frames/vimu_000051/frame_04.jpg b/metadata/cache/frames/vimu_000051/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..127cd0b09cbc98f97109fb3847d41f58875c299d --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e62a69e1b0901e97056161ff40fcae967405261172daf95a2c4a633f5b856a +size 112285 diff --git a/metadata/cache/frames/vimu_000051/frame_05.jpg b/metadata/cache/frames/vimu_000051/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8401972965e512d8810809c956d7a2cda814e051 --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07dd492c9edee914c0976618983bb3a26220dde5c712b5086c732a49ba1f0cb +size 100923 diff --git a/metadata/cache/frames/vimu_000051/frame_06.jpg b/metadata/cache/frames/vimu_000051/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbfaebef62a24d9da4cbe122bf69a4d707d6faf8 --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8796fd4dbf0467798a176c644bf3d0f0e2c667b1470460cb5f2908025146c448 +size 112427 diff --git a/metadata/cache/frames/vimu_000051/frame_07.jpg b/metadata/cache/frames/vimu_000051/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c61ceaa876c4f1dd916ece7ae8149d1be00456f --- /dev/null +++ b/metadata/cache/frames/vimu_000051/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b4c1d9e254405e1f3dd66e60e924ef11b0c35aa158d6768227fb5b91d349f8 +size 72182 diff --git a/metadata/cache/frames/vimu_000052/frame_00.jpg b/metadata/cache/frames/vimu_000052/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f36d2b1e546ed9fa5f796fb771ab8cc837651ccb --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3d05c2eff78379c9eacfe3de9ea1cee9d7002812592e635d639a61fad18a22 +size 33785 diff --git a/metadata/cache/frames/vimu_000052/frame_01.jpg b/metadata/cache/frames/vimu_000052/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d639635a9c2c24f9b65432031088d926ba9d788e --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fa827fe4c7704e2f5bd9f45ec399c543804675985dafdf1f9c0841cafa3008 +size 39370 diff --git a/metadata/cache/frames/vimu_000052/frame_02.jpg b/metadata/cache/frames/vimu_000052/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7dfc8af9c4a7ec008e192beb63dc311223b5f78 --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63161307029a347f19c343028a678c47f2562fa270b10c6114446a560e3bdc3 +size 41134 diff --git a/metadata/cache/frames/vimu_000052/frame_03.jpg b/metadata/cache/frames/vimu_000052/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18741e7fc218aa8277a3bc6ccaecf911ea31837c --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f9fec4b6467d6dd579d1445b034657a9f1d386b4dcbd2d6bb36bf7aebcdbd3 +size 52047 diff --git a/metadata/cache/frames/vimu_000052/frame_04.jpg b/metadata/cache/frames/vimu_000052/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed4292d8c0d6d17d9eb681e4413ca63dccb1a407 --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42059b1d463458dd5eb4cd400722de2b385e6da321ad86c48526ef2110a882d1 +size 34874 diff --git a/metadata/cache/frames/vimu_000052/frame_05.jpg b/metadata/cache/frames/vimu_000052/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde8a20d810d8eeb0c95739e474e701a5c947722 --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da7652c6a778c11b0da2647bb5c7fad1da62cc4f789a6e40e02d44223ae918e +size 32833 diff --git a/metadata/cache/frames/vimu_000052/frame_06.jpg b/metadata/cache/frames/vimu_000052/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..738e03c801d900528adf68b7bd8547e3a1680801 --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0652add8ed99b5b71b93f4c483c9ef4e198f91cb754f254b524ce2daa12998ad +size 62306 diff --git a/metadata/cache/frames/vimu_000052/frame_07.jpg b/metadata/cache/frames/vimu_000052/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07da5a9d0af1307f6fa43508897dbb0af3519264 --- /dev/null +++ b/metadata/cache/frames/vimu_000052/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c98b4c2b1a226602e75cfbf775f67dd0e6db8ec2fe645d1b057678a6b9bc907 +size 62073 diff --git a/metadata/cache/frames/vimu_000053/frame_00.jpg b/metadata/cache/frames/vimu_000053/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30d0365d21b46a1523c77800bf5eabb6b6c4903f --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff718a13665bf481eb064e78da39b8e088a9d9cd70976f77dc8928359f71aa11 +size 49642 diff --git a/metadata/cache/frames/vimu_000053/frame_01.jpg b/metadata/cache/frames/vimu_000053/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2acd0672724513596c12b964214eae312df9b486 --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6baf2b88cc707df3f34d37adb817ff9e7f5924aaf8bed228c95907e6289179 +size 49618 diff --git a/metadata/cache/frames/vimu_000053/frame_02.jpg b/metadata/cache/frames/vimu_000053/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2acd0672724513596c12b964214eae312df9b486 --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6baf2b88cc707df3f34d37adb817ff9e7f5924aaf8bed228c95907e6289179 +size 49618 diff --git a/metadata/cache/frames/vimu_000053/frame_03.jpg b/metadata/cache/frames/vimu_000053/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..402e532dd20c7bba14770b62e0e145a4de791825 --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9a65c809839470cd085b07c34d1e4097cd18f491c1bf8b8ac7513e75e3d333 +size 49648 diff --git a/metadata/cache/frames/vimu_000053/frame_04.jpg b/metadata/cache/frames/vimu_000053/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..402e532dd20c7bba14770b62e0e145a4de791825 --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9a65c809839470cd085b07c34d1e4097cd18f491c1bf8b8ac7513e75e3d333 +size 49648 diff --git a/metadata/cache/frames/vimu_000053/frame_05.jpg b/metadata/cache/frames/vimu_000053/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23f94003561a1cea686820e7f4a7bad4a257f574 --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a148c971bc6360aebd30f7a4d0e9a0698ce20c94c1b54b34c8356dbfc5b035 +size 49623 diff --git a/metadata/cache/frames/vimu_000053/frame_06.jpg b/metadata/cache/frames/vimu_000053/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1d6a29e3069d8dab60f92504a9cfd291cd2caee --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c3ffd328006cac2ca7a45aac56f65f1f40b21125c93bb44c7c4c795fcb5219 +size 49644 diff --git a/metadata/cache/frames/vimu_000053/frame_07.jpg b/metadata/cache/frames/vimu_000053/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2418f5f6cd5d83a6c37b89ffd30bd44f9957c40 --- /dev/null +++ b/metadata/cache/frames/vimu_000053/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf4da4b380949ada6944c03acd76b05f53ea095da8c8968bf51760d96cc4eeb +size 49630 diff --git a/metadata/cache/frames/vimu_000054/frame_00.jpg b/metadata/cache/frames/vimu_000054/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b48a5f58482190970d5358e58694c5167826c0cf --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d9320e09faa699b84743b92e2b5adb90f3b25b9359dc6a3ef1ed4777cbd617 +size 52839 diff --git a/metadata/cache/frames/vimu_000054/frame_01.jpg b/metadata/cache/frames/vimu_000054/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea12ff548cea8375e09609c814ec133c4d92fb3d --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff9bc8eed111d0a76100164bdeb6c82cd8a6c4ed1c9ebf80974317d0a861360 +size 53814 diff --git a/metadata/cache/frames/vimu_000054/frame_02.jpg b/metadata/cache/frames/vimu_000054/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cc5571b45ecbb94347be377d6996cd4b6aa55ae --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c6b8917df8e95da44eca475e111ea7ca7746afe6facd45c2e203f1e6a694ea +size 54258 diff --git a/metadata/cache/frames/vimu_000054/frame_03.jpg b/metadata/cache/frames/vimu_000054/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d3fd2bd897d34cdad8f6a878319c2419a19524f --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1db8b7d1da3aecb43f60aa5799b35188fa023070c8174fd9ae2b479c45f1af +size 54515 diff --git a/metadata/cache/frames/vimu_000054/frame_04.jpg b/metadata/cache/frames/vimu_000054/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a93b9dd387092b643e42c0133059a7d3345d37cc --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf92f03355973f6587bc3ddaaa5f2440cc0f9880ba3dfa674e3a563d63d5c35 +size 54754 diff --git a/metadata/cache/frames/vimu_000054/frame_05.jpg b/metadata/cache/frames/vimu_000054/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19777c4ddcb9306f6d571684d26eb3ec689b174d --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ca4ff2d139a041b085c546d3ba16232bc418019d9e8db8a3a04a1013485d5f +size 55147 diff --git a/metadata/cache/frames/vimu_000054/frame_06.jpg b/metadata/cache/frames/vimu_000054/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27fbea48138b58be1250f004718724d14648721f --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0d1ad755960713df112687852bdda29b331aa1d2354e6a7ca169a6d853f705 +size 57005 diff --git a/metadata/cache/frames/vimu_000054/frame_07.jpg b/metadata/cache/frames/vimu_000054/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed053579b8139d9895a5040b13433609f0c9cf57 --- /dev/null +++ b/metadata/cache/frames/vimu_000054/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcf604d69501701c9cd74570b23a333d05067f5f057016ee708cfc3f3650712 +size 57013 diff --git a/metadata/cache/frames/vimu_000055/frame_00.jpg b/metadata/cache/frames/vimu_000055/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..743e2cb4967be183057c97ec102e3798a1a87a69 --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01615eb020c443a123493886a0762f22909439a686bd0dcd6ecad0e795fa3e2 +size 76137 diff --git a/metadata/cache/frames/vimu_000055/frame_01.jpg b/metadata/cache/frames/vimu_000055/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b786d1c1b19bc88611ca1dd8d4d58a9378207bf --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13a84cd28ab85528d2fdb74039a3d80ad49ae843439c5fd1d7efc20745f421b +size 79101 diff --git a/metadata/cache/frames/vimu_000055/frame_02.jpg b/metadata/cache/frames/vimu_000055/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8046c674cbc096585e62e66b5cf748b1e9d27034 --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8569705e954538896ab8f9c72666e1736761a65f69fa6c94ecb2c17c16fa36c +size 76543 diff --git a/metadata/cache/frames/vimu_000055/frame_03.jpg b/metadata/cache/frames/vimu_000055/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f42daec3e4708bb19144a51c693b5f605e9f3a08 --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f29bcbc86b70c37372d1a97b388adccc8439957189cdfe28167707f4d2aef2c +size 73509 diff --git a/metadata/cache/frames/vimu_000055/frame_04.jpg b/metadata/cache/frames/vimu_000055/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40ece8e38f24346d559438e88bca5fc46a9a71f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265f953f3174afc29c961a34daa1dd6a361c562eda661156067c9c367e963af7 +size 61230 diff --git a/metadata/cache/frames/vimu_000055/frame_05.jpg b/metadata/cache/frames/vimu_000055/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81cc333977ec7809522d5c15d86775df13d2ace3 --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211b7443b1be9c1689787b57255e63aa5a7f47bc9994c0daee5bb39d225345d8 +size 62897 diff --git a/metadata/cache/frames/vimu_000055/frame_06.jpg b/metadata/cache/frames/vimu_000055/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecc990ddd772ced9bf4ec579df7ce27473b31d11 --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef878af9a37dbf12bff39ff54b65316f536cb4d2f3a5051d17b875a60e40f707 +size 64421 diff --git a/metadata/cache/frames/vimu_000055/frame_07.jpg b/metadata/cache/frames/vimu_000055/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b45bbaaaa8c6aff32b17bf06bad6b07e83e419e --- /dev/null +++ b/metadata/cache/frames/vimu_000055/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c31ff5c29c62d633721b6b4e3e4754e8d652bb22d7f6dd6db2c6c9d2607f70 +size 65587 diff --git a/metadata/cache/frames/vimu_000056/frame_00.jpg b/metadata/cache/frames/vimu_000056/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b942a5acfca6349a7b8abebe29edcb4d54f1bdc --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9fab4ab8b5b0a500018a9e8d2ee118f50059d302c072e0bf2753bc9ccb04f7 +size 40373 diff --git a/metadata/cache/frames/vimu_000056/frame_01.jpg b/metadata/cache/frames/vimu_000056/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f82887643c562e5d6176ef614cfe7dfb03e29ee6 --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27210a54ee5cceefcde8ae02acefd6f1c99746da80f21a775e84ad9e0b19f7cb +size 44584 diff --git a/metadata/cache/frames/vimu_000056/frame_02.jpg b/metadata/cache/frames/vimu_000056/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68902caa0df62a69eba08b318499b04a4684314e --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cefde3f08568e34d8481303dce23b27d912e53736992e594feb8e1861ad6d74 +size 46220 diff --git a/metadata/cache/frames/vimu_000056/frame_03.jpg b/metadata/cache/frames/vimu_000056/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6eaef2c9624e2636f1b6c3e16c1f3bc60afee15 --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7576dbc873649f887f36cf0aa3f22988c5d82e05a457156ad7946c30cf94b902 +size 47744 diff --git a/metadata/cache/frames/vimu_000056/frame_04.jpg b/metadata/cache/frames/vimu_000056/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c80b7e11afab248779deeb6e8139239a08387aca --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4d46d9ed2bde8a78dc7cb7916e63f226ad65c9e2fa99b8113a79fb8f963f18 +size 47182 diff --git a/metadata/cache/frames/vimu_000056/frame_05.jpg b/metadata/cache/frames/vimu_000056/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f1e85c10cf8d922d59815053c0d48437cec6e2f --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88c821d42859efae4dfe2099f4653a5aa49d523b24a26518197c06426fb220f +size 48280 diff --git a/metadata/cache/frames/vimu_000056/frame_06.jpg b/metadata/cache/frames/vimu_000056/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bde4b8e3bbffba658e7e16f70d6440f225c1db11 --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d850e4d18a2592ac076b3e3e8c7251f2a9d487347be156f7444a9099c79f5f45 +size 40497 diff --git a/metadata/cache/frames/vimu_000056/frame_07.jpg b/metadata/cache/frames/vimu_000056/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..857f6e5d3038b18ac2ea1b7ccb6774f102e6b28a --- /dev/null +++ b/metadata/cache/frames/vimu_000056/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e968735e0f752237d5216fa7a13f3fe79a890b21eccd387159bb592858b910f8 +size 38724 diff --git a/metadata/cache/frames/vimu_000057/frame_00.jpg b/metadata/cache/frames/vimu_000057/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a22f35306a44c27838fec66bf8608a58bddce81d --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d6aca482a54b200e4a0595a117dc8c0d617da8db192799320a9a72d8d09b63 +size 76577 diff --git a/metadata/cache/frames/vimu_000057/frame_01.jpg b/metadata/cache/frames/vimu_000057/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28235532c2f79bcee87ede7bbcf4af2114bb3fe4 --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68327c79a364c710c9d50cd8d605e3f5f834841731815bdf2ef48777ba4a459 +size 87191 diff --git a/metadata/cache/frames/vimu_000057/frame_02.jpg b/metadata/cache/frames/vimu_000057/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..418fa67f8eacb0e5a7e4788bbd19454d357680a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9989bd42925f301a0097a73ddc2d0b0868272aae988daf105a6fdbe75405684 +size 89246 diff --git a/metadata/cache/frames/vimu_000057/frame_03.jpg b/metadata/cache/frames/vimu_000057/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e9dd94f3be00078f3c13980c094b69acbe9bdcb --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c8d9bba7b0e26d39efc7b51e674cf563ab3ede642766d1d190fed98c960901 +size 88647 diff --git a/metadata/cache/frames/vimu_000057/frame_04.jpg b/metadata/cache/frames/vimu_000057/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76d5ec72885c7d625c6b67b7bd564dfc78e52ddc --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f73b234b44ce12f6d267fcaa0f46740396be4c8f7e022f4825ac66621429c1 +size 94571 diff --git a/metadata/cache/frames/vimu_000057/frame_05.jpg b/metadata/cache/frames/vimu_000057/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eee23d56095d49351f6505bbcb1bdbda98e8e43 --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1232b2c0562be6a0ec317446e53e209f258d6fe374816356b8cd7b16898bfb +size 74663 diff --git a/metadata/cache/frames/vimu_000057/frame_06.jpg b/metadata/cache/frames/vimu_000057/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1915885e72131dc3a0177edfa09d7556f5a4308b --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1089f8c69c8bb9270483b3b2962993c5a5fa8a37e696869a66a363180d1e7ab +size 88517 diff --git a/metadata/cache/frames/vimu_000057/frame_07.jpg b/metadata/cache/frames/vimu_000057/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b68fdf9856d4e3f0f5ecc2e75b540bb5b7ad78c --- /dev/null +++ b/metadata/cache/frames/vimu_000057/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6e9b9c1c0cf6e62ac360d89b22c5fb04247d33437d8f80b64e9fc6212656bb +size 77664 diff --git a/metadata/cache/frames/vimu_000058/frame_00.jpg b/metadata/cache/frames/vimu_000058/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..212e5d0e0862a0e7ef3fa3290742d02edf20e3e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdb06e263dac5e375042b70c6763e225c09797e9ca1855671fc3a9cd385dcfe +size 50136 diff --git a/metadata/cache/frames/vimu_000058/frame_01.jpg b/metadata/cache/frames/vimu_000058/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ec3075e0823cef873ec129ad6344a38a71626f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb357d66e12ffc13c1cb02e6ef4feea3e843cbf4c2408fc2ee7c95b88d63dbac +size 59155 diff --git a/metadata/cache/frames/vimu_000058/frame_02.jpg b/metadata/cache/frames/vimu_000058/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fe13be87a504b6eb26df13404058b5524b5d57d --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2486b736ee64ddc2f9900a50a9800ced8c5cbb0e3ffaed4014bdd50fe8ebb7 +size 66581 diff --git a/metadata/cache/frames/vimu_000058/frame_03.jpg b/metadata/cache/frames/vimu_000058/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c938b63a15f1c366e2c06b68f4508fecabf71ebd --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d685e484c3cf8c6652763436fc441e2d46af88d81f687a7bebd0458059ede506 +size 31524 diff --git a/metadata/cache/frames/vimu_000058/frame_04.jpg b/metadata/cache/frames/vimu_000058/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a212165a5ea84afbad34baab73f03e21088642f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38fb6a74d11244290d0e8838323466bcd06d53771376e59f9a32d51e5b1abc1 +size 41842 diff --git a/metadata/cache/frames/vimu_000058/frame_05.jpg b/metadata/cache/frames/vimu_000058/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9280315fa875ba8cec956120d9ee41c319762e76 --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4abddd9de1e184c2d1426119a2df066f5e5b107cfb240a3e13fcac6f19c218 +size 52183 diff --git a/metadata/cache/frames/vimu_000058/frame_06.jpg b/metadata/cache/frames/vimu_000058/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4628817714fd4a14839056d84d6c9736554ced92 --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552265c1685e6c07305aa4a4a96c17e09a3225b22cd009cd9785b9bf3bca48ce +size 54656 diff --git a/metadata/cache/frames/vimu_000058/frame_07.jpg b/metadata/cache/frames/vimu_000058/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3909754f7223df72595ca0eabfad60fb20fd841 --- /dev/null +++ b/metadata/cache/frames/vimu_000058/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbdc275f2a69c6bbfb48270aeedefb97138cde6c57acff9be1d6a4581452a39 +size 57393 diff --git a/metadata/cache/frames/vimu_000059/frame_00.jpg b/metadata/cache/frames/vimu_000059/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6534ece550111993a108a4332aac7025f1991703 --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376949e5eff54643b3922916d62c9339b0f25ee4d10eaada8e7556a983fbb02f +size 58765 diff --git a/metadata/cache/frames/vimu_000059/frame_01.jpg b/metadata/cache/frames/vimu_000059/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9c744b1b5f4ecd99e10127741060ac0c2362f9f --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02c87b1ec3e44478c396af9908373adcbb3fc2b74257293f9d06c3e39f4ae5a +size 74012 diff --git a/metadata/cache/frames/vimu_000059/frame_02.jpg b/metadata/cache/frames/vimu_000059/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe15eb883fed06d7863dcadee7752c9b2a5035c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c6313234b836963f774d21533eaf994e0eaf1c101b13ae658e6ede6e37a78e +size 74200 diff --git a/metadata/cache/frames/vimu_000059/frame_03.jpg b/metadata/cache/frames/vimu_000059/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a672baeca83af11f2dcecdd897c0994adf89ff1f --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e568e266e8257581b008b0d13fb51472699f3521be79fe8147855c693326d6e6 +size 76837 diff --git a/metadata/cache/frames/vimu_000059/frame_04.jpg b/metadata/cache/frames/vimu_000059/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6681aa355b382431dc3f2b7f05863fb0de3806b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd99b08e64f04f2d8de14511affc002dfeea1779f64a74883e768b4f6f738af +size 86626 diff --git a/metadata/cache/frames/vimu_000059/frame_05.jpg b/metadata/cache/frames/vimu_000059/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67aacf5e8c12584c0da3355f0235b171c0da03bb --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1997a9b5e44010703e61c9365ed2b687c2ba8a37496ee076168dfe73c0a3437 +size 85793 diff --git a/metadata/cache/frames/vimu_000059/frame_06.jpg b/metadata/cache/frames/vimu_000059/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a0ce5d30b548dd6a7bfbdf2f96e65fd15a981fa --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98216db7eb80e1f32f8c259b3b073c726e27a440641dcb992f60978748d8e171 +size 87149 diff --git a/metadata/cache/frames/vimu_000059/frame_07.jpg b/metadata/cache/frames/vimu_000059/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0941e7b51df8909cd699df5bcf6bc70696cfb092 --- /dev/null +++ b/metadata/cache/frames/vimu_000059/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6d3e16a6cb3f9f1a50ad86b4bfc2a6434bf2f4807a428c819e00d0a4efc072 +size 66929 diff --git a/metadata/cache/frames/vimu_000060/frame_00.jpg b/metadata/cache/frames/vimu_000060/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..893b4de6999b453b6c8ad39d49994a9a994884a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ca7aace2e59178d8c0138549c1c44ad2362fea15e00d64b314deb7bd86eada +size 67855 diff --git a/metadata/cache/frames/vimu_000060/frame_01.jpg b/metadata/cache/frames/vimu_000060/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b84e54b92d21fd8c9a4f0e92197528592b0afe3 --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813d770379ea3b95988b2a670e3d0dc669348b694b7b2d34c1d82a9954b09e22 +size 64465 diff --git a/metadata/cache/frames/vimu_000060/frame_02.jpg b/metadata/cache/frames/vimu_000060/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6da651d43ffd73893f518fad01ecd6bbcbd83a3a --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6135afd42706410d87e5cf8a33dce35db3109e47f3baf9d405b7b4f65e62f23 +size 68583 diff --git a/metadata/cache/frames/vimu_000060/frame_03.jpg b/metadata/cache/frames/vimu_000060/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b2d4527d0f253daac1d3b2250a8751515b3a3a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9b707b6dbc88b924ed0b3ca77545e72457121a5ba13c704a94716870f0980f +size 66903 diff --git a/metadata/cache/frames/vimu_000060/frame_04.jpg b/metadata/cache/frames/vimu_000060/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24145b40ae08f1113385e3e8b4eb11ec6980348d --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0c5423007c3d758d5cc552e916cd51bfbfc34db8324251e12822c71c2763b7 +size 68556 diff --git a/metadata/cache/frames/vimu_000060/frame_05.jpg b/metadata/cache/frames/vimu_000060/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0843591d5bd762c7bcf124ae02eb4e8b606c8169 --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3078b7f03605af7b52ae37a05be6e9591cf9cdd7da7cd3bb5a8348c1791477c1 +size 69125 diff --git a/metadata/cache/frames/vimu_000060/frame_06.jpg b/metadata/cache/frames/vimu_000060/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67bfbebb15f35cd1dd3115f2e707f0d6f46e37e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4532a2423f2bc2d1bc241ad7386bcf197fea45d1296eb92e4a95ccaf75d6a70 +size 67852 diff --git a/metadata/cache/frames/vimu_000060/frame_07.jpg b/metadata/cache/frames/vimu_000060/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18e00881ed210b4d9d5391d4383fc489b41e6741 --- /dev/null +++ b/metadata/cache/frames/vimu_000060/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28df70b9c4ce0e8a2a863cb042f2de923d3e4553a68374999be970688146c8 +size 67837 diff --git a/metadata/cache/frames/vimu_000061/frame_00.jpg b/metadata/cache/frames/vimu_000061/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96458acaf1217278926f7e2da0db44ee0f77604f --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e84ea6be082c3554f803e41d5839ece76a307a89795b1f455cac3fa48dd2be9 +size 84267 diff --git a/metadata/cache/frames/vimu_000061/frame_01.jpg b/metadata/cache/frames/vimu_000061/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..825c7cbdc84b521c053ba19b43a67ef2acf28939 --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a922b09ae8adb6809a87fe770b858ee86134e46c0c57d7ecf6a1796ed437bb +size 83788 diff --git a/metadata/cache/frames/vimu_000061/frame_02.jpg b/metadata/cache/frames/vimu_000061/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..861b889aecdf41fd479d1f3f1944dc5c0fce808b --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2419c5df958e75c7dcac64aa73847edbec68bdebb925bb44257acadfa3468a8 +size 85725 diff --git a/metadata/cache/frames/vimu_000061/frame_03.jpg b/metadata/cache/frames/vimu_000061/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1be07af5dc190e3913d42b381a83ce2ad47ca2ea --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93393e12634dfa7c313afe3216aec180d023f7e30dd1d1d76d95d1a22b2cc163 +size 86044 diff --git a/metadata/cache/frames/vimu_000061/frame_04.jpg b/metadata/cache/frames/vimu_000061/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f560d7c396a69beec14a5ca9947fbad029a12382 --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e275ecdbc3cec69334a6d5c512d7fb731443229a5b465f06d27d07a45d78914e +size 86482 diff --git a/metadata/cache/frames/vimu_000061/frame_05.jpg b/metadata/cache/frames/vimu_000061/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7c1c378178b0f3c31350b0019468b048af9e7ee --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43030d93ecd2eee46c74735cc483bd6586434dac6469736833f548eba896ea07 +size 90225 diff --git a/metadata/cache/frames/vimu_000061/frame_06.jpg b/metadata/cache/frames/vimu_000061/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c6a4a66d11695e887eeff9b2bd9e2d7eb357736 --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf93788abdbf8d9e50c4c42dfd79463d26c1d719ef605895a5c0a96255aa526 +size 91971 diff --git a/metadata/cache/frames/vimu_000061/frame_07.jpg b/metadata/cache/frames/vimu_000061/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..369f87c6e578543eee7543dd6639aff238bc1068 --- /dev/null +++ b/metadata/cache/frames/vimu_000061/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8256e1384482a02b439338072f94d3046659357d93a0a7c38e5c1b8c5c20292a +size 88224 diff --git a/metadata/cache/frames/vimu_000062/frame_00.jpg b/metadata/cache/frames/vimu_000062/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f224c423046fd409d37e629cdf635700efd59998 --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3806d0d4ff8273792d06402572ddbd35386c94da04f44db9a79c1b7bbc01feb7 +size 45997 diff --git a/metadata/cache/frames/vimu_000062/frame_01.jpg b/metadata/cache/frames/vimu_000062/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fec08c051ba458d19a17319d313c637031176d19 --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243a5c7e5fc8ab432f1c2e2e5fc9c52b0e105f8dc6437e562f4fffd2529a0b19 +size 46513 diff --git a/metadata/cache/frames/vimu_000062/frame_02.jpg b/metadata/cache/frames/vimu_000062/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea052d1a0ec00c9e6ff2f687e0a36712abdcc1b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c6020e256440b0af7c1d018170f386cd54b34d9e9f41d961aa32dc62b03526 +size 50243 diff --git a/metadata/cache/frames/vimu_000062/frame_03.jpg b/metadata/cache/frames/vimu_000062/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..def552ad2f9070c3b1f8cd0e3cc661ff89bd923c --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dd47844ced0d1bba5f36613960586b99784b2a19e746c6efabc037b219dee8 +size 46567 diff --git a/metadata/cache/frames/vimu_000062/frame_04.jpg b/metadata/cache/frames/vimu_000062/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c55a4085c6c5963716c9e4a094f2735bb77fda8d --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdd2940ba9b5e5ba440c5f335280b841ed01e62fb28b8cbd510ea23fd82e925 +size 51030 diff --git a/metadata/cache/frames/vimu_000062/frame_05.jpg b/metadata/cache/frames/vimu_000062/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71196bac56070a84640d93b9368df243a3f8c165 --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34c036fedce817e403528f05e8535d22d34d42a2f998c3129c8b073bc67529f +size 46261 diff --git a/metadata/cache/frames/vimu_000062/frame_06.jpg b/metadata/cache/frames/vimu_000062/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cca56d77cfbea876b63e561a107d96adf2ad9c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da658897a22b7c2fd951670a076cc13e7112d62de226bf6f72067352e436d5b9 +size 52417 diff --git a/metadata/cache/frames/vimu_000062/frame_07.jpg b/metadata/cache/frames/vimu_000062/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6fb44c14de854c366c59cb3592d707aaba084e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000062/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfc36feda879f206a601b8a10a4c83fead4ba0ef1db1399c666d047513d5cea +size 51567 diff --git a/metadata/cache/frames/vimu_000063/frame_00.jpg b/metadata/cache/frames/vimu_000063/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d1f679bc93b97528f9a186fea9dff8969160f8c --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b3f51ce81bf1eb2ee2d0908b146c1b47e87d73278d0b7c5d8b31883c0a3d8f +size 84365 diff --git a/metadata/cache/frames/vimu_000063/frame_01.jpg b/metadata/cache/frames/vimu_000063/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d10bb3bcbbd5c52367fdedafe722b2877c5e673 --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8881670e3316723acc164c8bf8e2b0039bc7117c76d99974b48c4c99d4517fa1 +size 94898 diff --git a/metadata/cache/frames/vimu_000063/frame_02.jpg b/metadata/cache/frames/vimu_000063/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bfa0949332a29c4ac9d7d503bb2ed68ebc478a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc37de84d53b4621cfc304eee6b45e0e44880c8725b093f9432e92002a5c4192 +size 97386 diff --git a/metadata/cache/frames/vimu_000063/frame_03.jpg b/metadata/cache/frames/vimu_000063/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88905c2151449ec9f7596bbbd3a21605244eca50 --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9727a2d5818ff12bdebdad9076ba3d993eba63156ab6a679526757d2ebc77453 +size 94876 diff --git a/metadata/cache/frames/vimu_000063/frame_04.jpg b/metadata/cache/frames/vimu_000063/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07c1de0695b9ceda185cb40742091a3fb3fb26d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8599adc955d3d66e31499e95c21737ab7832b8ea7cbb74df1c13fb96a09950c0 +size 102482 diff --git a/metadata/cache/frames/vimu_000063/frame_05.jpg b/metadata/cache/frames/vimu_000063/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6d559ea3e6e0dcfd7a0c6e0eb7443636af3db9e --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d4deaf47718e5f7f22abb2d00ef42cd5fbf3a09da76b4b3c5b2f85a2ee0da0 +size 105752 diff --git a/metadata/cache/frames/vimu_000063/frame_06.jpg b/metadata/cache/frames/vimu_000063/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..211ad347291f9bb7e0e2cc1ee346c8ccdd348c20 --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5059ca19e23e467b4ad1a66294bfa54f2132c3fe2782336fbd76105b7399fd22 +size 80521 diff --git a/metadata/cache/frames/vimu_000063/frame_07.jpg b/metadata/cache/frames/vimu_000063/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..110e5ac66226d8c00ca023c673152b56ebe8b781 --- /dev/null +++ b/metadata/cache/frames/vimu_000063/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a7f8644bb0f9c05f7d68869e1fcaa52b01dac76f9f5885e3c0aeb87944bfa3 +size 70495 diff --git a/metadata/cache/frames/vimu_000064/frame_00.jpg b/metadata/cache/frames/vimu_000064/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d426db81994735328fc265e116fdfd5af26bfcd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd790a71424efbb88ca500b0dee7e1b9e8f5c575868f9c34ac3976957e5ba610 +size 59987 diff --git a/metadata/cache/frames/vimu_000064/frame_01.jpg b/metadata/cache/frames/vimu_000064/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e14c2904929c5180b55b2e8d4f0a0b863284f270 --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3de1c58d40721ab8a89671443aa9080fbc1e83bacaa7e3517160a227b9065ab +size 56564 diff --git a/metadata/cache/frames/vimu_000064/frame_02.jpg b/metadata/cache/frames/vimu_000064/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..286cb51ff7e7ef88fa56be008acddf5f91a9f68c --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd18e4ba44d6fbfdb11fef9fb58d6ba3c5118b062ebba5f769d7caef94b18e3 +size 58542 diff --git a/metadata/cache/frames/vimu_000064/frame_03.jpg b/metadata/cache/frames/vimu_000064/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19e2b46f01a8012826ddbb1cad1e0ee6401f0407 --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3291f08240c86e59e33a3a8dd623045d5459a0770061a21d6adbcedddff9baa5 +size 65611 diff --git a/metadata/cache/frames/vimu_000064/frame_04.jpg b/metadata/cache/frames/vimu_000064/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdff75dbb26b7205d73a8b729956b660d4aeb77b --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac7b9462af9e8606ad90839a792e05e7241b214b7179f1cf9ef9a0501ae591e +size 62491 diff --git a/metadata/cache/frames/vimu_000064/frame_05.jpg b/metadata/cache/frames/vimu_000064/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..770fb8cf1c2cf9ba28cc9a12ac856f689798e8e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6825937a30903108483f1297160a02dd7136d63f363c03600ef2d2f8a8e8ae8f +size 76500 diff --git a/metadata/cache/frames/vimu_000064/frame_06.jpg b/metadata/cache/frames/vimu_000064/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e6144fab55b80e6e410a8b297a8b1161d7e630b --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51130efe623e307330899a6026206d0d7e5a7e3fb32ea1fd4c340dfec4b6e4b +size 78974 diff --git a/metadata/cache/frames/vimu_000064/frame_07.jpg b/metadata/cache/frames/vimu_000064/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..084966e40ab899671cdd3f87aadbce2ce25086a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000064/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8daedf3269e1488bfc6b02e03c6627cafbe1c801e00304113c450cc58432f87 +size 67111 diff --git a/metadata/cache/frames/vimu_000065/frame_00.jpg b/metadata/cache/frames/vimu_000065/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..217b339d2c2d90e69d605e74e0b5ba02a26dcca7 --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9c2a354362a6f4c965c45c9f48f895e3dcfd2f52abca71dd80031255bc43ad +size 73948 diff --git a/metadata/cache/frames/vimu_000065/frame_01.jpg b/metadata/cache/frames/vimu_000065/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6d211dc2568d9037259aae4ea729f2f2c0f020b --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e96645b7168a0e833607facaa3601b0cd7eb25fc17f2d945715a113496aaeed +size 78593 diff --git a/metadata/cache/frames/vimu_000065/frame_02.jpg b/metadata/cache/frames/vimu_000065/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47e81c0ad344e52e78826a56e176c674d64f9ce5 --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b294c173312a20af23b17c3c353e8a02140fdb87fda80584166980f6e478ec +size 115657 diff --git a/metadata/cache/frames/vimu_000065/frame_03.jpg b/metadata/cache/frames/vimu_000065/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f6700380ed8f8c5cc37c981e534ecccc2551916 --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8210dcef9384adc988a0689801df1ee02cf7aea149f6bc9913d4d8440f57de0d +size 117627 diff --git a/metadata/cache/frames/vimu_000065/frame_04.jpg b/metadata/cache/frames/vimu_000065/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79b95104c23b4cb39bb54fd8756fbd2a4d4bbfcc --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475e5c4a8c467072502fa310421229bdc47ce7e8a6f093386e9038dda818e65c +size 121824 diff --git a/metadata/cache/frames/vimu_000065/frame_05.jpg b/metadata/cache/frames/vimu_000065/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ff401c5ff7c802bf2d1f59f544682ab26a8fcc2 --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599f57003d49116ae2105a7ad6a5815fda92b66db666015e639c2c5bf1f55969 +size 117789 diff --git a/metadata/cache/frames/vimu_000065/frame_06.jpg b/metadata/cache/frames/vimu_000065/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14a86c3e2cdc645fe7ca9c4111970624f010f0b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa70e63b614f10aa37d7579eb691dd1003ac8ca316a6ca175bf70a00212056b0 +size 120912 diff --git a/metadata/cache/frames/vimu_000065/frame_07.jpg b/metadata/cache/frames/vimu_000065/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0676b9160d554871cbf62dc197e6e963f17e6985 --- /dev/null +++ b/metadata/cache/frames/vimu_000065/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b1c1e9ecc60c78b91e7161301b174a3cd5220ab97acae5eba5d706e90fde3e +size 120186 diff --git a/metadata/cache/frames/vimu_000066/frame_00.jpg b/metadata/cache/frames/vimu_000066/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a4170fe4c57b7b24ff45f8ca6f4ea032d8c945b --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036c2da66cbff805c3257c3903c4e71b9b80f63788bf6f4bcedf377eebed6c12 +size 21729 diff --git a/metadata/cache/frames/vimu_000066/frame_01.jpg b/metadata/cache/frames/vimu_000066/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2e202d3b1fa952d99bfcc5cd39e8e85545f91e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1904512de19cf54c48eb0d2d3c9c05b03681f079a1c9eebb777555a39ae3e98 +size 18610 diff --git a/metadata/cache/frames/vimu_000066/frame_02.jpg b/metadata/cache/frames/vimu_000066/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6d6dc469d1985c3698763b50bb48ea51c6cc815 --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c643e7da3cf3d1657928650202e574dca2c4b3b4bb970d4365abf98bebe74eca +size 23791 diff --git a/metadata/cache/frames/vimu_000066/frame_03.jpg b/metadata/cache/frames/vimu_000066/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69d8793a04956254cabb7bd950d73210b09d4e3f --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f115505584ae56ffc5b30add0c68d250d075869dd4c2a217afc0ed6cdd30b579 +size 22709 diff --git a/metadata/cache/frames/vimu_000066/frame_04.jpg b/metadata/cache/frames/vimu_000066/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecc1bc36a6c0931e5b8fc6827bd2053a863589ef --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad9f8625993c0b82ebc4c2ebd1fc6392cb27d243bff2d6d77b213ec8a4b748a +size 16152 diff --git a/metadata/cache/frames/vimu_000066/frame_05.jpg b/metadata/cache/frames/vimu_000066/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a483def21230d28314d3647a5b57e42cf667d88 --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060b093214c84cd3f9f49c4a84e00b28535ccddfdea1a3885016dd491f368c1e +size 18454 diff --git a/metadata/cache/frames/vimu_000066/frame_06.jpg b/metadata/cache/frames/vimu_000066/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d212349b1e448682962e75d6bd5288317b91dd2d --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0462b049e8c41902c4cee12a1e24364ad23ecd313c949ba2a7c71280fdd6ad69 +size 20973 diff --git a/metadata/cache/frames/vimu_000066/frame_07.jpg b/metadata/cache/frames/vimu_000066/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9c36064dc0bf2f39651f9704071cd017a73a207 --- /dev/null +++ b/metadata/cache/frames/vimu_000066/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1b11f9991f4ebd453deb41dba3d4d6e17c9453626f6d127a63f7fa2d8e0d9f +size 20292 diff --git a/metadata/cache/frames/vimu_000067/frame_00.jpg b/metadata/cache/frames/vimu_000067/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7e450e639a2f88cc2316a8c830fb0700717b398 --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac91240843a7ea71b5102d6466bc4a89a6cd658bc73e782be6fcf70e89c70c1 +size 99894 diff --git a/metadata/cache/frames/vimu_000067/frame_01.jpg b/metadata/cache/frames/vimu_000067/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6391b3463aa1de7a086073b40900f5154b28dade --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c423ceccba59f19c8514e1f043df1f9843736810892b6910cf82271d3e031aa2 +size 68474 diff --git a/metadata/cache/frames/vimu_000067/frame_02.jpg b/metadata/cache/frames/vimu_000067/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f93343ef727c6923657c5ff75614ea0d59ef788 --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe7136633771b2b8e4a9fd602154ba22f3c267c336724893a78d54d0e4e741d +size 89489 diff --git a/metadata/cache/frames/vimu_000067/frame_03.jpg b/metadata/cache/frames/vimu_000067/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fddfc1dc9c8e9c2c07de09d19761ba34a4773a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e1f362cd63309a63d0c65ceaf0bf09140704a1a62946555bfe6f0482b95024 +size 97666 diff --git a/metadata/cache/frames/vimu_000067/frame_04.jpg b/metadata/cache/frames/vimu_000067/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f92d8a9c31f237ae2caf17fb4e58405969e11e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a22596465194e4fa4677c9cb34997d8b54e53068a7fde2d88b771884972bac2 +size 90987 diff --git a/metadata/cache/frames/vimu_000067/frame_05.jpg b/metadata/cache/frames/vimu_000067/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cecc6869b2d174a2115851a4e8c85928a1ce48b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855c4326fed45be35b0b94091eeccb4191db546ad3388dd646a5a8d0c45a364a +size 89483 diff --git a/metadata/cache/frames/vimu_000067/frame_06.jpg b/metadata/cache/frames/vimu_000067/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bfb98460d6a569d276163a27926b26f81d5704b --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f603b1ee753cce08bc6eb19d086d6ffafdff5326d5eb1332bb4bbd3cd53dd7d8 +size 94278 diff --git a/metadata/cache/frames/vimu_000067/frame_07.jpg b/metadata/cache/frames/vimu_000067/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f599d542f2db4d0156f71a75ac2b68145f64ddb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000067/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa84723072fedd5759fa6ac559c3e47eeefdf50196da4112ffd547c1c7d5796 +size 92593 diff --git a/metadata/cache/frames/vimu_000068/frame_00.jpg b/metadata/cache/frames/vimu_000068/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a928cb9a977d4c0579deca2bedf07fc6208b894e --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991ddce95cb52eccf6ff44615762e08513c15e3a218533ecbc0fa57dc0faa768 +size 95302 diff --git a/metadata/cache/frames/vimu_000068/frame_01.jpg b/metadata/cache/frames/vimu_000068/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ffca5da71be580c08d4373c1ec051f5bb428b13 --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf6be2ed6ae24f595c0f021d679e9c302bfd32e6f77514eebf4ac0dcedbf414 +size 91128 diff --git a/metadata/cache/frames/vimu_000068/frame_02.jpg b/metadata/cache/frames/vimu_000068/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3297336d0e463733bad85d3ac38b3a9b5e2df8a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb06478ac37ac9ef57afa95aa142883a479d6d8ff1e901629e1e5e1b8b98d336 +size 84504 diff --git a/metadata/cache/frames/vimu_000068/frame_03.jpg b/metadata/cache/frames/vimu_000068/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd97b99e4c3660edbd82a8d19300285b8d3adc23 --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe356161eeeecc0e9e99529f36fdf253234f6cf05aba6f0388440418eba9f83 +size 81091 diff --git a/metadata/cache/frames/vimu_000068/frame_04.jpg b/metadata/cache/frames/vimu_000068/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcd2a6f95f72858ed8335a79627de1c744d64a88 --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736f0935b2105f0148963f8195e78c16a54ef84e0f02722cd51690ab60f74e6d +size 80393 diff --git a/metadata/cache/frames/vimu_000068/frame_05.jpg b/metadata/cache/frames/vimu_000068/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5c7abb94ca338ee3d605f3135b4f710481f109d --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50245362c667e263c9e7af29130ed95cfcc832df5c4d2776a83fc6bc1d64ed8 +size 68406 diff --git a/metadata/cache/frames/vimu_000068/frame_06.jpg b/metadata/cache/frames/vimu_000068/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e093571566cc0ae4dff383e0108ab6acda046c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9929c28a2930e4eb8b76c4f1eddabdfd6ae6a37aada9960b6f485d07846b57b +size 60629 diff --git a/metadata/cache/frames/vimu_000068/frame_07.jpg b/metadata/cache/frames/vimu_000068/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..795e133797e386d2a912e250340cb1b62d39b453 --- /dev/null +++ b/metadata/cache/frames/vimu_000068/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903e097ce73c5180c3f70b19cc0930a59baebc6b91c7850e2b492a861cbb540d +size 88091 diff --git a/metadata/cache/frames/vimu_000069/frame_00.jpg b/metadata/cache/frames/vimu_000069/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43e8dc8bd912c2d7de1024dbaa76b571052a4c22 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdea4fd53411bb444ce725946a6ac39725aac2f879e3a55508a3dfbb19f5b941 +size 41627 diff --git a/metadata/cache/frames/vimu_000069/frame_01.jpg b/metadata/cache/frames/vimu_000069/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6995353497737cf6fe79988d467a5906a9d37d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d591130bb5ed29012a4c96f1a306569b2a40453db461132ab6e2c06d170ab3e +size 42680 diff --git a/metadata/cache/frames/vimu_000069/frame_02.jpg b/metadata/cache/frames/vimu_000069/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20201e1915a0a3c1885587a90d5c695ea18e91c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0378cd85a6f9cea2a612a269a3bcff596477574dbc37d2dd9d95af45892016b2 +size 38567 diff --git a/metadata/cache/frames/vimu_000069/frame_03.jpg b/metadata/cache/frames/vimu_000069/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea27cacb9a7001d5a88a8d0def0f8560867b81c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d95e49e6a9fd3d84c256c188d24afbec0686413f35e5e925411f26c6e06391 +size 43493 diff --git a/metadata/cache/frames/vimu_000069/frame_04.jpg b/metadata/cache/frames/vimu_000069/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1bebc78d593b07b87d11f77eae78d33e855bd60 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170b1ac372d031c3e25ee5ef90e8263f911b91818666fbad75b909c26e7823c8 +size 45768 diff --git a/metadata/cache/frames/vimu_000069/frame_05.jpg b/metadata/cache/frames/vimu_000069/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b6c7b7d1781e683aba695f434d25b36144feef2 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280fdb65c24767d89a93b23f513ed86caa2ed48fd871fb2a93c9147592fcdf91 +size 45104 diff --git a/metadata/cache/frames/vimu_000069/frame_06.jpg b/metadata/cache/frames/vimu_000069/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4868976edbc7d309b8f652b590b5cb6ce8de4622 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfa5dd17d83ea4ab08ba631891be849662ab6e6c94951c19fe014ba3ca4e506 +size 45881 diff --git a/metadata/cache/frames/vimu_000069/frame_07.jpg b/metadata/cache/frames/vimu_000069/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e719c425d23f76c8508550069381205e143f8ba8 --- /dev/null +++ b/metadata/cache/frames/vimu_000069/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc96392d741ee54250c538a4a210f94b3252ad79f55728d1034318a7ba7f910 +size 46814 diff --git a/metadata/cache/frames/vimu_000070/frame_00.jpg b/metadata/cache/frames/vimu_000070/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d873a98c6e1f9c80f5c7be014ee06f96d56d33be --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be1de16896030969626f32ad4609915116b64073e8eba3e0b25152956f84879 +size 50058 diff --git a/metadata/cache/frames/vimu_000070/frame_01.jpg b/metadata/cache/frames/vimu_000070/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..579fedd31e3b2416833232b7c45749abc003775f --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3f0910cd39059961d29190e07f21d09686c831fbf94dc5e6ed35fa091b48c8 +size 51368 diff --git a/metadata/cache/frames/vimu_000070/frame_02.jpg b/metadata/cache/frames/vimu_000070/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afcb45a10e8cb79b071fb3c5a16090a4ec9d4858 --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3964aa12704923d80c9c54430c16e6df4d0385fd110657b28020038c9d879 +size 49797 diff --git a/metadata/cache/frames/vimu_000070/frame_03.jpg b/metadata/cache/frames/vimu_000070/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be9f8603b6d58006e472751da0e9314b28c0b4a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f6961c9f538325041e98bffeea171b7aeeee09e659e94d9228bfec1f63c4b3 +size 46128 diff --git a/metadata/cache/frames/vimu_000070/frame_04.jpg b/metadata/cache/frames/vimu_000070/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e088a679c3ec3ddf4a329f68243bddf2f01b5df --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459fb96ce1c7a7ab7f7b18a6d5dc5ec18de3205624c7b5d032d37387528f8432 +size 49242 diff --git a/metadata/cache/frames/vimu_000070/frame_05.jpg b/metadata/cache/frames/vimu_000070/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90953f04e237676572a0b62b8e74fdb9b0b3d254 --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d805b26654dec67871735fb5a3e8485cbd55bfa40e426855dde8cb4518d9b25 +size 40060 diff --git a/metadata/cache/frames/vimu_000070/frame_06.jpg b/metadata/cache/frames/vimu_000070/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d89c352c3078750904c7a11c5c0a050be07b5b85 --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d59b10017e3a78a2a8ab31f1a3de97c43b610edc686a57daea9d3733110275f +size 41430 diff --git a/metadata/cache/frames/vimu_000070/frame_07.jpg b/metadata/cache/frames/vimu_000070/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dacab37b754374161d0113c38880119eb271e64b --- /dev/null +++ b/metadata/cache/frames/vimu_000070/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd599fd1e988a9871a32e910dd3e6430cab52b244dead60c320c0a3d8e0660c2 +size 41604 diff --git a/metadata/cache/frames/vimu_000071/frame_00.jpg b/metadata/cache/frames/vimu_000071/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b13dd132f47b6a6a5266766d1c04b3ff6a4a8893 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9337b04ec35ad84ab9f4600d254d206602acc3591065c4e6491ff36db491d7c1 +size 95350 diff --git a/metadata/cache/frames/vimu_000071/frame_01.jpg b/metadata/cache/frames/vimu_000071/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b96897160d090689aabdd57be355e9218057fea1 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52463687962af7f8bf3615fa997f4c7f856500ca126a5936b276c754b4a9c08 +size 99468 diff --git a/metadata/cache/frames/vimu_000071/frame_02.jpg b/metadata/cache/frames/vimu_000071/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dda95d32363ee51e38afb8682bfbbaee267bbe7 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91cf0ad4bc3b06b006541d5ec5c1dd0820b0f8fcaa64be7b11763ae731b0403 +size 70642 diff --git a/metadata/cache/frames/vimu_000071/frame_03.jpg b/metadata/cache/frames/vimu_000071/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac1f35730b2cca71a1f37bcdd6e3ab0771e2c7e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7021542617e964d6fe805b5ad7fa8b3d7d0e0443b7b4794336db2544002e9b74 +size 81412 diff --git a/metadata/cache/frames/vimu_000071/frame_04.jpg b/metadata/cache/frames/vimu_000071/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44dbf848aa1a210c6e289221c0ca9232d9cf226f --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfa5217cac76db0d2dcf849cc90c07ccd96b02923c658e4c1684b321d305712 +size 79646 diff --git a/metadata/cache/frames/vimu_000071/frame_05.jpg b/metadata/cache/frames/vimu_000071/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dc90ef2d6e548c133cae5ed15a12294ceb6b221 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5eb6619492d65a74b36b8ba40230e786ef5f60490c301d467ba57456a0e81e5 +size 77750 diff --git a/metadata/cache/frames/vimu_000071/frame_06.jpg b/metadata/cache/frames/vimu_000071/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cea380927bffbb6f556d8f03e211743c3e547c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54d4e9f738661b50487131f6633e7a5ad940f0dacf38e6875acb1c8051f2acd +size 83306 diff --git a/metadata/cache/frames/vimu_000071/frame_07.jpg b/metadata/cache/frames/vimu_000071/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f78bdd21c88d64190c218f41cdc3a9e9dd4c1d55 --- /dev/null +++ b/metadata/cache/frames/vimu_000071/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6816579629f010f5802a8bd409737108a7b7fda842e9859af7c71c6c46245d +size 92618 diff --git a/metadata/cache/frames/vimu_000072/frame_00.jpg b/metadata/cache/frames/vimu_000072/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6633f1682cb1d0076fd50a861e1ac2dbaf21c10c --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e21e9740cecaa131525172726e6a63a5443bd006a00ae1018ed3be8d9385ee +size 63009 diff --git a/metadata/cache/frames/vimu_000072/frame_01.jpg b/metadata/cache/frames/vimu_000072/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..553d1468cad640eac016148b13dca3bdfdf84321 --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71ee5436d9214d56c8ea53875fb7d24f5ef758ab70d0f7d54c14e187b2c377f +size 64271 diff --git a/metadata/cache/frames/vimu_000072/frame_02.jpg b/metadata/cache/frames/vimu_000072/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..535127c695824ac2771958ce2ff7fd682888421d --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af4efa7c1fdedf730ff3b7997ed8ce708ddaa63c1b4aa028c9a6abb14d8e6f5 +size 63428 diff --git a/metadata/cache/frames/vimu_000072/frame_03.jpg b/metadata/cache/frames/vimu_000072/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d945e5541133d49e992374448628c1a406f507a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107e4d7c6e90509fa65cf6d750f97b62054e4af2ac4369303e1b7c99b06f78da +size 61030 diff --git a/metadata/cache/frames/vimu_000072/frame_04.jpg b/metadata/cache/frames/vimu_000072/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4baadeb607e9cf79ff081f89973e1eccdec5d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df17b529a5284a5c5112599476570ba60679813932909b90ebe31e9fafd09534 +size 60841 diff --git a/metadata/cache/frames/vimu_000072/frame_05.jpg b/metadata/cache/frames/vimu_000072/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe3c75b3eb91719c1495ffb143fecd3e59d257d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b998dac9596652157e8cc08fe94a4ff6ff87aacddb2b1ede6b3ce7c6383f8dd +size 61896 diff --git a/metadata/cache/frames/vimu_000072/frame_06.jpg b/metadata/cache/frames/vimu_000072/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..223ef25fc550dfa1a61de680f2e82af111c0b44f --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369578b2912e14b179bee885c28ab985971740ba3b7d53c292c03617816a56db +size 62934 diff --git a/metadata/cache/frames/vimu_000072/frame_07.jpg b/metadata/cache/frames/vimu_000072/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf6e61c287a86c5eef48279100f8884877f8df74 --- /dev/null +++ b/metadata/cache/frames/vimu_000072/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db006a1f3e93c1ab1c0e8f744bd01d8c7d4ed46b8ccf02ed4bef63c76e0b467 +size 65201 diff --git a/metadata/cache/frames/vimu_000073/frame_00.jpg b/metadata/cache/frames/vimu_000073/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b38a362adcc131e5c2c7625d392c570230229fd7 --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac8e9526822f51a835684f5ffd428ebeb95bd865d8d24bf9097abd332531bc1 +size 54625 diff --git a/metadata/cache/frames/vimu_000073/frame_01.jpg b/metadata/cache/frames/vimu_000073/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69106cdf45f1e2055c8566611e66b467718817ee --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f81023e0c221fde6fdf67c6614a2d3cc298a4ba5d57e6cf8744a1be43b304b9 +size 60024 diff --git a/metadata/cache/frames/vimu_000073/frame_02.jpg b/metadata/cache/frames/vimu_000073/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7d2b64381e98b82eb51fbefb605339794a72eaa --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b07b598b6f72d97d2e2f053d49eac0752cc6858084797b687cba2555a6c2de5 +size 61141 diff --git a/metadata/cache/frames/vimu_000073/frame_03.jpg b/metadata/cache/frames/vimu_000073/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6540b56c3f3adf5a779135df71563d04f541cc61 --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177b369c2392d68ec8bca80f2ebd3fa7fdb94aa6a4700233cdf265ef0a0dd3d6 +size 59137 diff --git a/metadata/cache/frames/vimu_000073/frame_04.jpg b/metadata/cache/frames/vimu_000073/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f230798cd6ea05019ad3d12cea5ca2dee4539f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d19e950b380bbc78224dbdb3b161c03f156aa975fb6021544183b43d444300a +size 56619 diff --git a/metadata/cache/frames/vimu_000073/frame_05.jpg b/metadata/cache/frames/vimu_000073/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b55a5337cb75003d312060447513151e2d41c7b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa46bfca209b862d519968db2d87d8aa40a5afa93d15918e76d8612d759a98d +size 58848 diff --git a/metadata/cache/frames/vimu_000073/frame_06.jpg b/metadata/cache/frames/vimu_000073/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c8e164948021c270439e5595ba63c01ab8a1ba3 --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240f919a2def510eafdf4487ab1598a17ead8deb107cdcee9d64740d7df43e7e +size 56106 diff --git a/metadata/cache/frames/vimu_000073/frame_07.jpg b/metadata/cache/frames/vimu_000073/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff1a3da8dbb06c1ea9459b635a940a2d27265e8b --- /dev/null +++ b/metadata/cache/frames/vimu_000073/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22883d151cdb55c91345f425482af235048a0642f1166c4c617c6f0349b9f3a +size 56472 diff --git a/metadata/cache/frames/vimu_000074/frame_00.jpg b/metadata/cache/frames/vimu_000074/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3f9155fa914cfe355da400e38175ef060d6fac0 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1dc2188b312673f576422e4044712378bea53c449efbaf1966133c4a3ff8de +size 70618 diff --git a/metadata/cache/frames/vimu_000074/frame_01.jpg b/metadata/cache/frames/vimu_000074/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..101e943b3d24feb96dac543a7a51ccc56ef52bee --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198770d28ffba505888fa99c158d320c8cab41cb13598945cba4fbcbd4ee048a +size 113618 diff --git a/metadata/cache/frames/vimu_000074/frame_02.jpg b/metadata/cache/frames/vimu_000074/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28e1a7d7b00f4103e87bbb04a4d56a5b2917c373 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d2d567b4dfa41c14b5baeda9da3ada2f0abc4f387da846d57312fd972a2818 +size 64838 diff --git a/metadata/cache/frames/vimu_000074/frame_03.jpg b/metadata/cache/frames/vimu_000074/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1c12166e80cbe79a522917829adc8b1656b8394 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d631829140b2bb96f02b95fd167de53e90d88eef0ef3de69909cc5782b023be +size 68830 diff --git a/metadata/cache/frames/vimu_000074/frame_04.jpg b/metadata/cache/frames/vimu_000074/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d488c9fee5237c781a10bb433c1d2bd2996b609 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ae74e75b246b9fba88ca8e83f0139b272172b1184086976c15ee9c53bf2090 +size 118314 diff --git a/metadata/cache/frames/vimu_000074/frame_05.jpg b/metadata/cache/frames/vimu_000074/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58cf5cceeb11b6411c6ff8e3b131a721c219eb04 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61568523688104f888749b4c698398cac648e7ea83f60984d8ccdcedf4143b75 +size 70287 diff --git a/metadata/cache/frames/vimu_000074/frame_06.jpg b/metadata/cache/frames/vimu_000074/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53db567bbfe1a3c7d3d3fded055d8699d0991636 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd6b9a782b3ed3a664382592ea0dd66fe15c24ff3c85fd1601f8654df5bc7e8 +size 97217 diff --git a/metadata/cache/frames/vimu_000074/frame_07.jpg b/metadata/cache/frames/vimu_000074/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a000517adf7ce3c3d32d513327df75b1d4a7c921 --- /dev/null +++ b/metadata/cache/frames/vimu_000074/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491150f2fca39642227a1f316c3e4974b17839bd1b2abaf408ce4aabb070e739 +size 114069 diff --git a/metadata/cache/frames/vimu_000075/frame_00.jpg b/metadata/cache/frames/vimu_000075/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70cfadaeb36ef85e9a15e366a939f4f1fd5639e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404466ade9c5d1bd864d1a63eea01cbded6b8e6550b181a4a5ec36c34b616ddf +size 356043 diff --git a/metadata/cache/frames/vimu_000075/frame_01.jpg b/metadata/cache/frames/vimu_000075/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e35c00fb4fea813b7ba585409067303098b65137 --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eb750944c75257b284790eaea9910dda2ad5db91e72d98753932c2ad6346a6 +size 360052 diff --git a/metadata/cache/frames/vimu_000075/frame_02.jpg b/metadata/cache/frames/vimu_000075/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..297594a6982c0101a256716ca400feaa8ba25eb5 --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df18e15da70de6be93edf73c42c42fd6bc477b3616e843f0366a8c496b1d174 +size 361474 diff --git a/metadata/cache/frames/vimu_000075/frame_03.jpg b/metadata/cache/frames/vimu_000075/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5070af81987eda0cbae8578be5e55521a8beffe --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609877b93f58b844359d218e64952888492437d3979da1cc64ae5b1c369e8bcc +size 365560 diff --git a/metadata/cache/frames/vimu_000075/frame_04.jpg b/metadata/cache/frames/vimu_000075/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2efa01802426fbfce440f6f261b425d513ac4cae --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236ee5ac969a579b2d4322307177fac7f38dbc6dcc8cdad58e912210b21969a +size 364359 diff --git a/metadata/cache/frames/vimu_000075/frame_05.jpg b/metadata/cache/frames/vimu_000075/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce429402d5b808a65836f537bc1a609720a2f480 --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd92b4069f4027f714767b635e3a3b42634a32695bbc86a5db7435f7e2b9bc70 +size 367589 diff --git a/metadata/cache/frames/vimu_000075/frame_06.jpg b/metadata/cache/frames/vimu_000075/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca4f8b322ee818a83eef78ca18e0f21c130679ef --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6beca976e34375543e91dcbc0816858b3bbf631c75f9f8506b73066a973f4d8 +size 369196 diff --git a/metadata/cache/frames/vimu_000075/frame_07.jpg b/metadata/cache/frames/vimu_000075/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6878d62bd852b9a303cb2648e8152e2dbb96830c --- /dev/null +++ b/metadata/cache/frames/vimu_000075/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba0e3086594117562388c50ae83592a4a74f88dfbf2232169e07f65f7fcdf0b +size 368825 diff --git a/metadata/cache/frames/vimu_000076/frame_00.jpg b/metadata/cache/frames/vimu_000076/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9ce485a958379ff97461b8f897103e6db5fcf1a --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37a0c42ca415ff59e20490d33d5714c735a7232cc3408f6996ce242becc9bb +size 61912 diff --git a/metadata/cache/frames/vimu_000076/frame_01.jpg b/metadata/cache/frames/vimu_000076/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56503ab581464a3713629ce8295e6cc0b44f286d --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08850c7f60abcb91bba8178db0b4b13becea24f71b6b749bbd7be82813e71ec9 +size 63667 diff --git a/metadata/cache/frames/vimu_000076/frame_02.jpg b/metadata/cache/frames/vimu_000076/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3f2ef9a1562e69ca8f7b39356618dd16822b7d --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d80d96ccfa51a41344791c3ff3b7cd787018dfb6fef636d2f224ad4c5fc6950 +size 63601 diff --git a/metadata/cache/frames/vimu_000076/frame_03.jpg b/metadata/cache/frames/vimu_000076/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd144b7e88a5f0a023282495363b269d3dd7ad10 --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97a565a4556068ea1abf82dbabf42a99bdd0c6b927e7de13261ac6decc59af5 +size 63926 diff --git a/metadata/cache/frames/vimu_000076/frame_04.jpg b/metadata/cache/frames/vimu_000076/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38e00d1207083a392a441b27f56ba07314e31632 --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02a7c212ba186e759acb95b6d72a0095d5c04140c69ae39f37b3fe4f831d1a4 +size 64762 diff --git a/metadata/cache/frames/vimu_000076/frame_05.jpg b/metadata/cache/frames/vimu_000076/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c614131fe15d702bfa59ee51a4e8df3d13d3550 --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd53eb4583d9f4f6e173827aedb593a0226d66ebb6589b66ad8635a6f45e552d +size 65013 diff --git a/metadata/cache/frames/vimu_000076/frame_06.jpg b/metadata/cache/frames/vimu_000076/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a994dc816a19e57ca8b84da24c55836e606f1bdd --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19453aa86113ace92178731cd1c34e6d9c594269ab17362bcda5c2f5208e9ee5 +size 58329 diff --git a/metadata/cache/frames/vimu_000076/frame_07.jpg b/metadata/cache/frames/vimu_000076/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e52ff516242975f307812c08c8c6452e918285f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000076/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84c91719100e08de816bdf252482f6a937093d29d921e68cdb7469991f5edb1 +size 60054 diff --git a/metadata/cache/frames/vimu_000077/frame_00.jpg b/metadata/cache/frames/vimu_000077/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c362ddb92f358f65fd73766d2df39c365ae2162a --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293b726051ae1305ff3aec4d90432c7281c4748beab8ff41f6f1b81a80ce82ea +size 78851 diff --git a/metadata/cache/frames/vimu_000077/frame_01.jpg b/metadata/cache/frames/vimu_000077/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06fc124652b4e66d2198e725b8e8f5de969b5547 --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0597e61b7009fdfe26cb2d6024e9e828c8b4313844c7f53c3b9cb47dc66d2f +size 79992 diff --git a/metadata/cache/frames/vimu_000077/frame_02.jpg b/metadata/cache/frames/vimu_000077/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf5b8db7496db78899920da7e5a5e0c94f26b0ad --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5f41e0c85cae22d00743414b081dce3ed71ca861e975e51d0e98d32dd19b6d +size 75105 diff --git a/metadata/cache/frames/vimu_000077/frame_03.jpg b/metadata/cache/frames/vimu_000077/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..959d7e0bcbb874fb5532f6e32df6077d0091444e --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa24530f0a52a10e5791686f03ff47421a298ca27d59bcf10038e39815c4441 +size 81010 diff --git a/metadata/cache/frames/vimu_000077/frame_04.jpg b/metadata/cache/frames/vimu_000077/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee38077654ad976ba844652fbb4ec82be40ce6f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175a5b164410fd321e4eebb87740e022e44791ca3aca36a1f6fa50a2aeb94b1a +size 83223 diff --git a/metadata/cache/frames/vimu_000077/frame_05.jpg b/metadata/cache/frames/vimu_000077/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcf64ea7233be395387d2008e5d35b9a0a07f5d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7234ddcd3c8a709ea33998ab3a4823e90b9495d4ddf12c1a7a85759df29a2f1 +size 85817 diff --git a/metadata/cache/frames/vimu_000077/frame_06.jpg b/metadata/cache/frames/vimu_000077/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d61eceb3507937b0ecf7aa08d5232cff04bbd7c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde19c6e461c3ee42c3d70b8e747e661dd3d60d3cf6d7110d1730f0142b4ff4e +size 85929 diff --git a/metadata/cache/frames/vimu_000077/frame_07.jpg b/metadata/cache/frames/vimu_000077/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d73175a8be8391a0cdc796433d6404889eb1b4ec --- /dev/null +++ b/metadata/cache/frames/vimu_000077/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211422f4eda4e7f4baa1bff48a4edff70184739c3a257b89305904bdbf6a7ce1 +size 86235 diff --git a/metadata/cache/frames/vimu_000078/frame_00.jpg b/metadata/cache/frames/vimu_000078/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f69cb779fc649a916692909eebdd9c2b3a8ff2df --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2e2e0018599cc39d77909b1657d5c828f26acbc80e5f2691b1532342293311 +size 33428 diff --git a/metadata/cache/frames/vimu_000078/frame_01.jpg b/metadata/cache/frames/vimu_000078/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdeebb923b399aaed1ce82f1f6612c8602a28c4a --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7a7c3cf39a6f1de66bc574beac8390d7f006535206614d2ef3eecbe09d1fd3 +size 36421 diff --git a/metadata/cache/frames/vimu_000078/frame_02.jpg b/metadata/cache/frames/vimu_000078/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5de6beecc140066badb41043448105bd9640e116 --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a93349cc439ab56172d44feb09f60725ec6d1e8f124eef8e3c06ab876bcc2d6 +size 41751 diff --git a/metadata/cache/frames/vimu_000078/frame_03.jpg b/metadata/cache/frames/vimu_000078/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e06b8039a74d854e31dd5761290344f270553dc --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cb7cc23517dbc72afce3368f84aad50ac923e33ce4baefd056a385b9625e5b +size 40226 diff --git a/metadata/cache/frames/vimu_000078/frame_04.jpg b/metadata/cache/frames/vimu_000078/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba6736fefe1833182ba7bfdc3e24df488dc5fc5e --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7754e8bc1808cda2ce371d813f864be93ab4a3b5d61ba1fcf99efba8c96d02c6 +size 36678 diff --git a/metadata/cache/frames/vimu_000078/frame_05.jpg b/metadata/cache/frames/vimu_000078/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17cfb0a7ff7be52fd642975ad4b3ee1bc7b4ab11 --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3bb281caf5e83b6757df34807c798e57d2c497a7c5f557f00e3f014704232c +size 37098 diff --git a/metadata/cache/frames/vimu_000078/frame_06.jpg b/metadata/cache/frames/vimu_000078/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34787bdba59b173e84080d49d210edf4249870ea --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fa666888b90fc69c915dbc6b7bb302c5e2032affa9694baeda87954192d128 +size 35491 diff --git a/metadata/cache/frames/vimu_000078/frame_07.jpg b/metadata/cache/frames/vimu_000078/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7041cba8e8e10917f995a657d062aae655f8904e --- /dev/null +++ b/metadata/cache/frames/vimu_000078/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bee93e030046f3036e3590b8ad5539a08dd26a3eebc67a4d1d0878feeca6d4 +size 37147 diff --git a/metadata/cache/frames/vimu_000079/frame_00.jpg b/metadata/cache/frames/vimu_000079/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c495ee7adefabc88625f64686f993b80c76dbc7e --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c7e20253505536c412094ae3c8d8bde81535317ff1ec53df1d21c0223cceec +size 69526 diff --git a/metadata/cache/frames/vimu_000079/frame_01.jpg b/metadata/cache/frames/vimu_000079/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a896d83aff766f2331901aa5d2a6dfad3ab73875 --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf749d012b14a21fdb8948afcc87ef43b5c9656ecb6729f89376d203949d4cd +size 77604 diff --git a/metadata/cache/frames/vimu_000079/frame_02.jpg b/metadata/cache/frames/vimu_000079/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a5062986016fb5c2c3392d47e01ba77ae9c5c4c --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9519594919aba5a7a47dbf1d181c52bd175a292a04f5f75bed16e25191e86b5 +size 83241 diff --git a/metadata/cache/frames/vimu_000079/frame_03.jpg b/metadata/cache/frames/vimu_000079/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33a782370b7ca5a74c623da90e29bbd16b7661ed --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cc34733df384caba3a6a18e38bd1e3c77378a5ac178f188e2b95437510f2ad +size 82422 diff --git a/metadata/cache/frames/vimu_000079/frame_04.jpg b/metadata/cache/frames/vimu_000079/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd6b4bb6b673600129d629fe65a022055ec09239 --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff1d55df3038d57daefbfbc9edefae3afeb1d3a4216047601c091fcd2372bdc +size 79158 diff --git a/metadata/cache/frames/vimu_000079/frame_05.jpg b/metadata/cache/frames/vimu_000079/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..437685c64e9cab3d6f5a4d34ce9e4d9780efe43f --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbe8701b42e3ae9b6df9e83c7fa5d1b2c3e4558ef78925a0b13ccfd0b84c0a8 +size 78090 diff --git a/metadata/cache/frames/vimu_000079/frame_06.jpg b/metadata/cache/frames/vimu_000079/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56b2b86d26c6bad5bf068889280e622288f05632 --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03fc70c29e0f48c1741c384c4eb42c30a7678a73ec9169dda208029945b413f +size 79060 diff --git a/metadata/cache/frames/vimu_000079/frame_07.jpg b/metadata/cache/frames/vimu_000079/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc1ce5ae164c3a9696d42569557c5190ef1af98a --- /dev/null +++ b/metadata/cache/frames/vimu_000079/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163afd85896bb3c8a0b566d6ba3c85152aded3def21b38dcdfb180bb2cfad2ed +size 79541 diff --git a/metadata/cache/frames/vimu_000080/frame_00.jpg b/metadata/cache/frames/vimu_000080/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a88b73c148fea8f82ee2f8353a19d399a51dab7 --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e34873a5bade73c320f28d02283aa8505fda3814e0d453939b5b48ee505e0f +size 62410 diff --git a/metadata/cache/frames/vimu_000080/frame_01.jpg b/metadata/cache/frames/vimu_000080/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b27525d7c2094739e917072d16edf0737c40282 --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47493d15c47e1bc8fe3d260e044b46d461db3760fffd1719b0f6fa80bd9f459b +size 63140 diff --git a/metadata/cache/frames/vimu_000080/frame_02.jpg b/metadata/cache/frames/vimu_000080/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1745597d0213ba238a2da1447642720748401a19 --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b504992521ef321db9757dd0d6a3c6116407ee114de0d4a0e404b76b1c9170d6 +size 62883 diff --git a/metadata/cache/frames/vimu_000080/frame_03.jpg b/metadata/cache/frames/vimu_000080/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..568c7ae133b755e53b2fc47367408d298e8b6800 --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990bdc8c38199c38488b2e6113abaedf08904f63b2a34e783d3f3a70549fbcac +size 62641 diff --git a/metadata/cache/frames/vimu_000080/frame_04.jpg b/metadata/cache/frames/vimu_000080/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bf32a921ef1d7585a9ed317912b4c4eeb7cadb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88688af1dccad96cad9f46755f92982642b0c785ecc70e3f1357b3dcbadbcd76 +size 63922 diff --git a/metadata/cache/frames/vimu_000080/frame_05.jpg b/metadata/cache/frames/vimu_000080/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..199ee3a1bf318b11275daa4e479998b628254dd6 --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e3ba2c9560f4402ef825fcd5dade30ae15a432944158021fd339c0db473e80 +size 60977 diff --git a/metadata/cache/frames/vimu_000080/frame_06.jpg b/metadata/cache/frames/vimu_000080/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f39eb36298bbc451225d3e7ab1924e135818c7b --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d729cd7f54e86811c8cbfae875f674f8cc05d06016f5cfac347c90ff08ea45 +size 62286 diff --git a/metadata/cache/frames/vimu_000080/frame_07.jpg b/metadata/cache/frames/vimu_000080/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4530aff92d7099e50936de0b2c0a1f9b0db738bc --- /dev/null +++ b/metadata/cache/frames/vimu_000080/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529282a4bfe5938b426ad8e6e4b2eec6290ab49e087d27dc1c951d6aa77c6956 +size 62400 diff --git a/metadata/cache/frames/vimu_000081/frame_00.jpg b/metadata/cache/frames/vimu_000081/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbc77c5284fda8dfda03227a97a935a04e3ff96e --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c158800e1dfcadc2d7d425bb2963038e0f96044fd71d53f7bcce5a6a7b5702d +size 62913 diff --git a/metadata/cache/frames/vimu_000081/frame_01.jpg b/metadata/cache/frames/vimu_000081/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94550042afde1fe19cd4452b7307058d027c1909 --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4b546d60ce0e1088c6cd42fc825ecfbaf02991bcc5ba3f5afaec7f036604aa +size 65330 diff --git a/metadata/cache/frames/vimu_000081/frame_02.jpg b/metadata/cache/frames/vimu_000081/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d901676cbe9098b5f5e2f98fab15696335ea93e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426531bb213e3fe21065c96183bd7c34ea905c4267cf865aac4dc09f66f7f01 +size 63005 diff --git a/metadata/cache/frames/vimu_000081/frame_03.jpg b/metadata/cache/frames/vimu_000081/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b191635dd5a003abc95ae9b6aeb2e66dc1633bea --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87281b7b98bc7b861a2086c3cfcae88cdc1d55768c79c835f9d3ac7f1d863af3 +size 58723 diff --git a/metadata/cache/frames/vimu_000081/frame_04.jpg b/metadata/cache/frames/vimu_000081/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a04ac503068cd97732dc8b6e18426ad616047c04 --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd1edf0dcdc5dd57a43cc7746d5d405ab8f02eff24029b4c3571aac37238b83 +size 61174 diff --git a/metadata/cache/frames/vimu_000081/frame_05.jpg b/metadata/cache/frames/vimu_000081/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a6091fc7b4c8993b9e2b75fa9db1cd6d40d6d6a --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48c46162c177ca55cb39f270fc4de0aaabd24a05c207603f38f036603e45166 +size 54016 diff --git a/metadata/cache/frames/vimu_000081/frame_06.jpg b/metadata/cache/frames/vimu_000081/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b904c2cb0efff36f907364f7a8ec247bdca05e31 --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6954effb4bb7c1c950004a273a82acb6d0c707a2c80bb5a8a9a85d28ee25f7 +size 55257 diff --git a/metadata/cache/frames/vimu_000081/frame_07.jpg b/metadata/cache/frames/vimu_000081/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4c2d0a0fac69f283c86e32818219f585e88f164 --- /dev/null +++ b/metadata/cache/frames/vimu_000081/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a0597f98b9a5009015074863dcc6a9d4b79b58e3cdd8e1e85707cd9cf7b1a1 +size 56911 diff --git a/metadata/cache/frames/vimu_000082/frame_00.jpg b/metadata/cache/frames/vimu_000082/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e89d99fef3f012302d22a2984274810d34830a3b --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2d83a7eb97923cd28a5da136c49f2a3c9abf49d8b7b75922b799330298af24 +size 103888 diff --git a/metadata/cache/frames/vimu_000082/frame_01.jpg b/metadata/cache/frames/vimu_000082/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d126c182438bf8b3ae704b723a66443686f5d966 --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a6192090039b83198f6ada1419706aaa6728c482587c2a8c8bd14f8c49f9f9 +size 99266 diff --git a/metadata/cache/frames/vimu_000082/frame_02.jpg b/metadata/cache/frames/vimu_000082/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32cd13db4f8e61244f98b0cdb552a6a2a3c1c69d --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca438da700f45c2e30c409d719dd782eb45e6d7c56e5d38167fe0e73f11f9eb +size 103178 diff --git a/metadata/cache/frames/vimu_000082/frame_03.jpg b/metadata/cache/frames/vimu_000082/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..396bee11349472a78a954d48a7f63e5f9fb51e83 --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9321c3ef908ac50cd538e29c327ef3709dbefe9429088c66629e78c216c41f93 +size 106093 diff --git a/metadata/cache/frames/vimu_000082/frame_04.jpg b/metadata/cache/frames/vimu_000082/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0e5f8e778b5820790b146f330e03e8069a4531f --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02cb8ff7bd773b6b835967eebfaceb341a09ce6f6208a5a972adab9d5ba7a91 +size 98706 diff --git a/metadata/cache/frames/vimu_000082/frame_05.jpg b/metadata/cache/frames/vimu_000082/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ea072a4205529d348e3185976f723eda6814bc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89019b4b90c870e231fc6d894e1b9c8c564fc60367323ef773dfba47cd11f7b4 +size 98140 diff --git a/metadata/cache/frames/vimu_000082/frame_06.jpg b/metadata/cache/frames/vimu_000082/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f018a5a131317abcae665b162bf1a3d30741009 --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69270b0a4c04ca3a7160c74237bb40b9260d95139a013155d595773f4e78b8a7 +size 113353 diff --git a/metadata/cache/frames/vimu_000082/frame_07.jpg b/metadata/cache/frames/vimu_000082/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f63b490223d1823597f7326887a36b954e803442 --- /dev/null +++ b/metadata/cache/frames/vimu_000082/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812bf5f40bafe5209e407cad9ae7592f15151061e8a1504fe1e87a3914d48bbe +size 108796 diff --git a/metadata/cache/frames/vimu_000083/frame_00.jpg b/metadata/cache/frames/vimu_000083/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d89fe62bd132132109fb7b4c6ce18f957f207f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe556c83983a34e291c6dba49987651cb3e32c88a4f70d0cf475a7b9cb0c1301 +size 82692 diff --git a/metadata/cache/frames/vimu_000083/frame_01.jpg b/metadata/cache/frames/vimu_000083/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d45eec70bbef152d650648add0e2a78ff824302a --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a1e78aa05203e1e4b8666ee1d0c00777d3f585b89070d484462ce9a4c5d692 +size 70912 diff --git a/metadata/cache/frames/vimu_000083/frame_02.jpg b/metadata/cache/frames/vimu_000083/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6cb88d95955dc3eb35f0b744b75b6752fdbb6c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5687a9cd902aba4d773991b5afc8896dfe214745070c641841cfd083474e39 +size 65804 diff --git a/metadata/cache/frames/vimu_000083/frame_03.jpg b/metadata/cache/frames/vimu_000083/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2ef09366b6d1f37bc0c29932efb0cc9d72b8b86 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a56458569837034bcf4ba037900f3de05711ea68a73518deb545517fa7a6c39 +size 75567 diff --git a/metadata/cache/frames/vimu_000083/frame_04.jpg b/metadata/cache/frames/vimu_000083/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..553d0c62e26ac6e1ffa23e759fce3f4cbab81dd8 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da82f9d853fdf371416dbdaa097d2b4ca1ba0aea88d9070cee06e679cf8fb5ee +size 76067 diff --git a/metadata/cache/frames/vimu_000083/frame_05.jpg b/metadata/cache/frames/vimu_000083/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb4574c1d446cd937d1d0588e924387b2599f4a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1275a475058723ec7d7369d5656935e12a4d38591024b84e527db49df465ff8 +size 77709 diff --git a/metadata/cache/frames/vimu_000083/frame_06.jpg b/metadata/cache/frames/vimu_000083/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..241908489fa0b8df6af57706b8d07750026ab0c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f346fd19026eed2962c384d08af0ff0b7594c13007d81b7b93351d1f8c97f72 +size 68223 diff --git a/metadata/cache/frames/vimu_000083/frame_07.jpg b/metadata/cache/frames/vimu_000083/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b43f01cdd152746b312311d52701ca01b1ea8202 --- /dev/null +++ b/metadata/cache/frames/vimu_000083/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabe515eb5f24e58fd1c801522187617a8f21725f0a4bdf78640f1e00486862b +size 54417 diff --git a/metadata/cache/frames/vimu_000084/frame_00.jpg b/metadata/cache/frames/vimu_000084/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b641ca3a6764684c03429a16e82729bd3c9761ee --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc35b08a343dff8e186eac86aaef4e8eb3f7d2fa1376d74d8db578e48870e110 +size 108857 diff --git a/metadata/cache/frames/vimu_000084/frame_01.jpg b/metadata/cache/frames/vimu_000084/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e802c866e60549a39b6ed6c7e8686580b0da6e8a --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afda84cc456b1049efa632c17a7667417244376bfa3ca19901bd1bbd557de6a +size 99456 diff --git a/metadata/cache/frames/vimu_000084/frame_02.jpg b/metadata/cache/frames/vimu_000084/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90b5a19b5ae6cee1e0caf77dba17d34037d1dd9a --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dc9a72d2ee92fe21d27f3d2a385e9fac8bb1745bfff8685b3d4de0213776f5 +size 112449 diff --git a/metadata/cache/frames/vimu_000084/frame_03.jpg b/metadata/cache/frames/vimu_000084/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7755afe8a4a79700c63ad89e3284b6932de83020 --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058bcde54bf6013623eb40bd74de27a3f1240b6c5e44582133ae1cdad604f7e6 +size 109994 diff --git a/metadata/cache/frames/vimu_000084/frame_04.jpg b/metadata/cache/frames/vimu_000084/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc0218173fe186a53cc2e85d1784cfaf818511b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45de210f77e23b8fd677a97bb50537b1a279cde48ae35edf57c2b8c74a50fe7 +size 111871 diff --git a/metadata/cache/frames/vimu_000084/frame_05.jpg b/metadata/cache/frames/vimu_000084/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d656a6229462e839b2ab96acc9aed95de5be391 --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e219fd3e59bd9645ff45630b92cb9aa29128a686ad40125ac75da6a580035223 +size 102897 diff --git a/metadata/cache/frames/vimu_000084/frame_06.jpg b/metadata/cache/frames/vimu_000084/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49aa522dd609c25f52d412cc4993a5af58836054 --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0a77b41bb98f90ca23cd7f104aed48f2fe768a1b007aa23f8aea5979191432 +size 108463 diff --git a/metadata/cache/frames/vimu_000084/frame_07.jpg b/metadata/cache/frames/vimu_000084/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a1317361fa3087af87ff7832227e439e69397c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000084/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef96991cf5925e1986bdba793fbac4616e7686bddf5bc627e91ce2eb08f230d4 +size 109867 diff --git a/metadata/cache/frames/vimu_000085/frame_00.jpg b/metadata/cache/frames/vimu_000085/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de2e2ff50ee34d7bf71db9b3fa6be318907964d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874bf295935f56280aab1352120e3f9e43d0b2147fbd0460aca766fb36ac9269 +size 109925 diff --git a/metadata/cache/frames/vimu_000085/frame_01.jpg b/metadata/cache/frames/vimu_000085/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6096439e181c95720aecdbf228dcb773525dbec --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c36cb0873eaf6029761b691ad2a6da840631e9719881b8bd655f0ecf71cdb3 +size 102167 diff --git a/metadata/cache/frames/vimu_000085/frame_02.jpg b/metadata/cache/frames/vimu_000085/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99e452c5a26f460b6301a1639798ae4a5d29afce --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdfb3b0608f661c6084297d5f8951bc83091089497b8bf1ec5c600dad5d9c32 +size 117654 diff --git a/metadata/cache/frames/vimu_000085/frame_03.jpg b/metadata/cache/frames/vimu_000085/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd1dd4b4ccf38ef4eb13256774951df5ae49c9ca --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f58c60e1f5bb4b0886742630e785a2071cd730507f7f30cdd7b921143026540 +size 117418 diff --git a/metadata/cache/frames/vimu_000085/frame_04.jpg b/metadata/cache/frames/vimu_000085/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bba4efa83ac6d148dbc1e210055a06219fe69c2b --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a2f65210d60c7edce6fdcf5d1d7d2ec64047569ca06d41adf0f681c74cefca +size 119209 diff --git a/metadata/cache/frames/vimu_000085/frame_05.jpg b/metadata/cache/frames/vimu_000085/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1516c5db3986c3a00278b37dcdcd94ed69a0a124 --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88251bb53433d049e93c76c5861e299aabbc758948b37666fdb50e50b6213d0a +size 118542 diff --git a/metadata/cache/frames/vimu_000085/frame_06.jpg b/metadata/cache/frames/vimu_000085/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc8a75d573107b039f7afc06037e5784af3ff61e --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc78ca16d470e176c1492c6ca02ee85c1ab92a8e646be5e0d2faad6acbeacc44 +size 112697 diff --git a/metadata/cache/frames/vimu_000085/frame_07.jpg b/metadata/cache/frames/vimu_000085/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e7759c6c2df0a3ed01c07f7d6bb928f375efe51 --- /dev/null +++ b/metadata/cache/frames/vimu_000085/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378c9bc658f9e4837b98e9f0a53469866b9d321589b3879f1e8822eb45611372 +size 111363 diff --git a/metadata/cache/frames/vimu_000086/frame_00.jpg b/metadata/cache/frames/vimu_000086/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5049044f1e1d4e0b251f559019fd15f34a383f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0479ba1ff929f20efe5fdd9aa753a85e8fc7ccda20b93de3bfca8c8c11a75 +size 36507 diff --git a/metadata/cache/frames/vimu_000086/frame_01.jpg b/metadata/cache/frames/vimu_000086/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86872aece61d2c9c0283fabee9cfa8f4415a8914 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2756ef33e996713446b9e57010104381011441f94bf908d568fa20610fb7c99 +size 54600 diff --git a/metadata/cache/frames/vimu_000086/frame_02.jpg b/metadata/cache/frames/vimu_000086/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2c112d91a637b9752c606fcf55034844522f554 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69aca32f67597e62d0c9f194d7c26dfbb47b6b9f2f2c6f9a0d37db2d2d8854f +size 53145 diff --git a/metadata/cache/frames/vimu_000086/frame_03.jpg b/metadata/cache/frames/vimu_000086/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e45f6ea3f516a7aad781d8872dd7db793b9be901 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a18a2b3c5dac554e3838fb604809e6f524fdd73167576965a30e9ddcc4bcca +size 47878 diff --git a/metadata/cache/frames/vimu_000086/frame_04.jpg b/metadata/cache/frames/vimu_000086/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2635f0be24940171e8015d0ab579f372aecdb6f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8255a783cb85b3545ae0ee8687fae5d38e0eeadd93cd677bceb044c8eeeb6f35 +size 53622 diff --git a/metadata/cache/frames/vimu_000086/frame_05.jpg b/metadata/cache/frames/vimu_000086/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1978eaf34efb8df54091d61d3cf9e598b56a1081 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59231a785b95fd483851bb3cafd399fd9b0b5ca742972f52109edcfdb45b5d19 +size 55148 diff --git a/metadata/cache/frames/vimu_000086/frame_06.jpg b/metadata/cache/frames/vimu_000086/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..900cc703bb42a7dfed4760e2d78c9597ad419d98 --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5721091cbde6c610861e01bf7113b0cd51a2d9a532b908686fc8ec98a3af8cd7 +size 46511 diff --git a/metadata/cache/frames/vimu_000086/frame_07.jpg b/metadata/cache/frames/vimu_000086/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d875e3bd364f762bc187bb1f4a67089a38b1bea --- /dev/null +++ b/metadata/cache/frames/vimu_000086/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7328d72c1d9c621b923c181d90cfc250cd20998962765ffa35352cb22f708a3 +size 44604 diff --git a/metadata/cache/frames/vimu_000087/frame_00.jpg b/metadata/cache/frames/vimu_000087/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9941fdf4d6c8a00f42b931409e9ac18b40084618 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94781bd33cb1235b2c62a5ff0573ce81d96f85a5a7af22ed23b53700319ce343 +size 44050 diff --git a/metadata/cache/frames/vimu_000087/frame_01.jpg b/metadata/cache/frames/vimu_000087/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae337905c9444f248c9823af4f1acba5a3d1e227 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bd6c51ad016d4eb65e0cd3b6c2edfa94566065b4a91592c47f86e94c6304b8 +size 51677 diff --git a/metadata/cache/frames/vimu_000087/frame_02.jpg b/metadata/cache/frames/vimu_000087/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7eca2c779af49766c6002540c269b07045e3d02 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0d49f92de7a9b6a2a40b9d883e8af58b49107bb05403d1e171df38f0f89b2c +size 19071 diff --git a/metadata/cache/frames/vimu_000087/frame_03.jpg b/metadata/cache/frames/vimu_000087/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b098ef3a33f407f0e172df08cb390e613feefd8 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c868d25965f5724a661079fc55044df01ab4d5bab86612091c831a7df1263212 +size 24176 diff --git a/metadata/cache/frames/vimu_000087/frame_04.jpg b/metadata/cache/frames/vimu_000087/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..492c2a027b8564a0d2efe6f4970c7b060900377e --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a17b9d6de33499d0b5b5b3f53d390697ed046e73f1900c788aaad50a07ab89 +size 22162 diff --git a/metadata/cache/frames/vimu_000087/frame_05.jpg b/metadata/cache/frames/vimu_000087/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21bc1f34ec05a05ff08272a80143cdb8a7777ab4 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543a33d5edd7f629be0419e56a728642623305b26f792f37f073493499f97dad +size 21546 diff --git a/metadata/cache/frames/vimu_000087/frame_06.jpg b/metadata/cache/frames/vimu_000087/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee6cfe4a0e30b4aef88b8cbac8ba951461c7dda0 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06845d546800d340a2314c6d0b81388224fb7872194a6c1f0ae64e1b868d0492 +size 19970 diff --git a/metadata/cache/frames/vimu_000087/frame_07.jpg b/metadata/cache/frames/vimu_000087/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04dbead19b766bbc72382d7ddf53795aa6fe1e18 --- /dev/null +++ b/metadata/cache/frames/vimu_000087/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deaf87ea4157330a94cc969152347c8245a6d8a4059afe7c27babc70966a9d8 +size 18888 diff --git a/metadata/cache/frames/vimu_000088/frame_00.jpg b/metadata/cache/frames/vimu_000088/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ef26f6352a1b2c157fde4ff28baf671d65b7f0d --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f98cf09312a781b162c3649835147c87d0d25a8e1c43623fce87a331079c2 +size 90104 diff --git a/metadata/cache/frames/vimu_000088/frame_01.jpg b/metadata/cache/frames/vimu_000088/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26928856bc58e3938f680de4ead4ea749a3784b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80a5e7ea3598cc815bc426d284beac88b41154db7e7c897cd48feed0eb1a1d3 +size 75421 diff --git a/metadata/cache/frames/vimu_000088/frame_02.jpg b/metadata/cache/frames/vimu_000088/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8e085c220abe4b2ae141e8d1c996daf79ff73a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03f8704707ef73256206f65cdb1481be9db63c0ef765e412f75d5b733e8b942 +size 76755 diff --git a/metadata/cache/frames/vimu_000088/frame_03.jpg b/metadata/cache/frames/vimu_000088/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b33ae1aa5713b51a16a5d3df2b945e0b44f543cd --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f81d86d584c6ca5ce75ee79d959de531717e391103e2084683ee0d4f49005d +size 70029 diff --git a/metadata/cache/frames/vimu_000088/frame_04.jpg b/metadata/cache/frames/vimu_000088/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3a36c3d20ab6b3c8b9fcce06c0337bdba5f6420 --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f797e2c5613fbd0f559c696070c0ad3b77dfbb7aa1a351d75593676d483d773 +size 48581 diff --git a/metadata/cache/frames/vimu_000088/frame_05.jpg b/metadata/cache/frames/vimu_000088/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c24da2c1e7bb36bf5743d15d192d48bd3d54fff1 --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3ca29859d87a43ff5f136a74d2310b3a67a52c7492e65352c61f6413ec7212 +size 47840 diff --git a/metadata/cache/frames/vimu_000088/frame_06.jpg b/metadata/cache/frames/vimu_000088/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b084122492fbb26821247751bc4f295f2d79ef9 --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967f4dd697ef8f19d75d7b3576862ac74cd89bfda32fc4dd7e0f45df87caed7d +size 49307 diff --git a/metadata/cache/frames/vimu_000088/frame_07.jpg b/metadata/cache/frames/vimu_000088/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..593ab41e461f0df7748fb352a2570bf7abb59e45 --- /dev/null +++ b/metadata/cache/frames/vimu_000088/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1401b12d5d81193a07f6e73bb6d24b3434753a8b11b2dbed4996962d20cb2256 +size 45386 diff --git a/metadata/cache/frames/vimu_000089/frame_00.jpg b/metadata/cache/frames/vimu_000089/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53988f864f711474e3e87446693533aefd9180c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd34ccf2bbf632dfc199518fb72aac374b6c70493be4f8b87c608cec209166 +size 91319 diff --git a/metadata/cache/frames/vimu_000089/frame_01.jpg b/metadata/cache/frames/vimu_000089/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f967247a3a3ce5201e2f3c84050f381d1d492cde --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3d0a38eb5852f436514c35d6545c0fb7134447842707c94bb3c807827c02cc +size 91435 diff --git a/metadata/cache/frames/vimu_000089/frame_02.jpg b/metadata/cache/frames/vimu_000089/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23ea917da3290a85307238cd536f39e64051c1e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dab8f4254d755ab7b30175e1d5960b5807013b45412aa62747f41920e6e81ed +size 89078 diff --git a/metadata/cache/frames/vimu_000089/frame_03.jpg b/metadata/cache/frames/vimu_000089/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39e144a7ed3568ab9ebadf5429a81dffb05d1008 --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54319e8af7ea5c3b45563db2d3486bc4f19ae6f292f4279809bea3577ce7f74 +size 82925 diff --git a/metadata/cache/frames/vimu_000089/frame_04.jpg b/metadata/cache/frames/vimu_000089/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fec4f904a5c29a1c3ff28634345f376f271c636f --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90121c271998c5d9bdba81bb7a2a7651df6561f7d13c5e4cfb8bed3809504b5 +size 83558 diff --git a/metadata/cache/frames/vimu_000089/frame_05.jpg b/metadata/cache/frames/vimu_000089/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e49e4937862d014122557dee11442ce44b8ce6 --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f396bd9c46e4f423c8f94291190ab0424fcced21dc43b6f8971e5a541dbe6c9d +size 71976 diff --git a/metadata/cache/frames/vimu_000089/frame_06.jpg b/metadata/cache/frames/vimu_000089/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00d57313d3bfbed1b05133b129bec5bc671d9a14 --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ee2f43d598702011007732c1cec7573d2254a63b87b213bc26e47464c6d96c +size 79174 diff --git a/metadata/cache/frames/vimu_000089/frame_07.jpg b/metadata/cache/frames/vimu_000089/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f59fa169173729b642bc21b44de7daa7b9a6c75f --- /dev/null +++ b/metadata/cache/frames/vimu_000089/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b943b33ecdd973d416c18034311528cb9798cddacded3208d74d25e8252c4efe +size 71377 diff --git a/metadata/cache/frames/vimu_000090/frame_00.jpg b/metadata/cache/frames/vimu_000090/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bdb4b7cf23502a2a6c11ea625baaa5edd3598ef --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9691c9f635b34e6184589d96859e2a509d64ab558cddc30162e61ae38e2f4111 +size 32169 diff --git a/metadata/cache/frames/vimu_000090/frame_01.jpg b/metadata/cache/frames/vimu_000090/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbcdbef6df9927d8a683107dc7e830535919881b --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415527c4b766576578bb9f6645f2b20893d7e3d39e364a7ff78aba9ae69324af +size 34875 diff --git a/metadata/cache/frames/vimu_000090/frame_02.jpg b/metadata/cache/frames/vimu_000090/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e40a391af05388727d8e648fad8772bea2cd261 --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be212d3f627073175c97a33d080e19dd59ca51bd620c9a6b170e1f581236cc1d +size 37918 diff --git a/metadata/cache/frames/vimu_000090/frame_03.jpg b/metadata/cache/frames/vimu_000090/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1474135c6518c91ac560a0c37c4e673444050dc2 --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4c05c2f15809f812eb3d85dd23732148f001ef72a91f86c418d06fd5f374a3 +size 41116 diff --git a/metadata/cache/frames/vimu_000090/frame_04.jpg b/metadata/cache/frames/vimu_000090/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..110f3f1105bdc324a0ac5114b6e9d8d6ae68bfcf --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9a299e61465582e560228d216788bdff9277b9dbfead3ad5c91d3cbfec44da +size 44068 diff --git a/metadata/cache/frames/vimu_000090/frame_05.jpg b/metadata/cache/frames/vimu_000090/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20ce3e528fd386b3827ca92c250d770302c106e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138103e7b70c6fc8c352dcd0bfeec2f65febdbebec5bd949c07d5202521ccbac +size 46564 diff --git a/metadata/cache/frames/vimu_000090/frame_06.jpg b/metadata/cache/frames/vimu_000090/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f796a2156edf743efc1d7ea33dde2c4d74df48cb --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417a1c2115b7714d4a3cfcc4276ab5b48c022c29a1d444f6992832875b3f6ec1 +size 46196 diff --git a/metadata/cache/frames/vimu_000090/frame_07.jpg b/metadata/cache/frames/vimu_000090/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06e939af518ff6722dedb1f5e0cf4f1059cf4864 --- /dev/null +++ b/metadata/cache/frames/vimu_000090/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfff9144f3629f0b17aaa1d3e956aaac5281a65d2f6e8207b35fcf30058ffaa +size 46851 diff --git a/metadata/cache/frames/vimu_000091/frame_00.jpg b/metadata/cache/frames/vimu_000091/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d944768553200b40e26754a2e1213ea8b0ca6ab0 --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208f64f489149704223fb9dbe2e6bd1892adcce23803fc8ef988d85ed3c6c78c +size 83648 diff --git a/metadata/cache/frames/vimu_000091/frame_01.jpg b/metadata/cache/frames/vimu_000091/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb43c1c4f836dddac1c22f600bb3e52c7b550cf5 --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe44c78ad302c2deb56de3d4c16b3ec6dc5f0a9e26f3179bffa7387fdd9cb2f +size 142934 diff --git a/metadata/cache/frames/vimu_000091/frame_02.jpg b/metadata/cache/frames/vimu_000091/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46096d01a9e12db47a10e9fed5273ee5d2445ac2 --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133822a3487da920891861dd754e2ea3a2f65ff27321ff36c98f317ca73f7753 +size 109584 diff --git a/metadata/cache/frames/vimu_000091/frame_03.jpg b/metadata/cache/frames/vimu_000091/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e15d8e66842b020094f69421c219fe60336b7e02 --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1ea8905471f2f80ebf59a0f161cbb1df188554a8f91d5c3bd5fbb183aa48aa +size 141103 diff --git a/metadata/cache/frames/vimu_000091/frame_04.jpg b/metadata/cache/frames/vimu_000091/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58d8685d5b02f1f44ca826f037e7ce2d44e9e6bc --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ef00f82c783c6b4e2be4cd72b16ff3921be71d8d621033374429c1662c3a62 +size 133530 diff --git a/metadata/cache/frames/vimu_000091/frame_05.jpg b/metadata/cache/frames/vimu_000091/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6495f26c5a0af24a9789e9bd6222de599c8df454 --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f2d9135a71c5ba8365a43e45b4ddde4f1ae245118c9917a886edacf56494f2 +size 145318 diff --git a/metadata/cache/frames/vimu_000091/frame_06.jpg b/metadata/cache/frames/vimu_000091/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6ec5e856b16f317af8dd65e26f5b10ec08ee01e --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46022231f221061d2cdebb087d7726a12a8add1990876b3620db22930cfd412 +size 145509 diff --git a/metadata/cache/frames/vimu_000091/frame_07.jpg b/metadata/cache/frames/vimu_000091/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..953dedf35fbe2dea771838afbcc500fb156f7342 --- /dev/null +++ b/metadata/cache/frames/vimu_000091/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e78fbc15dc08f985d765ca82cddda40136cb190b49b1e83cfe7efc2067de4f3 +size 131545 diff --git a/metadata/cache/frames/vimu_000092/frame_00.jpg b/metadata/cache/frames/vimu_000092/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd6d6dc1a7835799b917e3ebe9ecc31c0236300f --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9803f67f01c5eb011c28fb6898c70fa5bc0aadcb116b05e93a6ef465a386ba +size 89570 diff --git a/metadata/cache/frames/vimu_000092/frame_01.jpg b/metadata/cache/frames/vimu_000092/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3e644f9a83a01f98b11eac292eceb0f38907333 --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb72de287ffb72386436ce94dafad506bb24f34b58e93f19c39f4ef8b93ce95 +size 94847 diff --git a/metadata/cache/frames/vimu_000092/frame_02.jpg b/metadata/cache/frames/vimu_000092/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab156719828f218fb807fa4786ceef9bfd18f0e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c255d6536bd9693681c0108c509c84c83adf60d0a9753e050728e01e75970f5 +size 93620 diff --git a/metadata/cache/frames/vimu_000092/frame_03.jpg b/metadata/cache/frames/vimu_000092/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcaf03bba397f89391d7c1fdd31b699382014927 --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceae3ab782fad76d974cf472363a9dde3f15d4998d8d13bf38b9c721e10b04c6 +size 96180 diff --git a/metadata/cache/frames/vimu_000092/frame_04.jpg b/metadata/cache/frames/vimu_000092/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80f2f6049a7d5f4d27ff1483ee7c511ae7b0d33d --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b43447f54cab1da567c840fa2508b057e5cc9b2edd49840842f833b69050459 +size 73870 diff --git a/metadata/cache/frames/vimu_000092/frame_05.jpg b/metadata/cache/frames/vimu_000092/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f29d6683f54852b6904f6a1fa6fcdedb1600c1f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5713ac3977fa5df206385caad448b974a58cead85d3a66a277f06a68c6e88c9 +size 83962 diff --git a/metadata/cache/frames/vimu_000092/frame_06.jpg b/metadata/cache/frames/vimu_000092/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..babfb7bc67091a4c91ffa8212fc1e0a7848051ae --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11c077255419c5ff007d0f49c7969fbee39159d35cb53c1543ceaccd4636965 +size 75519 diff --git a/metadata/cache/frames/vimu_000092/frame_07.jpg b/metadata/cache/frames/vimu_000092/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3357b0d4fd3e1bbb56ba7be0ab78c33fe8e0b6ab --- /dev/null +++ b/metadata/cache/frames/vimu_000092/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc2fb899a4a1fbf3f5699085eac38b77c4ac7b5b6a8e0da0f67f72dd0c624ee +size 69905 diff --git a/metadata/cache/frames/vimu_000093/frame_00.jpg b/metadata/cache/frames/vimu_000093/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..600ddddc49b9d55f2b57d2a086d51262dc679d6e --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9543e3361ce4d80bb22dc350d617126e806c1de17289419f2fae418775744053 +size 94740 diff --git a/metadata/cache/frames/vimu_000093/frame_01.jpg b/metadata/cache/frames/vimu_000093/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74b2d17c723e86e240d068351cfda20178a05d88 --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12381dd2704a555511898bc313bd43e740d57ce1a8a5d89d3ccf865480737d8b +size 95622 diff --git a/metadata/cache/frames/vimu_000093/frame_02.jpg b/metadata/cache/frames/vimu_000093/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd108fc05d18d8f8c7c58c8e98832ada5afb6735 --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6004c535bc9fd2058c3d7d859cf479d221d40a482f893bad3015e321b5ffbfe2 +size 96244 diff --git a/metadata/cache/frames/vimu_000093/frame_03.jpg b/metadata/cache/frames/vimu_000093/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5264bdf01105c44e7fcfee0f8df2038d6a232976 --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d4569ddb1f364c209858c8e1b21ded59d0e2362a7491ab39725db52ab36727 +size 96422 diff --git a/metadata/cache/frames/vimu_000093/frame_04.jpg b/metadata/cache/frames/vimu_000093/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45de32138076d51f8370a2e96c726380e13aa41f --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2a942d94a9dfdc43b8ab55573b285f92f332693cb2392f8c0da97a73636c84 +size 98418 diff --git a/metadata/cache/frames/vimu_000093/frame_05.jpg b/metadata/cache/frames/vimu_000093/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bea840d84dd5eb43d4c6c581eb779fdc7ab297d --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00227d838178665150ee830f8fd6cc125427ed21daacc5aa8cc1e68e824966c +size 98792 diff --git a/metadata/cache/frames/vimu_000093/frame_06.jpg b/metadata/cache/frames/vimu_000093/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be130a266159df558e1ebf94c5c53cfd1d631784 --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d877368051fb7b618dc5f5af6ebe3689b765b72afb26559501095725deaa5596 +size 98964 diff --git a/metadata/cache/frames/vimu_000093/frame_07.jpg b/metadata/cache/frames/vimu_000093/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41f889a735d154bafb8a1782b2188254b58102bb --- /dev/null +++ b/metadata/cache/frames/vimu_000093/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16634cf40256b1cc32063787714054bf3fbb9ae69e572d3299527a05bbeba65 +size 98837 diff --git a/metadata/cache/frames/vimu_000094/frame_00.jpg b/metadata/cache/frames/vimu_000094/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2cdcb317320bc15bd7afed44631d5462f24c785 --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c7fe1cf2a4fa59ba255f39750711a3610e33beacab25f70063010bc144109e +size 113690 diff --git a/metadata/cache/frames/vimu_000094/frame_01.jpg b/metadata/cache/frames/vimu_000094/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2eb70e55ba487bf395a38de870ec29e152dbd901 --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4add05534b5cc6046afe6347b55b73513125c5fafd41628f27d47d2fea9a85d1 +size 117938 diff --git a/metadata/cache/frames/vimu_000094/frame_02.jpg b/metadata/cache/frames/vimu_000094/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecb71de58bd123008ebddd7458cc78b7c7a64e37 --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f8e91aaa01e4a50a31112f79bfcc794be3e0760cf1d48a5d4df5939659ddaa +size 111159 diff --git a/metadata/cache/frames/vimu_000094/frame_03.jpg b/metadata/cache/frames/vimu_000094/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a10607c4f1cd840b29cae4b24f067cd51b0454a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e29a3779279d3ead8a6a659281b2de49d91665fa9d097bc270986a7abe71df8 +size 104520 diff --git a/metadata/cache/frames/vimu_000094/frame_04.jpg b/metadata/cache/frames/vimu_000094/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a10527e9ca31d2c113e62db0ce9566458c33ee5c --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028feb0bfac3a2505376ec7edfcd51883649a9660ce6f8fed88948a7e3e925df +size 107185 diff --git a/metadata/cache/frames/vimu_000094/frame_05.jpg b/metadata/cache/frames/vimu_000094/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c9857ec3f126cd259a96b7b5d26e5771a00d1bd --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1af70356dd3dea9c66fed8400b9201d351f9d0e6c8b96e0444cbfb6f35548d +size 108325 diff --git a/metadata/cache/frames/vimu_000094/frame_06.jpg b/metadata/cache/frames/vimu_000094/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cca8bb87b5b30777e07a93bea3a5ac2c714dad4c --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f8c06693d9b531af9493a8eea67be89c322e736c516b17659a358a4018b5c7 +size 116045 diff --git a/metadata/cache/frames/vimu_000094/frame_07.jpg b/metadata/cache/frames/vimu_000094/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9be51b39b0a68b9f5682a58ebee1b7c84f0b1efa --- /dev/null +++ b/metadata/cache/frames/vimu_000094/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eea4fe577ebe93b8b1c8eb2ed65b20c63b02f30095133fd409c6b1b8c402cb8 +size 116810 diff --git a/metadata/cache/frames/vimu_000095/frame_00.jpg b/metadata/cache/frames/vimu_000095/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dc35cbe998cf6cdcee86f41f9f56bb2192740f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1c45204d6d9569dc0f63d2e4120d046f1009ecd24e289eaad0f2c10aaef4e8 +size 211453 diff --git a/metadata/cache/frames/vimu_000095/frame_01.jpg b/metadata/cache/frames/vimu_000095/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89cd52e431f5b03b2d99e12288ee7dfab667402c --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aeadefa00fec372c6980fb5a377d2c7f9c22b4b320260bb91745c53b168b99c +size 214575 diff --git a/metadata/cache/frames/vimu_000095/frame_02.jpg b/metadata/cache/frames/vimu_000095/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7568d299060736f765b983362319f86345bc8819 --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c27bf76c0f0b1d2f33e5fbc77f5e805417bcb73a34c01e7b132454ba9938d39 +size 218674 diff --git a/metadata/cache/frames/vimu_000095/frame_03.jpg b/metadata/cache/frames/vimu_000095/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6759dfa8df26f6070c96703b7e9aff06321fed7 --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1e09e5aef8b32f50e31c783d2a32a2c2e19696504242a0e80feb8efa41302a +size 220786 diff --git a/metadata/cache/frames/vimu_000095/frame_04.jpg b/metadata/cache/frames/vimu_000095/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b30cde0b895c51a8647ad103dcdb244fabbac5 --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e756c1403e203e56f1d9079285f1f045975006a8ff94ef2793d9a6508c76002 +size 209431 diff --git a/metadata/cache/frames/vimu_000095/frame_05.jpg b/metadata/cache/frames/vimu_000095/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ea9cf7a48d166adeddddcbd661c3d772693c72 --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d7c75bc5a1d863234758c49d7526e373898f8458ae445b570c905598a356db +size 207028 diff --git a/metadata/cache/frames/vimu_000095/frame_06.jpg b/metadata/cache/frames/vimu_000095/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa33beac1c10871d138cd53081335c4ece4812da --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd033681737ef946fbfa8794505ffbd07c43e62320b46a75ed2e01f4baf8422a +size 224671 diff --git a/metadata/cache/frames/vimu_000095/frame_07.jpg b/metadata/cache/frames/vimu_000095/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cbca47e63e1c59d4fbfe82ff891abe6a9e5a77a --- /dev/null +++ b/metadata/cache/frames/vimu_000095/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d687f86ca7eb0ee2d1920e77a43243678e4d820acd6cd1cfab64acd2cdbc201 +size 188621 diff --git a/metadata/cache/frames/vimu_000096/frame_00.jpg b/metadata/cache/frames/vimu_000096/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9901859435eb89d15f4207dba2dde1755210a75 --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e38d5d0ec03c54a2e8096ee847cc3a05871ad536bc7efd498b84da24a5cbcf +size 112005 diff --git a/metadata/cache/frames/vimu_000096/frame_01.jpg b/metadata/cache/frames/vimu_000096/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77a5eeb00c9febb890a2be88c4cec676201271dc --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6eeadc9bf60240e2767700add8cfcfdb8752a560a247f2f610bf9423247c5fb +size 108806 diff --git a/metadata/cache/frames/vimu_000096/frame_02.jpg b/metadata/cache/frames/vimu_000096/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d20a0c4d3e3e7aef68a5346b7d51a100e2673d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8660333e2766551f3b2f39edf2efc6e7d0ed057415f1146296c10c0436a6ff3e +size 100219 diff --git a/metadata/cache/frames/vimu_000096/frame_03.jpg b/metadata/cache/frames/vimu_000096/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd5986e0ff74705fff74878e4b9f6ee42ef7b78c --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84bbe746ec3adc3abcd111865fe6259eaaa93fd684b1c634e37b3acde0d1e3c +size 109915 diff --git a/metadata/cache/frames/vimu_000096/frame_04.jpg b/metadata/cache/frames/vimu_000096/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62e9ea872757cc31587510f8f50fe5a52c86b4c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a96693144b60977694ca518ef822d023742dd4dbafe35ab2a7dab535b6cb094 +size 110307 diff --git a/metadata/cache/frames/vimu_000096/frame_05.jpg b/metadata/cache/frames/vimu_000096/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b3d791f59049dc30bb4d80d8850c1848775455 --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a834e191c0391f0bc75371dba1080620a4e111a8c74f73d106b98768db5096 +size 110034 diff --git a/metadata/cache/frames/vimu_000096/frame_06.jpg b/metadata/cache/frames/vimu_000096/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98608ce3ae925073abde12d1679cbc02a4ffd31c --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8506b71818c9006dbb5b1ec55e5f1f878b40bac216b506832e009db4d4b41e53 +size 40082 diff --git a/metadata/cache/frames/vimu_000096/frame_07.jpg b/metadata/cache/frames/vimu_000096/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e772d501154b835e67b10106224315fe6cd4c37 --- /dev/null +++ b/metadata/cache/frames/vimu_000096/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0719ecfb0b1c8c27c1cc4a208f3312d9575b4277dc55ce2c6d5fc68640679bce +size 64964 diff --git a/metadata/cache/frames/vimu_000097/frame_00.jpg b/metadata/cache/frames/vimu_000097/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73555db3037b8137dca715336e7c5f494684e145 --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad2e618d64d382ea4e57bf42028bf419755e77548d8b9c81c129cfde93cc207 +size 97700 diff --git a/metadata/cache/frames/vimu_000097/frame_01.jpg b/metadata/cache/frames/vimu_000097/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2db82579243e90ec5948b3a5165326fc355e282e --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca533eef0002d2904f3844ec4be4f113abd88aa5ba2c4e227d52c85f9aabc48 +size 103978 diff --git a/metadata/cache/frames/vimu_000097/frame_02.jpg b/metadata/cache/frames/vimu_000097/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d22146a3af8082a84f62abb2a63bfcfe8899dbc2 --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be22be1494bab6adac0adb337d9f7c96073da02884390472e22e2a926137b8b9 +size 106850 diff --git a/metadata/cache/frames/vimu_000097/frame_03.jpg b/metadata/cache/frames/vimu_000097/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3792c07041ca33204f8e083827bafa0b7e6d676 --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0a9a6e2d5bdd804d4dafbcdf4e7db9906be8e436954d2cd3b0809b428b9ac6 +size 101019 diff --git a/metadata/cache/frames/vimu_000097/frame_04.jpg b/metadata/cache/frames/vimu_000097/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f361cb99efd4fdf5ab44fdf94a241967a7c57ea9 --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89efcce0b582cb96b506356d0e6c03ac2983894b29e6b21894c3b98b19c33e13 +size 104750 diff --git a/metadata/cache/frames/vimu_000097/frame_05.jpg b/metadata/cache/frames/vimu_000097/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..084a0cf61d230af32db83c44793d3f5da57dc069 --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beef1daae997ad1595aa54847c999d1ddd5a2bed8bcd64844b11f0bea25e8afa +size 90187 diff --git a/metadata/cache/frames/vimu_000097/frame_06.jpg b/metadata/cache/frames/vimu_000097/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4856939721952fedc8f74884d851cfb5722770dc --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311e0658c20f3d25259c7c11e988c4f0f2fc7af2d328749c51740a1fbba56cc1 +size 94880 diff --git a/metadata/cache/frames/vimu_000097/frame_07.jpg b/metadata/cache/frames/vimu_000097/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6243d048d0f274517204cc0adfa3df3bb6065262 --- /dev/null +++ b/metadata/cache/frames/vimu_000097/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85b6fdb97867403f14ce6a0a92e98241a981aafae1c54581f524bd0d00f0322 +size 85788 diff --git a/metadata/cache/frames/vimu_000098/frame_00.jpg b/metadata/cache/frames/vimu_000098/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..104a659c86cbcdb0649e618bc54f876c46c3345f --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5773ca99ed39803fa5216689dc072fe7bf0009f51fd83b3866e531c3ae447f75 +size 97234 diff --git a/metadata/cache/frames/vimu_000098/frame_01.jpg b/metadata/cache/frames/vimu_000098/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97fb0fc218adea0bc0cdc243576b753b055d45aa --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48827633e8eda569275cd3b77b9d25c4c0ce9a92f6ccc62949747b0ea00ac6a +size 91176 diff --git a/metadata/cache/frames/vimu_000098/frame_02.jpg b/metadata/cache/frames/vimu_000098/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74b1e87f25976980769e28ead581f548adc521fa --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5668205a2ea561d4c485d7f3191c0859d39f8492e8f70bbf066fb292da1e8c69 +size 103130 diff --git a/metadata/cache/frames/vimu_000098/frame_03.jpg b/metadata/cache/frames/vimu_000098/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a4c74318920b56e7e6edce407f48adbff4fc883 --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dea82b3b4da800ef3f2c2f1acb472eb7c9bb94acaa2ef380cda94c41743bcb4 +size 109921 diff --git a/metadata/cache/frames/vimu_000098/frame_04.jpg b/metadata/cache/frames/vimu_000098/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a59ead06f85a6182cac55ff1a65559532746c38d --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25de78f86f15aeff7f887cac0148805000fd6a6c801302cf8efde6c077d6d87b +size 109417 diff --git a/metadata/cache/frames/vimu_000098/frame_05.jpg b/metadata/cache/frames/vimu_000098/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed04b86f71d2e0e247e8dac876becc60fbf6bbe4 --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0746d933488fe5bbeec1493e6230d651e1ad536952d72d132ba8d2af670d8bc7 +size 108494 diff --git a/metadata/cache/frames/vimu_000098/frame_06.jpg b/metadata/cache/frames/vimu_000098/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09b64d71a7a1134afe0ef7d1cb346fade1cc21f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe0de6c30841de2168483e88dca7543915096caf2bac055f0b57db2b43d0f91 +size 106951 diff --git a/metadata/cache/frames/vimu_000098/frame_07.jpg b/metadata/cache/frames/vimu_000098/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26b1d4a81aeec09c1aebecc91b0b16fdb0dc2048 --- /dev/null +++ b/metadata/cache/frames/vimu_000098/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacf5214a91a5ee0b7c9ee54fd7fc6ffffa6c0dc7934881635b5176bc133af3a +size 101188 diff --git a/metadata/cache/frames/vimu_000099/frame_00.jpg b/metadata/cache/frames/vimu_000099/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b47cec9e5fcfed70dca46141722d83adeb38bd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0ea547c4fb3dce6a8a27a7e5fd78cde388fec9002d02c18bb6e156b3088dcc +size 143066 diff --git a/metadata/cache/frames/vimu_000099/frame_01.jpg b/metadata/cache/frames/vimu_000099/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0999fe7e0c35294fb12905a3f147e418f4fc7142 --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a9d6ef4b335dc6acf31f05d28a1d18a2391e2269fc585b88a5dbc5a09db22c +size 174605 diff --git a/metadata/cache/frames/vimu_000099/frame_02.jpg b/metadata/cache/frames/vimu_000099/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b9406f57ae8597ad53b24b9c1e64d7173ff6b3d --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f4dcf780ef7c5916fbe746dd1648f12e0447eb663d7c05a7499bbe8b900c7b +size 110744 diff --git a/metadata/cache/frames/vimu_000099/frame_03.jpg b/metadata/cache/frames/vimu_000099/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3d32a0e35bde065af63f842a7edf4556c6ad50d --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ed3a07b9986053ab08e576132ef311fd3dd3f353c67a0eb01dbdf461ccbf81 +size 96197 diff --git a/metadata/cache/frames/vimu_000099/frame_04.jpg b/metadata/cache/frames/vimu_000099/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75306f9ff8e45952217dd0872708bd7fb0003944 --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a374286446849f8bdbfd858cfe0b7d49d40858cad0ba80ad8d2b1de9a917de83 +size 168696 diff --git a/metadata/cache/frames/vimu_000099/frame_05.jpg b/metadata/cache/frames/vimu_000099/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3167b9306c1fb8aa7fa02e2c950f1fa8df68e0fc --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87854ac621d52ede1ff582483fcdac445166fedd1ff88065fef41e0d9c51683 +size 154841 diff --git a/metadata/cache/frames/vimu_000099/frame_06.jpg b/metadata/cache/frames/vimu_000099/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2132ae469763594d780275e22d315a3ec1be5cb2 --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837c3e86d055c07a3dacc9edc89456c0ff2a455abec30550ae32907c13f4a7e2 +size 157867 diff --git a/metadata/cache/frames/vimu_000099/frame_07.jpg b/metadata/cache/frames/vimu_000099/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f5805c047bf3b369ab2f1f1455ed4ebcf2a2fc9 --- /dev/null +++ b/metadata/cache/frames/vimu_000099/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581d5c967a82c49c5886a93ee50b24701975fb4cea225eba1a183d75239e8798 +size 101806 diff --git a/metadata/cache/frames/vimu_000100/frame_00.jpg b/metadata/cache/frames/vimu_000100/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d82c26dc186255374bf0c4868dfae0e37caa4b1a --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818cbb65c0253e77ae45b1583808f97e71ef6b18433c72da44769bf59558cc76 +size 39967 diff --git a/metadata/cache/frames/vimu_000100/frame_01.jpg b/metadata/cache/frames/vimu_000100/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b20b5fae3570b795d24de589735ce281f77e054 --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a6e685f406d2b160b636acee098a50e1701e364e67d9c33343c1d6fafd0fbf +size 41431 diff --git a/metadata/cache/frames/vimu_000100/frame_02.jpg b/metadata/cache/frames/vimu_000100/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..473f50ddf774b7e27ca90b39fd3183054761f92b --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0cb767bf4cde3edf25125ad0b9f5db3b2c1976fc20ac9cfde44e996e83dcad +size 37356 diff --git a/metadata/cache/frames/vimu_000100/frame_03.jpg b/metadata/cache/frames/vimu_000100/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f7367baf8e23a78261d1305ff17f8fd5c510904 --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf20275d0460a2fb252fa7a5119652e47e09fddd733fccb25fc9ce40ba90c112 +size 55407 diff --git a/metadata/cache/frames/vimu_000100/frame_04.jpg b/metadata/cache/frames/vimu_000100/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69db0ee023427fd5008f69c1edae6101c6347f6f --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b022504c513dfcf551752a59df6e32cd9358703091721920f8f0d12cd0346843 +size 57161 diff --git a/metadata/cache/frames/vimu_000100/frame_05.jpg b/metadata/cache/frames/vimu_000100/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..156d83b1aaa09fa68def7f7e4f48e92fb2c67b04 --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eff29b1b8809f62748e94c625fdde976bcdaf6b51e868ac1fdb88caf304ddcc +size 57240 diff --git a/metadata/cache/frames/vimu_000100/frame_06.jpg b/metadata/cache/frames/vimu_000100/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92bb204b520f2277e829b4a8996077c297c5bd9d --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d02787853f36dc0bcbb73c95c3185ca45d2cb020bfb886bc0b364bb1d925ac8 +size 58566 diff --git a/metadata/cache/frames/vimu_000100/frame_07.jpg b/metadata/cache/frames/vimu_000100/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ab4e8a1f20b9d1f35dacfe7f4823e31892d1411 --- /dev/null +++ b/metadata/cache/frames/vimu_000100/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426e9aeb956eb77a8323e9e1233df3e71b90002d3621a88ad5c38862d677606a +size 58185 diff --git a/metadata/cache/frames/vimu_000101/frame_00.jpg b/metadata/cache/frames/vimu_000101/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13f46272807ebe6b4d874d74bba6bc5fb27dc618 --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15d3cd7fcdb75ea280716884045e9547e5848e17e7d25110c7107fe80ed37e1 +size 63505 diff --git a/metadata/cache/frames/vimu_000101/frame_01.jpg b/metadata/cache/frames/vimu_000101/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..018b2fd7371e2d98682bb18f9d9b84ac545b4d4a --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f2f8a5966172e891a64fe60e5b36ea08076a09bf3601349da61884989d31aa +size 87744 diff --git a/metadata/cache/frames/vimu_000101/frame_02.jpg b/metadata/cache/frames/vimu_000101/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2efb36b00896aca89317a035561667977ab34ef9 --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ddebe28aefc40e0ac93b50b6c20d9c6d04a9df54c0e9aa28989ad6abf3e6cb +size 85232 diff --git a/metadata/cache/frames/vimu_000101/frame_03.jpg b/metadata/cache/frames/vimu_000101/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec0ab39eef93ca960556f08183a37dcdcd61b4a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67efdb51aed9bdd11e89d4ee4b64a0cf73880b6283308e98c34dc063cb8e5c67 +size 85579 diff --git a/metadata/cache/frames/vimu_000101/frame_04.jpg b/metadata/cache/frames/vimu_000101/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13b4cade3f00912d7056c5f30778e10961f114c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c910e4621de393e7603caa6914101e49fdf5806701b1258140dad9aaf8f51b04 +size 85925 diff --git a/metadata/cache/frames/vimu_000101/frame_05.jpg b/metadata/cache/frames/vimu_000101/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f0b206d971cd3b8e8f5575c7d926f6c387d0cfc --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e227787174aa416eb7439a02c96d7a5da8f38df8dc88c3254cd843ac460aefc +size 53943 diff --git a/metadata/cache/frames/vimu_000101/frame_06.jpg b/metadata/cache/frames/vimu_000101/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..431fda2d863eba9d47062442c6dd2e00cf5bd581 --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9a24ba8eca1ed8c3d97f05c24c76c930c1111eebe28895eead8ef3727a6dc0 +size 55916 diff --git a/metadata/cache/frames/vimu_000101/frame_07.jpg b/metadata/cache/frames/vimu_000101/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..173ea861308e35717e9ae919b9982a22b7a7aa09 --- /dev/null +++ b/metadata/cache/frames/vimu_000101/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9388a88f1cb8e093ba916f9bd8fd8f155f37d6e6bc4f66a1dce8266b034bf1 +size 43074 diff --git a/metadata/cache/frames/vimu_000102/frame_00.jpg b/metadata/cache/frames/vimu_000102/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0bb37fc4e202f19c33ea74e4af7aa3b9e58300e --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a20a1d003994ac9f850ca62cde76119eda8399742a4230574a9fe30dffc61f1 +size 79167 diff --git a/metadata/cache/frames/vimu_000102/frame_01.jpg b/metadata/cache/frames/vimu_000102/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42fefeecb3eede6fb5e42c1ad15eec16106926e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eb835ae55f65293193e76e8f8c18e2f73d3444fe7427d01673a96b05a02c3d +size 69667 diff --git a/metadata/cache/frames/vimu_000102/frame_02.jpg b/metadata/cache/frames/vimu_000102/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0650148547f9460abf91a1114ed059e450e3b403 --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4edf0318da994d6afc3a8b1c25455a6e1423fd4d13f5912bd9abd48cde29714 +size 135658 diff --git a/metadata/cache/frames/vimu_000102/frame_03.jpg b/metadata/cache/frames/vimu_000102/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccce9725ff506dd59090d98490b9d170d03bf3c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef214aea1fb6e61107f20a42fa5c622fcde9a8f4017a2a90d1ac4d5dff53ae3 +size 41859 diff --git a/metadata/cache/frames/vimu_000102/frame_04.jpg b/metadata/cache/frames/vimu_000102/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a37718e0bffe1b67732e2978a32c06737a898920 --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2a2a92aba75a183f2e0e78f40b8c9359c8884f7a33d55a65b0a39656484f65 +size 86938 diff --git a/metadata/cache/frames/vimu_000102/frame_05.jpg b/metadata/cache/frames/vimu_000102/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a32c3edaf1186bdafce084e999c4c5e1e32f3096 --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410075bb82c21edeba25bab4fac7fb02d788be5896acfcfc55dda51323d4b67a +size 53011 diff --git a/metadata/cache/frames/vimu_000102/frame_06.jpg b/metadata/cache/frames/vimu_000102/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..487cd3a8d13eadbbecc29abfc0ab7d88accea84f --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf078aafab904a5e0e936436c853868da11b88101d2ea495bbab16a0e52adf4 +size 68899 diff --git a/metadata/cache/frames/vimu_000102/frame_07.jpg b/metadata/cache/frames/vimu_000102/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89b6601f7f6d32b9e9a65deaf478162021019c6f --- /dev/null +++ b/metadata/cache/frames/vimu_000102/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb10b0e599b90b72b0475c3c8fc04a10fbeb737fc56cf18b15fa33d1bd6f6e9 +size 84350 diff --git a/metadata/cache/frames/vimu_000103/frame_00.jpg b/metadata/cache/frames/vimu_000103/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96965f8bc6179ab06a8a395f244bffa2457722d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b50d63de23ac90dbb24b6641f71c182f8f29d2c0a4f59c3ac002c5a39c8c553 +size 93327 diff --git a/metadata/cache/frames/vimu_000103/frame_01.jpg b/metadata/cache/frames/vimu_000103/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94038d71ce2771da3e513033b7edadc056796197 --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399cac4722651d804ef1b8a0541054c5227f8af1a922e0c1a02e6988c26681c9 +size 67792 diff --git a/metadata/cache/frames/vimu_000103/frame_02.jpg b/metadata/cache/frames/vimu_000103/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d51f84c7e6c92dc4b7e14dce702bdb364d488cb6 --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4384d3d6b057c371152056ad9db253d50074883ef79bdcb0c3efe1b80cdae1 +size 82701 diff --git a/metadata/cache/frames/vimu_000103/frame_03.jpg b/metadata/cache/frames/vimu_000103/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e60116b3e27a72dd1e472c4800de02737b030693 --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ef67f30198b3f2cd73ddf434141d3e89201bce3b2534ae4b3d19e8202f3a8b +size 82263 diff --git a/metadata/cache/frames/vimu_000103/frame_04.jpg b/metadata/cache/frames/vimu_000103/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2b94cc53c019469c048dad987f3614033abeb25 --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c8e24f49b853bf482abff1cf41cc50f0eee51cf92c91fb144db45c4e349e90 +size 85081 diff --git a/metadata/cache/frames/vimu_000103/frame_05.jpg b/metadata/cache/frames/vimu_000103/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f17c6b95943898df020533a8095f34c41e1829b --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea32f1751cea8c9706dd947a785d65ef0e68603a393d99e46f281a20569271b7 +size 79585 diff --git a/metadata/cache/frames/vimu_000103/frame_06.jpg b/metadata/cache/frames/vimu_000103/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..570a66f627cdc7bf0f07a7abdc1c41fdcb5c35a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ce4c7a18b89ae48d0c05d5705cd02a1adea272dd29cc0d5f7e7b2e89c30371 +size 89791 diff --git a/metadata/cache/frames/vimu_000103/frame_07.jpg b/metadata/cache/frames/vimu_000103/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbfd78cacea80e2aa64594dbec0d576a48fd08da --- /dev/null +++ b/metadata/cache/frames/vimu_000103/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9f2738b41b8b1fc9634f3d30610775c92166446772e3d0c0b248a156ef1878 +size 55287 diff --git a/metadata/cache/frames/vimu_000104/frame_00.jpg b/metadata/cache/frames/vimu_000104/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edaabdbbd940f5128112ad560110436d500ef356 --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e472ed9c1426bd9345bd3fba43a3df60202ad3589aa2130e6cf7047a519b758 +size 95402 diff --git a/metadata/cache/frames/vimu_000104/frame_01.jpg b/metadata/cache/frames/vimu_000104/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..155b05ba39721d415b7375dc201e84b549f0fda2 --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df3e08e6dd6627a66ac6576f1e154b2ad9706d84365e7815a4ae17c6c6117b3 +size 88958 diff --git a/metadata/cache/frames/vimu_000104/frame_02.jpg b/metadata/cache/frames/vimu_000104/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b82b394b6343707d3c2733842b2649b05ba6f71 --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afc0334282ca68f5cd0ffc56026fd203c533b9e2f0d95a655a944244da06bed +size 115377 diff --git a/metadata/cache/frames/vimu_000104/frame_03.jpg b/metadata/cache/frames/vimu_000104/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9624cf4fcd10db55d3625a1c2e569b4e0de60cb --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba1037d99bcc4976879c52a1964f722e5350d5550e919e783492a259587c5f2 +size 84561 diff --git a/metadata/cache/frames/vimu_000104/frame_04.jpg b/metadata/cache/frames/vimu_000104/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc6e1da2c538f3eefe45404830d77f4a831b6c9e --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe4b5e32b06e4652d3adda2456df731dceffe671cc246e0f905772661e2a701 +size 107545 diff --git a/metadata/cache/frames/vimu_000104/frame_05.jpg b/metadata/cache/frames/vimu_000104/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf3ed691f9fcc981f97551aa1830d6243d52f2d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2d43bd2e8f5f1d5050246113a63938bcf2860fb46ab5f062e422565b93dc1 +size 105462 diff --git a/metadata/cache/frames/vimu_000104/frame_06.jpg b/metadata/cache/frames/vimu_000104/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be2061c7b4dcd93741d82ae407f6bfce5c833212 --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd115aa50033a34aea570c95dd2eab6a9b36a5569151c991e155987ffabab918 +size 108477 diff --git a/metadata/cache/frames/vimu_000104/frame_07.jpg b/metadata/cache/frames/vimu_000104/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1437349c343bf984f6a7799c67968928f74aa907 --- /dev/null +++ b/metadata/cache/frames/vimu_000104/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba94cfd73e8efbe3107ebc364078051130e3a174688d85d14578d77c017b8cc +size 91102 diff --git a/metadata/cache/frames/vimu_000105/frame_00.jpg b/metadata/cache/frames/vimu_000105/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acdca081bf20912057949b21c267dec85b6a1cda --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d388548e8c10d7d43eed583f6e6cbc02cfc650dd337241163754ba5f60d30cc +size 30663 diff --git a/metadata/cache/frames/vimu_000105/frame_01.jpg b/metadata/cache/frames/vimu_000105/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d757f1336402383c276e869dabc6d4ef796d60c --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c2b42d499872f66a29b7b54c33bf8b344f918f82b0f91ca98c3b98ec4172e5 +size 58579 diff --git a/metadata/cache/frames/vimu_000105/frame_02.jpg b/metadata/cache/frames/vimu_000105/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..525680a7bfc53c9258d32a2672fd8839cf42579a --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0958799452887a882cb9ee3b1ae043b07ab9e6dd55fa19a4c50b162855361e1 +size 46934 diff --git a/metadata/cache/frames/vimu_000105/frame_03.jpg b/metadata/cache/frames/vimu_000105/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb95dba15c9f05ebe36ce2af2e969fa4e04140c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20313c5862e1c6be7cc48bd3d835451b2fb26a7c55d55601234f5400c27589d +size 47379 diff --git a/metadata/cache/frames/vimu_000105/frame_04.jpg b/metadata/cache/frames/vimu_000105/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33ab49b1314f56144994b22fbdc19c954698a98d --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f7c3e8501658e98345a827e2acc95b9c425623ab1bd83af338e99fbdd7b8fe +size 46583 diff --git a/metadata/cache/frames/vimu_000105/frame_05.jpg b/metadata/cache/frames/vimu_000105/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeeee53ea93da04602d31982f327d039ba657135 --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3aef07aa3466e149267dd67fe3f31761823c88e8c6e98c47e5d3ef5260352c +size 72633 diff --git a/metadata/cache/frames/vimu_000105/frame_06.jpg b/metadata/cache/frames/vimu_000105/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e1d91ba3adc6f4d02ff119e7bd2c417bfc5dc00 --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7d79e232b21a338684fac5f2bb63820eab8ceb39da89312170f3d053f39791 +size 52147 diff --git a/metadata/cache/frames/vimu_000105/frame_07.jpg b/metadata/cache/frames/vimu_000105/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b668f6ad9525e265604e839cfb9c31ec17951cf2 --- /dev/null +++ b/metadata/cache/frames/vimu_000105/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f918bdaf11e4660bae2a4e1b2fdc3edf1d6d069e48cecbc4b94c453e34310a89 +size 52178 diff --git a/metadata/cache/frames/vimu_000106/frame_00.jpg b/metadata/cache/frames/vimu_000106/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..834a9df9eac8419b239a2598f3a43ce7a065bf52 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f4f21670bfa4a197d20b746f8adc9bd8574a45d9b6a77464bf3fb388c5ea3e +size 102522 diff --git a/metadata/cache/frames/vimu_000106/frame_01.jpg b/metadata/cache/frames/vimu_000106/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29f44dae2c51ad77f83a5f90ed36b78ca4514952 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2372b91d5f9c4525bcd44b9e001e8c1804f48f1ca8ca3d0a59b9b23b80493c56 +size 104926 diff --git a/metadata/cache/frames/vimu_000106/frame_02.jpg b/metadata/cache/frames/vimu_000106/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b493e67ecadbebfc1a68f66ea84bdae1a6cff7b0 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a3d366a92d8d9a3401ec4b736dd875bf9260047c4bbed5c3687f53d702f29b +size 107054 diff --git a/metadata/cache/frames/vimu_000106/frame_03.jpg b/metadata/cache/frames/vimu_000106/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..225150d43d8d4be84389d23eb67c158121d7e013 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4f5cfe84e81c78fa26782eec50415e42b5247753dbfd5ff337b61606b77b38 +size 114230 diff --git a/metadata/cache/frames/vimu_000106/frame_04.jpg b/metadata/cache/frames/vimu_000106/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..782afdca4c16c29fd2843c46ecb8c1b81131404d --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a514c2e4bd4aa1017f2fdcc2d1820d39ce9ad4e00c364e52f034e77e36032aa +size 106308 diff --git a/metadata/cache/frames/vimu_000106/frame_05.jpg b/metadata/cache/frames/vimu_000106/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30ae9387bea4cc5cd8dfea7d3fd4ea32c631c6a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f886ba371bb582f95ab28c6259754a900ac5f61c4831b7d5c6b93f0e3d498e2d +size 111097 diff --git a/metadata/cache/frames/vimu_000106/frame_06.jpg b/metadata/cache/frames/vimu_000106/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1645e3bd8cc582590fe01606ca7ba89759874f56 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f23689ea0de66e30fa1ba6f83a96c321d7e505d7ba33ed671d66b1185d46d74 +size 112431 diff --git a/metadata/cache/frames/vimu_000106/frame_07.jpg b/metadata/cache/frames/vimu_000106/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..949d6f2cfa9f0887453da3cb2894ea3775eb0f96 --- /dev/null +++ b/metadata/cache/frames/vimu_000106/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace7b62f63fbe3f19889ea0de604a76f121fa6bcdef90f1ee7c94dc49e99c0e4 +size 108390 diff --git a/metadata/cache/frames/vimu_000107/frame_00.jpg b/metadata/cache/frames/vimu_000107/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..474ec49eee229cb6d16a8f1b87cc090c7ab4ed27 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7fa5a09367e782f0a10d8d62b923a204e66593874528fff48f1ecc3a8c8b4b +size 110570 diff --git a/metadata/cache/frames/vimu_000107/frame_01.jpg b/metadata/cache/frames/vimu_000107/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd7861dec0137619713828019de9def683fca494 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1da8e33f9ce9b62106c2b2e946c6b1fd07d7b4abd89bbb38aaeb6fd10c200f0 +size 112158 diff --git a/metadata/cache/frames/vimu_000107/frame_02.jpg b/metadata/cache/frames/vimu_000107/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e7b81ff1d20746b029a4798fcec026f099b1b37 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b734ec954bdc02200fc27d0c17df9d5640ad553eaa37d8985b50870ff08f9181 +size 111393 diff --git a/metadata/cache/frames/vimu_000107/frame_03.jpg b/metadata/cache/frames/vimu_000107/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15e1a91e835c4e0cdac3aaca6b6eec3b82a6fe87 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5b55e0a31d9c57590762da150ffc78254a80114b504ea85700fb20f4afb0d8 +size 118125 diff --git a/metadata/cache/frames/vimu_000107/frame_04.jpg b/metadata/cache/frames/vimu_000107/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..719c2bfe755fe9c0a9829331e8af04701ad5ae52 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26d331fa932fe8dd19eed6c7e88bab61f0e2829212c2693b8861619f53a11a0 +size 124614 diff --git a/metadata/cache/frames/vimu_000107/frame_05.jpg b/metadata/cache/frames/vimu_000107/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fe9255a21b3ab0d2dbfb9784a45dbf11fb9168d --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527a18730155b4631574f5952a8454fca5e3ed801abc754e5027c2edd1ca1ed8 +size 113967 diff --git a/metadata/cache/frames/vimu_000107/frame_06.jpg b/metadata/cache/frames/vimu_000107/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd6584b22bb54e415545b7c417f05a5c48d96f27 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfccf16277c84146366523ee51577be9d139db74929f27974fd8756666bbd825 +size 113115 diff --git a/metadata/cache/frames/vimu_000107/frame_07.jpg b/metadata/cache/frames/vimu_000107/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..748850e13268db4f1fd701dd6be37cbe133c81b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000107/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acaa361848c5cf9da93994abbe9a5671b59162d371bbb9d98f89004d070ca79 +size 113510 diff --git a/metadata/cache/frames/vimu_000108/frame_00.jpg b/metadata/cache/frames/vimu_000108/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff931666efeb84c2ea1681f20f9a583c339bd05c --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5208c7cd0893141256d588dfd980e19359f996878a54198a21f70d7ece47ba14 +size 101814 diff --git a/metadata/cache/frames/vimu_000108/frame_01.jpg b/metadata/cache/frames/vimu_000108/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f7f4aca3b397916f4617230ff7950d7711843d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34eab6a3c57e56a2a5759bae5fb016ae15ba067174563b205acd32461209904a +size 20509 diff --git a/metadata/cache/frames/vimu_000108/frame_02.jpg b/metadata/cache/frames/vimu_000108/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d37edb79d8848912a8120c69b371548eb90cdc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8d6da28a5d3a2fb1425cae90c6d3921298abcbf2114378eda4a10f553ae279 +size 44932 diff --git a/metadata/cache/frames/vimu_000108/frame_03.jpg b/metadata/cache/frames/vimu_000108/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c21a965e80a1a57642c5618be4196a9fb927a127 --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3950301ee1a18283bd37ec1f6f64e2842e40fa02cf50ed8d9f2be4f7efa1961 +size 69980 diff --git a/metadata/cache/frames/vimu_000108/frame_04.jpg b/metadata/cache/frames/vimu_000108/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8896a466b3f8bf79e5573a7dd57e630701ba06b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0431d568dd0d5416bd4f388cad1613161f321a8d89de130b000467fb0b15d1e7 +size 68330 diff --git a/metadata/cache/frames/vimu_000108/frame_05.jpg b/metadata/cache/frames/vimu_000108/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..415db60e30e2838b08864a9b0f6651e84c96672d --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc11f758d17f72f253f00fa4008fb4ef5d15aa1aca5b04041f1a366723f2cccd +size 62934 diff --git a/metadata/cache/frames/vimu_000108/frame_06.jpg b/metadata/cache/frames/vimu_000108/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a41e3e66b7062e42abe8fe8288b0631f0c41675 --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5d8abaa43ad087d52d277d471e63e76d369b00d5e6cc66d2e8a22dceb4a011 +size 66661 diff --git a/metadata/cache/frames/vimu_000108/frame_07.jpg b/metadata/cache/frames/vimu_000108/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9f3b162841f087d062c11cf3ecac340766f2efd --- /dev/null +++ b/metadata/cache/frames/vimu_000108/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628fb9c7a564af629755d1f6b439ede4783dddc04e2cc1837216dd403e66202d +size 69353 diff --git a/metadata/cache/frames/vimu_000109/frame_00.jpg b/metadata/cache/frames/vimu_000109/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a31932f655a36377b0b784518bcd339ddbaf43c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c292d98470bde3a91b725233d235ee5a0e342b267960a3cb0a58403cb8bf143 +size 107770 diff --git a/metadata/cache/frames/vimu_000109/frame_01.jpg b/metadata/cache/frames/vimu_000109/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e71b990a6911487cce4523efb1ca1ba553cbdc24 --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ab76e7671847a64f4fc213ff87f62b0ce68915d3a0b83b5f9e1e590f496152 +size 78442 diff --git a/metadata/cache/frames/vimu_000109/frame_02.jpg b/metadata/cache/frames/vimu_000109/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecba7741b0cc9e75e6cc0a57f8dcc552460e010f --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47169b83366c557d45105449a3f46f433ddc5964cc7cb6406809e0a3f77d57ac +size 197134 diff --git a/metadata/cache/frames/vimu_000109/frame_03.jpg b/metadata/cache/frames/vimu_000109/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd8a94ecf26ab69da2ecbfb0d7ebbd98dbdfc938 --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c9c073d2f77793c15a03ba462fcb52016999b198c6816e73a4a314caa10f8a +size 140659 diff --git a/metadata/cache/frames/vimu_000109/frame_04.jpg b/metadata/cache/frames/vimu_000109/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6c6abab58e8a8b056eddaae9fe52e61ae5040c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c4d07ab78922efad3b03d0c3ba7221f03139d979bf9d59463dd7fbe5fb54c3 +size 163125 diff --git a/metadata/cache/frames/vimu_000109/frame_05.jpg b/metadata/cache/frames/vimu_000109/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68b25444252a7d01a716f204a395cdbcf10e3c0f --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01d8643e5829c35909829c8aef718a749f2fcc9df264ba7cfb9156f2a98070e +size 114143 diff --git a/metadata/cache/frames/vimu_000109/frame_06.jpg b/metadata/cache/frames/vimu_000109/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d85b3f214581da19f7c78c303ac80b2b4010ca4 --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a4f363f786afbe53f2b1f6e6a07dca0b0ea8f0788b6d1d8ae3fd53dd9db11e +size 87255 diff --git a/metadata/cache/frames/vimu_000109/frame_07.jpg b/metadata/cache/frames/vimu_000109/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9bfacf29ca99d32f3bbc096b5e3cbd346e91598 --- /dev/null +++ b/metadata/cache/frames/vimu_000109/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299c920bcb59322b27947238d6a46594bb39d3b85885885db71a411e043efcc2 +size 85486 diff --git a/metadata/cache/frames/vimu_000110/frame_00.jpg b/metadata/cache/frames/vimu_000110/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..792cc432b7c6c5fa7a98d937cf577a1799493bfa --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da1ed62461519cca1807166046847c83c7abea1c79fa403798ab1abd1f724eb +size 63120 diff --git a/metadata/cache/frames/vimu_000110/frame_01.jpg b/metadata/cache/frames/vimu_000110/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc41dac0a57628389aa4aca80b7c6195008faac --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5799b85a9940075407974580bcbdca042859a89961b28b6f9aff5f0dd6d5cd +size 68987 diff --git a/metadata/cache/frames/vimu_000110/frame_02.jpg b/metadata/cache/frames/vimu_000110/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a262cd0709a736bec321ce2bee04f48cf77f753a --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae1eec362de16b4c1973d8ce25234a28286df07d74782cbdae0c7c7e5bc5384 +size 70536 diff --git a/metadata/cache/frames/vimu_000110/frame_03.jpg b/metadata/cache/frames/vimu_000110/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f2bf58330e83e1c7cd7df761fc6f402b141f366 --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac4ef42d7878c94ae7ec5b567f7d06b7ef91e2f344817639ff65ce84703ff2d +size 78729 diff --git a/metadata/cache/frames/vimu_000110/frame_04.jpg b/metadata/cache/frames/vimu_000110/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cbd8c0d9ed7a68f29e05e3b91605f1d911fc358 --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f785dc3f599985249de6bda790482b31929ec5ca8bd9ee748e8535ef69b5f8f +size 74165 diff --git a/metadata/cache/frames/vimu_000110/frame_05.jpg b/metadata/cache/frames/vimu_000110/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b8b64dc4241dbbb640c1a4ac879417d4491a2ce --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a04c8156bed10c06c21b5f661d463b709b675bfb8642c9eb9f425ce5c12ca0 +size 61888 diff --git a/metadata/cache/frames/vimu_000110/frame_06.jpg b/metadata/cache/frames/vimu_000110/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99310d28ca914bc47f0d09d948d62b19bde13524 --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d390ca1b1165ed69355343781d897969cbb46f50fdd2dc7498b21ba53bee9580 +size 81470 diff --git a/metadata/cache/frames/vimu_000110/frame_07.jpg b/metadata/cache/frames/vimu_000110/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ccf9bfed5ce292c82f0c1fdc6c5866ba72bcbb3 --- /dev/null +++ b/metadata/cache/frames/vimu_000110/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9291c1a544234dacd606f67204fdc7344381442a40d4db9c67059993a6747080 +size 71106 diff --git a/metadata/cache/frames/vimu_000111/frame_00.jpg b/metadata/cache/frames/vimu_000111/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c5f7c6eb99ddaf9a9eaabbafb458477295d612b --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae5ca0659c5918cbeffd769afb1ac692463953e7b752b4fc646049fd41e24cb +size 72630 diff --git a/metadata/cache/frames/vimu_000111/frame_01.jpg b/metadata/cache/frames/vimu_000111/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01b36065f18225d3720bc63af3887bd4e11ee2c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989afa8c6e100f65e5888d8654a7bb82a71fc86eca11108f45adbd981966af85 +size 85377 diff --git a/metadata/cache/frames/vimu_000111/frame_02.jpg b/metadata/cache/frames/vimu_000111/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6908daeca415c725c0675529dd6fa218dc193708 --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82facdde22b2a1cedca9c47f8162dcccd302c59ba1c2cd7d5863ff803b28374 +size 85639 diff --git a/metadata/cache/frames/vimu_000111/frame_03.jpg b/metadata/cache/frames/vimu_000111/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bfa916759c954ea8efb35d80288586b231cc51e --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724cf653c5ee57ce4587d8a29eb6bee7ccf305b417387b0952a8dd281f221c56 +size 87468 diff --git a/metadata/cache/frames/vimu_000111/frame_04.jpg b/metadata/cache/frames/vimu_000111/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e54d0cd2c62138eac5d2995df921ebc7b55c546 --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1d68f6048fcdaafd8086c36888f7902a21e002fa0376c3e698f3a78cf3020e +size 84343 diff --git a/metadata/cache/frames/vimu_000111/frame_05.jpg b/metadata/cache/frames/vimu_000111/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c157a54e50960c8e432ec090c1aee96ccf104e20 --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5554d2c00d43233e966daa5c4141b342cf9af6f6a53c935cc0f6e54bcd9a55d6 +size 88708 diff --git a/metadata/cache/frames/vimu_000111/frame_06.jpg b/metadata/cache/frames/vimu_000111/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1efc79c0baebed1e72d6c678fb5bfb983d7d02a --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d54a33bcdeaf403250823d4a88dc4c6a7788b4d4019d91bd6ee5e3bf0368cc +size 84782 diff --git a/metadata/cache/frames/vimu_000111/frame_07.jpg b/metadata/cache/frames/vimu_000111/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d10a566fd29a6aceb3550631c66aaef32736c84d --- /dev/null +++ b/metadata/cache/frames/vimu_000111/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b414b0b5c3ffbf7c3b7ebe0930ca4363508fa58102802db50017393cb8592280 +size 70735 diff --git a/metadata/cache/frames/vimu_000112/frame_00.jpg b/metadata/cache/frames/vimu_000112/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e29127921e981e82b42b7abb723488fdd063dc --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bcf7d90b241b8bc971f6ebaad50726ca80ed5723095665eddb43f7cb27d6ab +size 57872 diff --git a/metadata/cache/frames/vimu_000112/frame_01.jpg b/metadata/cache/frames/vimu_000112/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f376710942b91c6aaaa49ddffd83f221c5c814f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cae38af0be0627abe8e00d5b264df0435847237c0c34a3b9134f33352081e9 +size 52117 diff --git a/metadata/cache/frames/vimu_000112/frame_02.jpg b/metadata/cache/frames/vimu_000112/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71dd5a6878d6c7c34e2327dec40e8b644638fc4c --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e621695198affa481456017e71a442183d8cbc6da40db6d2cfb37aca201c8f78 +size 69597 diff --git a/metadata/cache/frames/vimu_000112/frame_03.jpg b/metadata/cache/frames/vimu_000112/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8468e7f84fde27e9d2f8d1c0269dcda168506b41 --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bf73151d8faa8fdbb1ff47e837fe6f0ae0459056b70fd5740bfd69370a4fe9 +size 70111 diff --git a/metadata/cache/frames/vimu_000112/frame_04.jpg b/metadata/cache/frames/vimu_000112/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8789a3234f88b610997ecac0d02606aa71c5ea6 --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fac2e24cb5e9305448c307b810f0b69459d554acec8b41b55a8af72b15365b +size 58298 diff --git a/metadata/cache/frames/vimu_000112/frame_05.jpg b/metadata/cache/frames/vimu_000112/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac9d969ab3fb87a8b3b12fc4f22e5e3b2b36803c --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b323e2d5c4c399209cd63ef8771eebf89c198b219705328e6b188d4e9289bc8 +size 57571 diff --git a/metadata/cache/frames/vimu_000112/frame_06.jpg b/metadata/cache/frames/vimu_000112/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f6af9d4312a419cf2d582d93ae6a7fc596c2ef4 --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5003a9f0ed188e1df9076ed67a98d12144d76cc5d0b198f52a7a0f0e0ce9e6 +size 86313 diff --git a/metadata/cache/frames/vimu_000112/frame_07.jpg b/metadata/cache/frames/vimu_000112/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50d6a1ff976576ff4e61fa2ad5310d6eebaa13ae --- /dev/null +++ b/metadata/cache/frames/vimu_000112/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8471d65716225f853737c07006a9cf54a3b2fbaf17dad281caca1358c081666 +size 104847 diff --git a/metadata/cache/frames/vimu_000113/frame_00.jpg b/metadata/cache/frames/vimu_000113/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..150181fb22a17726627b1decdb7c7b40c7cc386b --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbfc50d4d43188e9f6f76106842a92f84f993fc36145f697a38cfcc7d8264d0 +size 77004 diff --git a/metadata/cache/frames/vimu_000113/frame_01.jpg b/metadata/cache/frames/vimu_000113/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..570040bed533e57010c72bec61aa707e07b1fc39 --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa02defaa68f58beb47004a9675eed3219c821168b5648e2072cf06fceb25c0 +size 75145 diff --git a/metadata/cache/frames/vimu_000113/frame_02.jpg b/metadata/cache/frames/vimu_000113/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21038423c9addbde235a58c39040c6ea91b9c8af --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72220348d6d606e679c6ac31229b56573cbbc7c60137d4c1f8dba84df48feeea +size 86383 diff --git a/metadata/cache/frames/vimu_000113/frame_03.jpg b/metadata/cache/frames/vimu_000113/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9703f3991868204f2015c9a106cc1d658404886 --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fc7427261db5513fddd1aead7ad56c56191fe5e4f2fa7762c2f6ced3b52c19 +size 80020 diff --git a/metadata/cache/frames/vimu_000113/frame_04.jpg b/metadata/cache/frames/vimu_000113/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7376f7f36afcd60e998db452c0d1d1316ffe3543 --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3237793d78b42cfcc87f1eeb14742392bfb5b5fae85ad63680adad611fe27984 +size 79893 diff --git a/metadata/cache/frames/vimu_000113/frame_05.jpg b/metadata/cache/frames/vimu_000113/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b36482655970088a02d9c956aba25bec1c3e248 --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8bd5d301dc989fc68f99ff480e24760674ad4496eed7791f06aef3de25727 +size 71540 diff --git a/metadata/cache/frames/vimu_000113/frame_06.jpg b/metadata/cache/frames/vimu_000113/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8aaa8ce918a33d6be96b2836092b023680d131ff --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7605c2e5abf6358129128b0abf87c8aeea496af7e2622b72e175bce8dae5af52 +size 65077 diff --git a/metadata/cache/frames/vimu_000113/frame_07.jpg b/metadata/cache/frames/vimu_000113/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c4638b840c323cced7b7b4821e0712552f6709c --- /dev/null +++ b/metadata/cache/frames/vimu_000113/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bed6ab9de1cd7df94ef206022d85a22c63520e8a410be9db725af718d283ec +size 71821 diff --git a/metadata/cache/frames/vimu_000114/frame_00.jpg b/metadata/cache/frames/vimu_000114/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af2d47539a00bc231510309680e183bfb29285e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4b1db2bfda23f0c877266e0e9c3facb8d05a8dda60c58c9f4f1550880741e8 +size 21681 diff --git a/metadata/cache/frames/vimu_000114/frame_01.jpg b/metadata/cache/frames/vimu_000114/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95dafe868b59a64931ec71c678f3efbffc7f1b51 --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a709f724e810fa0bb552d8d0d81ca790079631b068818330d629108be4814f1 +size 19156 diff --git a/metadata/cache/frames/vimu_000114/frame_02.jpg b/metadata/cache/frames/vimu_000114/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6a7e29fa2e73c48dca7662d6a02b7afc2b87ebd --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e493ad5caeb870ea4259330b37dfca7c905a1c8416238c719d051324bf08a0 +size 23681 diff --git a/metadata/cache/frames/vimu_000114/frame_03.jpg b/metadata/cache/frames/vimu_000114/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2d0bdc7f18d900e91b44989b09a5925c3a032c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04314d67086b8a0e6c534c19e8b96caac0928076c3dfc2eddb317136b912d84 +size 24058 diff --git a/metadata/cache/frames/vimu_000114/frame_04.jpg b/metadata/cache/frames/vimu_000114/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0977bf6eaefdf555993950f7838dc7658b9d577 --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa500c06712fd14762b14bcc5da3034f58d805671203a8f6f063b637d8ad6a5 +size 15876 diff --git a/metadata/cache/frames/vimu_000114/frame_05.jpg b/metadata/cache/frames/vimu_000114/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9250d05a4abf019f3c6907e505ef8988b8b36224 --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8a8c3c8aadb00ff903920404c9bb17deedbd27840b76eaff1f653a33556b2c +size 17870 diff --git a/metadata/cache/frames/vimu_000114/frame_06.jpg b/metadata/cache/frames/vimu_000114/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00cc60a8cee17b017f46b3601e214e8b505d272e --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cca7c1450d5e3dca895d006807acd4a08bf163516dc17e46f38766fcb62a0d +size 20307 diff --git a/metadata/cache/frames/vimu_000114/frame_07.jpg b/metadata/cache/frames/vimu_000114/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6d7e899817e03b7b70aa0b6051f7fccade3b95a --- /dev/null +++ b/metadata/cache/frames/vimu_000114/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095c606f12e1e0529a6f24043ad53ac8ed518deb89d1e11f970cb2b70732ae4d +size 20130 diff --git a/metadata/cache/frames/vimu_000115/frame_00.jpg b/metadata/cache/frames/vimu_000115/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..450e9fe89b08e4adc405ec7f85d5e5bfdb663294 --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48d7ce908248fd38ca27649eb8bc800221d92ec8b6cbe535e3b444498145acc +size 97136 diff --git a/metadata/cache/frames/vimu_000115/frame_01.jpg b/metadata/cache/frames/vimu_000115/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8149c2f5f8dcfa58004ccdd956874de6a41c37b --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e80248ae9156180df5ed719ced5285937a71f89c27928c2e7569c1a8914684d +size 92901 diff --git a/metadata/cache/frames/vimu_000115/frame_02.jpg b/metadata/cache/frames/vimu_000115/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2de121d7d7cb126649ff9c6d5381995b5fc7f6d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4eee4e71ce7a9f8b727d24b5758125d63536131a1d03da05e486780ced09b5 +size 103248 diff --git a/metadata/cache/frames/vimu_000115/frame_03.jpg b/metadata/cache/frames/vimu_000115/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8b1c89208a451e0d983b7cc97a9a49341f5b4fb --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff2e8a88ed2f8eff878f5add5403e7af538e3d607fa3c7c283d0980006f33de +size 100047 diff --git a/metadata/cache/frames/vimu_000115/frame_04.jpg b/metadata/cache/frames/vimu_000115/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0661b5c2f66966e1f476387633816f75fd4a61fe --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00314d5cf4fe388d07bc9556fa667e29ce1480c6f0d65a6a43e5499db503aa19 +size 108407 diff --git a/metadata/cache/frames/vimu_000115/frame_05.jpg b/metadata/cache/frames/vimu_000115/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b15fa4934f6af6fa769e00ef4bace14aff7bf966 --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099dedafeea469a9e35669f25a746fda3e5ad39f63c5bb92ec55448c3fffa4f2 +size 90685 diff --git a/metadata/cache/frames/vimu_000115/frame_06.jpg b/metadata/cache/frames/vimu_000115/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7599db062dd8df7dcd7dbfb49ad2ad2bf1aed1de --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13205faae67c226b84177267bdf951eac9cf2d3c788d1697a6be5d4fa6a58b45 +size 97888 diff --git a/metadata/cache/frames/vimu_000115/frame_07.jpg b/metadata/cache/frames/vimu_000115/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9547595e61f26d196b880131970ca356a857701 --- /dev/null +++ b/metadata/cache/frames/vimu_000115/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b6f703d98a673bdcdd63a0546577cc3c37e89327cd1d35e0e9e1d443849c53 +size 101496 diff --git a/metadata/cache/frames/vimu_000116/frame_00.jpg b/metadata/cache/frames/vimu_000116/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfc8cc2dfd31c256a7ffe202c6664067865b270f --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4872181bf2211070931cc4bee520dc48f2ba6fb36f385d43bbb7bdb8d71dbc +size 73619 diff --git a/metadata/cache/frames/vimu_000116/frame_01.jpg b/metadata/cache/frames/vimu_000116/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d7b1da11b6d4bbd6f41553b205605730b8ddf9d --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66f38416ea88321b8be9e695b848edfcb36b2fb86306caf73581d39477ef547 +size 56250 diff --git a/metadata/cache/frames/vimu_000116/frame_02.jpg b/metadata/cache/frames/vimu_000116/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f311ad5e82709859d5b4566557f0ccdc09e03a4f --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106be129906874a58d1adc5dbba4ec870366382c093c7a20d29732c5835c4cd2 +size 83621 diff --git a/metadata/cache/frames/vimu_000116/frame_03.jpg b/metadata/cache/frames/vimu_000116/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74ab1f9bcadd7676434e475f6ffd6ca014b993e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c3eb2ee6a3eac67b2bb36eb5b3043ab1b9bc7e0d2878c8b8705f7a5830487e +size 96213 diff --git a/metadata/cache/frames/vimu_000116/frame_04.jpg b/metadata/cache/frames/vimu_000116/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91efa5002f7108bd80f83e642705b4d80c200484 --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3383eaa0ebc6561f55d157ce45a17234691b41f3c86fed2f37d74a0f28e0914c +size 102065 diff --git a/metadata/cache/frames/vimu_000116/frame_05.jpg b/metadata/cache/frames/vimu_000116/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25a1639c17e7ab6414c2542a79d0ca96d91d8422 --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab18533a97c541d4de0d9473c84a42772449dd5de31f9025ab3a855216b23a56 +size 86094 diff --git a/metadata/cache/frames/vimu_000116/frame_06.jpg b/metadata/cache/frames/vimu_000116/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f88d37dc3c65343e902223827d9ab93ff8435b25 --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311590518c3175c58a2415c1371a1e5acbec3684f59c7ac3f3cd38acc4cc28e7 +size 116042 diff --git a/metadata/cache/frames/vimu_000116/frame_07.jpg b/metadata/cache/frames/vimu_000116/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ac493e3a5caabee9332c06a4031ad0a63357dd9 --- /dev/null +++ b/metadata/cache/frames/vimu_000116/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a0947a003e3dda4ddeb9886781846b5409359f93da3c009b19a50a45e496c3 +size 102564 diff --git a/metadata/cache/frames/vimu_000117/frame_00.jpg b/metadata/cache/frames/vimu_000117/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd976fe8de2e211eccc4a16c95d88801b72ad77a --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df04e33308e33ac2c2c71e4c9acad7081ec29d87209ce186d3590626d9742ac +size 59804 diff --git a/metadata/cache/frames/vimu_000117/frame_01.jpg b/metadata/cache/frames/vimu_000117/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c78ceef9e629ed17f8f81776c5627f9aec4d4e7 --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5cfeddf1854f350c52f3219415eab14c5034516cd5c9118eb38b8f17d586c7 +size 69977 diff --git a/metadata/cache/frames/vimu_000117/frame_02.jpg b/metadata/cache/frames/vimu_000117/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0bd3f88ba9b2469ee1c03aa0ac41fb7169b32d --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1e37f1db6cd0d2562c859dc47cc3ce135565735d9ae9653ae905b23ed992f6 +size 53541 diff --git a/metadata/cache/frames/vimu_000117/frame_03.jpg b/metadata/cache/frames/vimu_000117/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49f22b3bd788aad100af0ba5eae0bf0e28c3771b --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19c0e6a7f0ccabaacddacfc0316a33b4726a7d1fd66316eaa625eba7ad586c7 +size 93294 diff --git a/metadata/cache/frames/vimu_000117/frame_04.jpg b/metadata/cache/frames/vimu_000117/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..045626c96611a9059e88fb3ca0118e1203806b0d --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a92485391095c23e9917884b2b18d003ab6513e201be4c40e0cf35ff949bb0 +size 113159 diff --git a/metadata/cache/frames/vimu_000117/frame_05.jpg b/metadata/cache/frames/vimu_000117/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..864977b513ffbf6c3fb61ef09db4bc94a78f5973 --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e80d0055f8d341d7342c4df66307ac875dae8fe124ccf60bddcd83d4839e4e3 +size 131801 diff --git a/metadata/cache/frames/vimu_000117/frame_06.jpg b/metadata/cache/frames/vimu_000117/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae2822036c2c2a871bade58f386028af908e271c --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8464f330027ba724232c19dab41170a5fd5863a1e5625693172c0e4ac8c5c0e0 +size 143011 diff --git a/metadata/cache/frames/vimu_000117/frame_07.jpg b/metadata/cache/frames/vimu_000117/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..602378ddba03f8b359e3d6fc9384bc6336fc6947 --- /dev/null +++ b/metadata/cache/frames/vimu_000117/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3dbc6d25e0bdc5cdb23c455acee2253ae846b452227c423ae0e402267874cff +size 154024 diff --git a/metadata/cache/frames/vimu_000118/frame_00.jpg b/metadata/cache/frames/vimu_000118/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a383d5825a40065f2933044c13d3971f3fa741c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107f344f46d358d79fc97873205f68cce2be8b531369b5439f633d0b88be9cf2 +size 82709 diff --git a/metadata/cache/frames/vimu_000118/frame_01.jpg b/metadata/cache/frames/vimu_000118/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28acaa599b45366efb7123d4e20f2c853278fd31 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290b2af3b0d29add8c1c0c47b8575098aeb3504be173e0fb9feb04e50e20af1c +size 83118 diff --git a/metadata/cache/frames/vimu_000118/frame_02.jpg b/metadata/cache/frames/vimu_000118/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7dbfa9e7f26c6adc6e62c98b9aa3eb8591ad869 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e643c3cb6387d02366bcfecf23abefc96f4feaf8cd8dd64c1e574a02d7a79bb +size 87823 diff --git a/metadata/cache/frames/vimu_000118/frame_03.jpg b/metadata/cache/frames/vimu_000118/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ce52d2108812b1b9dda69ced89e0f4ea4065885 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b420b60ff4f06283c16f17c14143b2312ffe12237c9d471634e97c7c219b7a +size 89672 diff --git a/metadata/cache/frames/vimu_000118/frame_04.jpg b/metadata/cache/frames/vimu_000118/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb39e52c3c602773e5d7fbf693dcbef03b6ff3ab --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44525530444eec955b8e2372ab2c26ab5af256d9e20f554b269b833d190ce51 +size 90353 diff --git a/metadata/cache/frames/vimu_000118/frame_05.jpg b/metadata/cache/frames/vimu_000118/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69ebda75dae8d0f5065385f5e5072241f4b809c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5017ebb863872c252df7c31f172aea5835c7faaa29923e7d1dd0c47681f233bd +size 89060 diff --git a/metadata/cache/frames/vimu_000118/frame_06.jpg b/metadata/cache/frames/vimu_000118/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dd2925c203d61f7de440981c1a580f9c5f326e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bfade74e468faf547e2d9cce10e9904289bde150d12d764f22c31d3f3c5af9 +size 89078 diff --git a/metadata/cache/frames/vimu_000118/frame_07.jpg b/metadata/cache/frames/vimu_000118/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b976e29dcff42a50a729639024ac95c69b3ee64 --- /dev/null +++ b/metadata/cache/frames/vimu_000118/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd7ba6f5970cfc44e534db998a2e8fc3d28ae6d307330644208f2942cbf1b35 +size 85655 diff --git a/metadata/cache/frames/vimu_000119/frame_00.jpg b/metadata/cache/frames/vimu_000119/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..203aaaf2cf77e42f9eb2a5bbf297a37c3763135d --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72668f500509db29ac823bc615dfc6a3d5c0b385e92a734e263749b2ca75149c +size 82421 diff --git a/metadata/cache/frames/vimu_000119/frame_01.jpg b/metadata/cache/frames/vimu_000119/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60cf563c21b23e13ae5b3ccbce1319dddb52b9ec --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fc82666ccdf0a997d5d5e5c409dc4747ad40a5d1bd46c2e5f6b99fca8fb6ae +size 82249 diff --git a/metadata/cache/frames/vimu_000119/frame_02.jpg b/metadata/cache/frames/vimu_000119/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e70e18519910d5ae0ea21cbab2bc84d4951665 --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04df2e5a599b91c064dd9e1378d9c7ece1908a1e1d814660a0fde41d6112940 +size 84580 diff --git a/metadata/cache/frames/vimu_000119/frame_03.jpg b/metadata/cache/frames/vimu_000119/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..509c5811269e71a52fd110e8b3b150bd8d26479e --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40edfc2304180d060d5140a25f13867a166ca4f25701a907b7b104162474b624 +size 85137 diff --git a/metadata/cache/frames/vimu_000119/frame_04.jpg b/metadata/cache/frames/vimu_000119/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14860a3e5172a59ab80d4b39ced9e8e63371eacb --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93705e2ff86848a106b3a83de19f8f1c72dcf072eb3d60fda38118b5f0a7e2d +size 77620 diff --git a/metadata/cache/frames/vimu_000119/frame_05.jpg b/metadata/cache/frames/vimu_000119/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2f5b5330037061e13368933cda2aa6c0f7d6d83 --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b2d393e830b4f3b0c13f558557f6aaa43f7cdd867626a352860c07adbb23a1 +size 59069 diff --git a/metadata/cache/frames/vimu_000119/frame_06.jpg b/metadata/cache/frames/vimu_000119/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecc87d43074fab0779cd87d92d8d5e9b812eb492 --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d187b6e72897612bf46f87cfe67acbc967e25d73b47e549e2b4afe113ccd73a +size 59360 diff --git a/metadata/cache/frames/vimu_000119/frame_07.jpg b/metadata/cache/frames/vimu_000119/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3222650578280c06ba923e51ae57e8803cf01ddc --- /dev/null +++ b/metadata/cache/frames/vimu_000119/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92071eccc4d122bf63fbaaa63ec357aa0f0c549785b467afdbb3853a1b79c0b +size 78990 diff --git a/metadata/cache/frames/vimu_000120/frame_00.jpg b/metadata/cache/frames/vimu_000120/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0b55b128ddb38c6a4dfb61859146e642f740c5c --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822541f14600532d5ded3806f22357b27cc474a7043b93e44fead8935d3e4ed5 +size 84418 diff --git a/metadata/cache/frames/vimu_000120/frame_01.jpg b/metadata/cache/frames/vimu_000120/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5685095e92d6510a72c15eff01ed4e5d6cf533b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a80615694900cccdafac623d5af17b3fcbdeca72b3a6f578202c4f2740c690a +size 69839 diff --git a/metadata/cache/frames/vimu_000120/frame_02.jpg b/metadata/cache/frames/vimu_000120/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a26be53dfe08f71fb2317ca2c435187c25b55f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f7adedf489b379dc9f5d0dde4e7f1fc59f84f587240798e1c441d43a1bc411 +size 84198 diff --git a/metadata/cache/frames/vimu_000120/frame_03.jpg b/metadata/cache/frames/vimu_000120/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5ad67fd7440f5e185323c316ddc30f14ab04c0f --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9022b608b2f063227fd688fce41b430404e38e5dce52ee8202783534c696e8 +size 88166 diff --git a/metadata/cache/frames/vimu_000120/frame_04.jpg b/metadata/cache/frames/vimu_000120/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7940d85449b9849ca537fe7ca1fe87df68df1348 --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f997411caed35fd7e0d680802fe241b8a2b05396c28eb1eae79c172f3a031a +size 155426 diff --git a/metadata/cache/frames/vimu_000120/frame_05.jpg b/metadata/cache/frames/vimu_000120/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c59aa1c5ade1d91dd8206b53becc03a48db9c2b1 --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52809c01c39d3dba6f50a9ef92c484bc7c2b80e3700b107a06fc3172c7c6bf2 +size 117159 diff --git a/metadata/cache/frames/vimu_000120/frame_06.jpg b/metadata/cache/frames/vimu_000120/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d26ee060a2f4b13c3f5c68b1fc796a3d9f52113c --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff06f2918cdd728292b1c903b2733673dbceaafea91fe7b840b8abf6de429a0 +size 82000 diff --git a/metadata/cache/frames/vimu_000120/frame_07.jpg b/metadata/cache/frames/vimu_000120/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c311319c71a38d3b976162a622d9eda494d2832 --- /dev/null +++ b/metadata/cache/frames/vimu_000120/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293fcf724511c1d321a816ddf3ee834b94fdf2f1db10c428ddefa046303b499f +size 86387 diff --git a/metadata/cache/frames/vimu_000121/frame_00.jpg b/metadata/cache/frames/vimu_000121/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aa2af3ec3e2727e5bd54e5d85c0a6c35c02f1fe --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba88e810d560c1a697074cd4422eda77041108f4b5c85a418fd17ddf4ea0e89 +size 86996 diff --git a/metadata/cache/frames/vimu_000121/frame_01.jpg b/metadata/cache/frames/vimu_000121/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea38d6d5f59ebcc7b7bc84eb60b9fa48cc6a86bf --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db38c4ee7daf6a3876fd776cba96ae9a9ec7738a6d060dd6cc1d13938f95ab46 +size 95957 diff --git a/metadata/cache/frames/vimu_000121/frame_02.jpg b/metadata/cache/frames/vimu_000121/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eda8351c675d6603d06f9cb0ea6b7ffb60c7e14 --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56525ba034da1a402fb15b249a8c54366786848b1088e063c98e941b9afd5cf3 +size 103378 diff --git a/metadata/cache/frames/vimu_000121/frame_03.jpg b/metadata/cache/frames/vimu_000121/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a539764b06be4e8855dac314d621905ca2e9ceb --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c8e72439fcc1984f908f1f198a226443e7e05927293839f5e512d763842f6b +size 102625 diff --git a/metadata/cache/frames/vimu_000121/frame_04.jpg b/metadata/cache/frames/vimu_000121/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70ae32d50372018b9af943cef749c331b3d786f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228db502cdb145ffed5cca38c5ef6b3e30d55309a053ed4ecce726d89d422db4 +size 103021 diff --git a/metadata/cache/frames/vimu_000121/frame_05.jpg b/metadata/cache/frames/vimu_000121/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b216c8fee3d2f876aa15a8af5539c89a70b2b4c --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be7822ff18f12e588d5e09a4b71c81ebd11c4aaf7e2ea3a8027afdbd53c0268 +size 100728 diff --git a/metadata/cache/frames/vimu_000121/frame_06.jpg b/metadata/cache/frames/vimu_000121/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b73684facd52306d16a02dcdb86b3459fe709346 --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34876925afa1593d08281828c7a30ff889103a38a8effb48e9937d753f7188a +size 99179 diff --git a/metadata/cache/frames/vimu_000121/frame_07.jpg b/metadata/cache/frames/vimu_000121/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d46c70575df3d36f2a8f482fba6104aa48042bbb --- /dev/null +++ b/metadata/cache/frames/vimu_000121/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3d243174b591df98a9412caca0bfad5ebf2e1f64b551fda057e8798a615095 +size 87788 diff --git a/metadata/cache/frames/vimu_000122/frame_00.jpg b/metadata/cache/frames/vimu_000122/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e39d1ec605cbeb9cd0686dd63829c7ff305802a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfaf53c8f7ff487dc5b95a62434b10383a848e1e269f6cdae500cda4dc38f27 +size 78281 diff --git a/metadata/cache/frames/vimu_000122/frame_01.jpg b/metadata/cache/frames/vimu_000122/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1509afa7ed0d91a58e10249a94cbb4983236081c --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ba6e6e52c831e1a5064828e7ae29df1d2439d96a7a6976ec4cf945d30c30d4 +size 131153 diff --git a/metadata/cache/frames/vimu_000122/frame_02.jpg b/metadata/cache/frames/vimu_000122/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a474a46c5ce6a2f444407523b5a3f90800a18f81 --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a000c4d1ac1d2bdcf3a0c94d7ed012c2189526ea9a2dfbb4fd0a080b4ec071f6 +size 56676 diff --git a/metadata/cache/frames/vimu_000122/frame_03.jpg b/metadata/cache/frames/vimu_000122/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7984ba4a56ef255d45b57598f544653e04aacf18 --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0814959bb88a472024fc1bd8ccb266873f57271f17243ee366d055daf65aeeb4 +size 62890 diff --git a/metadata/cache/frames/vimu_000122/frame_04.jpg b/metadata/cache/frames/vimu_000122/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..707f17fc47f35d99112e58365649aa251bcaa179 --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcf6cc79d33908bafb1b2605486819e02fb45014a98a29c398916a00c11a2af +size 84918 diff --git a/metadata/cache/frames/vimu_000122/frame_05.jpg b/metadata/cache/frames/vimu_000122/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b57f69c496c3b01d9e967809f4e5c4a9b9131fdf --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba19ff931ea602b9f5dc75683339b848672bca2d23a0722a2c6666cbcefaca8f +size 63352 diff --git a/metadata/cache/frames/vimu_000122/frame_06.jpg b/metadata/cache/frames/vimu_000122/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8929a02588b6edf89853b52cd8793cf02433624e --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cb17d00620d85acf49ad2af72723e30bb557d397224e99febffa5dc6c06c86 +size 98908 diff --git a/metadata/cache/frames/vimu_000122/frame_07.jpg b/metadata/cache/frames/vimu_000122/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f03580b7f50ff702f8fc1d451f80d6138b994045 --- /dev/null +++ b/metadata/cache/frames/vimu_000122/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df39474e5c614ab1bfa56bb13478091f27607fb688469da3fc1709f877a09636 +size 102548 diff --git a/metadata/cache/frames/vimu_000123/frame_00.jpg b/metadata/cache/frames/vimu_000123/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8ca721a9658a62480085b933c693c0d78135fad --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5093de9ec5d0655723d69151adab7fba131b216b195c2b00d6fbe4c77ea67998 +size 125009 diff --git a/metadata/cache/frames/vimu_000123/frame_01.jpg b/metadata/cache/frames/vimu_000123/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c45518da9f521310d2e9139832a5d62ac012514f --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a741ea624a02145f964d42d0767ad86d65f99b7a8c9ceb75beee439c783426 +size 135590 diff --git a/metadata/cache/frames/vimu_000123/frame_02.jpg b/metadata/cache/frames/vimu_000123/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..519b24e6d62fef2d785b41d6a9920fc8e3f6d329 --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc4370d401893c9c9e6a78d4dcc8b64a7ffb6805acc31cc2121a2bb49ff5e5a +size 132679 diff --git a/metadata/cache/frames/vimu_000123/frame_03.jpg b/metadata/cache/frames/vimu_000123/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cc272ef4edad6861de0ba6a14bbfc408355344b --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df72e4cc9b7852211447d4888d1637976991801d40607a0674abd433d8adb2af +size 125715 diff --git a/metadata/cache/frames/vimu_000123/frame_04.jpg b/metadata/cache/frames/vimu_000123/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5c84bab9fcfeb49699a89c41b98f44175a3669c --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701f7ea8d7715fb22e5816bedc1681b0455d5feeb45ae73e8bb12a1dffe7c1b6 +size 116825 diff --git a/metadata/cache/frames/vimu_000123/frame_05.jpg b/metadata/cache/frames/vimu_000123/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40fcac701a762d2636f5927e93aefde584b54aeb --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ff14cccfc729c9b07bc476dfc217908312ffd4d950f109432d6f55d80e88fe +size 147559 diff --git a/metadata/cache/frames/vimu_000123/frame_06.jpg b/metadata/cache/frames/vimu_000123/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47c0301ed5cf7c16c647346c0308bb7208d3d442 --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ad83a824468707ce7459682a0a39a8b99cbc69f0b0f8a9f4d410591ffe441d +size 139555 diff --git a/metadata/cache/frames/vimu_000123/frame_07.jpg b/metadata/cache/frames/vimu_000123/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6363f960d41199291d531608fcc57f9f8b12339d --- /dev/null +++ b/metadata/cache/frames/vimu_000123/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75bc7820d280b06fad94c598e7ab4c81850d6a28cd266060a7739673f84edcb +size 147175 diff --git a/metadata/cache/frames/vimu_000124/frame_00.jpg b/metadata/cache/frames/vimu_000124/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf4f512ace49a1022156d09d9831e1b7270ef301 --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae97d8203a3740f0aeff477b324c122027daead89b7a1db67397d476f22809e0 +size 61556 diff --git a/metadata/cache/frames/vimu_000124/frame_01.jpg b/metadata/cache/frames/vimu_000124/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee53f326d570c2a06d091a044530204665ab49e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf7799ca0060c00d79e03270c7edc6643d3714d049881d1055c5db595d96cad +size 65820 diff --git a/metadata/cache/frames/vimu_000124/frame_02.jpg b/metadata/cache/frames/vimu_000124/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0af66938608d3ebf5958761c33a9579a87531c4c --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9903b9d604337d606f2d977fbbd64cd42b2281f2f1fe42d59b3c71079f02cf +size 68010 diff --git a/metadata/cache/frames/vimu_000124/frame_03.jpg b/metadata/cache/frames/vimu_000124/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0c1c0170c0eb3185d22401dbd3962abcdde449e --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685c5d264b159696a2ff154f3d9511ee66ac0ae913269d23aba72d37b8e64f29 +size 64880 diff --git a/metadata/cache/frames/vimu_000124/frame_04.jpg b/metadata/cache/frames/vimu_000124/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a96ea26ab57905e105609ba309aefe4c07f3a60 --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d96dade5ee50b2da630114ca25574eed57709fef54812e37b15b11a69eede87 +size 65670 diff --git a/metadata/cache/frames/vimu_000124/frame_05.jpg b/metadata/cache/frames/vimu_000124/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d7b7fbb05aff445025ed0ed8b0ae3420b077b77 --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2f0166baf0bc171a91adcae613a60a4a5a0e83b30ca96eef5e30a9cc1ff019 +size 132301 diff --git a/metadata/cache/frames/vimu_000124/frame_06.jpg b/metadata/cache/frames/vimu_000124/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..293b021651bbf81a3af32442c1769bb35f0381b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75728d600ee0ce5f9dd684caec23f2be24ce7288cee627c420b94fb763d49a3a +size 77302 diff --git a/metadata/cache/frames/vimu_000124/frame_07.jpg b/metadata/cache/frames/vimu_000124/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45a6192fe2be674b19b13bb2415f3945ae0707b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000124/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b014423f442d961e68f09e67db468e195f3207632c22622f6de6cdad59ae47 +size 68053 diff --git a/metadata/cache/frames/vimu_000125/frame_00.jpg b/metadata/cache/frames/vimu_000125/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..814bf300627a9f61a23f2bf119f618690a0515a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abb79320a90de29523872062fd5a77ebad55f57a93929e7bc02ea415d9caa99 +size 76464 diff --git a/metadata/cache/frames/vimu_000125/frame_01.jpg b/metadata/cache/frames/vimu_000125/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3dfbc54838232bc59a947f494a24bef95dc9ef6 --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8757675fd7020a81bf9547d879a1cd58bbb2419d6edd4f5ada90762394c0b38 +size 100572 diff --git a/metadata/cache/frames/vimu_000125/frame_02.jpg b/metadata/cache/frames/vimu_000125/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..393a9ae70a130131e90e6301b5445dcbe397011b --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040cd894b400e47284fac028a4e79129f7f544669efa5c5a82ba32e3561f1bb0 +size 90205 diff --git a/metadata/cache/frames/vimu_000125/frame_03.jpg b/metadata/cache/frames/vimu_000125/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2179490659e0da3aaec8e2f0d07c47a40600953e --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c934b9138035678bdede756e3f778e2d9f74360c0de6f7668dfea9a1b51195 +size 61094 diff --git a/metadata/cache/frames/vimu_000125/frame_04.jpg b/metadata/cache/frames/vimu_000125/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0db2c241ecdf2b427d3fdc2cc7a19568baf3c89 --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6ecc63eda3bb7719b4b87f4454cefc393de6a3fcf6c36546c6aa7396532c22 +size 65314 diff --git a/metadata/cache/frames/vimu_000125/frame_05.jpg b/metadata/cache/frames/vimu_000125/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02bb852dec3ec9e15758aa8fae1f672c4a3338aa --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3847403f743306334d69251a36d90052476d5e79e83787d1ff67138bba163a +size 90171 diff --git a/metadata/cache/frames/vimu_000125/frame_06.jpg b/metadata/cache/frames/vimu_000125/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11c308261aef7e35bc72cf33a34f52dfb80fe238 --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e21fbb7b8136574461db143a7672c1091ea8c5bbe39c895a7533787756c0622 +size 54008 diff --git a/metadata/cache/frames/vimu_000125/frame_07.jpg b/metadata/cache/frames/vimu_000125/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da786c1396da7bebe25ae4c8e8cf8d7a9d600cff --- /dev/null +++ b/metadata/cache/frames/vimu_000125/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72afb65114af2e20a293e0f82e470c5ccc85b3f4ffdbc58350a3309462b1fdc1 +size 45815 diff --git a/metadata/cache/frames/vimu_000126/frame_00.jpg b/metadata/cache/frames/vimu_000126/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72256fe7a4c630d97db0f3bf6968a441ee8291e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efa22adf60b4404c4933c18817b9c27c507267f9851ac2238c99db61f7a05c4 +size 97912 diff --git a/metadata/cache/frames/vimu_000126/frame_01.jpg b/metadata/cache/frames/vimu_000126/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..178b90c7c47afed3a8c0463381e3c521040e7943 --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dd0cf0f5e9e0d2eb84726cc6d77189196697b522a533c98f10b0db8b458321 +size 97380 diff --git a/metadata/cache/frames/vimu_000126/frame_02.jpg b/metadata/cache/frames/vimu_000126/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fae0ac9463017bc6dcec09bebf57aef7d123bd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6773ac60c9b3649c4c69c163533562fb1e02a3b87bc48e5cf83644fed9cb8b +size 92879 diff --git a/metadata/cache/frames/vimu_000126/frame_03.jpg b/metadata/cache/frames/vimu_000126/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abd38037d2e94f9c186a769e6654210696f34bc9 --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3b7839f04c63b0fac436b7adc5e3e4db02ae57e5213bd7bcd35aa6b235134a +size 92844 diff --git a/metadata/cache/frames/vimu_000126/frame_04.jpg b/metadata/cache/frames/vimu_000126/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..024fa3e6c417416b7cfe0aee027fe323ebbdcbac --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e680ce20a3ec5454e3414c05ede3f14eed3ce0545602e311e989d47c2127c315 +size 95579 diff --git a/metadata/cache/frames/vimu_000126/frame_05.jpg b/metadata/cache/frames/vimu_000126/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..863393347badc0508a5810697b6c6be1137937de --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b747e1a9ac412155669833edcd8a954817e394c74293abcbf1cb455c880ca674 +size 89682 diff --git a/metadata/cache/frames/vimu_000126/frame_06.jpg b/metadata/cache/frames/vimu_000126/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc8f2c4da9cfa8913deff0c4efd2d6c1afebe50b --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abbfc5aea31e3c37ace9988f8d1feb881b793c8622551a952f17c46cad90f30 +size 88410 diff --git a/metadata/cache/frames/vimu_000126/frame_07.jpg b/metadata/cache/frames/vimu_000126/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8cf9b00948dd4d2cb057c9104d8caf1dcaef599 --- /dev/null +++ b/metadata/cache/frames/vimu_000126/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35489e7c9996557328031d30df76a633aa1fb620fd1f0d241a1c6bc24324a852 +size 81880 diff --git a/metadata/cache/frames/vimu_000127/frame_00.jpg b/metadata/cache/frames/vimu_000127/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eafb7a475081bc23f45cf2a9ebfa8a93832558a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b5a2169c3e1a1e6708af8bd86fed62f3184b95f7154407d65c649a6eb65964 +size 36362 diff --git a/metadata/cache/frames/vimu_000127/frame_01.jpg b/metadata/cache/frames/vimu_000127/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ebf1bce0e69802057910e8021a4dcb3a33eae4a --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ad0b6fedf26194b084b8e9acaf7ca3bca61eea5b9ae591dd2d9446870890fa +size 36239 diff --git a/metadata/cache/frames/vimu_000127/frame_02.jpg b/metadata/cache/frames/vimu_000127/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78fea888b4ac35cc9c2b1225e3d8f50a9fc78271 --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3636df4d6515a6c890ffd271d29b2297468f0a8be68aaa878a5aba5b344ad4 +size 35168 diff --git a/metadata/cache/frames/vimu_000127/frame_03.jpg b/metadata/cache/frames/vimu_000127/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bf1a258c2fbe8320c09c2146a02c9f9c7c98cf1 --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3662e975985581a27692be629ccab102570974e22cc12f9f2f4894472ea2c7 +size 35224 diff --git a/metadata/cache/frames/vimu_000127/frame_04.jpg b/metadata/cache/frames/vimu_000127/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4e7ec17300edf1e0a56bb4f7a3c903ff2e837f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39baf7d5c274606b28df4be7781aa21628c6f1b9244dd93479dbf540138c9e29 +size 40799 diff --git a/metadata/cache/frames/vimu_000127/frame_05.jpg b/metadata/cache/frames/vimu_000127/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6c7cfafbd5c984ec2236d1e0e5f08fa91e4c44d --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f71862711521ddf4dda24fb96016b9c13571b4c0c4bdf87e316e5545252492b +size 35563 diff --git a/metadata/cache/frames/vimu_000127/frame_06.jpg b/metadata/cache/frames/vimu_000127/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a4d4058ea67911a045c8a92e94ee7d5253a8173 --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6bdafb440c31e9958e2dc1a5b7e25e717f52530f51ea90d01f2c2ec4fe2015 +size 43442 diff --git a/metadata/cache/frames/vimu_000127/frame_07.jpg b/metadata/cache/frames/vimu_000127/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1b2497cd3485119cc0c07c516e83209d84caabd --- /dev/null +++ b/metadata/cache/frames/vimu_000127/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fe975098f6570972575e90217f9b5f50abaf0e40e912dd81ce209e733a3727 +size 42769 diff --git a/metadata/cache/frames/vimu_000128/frame_00.jpg b/metadata/cache/frames/vimu_000128/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c0c92283b368cf248bc36b88e53909ba40aa32e --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed515af9763f6e116e345cfb4a22d652cf5c3ef1b58fce454e1872a01df73e3d +size 81884 diff --git a/metadata/cache/frames/vimu_000128/frame_01.jpg b/metadata/cache/frames/vimu_000128/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b3a4fbad861be1cfca85a759385d9216efea234 --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af69da2a0d5b7c639d8b81dba50d65588c0b4a28e407bd17bccd8451a61b20e2 +size 69699 diff --git a/metadata/cache/frames/vimu_000128/frame_02.jpg b/metadata/cache/frames/vimu_000128/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cb08214ca1c3e29b87d9d3bd9892a1731cf0ec2 --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8407e8cd17617b1f0a45a4b546cc9ab7e79ab4634601c59a305d56321ca2d16 +size 51582 diff --git a/metadata/cache/frames/vimu_000128/frame_03.jpg b/metadata/cache/frames/vimu_000128/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31b46b5bcaa0abb67d444b232b4d299c02ba1dd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50156b047d63cdd42bae91727fca80b5b8e4ca8bfbb8b5632fa13cec57ca38b5 +size 58248 diff --git a/metadata/cache/frames/vimu_000128/frame_04.jpg b/metadata/cache/frames/vimu_000128/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6180de6b5bccf35617460a9259d5643a24f40aaf --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007ab616ddba260a9101d653c29bb9ec0a1219ead6f756647130c68fdf85f75c +size 64084 diff --git a/metadata/cache/frames/vimu_000128/frame_05.jpg b/metadata/cache/frames/vimu_000128/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a22ff2f19a2b5335439b7f8b71c0f94cab8ac369 --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86070da98a5fff34b95e0d28f7fdcbaa0117dfb926e188f255a2e46276d018da +size 60576 diff --git a/metadata/cache/frames/vimu_000128/frame_06.jpg b/metadata/cache/frames/vimu_000128/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce518c2538590a183eadc9a639a43bed51c32f34 --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26031fe2f09bf02d45f6389b7eb781b506e69a6f1cd89823505da9b687aad45 +size 56898 diff --git a/metadata/cache/frames/vimu_000128/frame_07.jpg b/metadata/cache/frames/vimu_000128/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0342f74dac1412df8d978cf5fe0345e2b260e29a --- /dev/null +++ b/metadata/cache/frames/vimu_000128/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1420a02f9855103c93497c486688e10985cd4980d1b666ef56e3a33fe3eb295b +size 66966 diff --git a/metadata/cache/frames/vimu_000129/frame_00.jpg b/metadata/cache/frames/vimu_000129/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90180fe104cd64711d44191e9d5265ae55a55c9c --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536672d494843c1219a10ad4c2a37e16401c15f598970041d0eda1801d3e961f +size 61637 diff --git a/metadata/cache/frames/vimu_000129/frame_01.jpg b/metadata/cache/frames/vimu_000129/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d65246aa226f9e3b10a4e71bd460763fb470fc54 --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243cafcf5073882f4cd9f48e461b729d83f2ac785e73779e45e0ac4b738f428f +size 65530 diff --git a/metadata/cache/frames/vimu_000129/frame_02.jpg b/metadata/cache/frames/vimu_000129/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9174eec9ca009d3292da5af06b3717c11ad61f1e --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2554dd500a84d5edec47e2e391c93e9f637143bef6846ee6f6b5dd1b91521f +size 68776 diff --git a/metadata/cache/frames/vimu_000129/frame_03.jpg b/metadata/cache/frames/vimu_000129/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da281ed2ff65594dcc35b2df2b7c5847d31dfd68 --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947ef14814a3b67322e558216e6c7eaf24ddf98831b2f27a428812e0ca10b0ee +size 65494 diff --git a/metadata/cache/frames/vimu_000129/frame_04.jpg b/metadata/cache/frames/vimu_000129/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbab25aa10b16bb615d02ec9d06ba9c2db405c4f --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a53718e4e96133b41f288b6800da9782d934e0d9c906a7955d246ac82bc7011 +size 66822 diff --git a/metadata/cache/frames/vimu_000129/frame_05.jpg b/metadata/cache/frames/vimu_000129/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3c94ad5b3b4ded874ecacfa754bf4c919b148b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5591f9c16cfc6ad6f28d4f3c3430fe9204c9ea1e88dc7b064f703167d8a62c17 +size 69150 diff --git a/metadata/cache/frames/vimu_000129/frame_06.jpg b/metadata/cache/frames/vimu_000129/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..059f914e02504c5772dde2bb5d8a629c17bc801e --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e68c555dd8d62ba20bef91bf5786ccf7c8bf5e30b50a0d527addadd1d6ef1f +size 69305 diff --git a/metadata/cache/frames/vimu_000129/frame_07.jpg b/metadata/cache/frames/vimu_000129/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..761e720596b7512f02e34705634effdbd8de0d1b --- /dev/null +++ b/metadata/cache/frames/vimu_000129/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c961c564b2c51a45f82640ae07775d4500c4e941eb540bed8e09ce573e4951c8 +size 71742 diff --git a/metadata/cache/frames/vimu_000130/frame_00.jpg b/metadata/cache/frames/vimu_000130/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44809c7f3d65b491a8409abfccaea68e041218a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c020a64a6e183c8d2578718f128702ec2aa74a42b56cb02d288be9e25e42ed +size 38761 diff --git a/metadata/cache/frames/vimu_000130/frame_01.jpg b/metadata/cache/frames/vimu_000130/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..039b4ac0c21f54efe1191018abb71fd784318e5f --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ffec1af622e3fe03a39e504f5f5a23b052237287a9bfe2f79a858b1de13694 +size 43008 diff --git a/metadata/cache/frames/vimu_000130/frame_02.jpg b/metadata/cache/frames/vimu_000130/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f9b8d848283043597472e512710752075f5097 --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61add6c225923f2906e729299997e0c4490ec24cd5fb748ed77437ecd6b5729 +size 42954 diff --git a/metadata/cache/frames/vimu_000130/frame_03.jpg b/metadata/cache/frames/vimu_000130/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d0388649f591924effe39429c299b44637e8c20 --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e9e49b29d2051b2983fdad85cdfda8293a325131e211dc52c428a98897662e +size 39752 diff --git a/metadata/cache/frames/vimu_000130/frame_04.jpg b/metadata/cache/frames/vimu_000130/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..904cf08d06ed33dbe28ebc8d21f906c3868cf17c --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61628f51c4301c350d39d466fc3eaded833916ca5a6d6360506fab654310a92 +size 19010 diff --git a/metadata/cache/frames/vimu_000130/frame_05.jpg b/metadata/cache/frames/vimu_000130/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e979f4c07a9e63d37fbf4d42041e7930ef92db4c --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef47768e052be8280c5b2f9ea470bb7b6e1e4361f3a5744bbce827cb86760926 +size 19488 diff --git a/metadata/cache/frames/vimu_000130/frame_06.jpg b/metadata/cache/frames/vimu_000130/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9187e3d57a16b7311c4caada9361fb58b69bd13b --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01faf273efcda169bfb2fe868a55b97331e0aa9347e2f0790ca9365d05abe41 +size 17836 diff --git a/metadata/cache/frames/vimu_000130/frame_07.jpg b/metadata/cache/frames/vimu_000130/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffaae1182a6b776485104b461ce44868ff37f0d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000130/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32fe2f97121fe30235a658604859e90248df3fe066d5297dbeb40fdaf7a0dc7 +size 30513 diff --git a/metadata/cache/frames/vimu_000131/frame_00.jpg b/metadata/cache/frames/vimu_000131/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d148598f1d0244f6725f973c54c5cecab9d3dadc --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7398565293e061d30b81067627a996ce052261b22231e4d86ca2cc894a7b3f36 +size 57268 diff --git a/metadata/cache/frames/vimu_000131/frame_01.jpg b/metadata/cache/frames/vimu_000131/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fc9b31b04cdbbcc9e25b3093e054bcad31d8179 --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e188d0baafb7e22157f473f613c865818067cdbb53bacf06be74820f5c648ec9 +size 57641 diff --git a/metadata/cache/frames/vimu_000131/frame_02.jpg b/metadata/cache/frames/vimu_000131/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc5f5f41aace908917e06933011864584f562ac9 --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d5afb5e5f96d55b21a47a0fa3a658ccccbcec7d64734212c6f0b499c3015a0 +size 66853 diff --git a/metadata/cache/frames/vimu_000131/frame_03.jpg b/metadata/cache/frames/vimu_000131/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..606368e063be0e40efc7c1d311ff90975fe1737d --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324423532fa3b4ae8cc5bae641e92536533ef2a6128a17f93953ad19797241bf +size 58208 diff --git a/metadata/cache/frames/vimu_000131/frame_04.jpg b/metadata/cache/frames/vimu_000131/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..000f0e49f2c14ce7fe854ffc460df3cb650bca02 --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518dfd15952de0d06215fc106c74a63ce4971d79c6e7cc04c100b2bd769a51d2 +size 61277 diff --git a/metadata/cache/frames/vimu_000131/frame_05.jpg b/metadata/cache/frames/vimu_000131/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c12250b7685e173d4dbde8e0a0fefb8d185c1fd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51ef563c7976fda7e22dde88d896ac15a78b5c1316cf1b9aae29353d1fdaf1b +size 52259 diff --git a/metadata/cache/frames/vimu_000131/frame_06.jpg b/metadata/cache/frames/vimu_000131/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00d9b94342569ed639ca9e86cb50bde2ad8a4f26 --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bf39be8f092ea0365e2b343afdccc744af8e167ffc660be207d4b5d5904b61 +size 15273 diff --git a/metadata/cache/frames/vimu_000131/frame_07.jpg b/metadata/cache/frames/vimu_000131/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5312e2bc3d5ec54d3e19ea4b7f328f62c23ae6b --- /dev/null +++ b/metadata/cache/frames/vimu_000131/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf6e96c51839ccb58ce4826f6cbd38fc15eaab50d503f7cc2c78636d54bf38c +size 20747 diff --git a/metadata/cache/frames/vimu_000132/frame_00.jpg b/metadata/cache/frames/vimu_000132/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7d53102777ab72620811d34acf4bcf66e6ec285 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac13695bf3653c85194c19e1367f395d630d90072b4e9135b7214daf8f8eb950 +size 93246 diff --git a/metadata/cache/frames/vimu_000132/frame_01.jpg b/metadata/cache/frames/vimu_000132/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f01fb697ac36cf9324fade33c85d1c4b6ba6146 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84c37273d106ad520b8edc332c87291fab4d71255817273301dc7fc1ace9fe2 +size 101778 diff --git a/metadata/cache/frames/vimu_000132/frame_02.jpg b/metadata/cache/frames/vimu_000132/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f87350e53849ab4dba56c6678cb60c770a47d40 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7708710ba734cef2c609a084d5cc62061bf28961a862370b94b8a7b0be69228f +size 154138 diff --git a/metadata/cache/frames/vimu_000132/frame_03.jpg b/metadata/cache/frames/vimu_000132/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..180be5d3557de63b5f14e5780838468307654915 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9297b40f775121bc37d1d76c968b418deb1f3d8ce75fbabac2bf74652950bbc +size 167919 diff --git a/metadata/cache/frames/vimu_000132/frame_04.jpg b/metadata/cache/frames/vimu_000132/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c43b3e32a3d0b763e1d5d714e1a652e564a58d52 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c969d42ebff97b212999ee0dfd6d83afb480d32bfe5c233a409cf21b37c4fcc +size 129072 diff --git a/metadata/cache/frames/vimu_000132/frame_05.jpg b/metadata/cache/frames/vimu_000132/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bac1b4b21eae5ed3965fec381727a689dee9125 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf564d03c94f28689376d3529c7989cb074b39a4f8b25fbfea485049d9f72be3 +size 139771 diff --git a/metadata/cache/frames/vimu_000132/frame_06.jpg b/metadata/cache/frames/vimu_000132/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbe1d5bd47be53ee72ef2dcbad45c8bbba650eb8 --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bd13276421f7b32ce6f732f29eef2024575c10711cb3d29834ee42467fff58 +size 180111 diff --git a/metadata/cache/frames/vimu_000132/frame_07.jpg b/metadata/cache/frames/vimu_000132/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e2f22cfab2a11a2f2b9af71656cb3ac36ffca4d --- /dev/null +++ b/metadata/cache/frames/vimu_000132/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe0544f78fe4f2ada77a9ca87e7b5c6365fc186a18f3688316b7c3e2204927e +size 173801 diff --git a/metadata/cache/frames/vimu_000133/frame_00.jpg b/metadata/cache/frames/vimu_000133/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a55339d67e7823a621e38a0dc981bc37cc024188 --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e17d1ef09ab122e942f146ec1315883d6e53207d648c4fb8b7595c0053e7a3 +size 60671 diff --git a/metadata/cache/frames/vimu_000133/frame_01.jpg b/metadata/cache/frames/vimu_000133/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0f6d9016b5fa431fd6f7faa03d6486d65a906c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2d056ff668844846fb280d0bee2b78ae9b9a92c706f37e87265f6e6aa2679b +size 60665 diff --git a/metadata/cache/frames/vimu_000133/frame_02.jpg b/metadata/cache/frames/vimu_000133/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7987228a377b69d776b31d72020bbcf9592672a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf780d0ef73ffa8f7a5253ee557a66cf28c026495b480c4082f5a6c42b2ae69 +size 60809 diff --git a/metadata/cache/frames/vimu_000133/frame_03.jpg b/metadata/cache/frames/vimu_000133/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c3859e2b7e8ee83fe4e8e48de7936344c3392d --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134f99eb535a8e74590dd1579841572832d9c95f66e5ec7519516f1c729a614b +size 59839 diff --git a/metadata/cache/frames/vimu_000133/frame_04.jpg b/metadata/cache/frames/vimu_000133/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f70e0bcee43b23e7f17b1437e19493aa2dce38f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da71d96f5cd53d68e9614898ed50d24c8777ff01a07a8e3cd3b10dc0644ff14 +size 57872 diff --git a/metadata/cache/frames/vimu_000133/frame_05.jpg b/metadata/cache/frames/vimu_000133/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2fd7b9dbc43064b936ec1767199c13b87bbaccd --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa9ec8f546fad0ca38ed0411c21a33edce422b9238bd5851e0446afe6fa0b22 +size 52041 diff --git a/metadata/cache/frames/vimu_000133/frame_06.jpg b/metadata/cache/frames/vimu_000133/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0976f5f04767d1bd5ad3fcebfdb92a806d8b67e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709f2b698d4e96d5b8898a8f72dd7b2035b0794d98f6a0f7d5e2de92c4e7dda1 +size 54165 diff --git a/metadata/cache/frames/vimu_000133/frame_07.jpg b/metadata/cache/frames/vimu_000133/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0273c0f8462e401943dfd7c5ee70a919a2cf86a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000133/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52cccfd9bb5b878ead81c01e489acc93c70bb8fa3ea2aa85d0020620db41ec2 +size 55476 diff --git a/metadata/cache/frames/vimu_000134/frame_00.jpg b/metadata/cache/frames/vimu_000134/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87b2404a443279ee662c1165d3c3797c750b7c64 --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991540c8f3e54d76bf5c5865e892806144e56fe517c3ec93a16bafd02cafee16 +size 40159 diff --git a/metadata/cache/frames/vimu_000134/frame_01.jpg b/metadata/cache/frames/vimu_000134/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44a5940ecf3a123da555d4fc1c5f8f72cbefc1be --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f8005af3888d2ade224ae764593c5386cadc6b67c4c4e2eaa16e8159d10fbb +size 39144 diff --git a/metadata/cache/frames/vimu_000134/frame_02.jpg b/metadata/cache/frames/vimu_000134/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a782cf3a66e3de3f1abf67104e741f4d7bb7704 --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e40d3d74991c11d7f3a7dd5115f1bb8aa0846e0c6c7f0be418eda0fefa4e5cb +size 35135 diff --git a/metadata/cache/frames/vimu_000134/frame_03.jpg b/metadata/cache/frames/vimu_000134/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb56b6f02f4fdf557519e17c2abe036276a06773 --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de53c1fb4ee1f6a6e6c3d27e1ac112e51596a28a5725d4bc303768919c043996 +size 35185 diff --git a/metadata/cache/frames/vimu_000134/frame_04.jpg b/metadata/cache/frames/vimu_000134/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1417e92de22a8518ea49451a9ed5dbdd1464a8b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a746288a161f074df395fdc8dac4cbaac07d5a587d77c9b43209b2e2d060a52 +size 36565 diff --git a/metadata/cache/frames/vimu_000134/frame_05.jpg b/metadata/cache/frames/vimu_000134/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9234257546d16995aaf3c10bb74869fdab8f62d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636d993a48eee089a42f6ee6177d7831afdabb34929833fd8d2c047c62e69bd1 +size 37641 diff --git a/metadata/cache/frames/vimu_000134/frame_06.jpg b/metadata/cache/frames/vimu_000134/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b299945160466be7d1e79baeb8323bc0552696c --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0cd4cf6c893cd17ac9a0749e3802fa637ac94e4ba62fdd65532c2dac6182a4 +size 40180 diff --git a/metadata/cache/frames/vimu_000134/frame_07.jpg b/metadata/cache/frames/vimu_000134/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1e3c8da244f20245ed7ede92dbcf60a5d850a5d --- /dev/null +++ b/metadata/cache/frames/vimu_000134/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720cca50873fa284a12778bd8689c382cbb821385e83af70a53f56de71f10480 +size 37624 diff --git a/metadata/cache/frames/vimu_000135/frame_00.jpg b/metadata/cache/frames/vimu_000135/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07f6ff9304ed29301f68a59dbfc588d27a5fadde --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae0795231506c041c1ef198ac1499dc1356f566eb623c60421853c0ebfa9b1a +size 52887 diff --git a/metadata/cache/frames/vimu_000135/frame_01.jpg b/metadata/cache/frames/vimu_000135/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff2f3307cf97b4459876322ce52177c5d4738c31 --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f642330052a64605be1de5ad02a3c6145836573166a4a420517b5f19fd6737aa +size 50685 diff --git a/metadata/cache/frames/vimu_000135/frame_02.jpg b/metadata/cache/frames/vimu_000135/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9829e5bc4009539ff972ee63b820fa519f7be4b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80db1de00885166330f82e8cfe9e54e15562ebe6fac501d215c7f68cbd7d7a42 +size 49110 diff --git a/metadata/cache/frames/vimu_000135/frame_03.jpg b/metadata/cache/frames/vimu_000135/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10616442fade60cbde0a0b1d2acfbd66416c979f --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4fe2fca003530e4210169de9f585c75d967ec5abd6ccb2fb7b74fdc0d3c4c2 +size 50694 diff --git a/metadata/cache/frames/vimu_000135/frame_04.jpg b/metadata/cache/frames/vimu_000135/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5886b2050907519595a4abe810ec3de40a369664 --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715df6a7311db3e04c4cdd34c0890b8349f1a6558126d5b12dd636779f35339b +size 51244 diff --git a/metadata/cache/frames/vimu_000135/frame_05.jpg b/metadata/cache/frames/vimu_000135/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e6b376e6cb76834f61ab81ac5b48dd11a09ba4 --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b415b63b31557777ae250c9c5972f6e515efc23299c6dfadac9aa62007f7f5 +size 51949 diff --git a/metadata/cache/frames/vimu_000135/frame_06.jpg b/metadata/cache/frames/vimu_000135/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb49c35372108db34d9c84ad0c5c4d9c8f4dfe6e --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e936922d38cf62a5d20fad593787953aac5f9f791aeb82685d26a7c8f9f1a718 +size 51424 diff --git a/metadata/cache/frames/vimu_000135/frame_07.jpg b/metadata/cache/frames/vimu_000135/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15458b330f267fad756fa09648ba123fd62ec20b --- /dev/null +++ b/metadata/cache/frames/vimu_000135/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7972729b5639f478ae01dc60badfd2f71f3a6276e866670502dbb280021de264 +size 54719 diff --git a/metadata/cache/frames/vimu_000136/frame_00.jpg b/metadata/cache/frames/vimu_000136/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..276d4a898bfec07c66ca8f8232b07e169a4b3a40 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01489f211dead4d64d46d2367462092613eca7a543ccd361810a60b81d809b4 +size 49491 diff --git a/metadata/cache/frames/vimu_000136/frame_01.jpg b/metadata/cache/frames/vimu_000136/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a9b0ba4ae2d40b1fab11f6cc20eefa5da9dfad4 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ca05c77f9627dc76069b2fca468f6602643555874c54c8a496b38495deda91 +size 50737 diff --git a/metadata/cache/frames/vimu_000136/frame_02.jpg b/metadata/cache/frames/vimu_000136/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..048fa60306614ef05d27ac629fdb6d1cfdf13557 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213466b9d19515ecccbc0c716f215c583db23917f039c0a169efe9785a6387d2 +size 36006 diff --git a/metadata/cache/frames/vimu_000136/frame_03.jpg b/metadata/cache/frames/vimu_000136/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be665cfe8e03c34ecbda52562219de6026d18edd --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cb254b0037692eb0a2c16bd4b72f10c71448e4fa68f29c65efdd42ff838509 +size 47254 diff --git a/metadata/cache/frames/vimu_000136/frame_04.jpg b/metadata/cache/frames/vimu_000136/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86dc9958f32f0b25319ff80007571bb9cf8607a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83b44a84cbf885a3591d39cfb32a5328c55d4ed424f41ab124e6d8942c71a25 +size 48576 diff --git a/metadata/cache/frames/vimu_000136/frame_05.jpg b/metadata/cache/frames/vimu_000136/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93125c3c49804d76c4abdfa8a42f65f03c270250 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfc822456a9a0176878989e7dd9fa3aa16ede1c8cb0a8c61578dbd47e0bc578 +size 43886 diff --git a/metadata/cache/frames/vimu_000136/frame_06.jpg b/metadata/cache/frames/vimu_000136/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..771aa75b328a545257dc8d31473f07e324c943c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8838febd17880265dcd5e0d72dcfd158b202bc306435f39fdd0bc679ccfcccc +size 42362 diff --git a/metadata/cache/frames/vimu_000136/frame_07.jpg b/metadata/cache/frames/vimu_000136/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3e1b5ab205f5524ced179c43c92d98bcec15f70 --- /dev/null +++ b/metadata/cache/frames/vimu_000136/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6db47363d5482a16b909a7d7cc14ffdd21d78169842be2c0a1384ff9d1ed59b +size 43854 diff --git a/metadata/cache/frames/vimu_000137/frame_00.jpg b/metadata/cache/frames/vimu_000137/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b23c428f034a3364e6091693b378159de7be027 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8174d9f86a95dda098c59b819ab5cd0569095919ae04cd8a53ce84524aa35eb3 +size 42731 diff --git a/metadata/cache/frames/vimu_000137/frame_01.jpg b/metadata/cache/frames/vimu_000137/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f72b1bca01c30058225357c598691bbe8d61955c --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2869ee527e36a393b7dd969a3638d44b506cba0929a9fc782b6752ed621c94e1 +size 49681 diff --git a/metadata/cache/frames/vimu_000137/frame_02.jpg b/metadata/cache/frames/vimu_000137/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2b701539225565392b18d89f3b741314f97f594 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fe6883abd10b19fb3a1d1517f5379731b9cb98205edfe6edbe3dd2cf8bd48c +size 50309 diff --git a/metadata/cache/frames/vimu_000137/frame_03.jpg b/metadata/cache/frames/vimu_000137/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4d44a454212e98670c2aacf555effb399bd02a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d56679d04ffd8350df5a15080efe2d3d3fee391ccadd01ad7b303c5b34ae021 +size 50148 diff --git a/metadata/cache/frames/vimu_000137/frame_04.jpg b/metadata/cache/frames/vimu_000137/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08cd90db411e75297d092e05172afe2c237e5665 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267d13a96f598832952336a10fd07603f757158414f1a678d86d5f12a4042008 +size 42318 diff --git a/metadata/cache/frames/vimu_000137/frame_05.jpg b/metadata/cache/frames/vimu_000137/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6c9c09ada4a1ae5d03b248c03b5e674601c1579 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197b37d3affe9e3acf5b388e5b3fbb3b12a15e7a23a6468f2a030278ef8f2fe4 +size 55675 diff --git a/metadata/cache/frames/vimu_000137/frame_06.jpg b/metadata/cache/frames/vimu_000137/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8abd04f24af64ea55597ab49980bb9b287de6488 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8a23394dcce57238ceb7ce90622f7a319670cf8c3f9864cee7f225cad412ba +size 51173 diff --git a/metadata/cache/frames/vimu_000137/frame_07.jpg b/metadata/cache/frames/vimu_000137/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b95b1228eb5382e640d21437365d7802023697d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000137/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad74738965699a336aa54739cb742c8f642251493fcbddca17c9cee537c4253 +size 43947 diff --git a/metadata/cache/frames/vimu_000138/frame_00.jpg b/metadata/cache/frames/vimu_000138/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9617c71e18b7f42b1529a82b4f97604a857540 --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8ae9ddbb4d821c6bcc79132ef72fbb00b50945fad95bef4fb92e2eddc51410 +size 25539 diff --git a/metadata/cache/frames/vimu_000138/frame_01.jpg b/metadata/cache/frames/vimu_000138/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0efe20f6bb10f6f3c998ae85120770d342aa5314 --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852a4ce9ea6e0e4d5f90d5306bf88b24e8ef26edf7bbb5d2c931b8eb0d2dbd2b +size 32409 diff --git a/metadata/cache/frames/vimu_000138/frame_02.jpg b/metadata/cache/frames/vimu_000138/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9185492df9b635a8acbb70c6bcac28ac19ca7be7 --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f64d3c92407c276d6cefcb8684886e18fb15f568575ae3376d1d4476bd80987 +size 30689 diff --git a/metadata/cache/frames/vimu_000138/frame_03.jpg b/metadata/cache/frames/vimu_000138/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..391e66fdff215e4998b1eb597fb6317ed05ba23c --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306f43763478407988520b5eb9721a2c0a61bd070be7699443b4fa009d701100 +size 32563 diff --git a/metadata/cache/frames/vimu_000138/frame_04.jpg b/metadata/cache/frames/vimu_000138/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e19a35ff30d59b1b8bcf7be2ee5b1ba67a4abc1 --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff2b709822009aaca3112fc07dc16646eb6b9a2a19f538bf9395fa64001761a +size 29375 diff --git a/metadata/cache/frames/vimu_000138/frame_05.jpg b/metadata/cache/frames/vimu_000138/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e56a26ec8e4ced4c72109a08450ea0ecb6125d63 --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593c55d22ef9d17b7e4f37c9a875e46cb513a6a3993b2d43f840fbda2be4b7ef +size 26966 diff --git a/metadata/cache/frames/vimu_000138/frame_06.jpg b/metadata/cache/frames/vimu_000138/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b10551e1e7d15abd2a3e4acb22b8f65e813952fb --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd8d7c1ba77573ac5d41349469c42fd6ce73689cf85dda4596a1c2d06b5d4bb +size 29678 diff --git a/metadata/cache/frames/vimu_000138/frame_07.jpg b/metadata/cache/frames/vimu_000138/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f818010f2bb296374ac320a7f2e5c5888a7f88b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000138/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520fe000cd4a02d1263147722d3c9b9b680b64f7f1dc3ef6661a1a9749f8afd5 +size 33705 diff --git a/metadata/cache/frames/vimu_000139/frame_00.jpg b/metadata/cache/frames/vimu_000139/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c05bfb39a191971ce5c97bae8a6dd1033860dd --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b99846798e258642a08a9569e4ff75229feb1573152bba002b6785211279c6 +size 58283 diff --git a/metadata/cache/frames/vimu_000139/frame_01.jpg b/metadata/cache/frames/vimu_000139/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ed8101219e165946c6331db9aecb9ba747e7b21 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81865e74e2f8e5e5ca417477fe27e32ce3cde3b8ff26568317fe29dd2c64a69f +size 56062 diff --git a/metadata/cache/frames/vimu_000139/frame_02.jpg b/metadata/cache/frames/vimu_000139/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1c92f4a121439eadd7dc04b705a104347a74502 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb749948de9fc23385595baeef130cc2e3128d8db0768fee8d77af9012daaf0 +size 49657 diff --git a/metadata/cache/frames/vimu_000139/frame_03.jpg b/metadata/cache/frames/vimu_000139/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bdef39562a26d320a0a5eef7d722be274fc0c40 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00cf86d7cd8868a848fb5a717140069e2787440459f491a594747e833142095 +size 49880 diff --git a/metadata/cache/frames/vimu_000139/frame_04.jpg b/metadata/cache/frames/vimu_000139/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67ed957e00276b3d7c2de852997e8b2320e32760 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f19cf8dcfc8813ec119c87a765c6e096e4a42e25439e1246b2144cc82d2184 +size 38387 diff --git a/metadata/cache/frames/vimu_000139/frame_05.jpg b/metadata/cache/frames/vimu_000139/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b0711c76c5c80e31f8a96345dd7dad3ba7edf19 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3528b1f406b50c86ad23242192038d29f438e2319e0d39ab990d581fd631975d +size 38136 diff --git a/metadata/cache/frames/vimu_000139/frame_06.jpg b/metadata/cache/frames/vimu_000139/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de909832f64cdb93267d8045001d2c182bf4c0f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217eedb92e5746b2cdbc8d9cb04d04ea3be3af161803e313418b89b24aaf2ef6 +size 36753 diff --git a/metadata/cache/frames/vimu_000139/frame_07.jpg b/metadata/cache/frames/vimu_000139/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d0b3eeaba50e0946116d2d9174df2cdfb944744 --- /dev/null +++ b/metadata/cache/frames/vimu_000139/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f596abdb90a58f9d6e543f6ad3f1223a288666a2e6bddeb7985b5358ce2bc960 +size 42079 diff --git a/metadata/cache/frames/vimu_000140/frame_00.jpg b/metadata/cache/frames/vimu_000140/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edb99faae159096451d9d86454d084094619ad99 --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f78697b71fa45251fd44a45b67d66772a63d57268c5262ad809f68479c7a5b +size 44266 diff --git a/metadata/cache/frames/vimu_000140/frame_01.jpg b/metadata/cache/frames/vimu_000140/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b85bbe2c3d82f703acbc5a9425a404bb36896fc6 --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb2c94744dfb61933fdadc20be15e1569be457df6de96c9e5f9c3ba4b7712f3 +size 43243 diff --git a/metadata/cache/frames/vimu_000140/frame_02.jpg b/metadata/cache/frames/vimu_000140/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7f11317015a63383edaf897a387001ce5e20c3d --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab00bf7992197adb0fdf9ca704215c52652d212e6a9ee37199503748cf5b9489 +size 41782 diff --git a/metadata/cache/frames/vimu_000140/frame_03.jpg b/metadata/cache/frames/vimu_000140/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81db6fe02697c59c2dd63ad6257d34fe26061a4f --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d50867ee5ac23ac2ad0bf6f0916225a6d28291a722c174f33fb34fbd44578df +size 45488 diff --git a/metadata/cache/frames/vimu_000140/frame_04.jpg b/metadata/cache/frames/vimu_000140/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..985a97ea6baa5fcc5c5b53a507979a17b7edc6de --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b17d7cec581beb7b9c74cb5ec0d14cf737890476360753fa0d5a8f73e460a63 +size 46004 diff --git a/metadata/cache/frames/vimu_000140/frame_05.jpg b/metadata/cache/frames/vimu_000140/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e73334d2e48118d7e073ac3eee4e95ab5a6c28 --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88ba85933fae73474146c818db57ea85a071e6e83382b2eeefed073062f349d +size 43857 diff --git a/metadata/cache/frames/vimu_000140/frame_06.jpg b/metadata/cache/frames/vimu_000140/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c029a774bbcf2c248f9ba2ba9c7cb9a3d48b8f71 --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2758fefc70d2ab9e4ffe4676bb8177d9eb6c690a213cc8a5ec55b92cfb5c6d1 +size 42407 diff --git a/metadata/cache/frames/vimu_000140/frame_07.jpg b/metadata/cache/frames/vimu_000140/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba9238ecc9d1cf66b95d516e0e8463434f83b83f --- /dev/null +++ b/metadata/cache/frames/vimu_000140/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e384df33ede62bd707f15fe2f78d6e4a31ba3c0e7879bdd97b595e81e731183c +size 48870 diff --git a/metadata/cache/frames/vimu_000141/frame_00.jpg b/metadata/cache/frames/vimu_000141/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df6b944fa05562dd21c95bdec330ad416452d09c --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ced929d68de3f9472cd7867c08b7d060af702ca2019cefdc17ce030f5c7c294 +size 61521 diff --git a/metadata/cache/frames/vimu_000141/frame_01.jpg b/metadata/cache/frames/vimu_000141/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9c75f43bfb742d671e7815c32bfc48f0d0a7c28 --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3f64372e1ca690dea5a487640408f9d41fc8984b70889e5f2a2781c36468c2 +size 63383 diff --git a/metadata/cache/frames/vimu_000141/frame_02.jpg b/metadata/cache/frames/vimu_000141/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f4979fd12802f6005a2cac7ef46024b63a8066e --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e306ca20159f3b474c4370972e0c82a37274c73296e057f2476a48dc41d389 +size 63333 diff --git a/metadata/cache/frames/vimu_000141/frame_03.jpg b/metadata/cache/frames/vimu_000141/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96014e23dede34ca46670c6ade57112d67b3a818 --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da3b29b9c14fff3efda8bce3f2139346974b58676c14241fc332cfc271dd776 +size 56802 diff --git a/metadata/cache/frames/vimu_000141/frame_04.jpg b/metadata/cache/frames/vimu_000141/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b17ed7e3638910ffdce86e73ce0309b3d31e437 --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c45e4ba03d5a6312ab2c47e833fd39871627fa30f8507ed9edd3ba794b1d3d6 +size 34377 diff --git a/metadata/cache/frames/vimu_000141/frame_05.jpg b/metadata/cache/frames/vimu_000141/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53de02170d757db87762b87b459f6802537fb345 --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da47110a4dc49c30bf59757546b862049e6d7aba7e53e59f7aaf3df525fcf5c3 +size 69426 diff --git a/metadata/cache/frames/vimu_000141/frame_06.jpg b/metadata/cache/frames/vimu_000141/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..266b1c1a478d56064597765e14d034134ccaa42b --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e5a241acf3db092ac63413f06b780f139a775b0e1bda27c6140587591dd42c +size 70505 diff --git a/metadata/cache/frames/vimu_000141/frame_07.jpg b/metadata/cache/frames/vimu_000141/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b098e640291265339ebd53022071d1856c79a83 --- /dev/null +++ b/metadata/cache/frames/vimu_000141/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded6315a0bc856065f8cf9c7179ef50b6179177ddb88ef148f8c92c23b65097e +size 50618 diff --git a/metadata/cache/frames/vimu_000142/frame_00.jpg b/metadata/cache/frames/vimu_000142/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2668c32386c6b3788d345407bf819c5f64f8768 --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7456e8e2e973beb7e948ead4ca7cbac4e3bff0f2436d2e58df198a6929c473 +size 50872 diff --git a/metadata/cache/frames/vimu_000142/frame_01.jpg b/metadata/cache/frames/vimu_000142/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76fdec8899ad858343997f6e0c64a17f030f9c1e --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e9ed5332d4743e8c82929939383b9e6df16b800f4fbbb2cf1c7fda5b543e48 +size 51837 diff --git a/metadata/cache/frames/vimu_000142/frame_02.jpg b/metadata/cache/frames/vimu_000142/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b79fd92181d1280a933cddf7840cb8031947cb25 --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50fa187bdd51e0070600ccd2cc1af431e7e23333b476a8b87b297d5fd467147 +size 45594 diff --git a/metadata/cache/frames/vimu_000142/frame_03.jpg b/metadata/cache/frames/vimu_000142/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fb691e0f8dd248eecdfccd51ae67f55f2a7110f --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d160299dddc760831ec30d2501030c7db9e6e892c6412e11589eef4e1d5afaef +size 46036 diff --git a/metadata/cache/frames/vimu_000142/frame_04.jpg b/metadata/cache/frames/vimu_000142/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd846e4f80bd54deb7f4f54d2754ea2b3e96234e --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aecb2e5b2ae2ddf723f4d4d707dd2918c7648787ed7161b5b80abf6efd6ef5 +size 45737 diff --git a/metadata/cache/frames/vimu_000142/frame_05.jpg b/metadata/cache/frames/vimu_000142/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecbd2a3ea6753685f257ee0244afa17843b1a221 --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d10febfcfe91cb054995596db1399a890987822b229a9cc9164ad5cfd53005 +size 45429 diff --git a/metadata/cache/frames/vimu_000142/frame_06.jpg b/metadata/cache/frames/vimu_000142/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fc03fb02bd57c50fe5ab24c80a6e4eb662e2d08 --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a386d928abf1c90b98e481438060f0c78585db715539c7ea82438e9933d824d5 +size 45210 diff --git a/metadata/cache/frames/vimu_000142/frame_07.jpg b/metadata/cache/frames/vimu_000142/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..546b3f5829bf241e655dfea9e66d77253027463c --- /dev/null +++ b/metadata/cache/frames/vimu_000142/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee7b79a7deeccbed8bd1b84b0f6b2f84bd0cca4f3d5d4a78bdcd1a04620cb53 +size 44931 diff --git a/metadata/cache/frames/vimu_000143/frame_00.jpg b/metadata/cache/frames/vimu_000143/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78d78ab73c1abcd43260faca256078c38551c9a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef54faf1c3026a4c32e6e26b192ef717f473b62ae941e24aa437ad579ae6f73 +size 37739 diff --git a/metadata/cache/frames/vimu_000143/frame_01.jpg b/metadata/cache/frames/vimu_000143/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d940e6a2075c200ba1fa18ed636509389d5e6296 --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e5d817702b8d3ad3c1d3c722f8f06b4796097615063607ebe0cc606d4fba47 +size 39067 diff --git a/metadata/cache/frames/vimu_000143/frame_02.jpg b/metadata/cache/frames/vimu_000143/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c95d91f2cfce293172e44c750823bfbcd300e6cf --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4c6c2456163b781db0b5693e46feca8361c91b96a84a39c0f93160c473c048 +size 27469 diff --git a/metadata/cache/frames/vimu_000143/frame_03.jpg b/metadata/cache/frames/vimu_000143/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b9b890891860afac6666094c0f88495425a9c56 --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846cdf44a176c171b3109af67a90ca41b295997655796685d228fc6d81973bc0 +size 28208 diff --git a/metadata/cache/frames/vimu_000143/frame_04.jpg b/metadata/cache/frames/vimu_000143/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02112b47c72b8e40bedd2f18cea5989fc54ed74a --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b400b64c5a3775df692a09c413cdc22af76fa9cb6595c47d95b6fbe941289c +size 28232 diff --git a/metadata/cache/frames/vimu_000143/frame_05.jpg b/metadata/cache/frames/vimu_000143/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..783a1458bc7e915e6e45907f3c69ba2c9ab25e14 --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab51f4f4306421663b37c2631dd559583a8c6624700c07ac3ec3a5092f0016ae +size 42867 diff --git a/metadata/cache/frames/vimu_000143/frame_06.jpg b/metadata/cache/frames/vimu_000143/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdbe9f3598b22b226c5d5b8c9d0abc5b3cb3075a --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328ec3166144e194a2cf8775be59b683ca840b3df0398238fdaaf814dd8cd807 +size 38365 diff --git a/metadata/cache/frames/vimu_000143/frame_07.jpg b/metadata/cache/frames/vimu_000143/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2bd9c7e18d0af5be3c4a32eb49fae957f8739b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000143/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711d292b0cccbae4a1e9eabf7d07323cc74e93e8cfb532e57b224831ac234d86 +size 38334 diff --git a/metadata/cache/frames/vimu_000144/frame_00.jpg b/metadata/cache/frames/vimu_000144/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a293fe3f5fa44366055be56a10e70ef53ca38047 --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cc2efed586211e5f191d388618f44274d426b05c0148561287b7a549949077 +size 49662 diff --git a/metadata/cache/frames/vimu_000144/frame_01.jpg b/metadata/cache/frames/vimu_000144/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21ac56fcbad1f84b1fd2fe320470a4a32bfc94df --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf94ed6edb1832fcf7932b012b27a61fe908809750bdadae7ba06810334eddcf +size 67261 diff --git a/metadata/cache/frames/vimu_000144/frame_02.jpg b/metadata/cache/frames/vimu_000144/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3abc22034814374bd39a09a2d260e9160ce92cd8 --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fa4c8ef975263439e258767293ecf1ec92dc6d0d615af7c34f19c400c75d6d +size 68382 diff --git a/metadata/cache/frames/vimu_000144/frame_03.jpg b/metadata/cache/frames/vimu_000144/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eff2e2ba0bad3ef5e03087c17666c844580a0e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e285d4026e11030a84dee69f23ec8a9285afcb83ed7eb4aaa2d663fafc5ff6 +size 62941 diff --git a/metadata/cache/frames/vimu_000144/frame_04.jpg b/metadata/cache/frames/vimu_000144/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baeb834e4dce3ca00c04a536742994720b843a63 --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217f22152ed0485c3029c943b63631700d0af8d32a55f5a588c052b8e3df51fe +size 60066 diff --git a/metadata/cache/frames/vimu_000144/frame_05.jpg b/metadata/cache/frames/vimu_000144/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e3c14a1790b6961ab17addf05163b81a123e265 --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7c948d3e8d78199a13f783cedda9b057cc5842ed27a78424770cabb32a700 +size 64731 diff --git a/metadata/cache/frames/vimu_000144/frame_06.jpg b/metadata/cache/frames/vimu_000144/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd794aefaaf001d233f17ac919f7af21731e404a --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c29d80133d8455528b4e955c0538c70e0effda640d599697105f7e5ed97604e +size 98911 diff --git a/metadata/cache/frames/vimu_000144/frame_07.jpg b/metadata/cache/frames/vimu_000144/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70be475c638babdc2fd127584f5b5d28b88b3782 --- /dev/null +++ b/metadata/cache/frames/vimu_000144/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18528b98f843ef14051c2bdd948e02443a98a1a20d052c8bdd39a694049239d +size 105201 diff --git a/metadata/cache/frames/vimu_000145/frame_00.jpg b/metadata/cache/frames/vimu_000145/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da5160817a92b9e5c9268a636f11c85bce6ccdd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52074d6fc5c49f7d65d602493288925a3580154f33ba978a2b7b748add232a30 +size 34001 diff --git a/metadata/cache/frames/vimu_000145/frame_01.jpg b/metadata/cache/frames/vimu_000145/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cacb4bf1f64c0cf5b7f8741640416960412ef53 --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc9f51bd96865007a26ffdcb5158079377d8ed378bde4379f9a5d21f29c52c4 +size 26851 diff --git a/metadata/cache/frames/vimu_000145/frame_02.jpg b/metadata/cache/frames/vimu_000145/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d6b913e8d84cea2faa42f511f571a539bcd4a56 --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d554de95074f4ce134ace530c13b71d8ef9e042d53601d4e9867f7e2e58b37 +size 28806 diff --git a/metadata/cache/frames/vimu_000145/frame_03.jpg b/metadata/cache/frames/vimu_000145/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bde6e0653afbe19bd8e8ea8746dfd1dbf1df41f --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6622a35d15c916b1a6dc68a49837a397661ec439e4e4ee4bf76356560b872c +size 27350 diff --git a/metadata/cache/frames/vimu_000145/frame_04.jpg b/metadata/cache/frames/vimu_000145/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9c96cf5644b77586d383a9e2cf533bcfe22f6de --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ce92bf3ddf86293d6c6c7300db46514944434094fbe51249dc6d59b0089ec +size 35344 diff --git a/metadata/cache/frames/vimu_000145/frame_05.jpg b/metadata/cache/frames/vimu_000145/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3140a93f07f8e35d08f83e10313f7601d21a5664 --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61ee0c14990e11ef5a92f48616eefa4eb48d493fedfe7006e42ae936b42265e +size 30000 diff --git a/metadata/cache/frames/vimu_000145/frame_06.jpg b/metadata/cache/frames/vimu_000145/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dff109bb2e42e2aa921a3bc3071b5f1f7fe453a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7643dbcb993f888e81cfe7b14214360fe1acb127b6b95f923fbccdc57d6fc4c1 +size 30078 diff --git a/metadata/cache/frames/vimu_000145/frame_07.jpg b/metadata/cache/frames/vimu_000145/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13b32376e84389e1a6336697e6baf8022cd77eba --- /dev/null +++ b/metadata/cache/frames/vimu_000145/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5e4748086b3e19764e9c2b9ad8497b84e9f70f880cfe112800c3ae96339fe5 +size 27702 diff --git a/metadata/cache/frames/vimu_000146/frame_00.jpg b/metadata/cache/frames/vimu_000146/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5216004e55af595182ac40f67432f36c230717b1 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e44d47b0066d595e77d52e2da4d0099098a71d24cf1709cf3ce0524c20bd367 +size 62663 diff --git a/metadata/cache/frames/vimu_000146/frame_01.jpg b/metadata/cache/frames/vimu_000146/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3975eddd3e933bb7c022bedf63b867f93ee749d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2bed05200831aa4bd35c70f2030730287fd2d9438d07e8ec590567e5dffdbd +size 61743 diff --git a/metadata/cache/frames/vimu_000146/frame_02.jpg b/metadata/cache/frames/vimu_000146/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8886279b13f61971799e2438e5eb87d6f309f6c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cab691e82a5ef11926faf8e8a4139a97ed350a705f89483538837a7440d61 +size 78079 diff --git a/metadata/cache/frames/vimu_000146/frame_03.jpg b/metadata/cache/frames/vimu_000146/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78aaeb79d7e89fc2c1440ce4b415fc3a9ea15f17 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e5df7d6dba82bc416541a28310a9091f64fdaf50b4e0d04587f7fa1b195bdd +size 77558 diff --git a/metadata/cache/frames/vimu_000146/frame_04.jpg b/metadata/cache/frames/vimu_000146/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ff97ccc2ffaf393d3329e7e140426f83a636f95 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412ac7dc67d629fe6f2ede17b3eb8bf1319209b63429e7b4be44d45d0faae661 +size 79871 diff --git a/metadata/cache/frames/vimu_000146/frame_05.jpg b/metadata/cache/frames/vimu_000146/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b84476bba1dd7222cb5981fff56eba9dd706ce5 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ea098d7b5a53fda464638d9861d1b052f70e89fb0d5d64d0e22a6767be0879 +size 65630 diff --git a/metadata/cache/frames/vimu_000146/frame_06.jpg b/metadata/cache/frames/vimu_000146/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..469600f2007b9c2f327a6f89cbfc8e0d5e181cd2 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc6fa578fa8b2b60dfc30f45262dbc261271bc12cd30247df5c69d783083ed2 +size 66650 diff --git a/metadata/cache/frames/vimu_000146/frame_07.jpg b/metadata/cache/frames/vimu_000146/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6882fd2307e84ae1cb8c2fe51c1ec4229f8418e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000146/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bb3ec0821b59f45eaaef7e0d6140892c3cb82eb6ae498018ebd2b6d9625f7a +size 68201 diff --git a/metadata/cache/frames/vimu_000147/frame_00.jpg b/metadata/cache/frames/vimu_000147/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d7cebf156782a488278a4ebb9672a71281f3871 --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11f4c3f526fa4b64e12507a8c0ae8d44bf0130b198d61640e217693580df47f +size 31180 diff --git a/metadata/cache/frames/vimu_000147/frame_01.jpg b/metadata/cache/frames/vimu_000147/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4944d7a90495d39a73823bb2f14d4f5f90b6c75 --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dcd80e76717fdc57fadc62bb9c0449612351e6dc050c3e31a4413e23097a38 +size 32895 diff --git a/metadata/cache/frames/vimu_000147/frame_02.jpg b/metadata/cache/frames/vimu_000147/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e27d49abaa9f3ded6be5ba9657c89dcf86b6bd --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa1bae48646ab365899f21ef9c677eadca5886e7a979cea8888f26c09e3fa9c +size 25744 diff --git a/metadata/cache/frames/vimu_000147/frame_03.jpg b/metadata/cache/frames/vimu_000147/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00c8b8523c8ba145b0cc678d2f761bc09c88b4ed --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ced9c0bae588d6089ea90114c44ea4df16f0c8972e5dc24d160316b55e1e86 +size 21584 diff --git a/metadata/cache/frames/vimu_000147/frame_04.jpg b/metadata/cache/frames/vimu_000147/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf52e514de4fc1cf5d2424e91d2d0defe8e7ca06 --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0b4f190ceda733b757997ef505badf316824b1f235ef040062f4d25cf32e46 +size 32228 diff --git a/metadata/cache/frames/vimu_000147/frame_05.jpg b/metadata/cache/frames/vimu_000147/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebd4ef7d94bc7394094e3215cf8b2331f5090b6d --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12af429394005c5789bdba63a8e61a4b877f510af97c6b9799800b82218c0d92 +size 22786 diff --git a/metadata/cache/frames/vimu_000147/frame_06.jpg b/metadata/cache/frames/vimu_000147/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cde09dcb38b510d0c055c5c109ed9fad79ca23e --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd9496b773644ab582b86a5c149db9cfd551c2851f4fa0bdb252eca6380f789 +size 28767 diff --git a/metadata/cache/frames/vimu_000147/frame_07.jpg b/metadata/cache/frames/vimu_000147/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb3cbc06a5be273437502f44118d3eb53c65b588 --- /dev/null +++ b/metadata/cache/frames/vimu_000147/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a425701ac9229f086b6c6aeb80297f362302147da6567f58f30e511269fed66 +size 27186 diff --git a/metadata/cache/frames/vimu_000148/frame_00.jpg b/metadata/cache/frames/vimu_000148/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5211f606aeb80b4e3be93d29bacba4b47ab79f --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840cb7da61399881f4077c28305cd8eb20cc02d194f3f41579a79b65f0b7801a +size 200762 diff --git a/metadata/cache/frames/vimu_000148/frame_01.jpg b/metadata/cache/frames/vimu_000148/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f99b2501a688bc5efb55c40ef261a08b0a52fc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9d245118c396b11f21c6c0d998cc28759c3e12c7ebddbc9c6c056716716394 +size 191180 diff --git a/metadata/cache/frames/vimu_000148/frame_02.jpg b/metadata/cache/frames/vimu_000148/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae0cca3737fb1d4fe5b8274738e3b2eb2e439ae --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f6e42a376838448e81063d05df423f68e41cc53ca32c1a55f113d6797d5a70 +size 195729 diff --git a/metadata/cache/frames/vimu_000148/frame_03.jpg b/metadata/cache/frames/vimu_000148/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c987a89cc029d19dd15c52591528dd439f3c1b3d --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8637a497a5d074a138040a1b92c25ee05876b86b5c34fa07818d11abd748d09f +size 117258 diff --git a/metadata/cache/frames/vimu_000148/frame_04.jpg b/metadata/cache/frames/vimu_000148/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75a8eeb331364dff673a80f3699bcc73199335f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad60a9b08669df8f09bc1baf0d19002c57ab4c9f8d2d8775c589009767e48ac +size 144392 diff --git a/metadata/cache/frames/vimu_000148/frame_05.jpg b/metadata/cache/frames/vimu_000148/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58354f995ae49465fd773c2e543fad0970eda784 --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7a7c94b390dd1f0ce72e35875f8d6edf24014350c37554d802a53603398a5f +size 112095 diff --git a/metadata/cache/frames/vimu_000148/frame_06.jpg b/metadata/cache/frames/vimu_000148/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..705c9072478c1fc210ff9b52d366fe52107166f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684df345fd7002600ff97192e90f08193e402db14570bf5bff14c4e19b36eae8 +size 97342 diff --git a/metadata/cache/frames/vimu_000148/frame_07.jpg b/metadata/cache/frames/vimu_000148/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d01920de72f583848103163d5e190cd9e90b546a --- /dev/null +++ b/metadata/cache/frames/vimu_000148/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9a3a04ebca0cbfaf77d59ed193ee69591c2c2e6221f5481a971a64e3a580ae +size 125227 diff --git a/metadata/cache/frames/vimu_000149/frame_00.jpg b/metadata/cache/frames/vimu_000149/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ec2da1f2b47c60cd7752b24070e048a7cbfc4c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3210c86986f07b02e9ed85276020f8171464c41ae619d053dfb5b8d0233d66 +size 40646 diff --git a/metadata/cache/frames/vimu_000149/frame_01.jpg b/metadata/cache/frames/vimu_000149/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d03d59112061577224d9a496822a9c2e76588f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525769860daf2229f53622468187352e2dfcbd81a88323467e0b024fb11da839 +size 44137 diff --git a/metadata/cache/frames/vimu_000149/frame_02.jpg b/metadata/cache/frames/vimu_000149/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6de18338d5cc5f2af8228bdfd222c7aafd88b741 --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af45636ab02475deea33b6be6344e159497e1baf50d7f9719e71a2a272d51b2b +size 52017 diff --git a/metadata/cache/frames/vimu_000149/frame_03.jpg b/metadata/cache/frames/vimu_000149/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a5c20728f99223682c70212292b551b0b5be73b --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e569eef06220b1346c42ad331b70342e7f5cb50afca00b61cc951f7899a4c097 +size 44240 diff --git a/metadata/cache/frames/vimu_000149/frame_04.jpg b/metadata/cache/frames/vimu_000149/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..058bb581c07ba5f2667302690c42084a9372973e --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd1d81e0fe76d7c4752255f2ad585a34f2ced637f0d58b53daa9fcb27479864 +size 51628 diff --git a/metadata/cache/frames/vimu_000149/frame_05.jpg b/metadata/cache/frames/vimu_000149/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..daeace85ae42981dc6292bf087c3c62263dff4e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe12050523a348d5cdef3fc147010783f2f885906e903741518f710fd738779a +size 45599 diff --git a/metadata/cache/frames/vimu_000149/frame_06.jpg b/metadata/cache/frames/vimu_000149/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0735bb07ac641ef72908cd2ee72cdce1a8c8280 --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d297b9f989d65a380e0fe10306d24eb77c09fbbedbeb9375fbee5e98fcf8369f +size 37553 diff --git a/metadata/cache/frames/vimu_000149/frame_07.jpg b/metadata/cache/frames/vimu_000149/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ca494977cf0cec523f34259c1b946a1a481e06 --- /dev/null +++ b/metadata/cache/frames/vimu_000149/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6540ae9d1064b564420e9d7dfd43605e8519dc56b6b1788e6d7d5bc1bf5e6c50 +size 43330 diff --git a/metadata/cache/frames/vimu_000150/frame_00.jpg b/metadata/cache/frames/vimu_000150/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6797b1c0aeff4a871b492e0faa7c9b945178bbe --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92973df794a7a576dcf169c48a1d95bdb3c83bc9bb2e52366fbf9e6ca8afbd7 +size 38875 diff --git a/metadata/cache/frames/vimu_000150/frame_01.jpg b/metadata/cache/frames/vimu_000150/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c07a398aed37829ae759c684bfa5b375e8ff02e --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23748a8ab3a0b75ef3f5e0e900e7ffb4a4ed23e9066d04c459284d6e2095ee7e +size 39882 diff --git a/metadata/cache/frames/vimu_000150/frame_02.jpg b/metadata/cache/frames/vimu_000150/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7abd5cede2f99b140190b009b17f9c44686bae20 --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd13c7ac2bec7f6504d4202041ef034de406a5ab60b2012ba77dfc2cb186871 +size 40857 diff --git a/metadata/cache/frames/vimu_000150/frame_03.jpg b/metadata/cache/frames/vimu_000150/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..891924116a4152364218dddbec2c5e1b66b460d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4cf18a6efd61a3935e971cdf2dd520198fe7b2fc656b74db3a79984426f43a +size 40592 diff --git a/metadata/cache/frames/vimu_000150/frame_04.jpg b/metadata/cache/frames/vimu_000150/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3db0139af42dd4740800073215436c8a97dc08f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac6cefb54e3e000c43c0911f954c13af56c37797e6de87f41665f766964daf3 +size 38116 diff --git a/metadata/cache/frames/vimu_000150/frame_05.jpg b/metadata/cache/frames/vimu_000150/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72fa6957cfc9478eaf832aeb4259fc1225225f6f --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df3cc5e6cd469859b32ba075d1012dcecffa9588ed33d11ce4ed96ef04de632 +size 36062 diff --git a/metadata/cache/frames/vimu_000150/frame_06.jpg b/metadata/cache/frames/vimu_000150/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..386abb6f2d064635d602bbbbc00914c76fe43306 --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b06a45f34b2819765392201eb75ff899901f07faf6d0e6d9d4ebf1ba53a871 +size 37787 diff --git a/metadata/cache/frames/vimu_000150/frame_07.jpg b/metadata/cache/frames/vimu_000150/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7435a1f30e030fcee1a524bcf4ecc516fb2fb70f --- /dev/null +++ b/metadata/cache/frames/vimu_000150/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570025e0705ee53691a10bc04f6c8e8f670f7021603065fdaf34282bf1c0b8e8 +size 37612 diff --git a/metadata/cache/frames/vimu_000151/frame_00.jpg b/metadata/cache/frames/vimu_000151/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85ed87cf3a7205ccafc40e847bf68029331cdcf7 --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8c2bfa3762eb58d5b14555587d8880333c9c67b167c99a1750caf9554feeb0 +size 37044 diff --git a/metadata/cache/frames/vimu_000151/frame_01.jpg b/metadata/cache/frames/vimu_000151/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ecd823bf4160c6615e86af8ac304f72742d07e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bd02aaddbdff32a56fa19950446e5db6bbb9a2362cd670a817b4cef86cd28e +size 38677 diff --git a/metadata/cache/frames/vimu_000151/frame_02.jpg b/metadata/cache/frames/vimu_000151/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12b2aaa756a3ca76f77f4675d9f9ddd6f1dcb80d --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1778dede68e63cea3013587dc3dbd3ab49294607274b7df3b76369be354bcf +size 41982 diff --git a/metadata/cache/frames/vimu_000151/frame_03.jpg b/metadata/cache/frames/vimu_000151/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a188f389b0a8fc23d475ef63a3e16a0295a4fdff --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed76660dcd9aa6b3d9472e2f223f26c1fc1ba33ec0984f3377cf57c6c698d814 +size 42926 diff --git a/metadata/cache/frames/vimu_000151/frame_04.jpg b/metadata/cache/frames/vimu_000151/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c98047da5193f0dfdf2456727324260e0f85fe --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dab405ad672425696dafebba653c1b7c2af73d77adebf5c40ae58e41199fd86 +size 40014 diff --git a/metadata/cache/frames/vimu_000151/frame_05.jpg b/metadata/cache/frames/vimu_000151/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb2663098551375aaa922f5fb3b97ac22627ef12 --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181826f0f140033a6703c7a4addec635a2dff1c5ed06855e787973ed34bcaf7b +size 40084 diff --git a/metadata/cache/frames/vimu_000151/frame_06.jpg b/metadata/cache/frames/vimu_000151/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..126e20f244fab908d61f993cff44b0f553d93417 --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bbd85d4fd98f2d7287f8e9d79e3eb1585c784c1652e4af246bb561018f5834 +size 37778 diff --git a/metadata/cache/frames/vimu_000151/frame_07.jpg b/metadata/cache/frames/vimu_000151/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..723949b089697563394307a0c6a404cf4721e93e --- /dev/null +++ b/metadata/cache/frames/vimu_000151/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfd4959ae59c039f1a6773280944fcea1c78d50d90ff17e93b394d3fa4cd6a7 +size 42307 diff --git a/metadata/cache/frames/vimu_000152/frame_00.jpg b/metadata/cache/frames/vimu_000152/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2aadafdc98519ee9fcf2a1b6c409b4bd6f8b3385 --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2aeecaadb7c0ac39624814eef4c294e91f828d08206ab6bec6787d11792914 +size 42413 diff --git a/metadata/cache/frames/vimu_000152/frame_01.jpg b/metadata/cache/frames/vimu_000152/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7bc815c6464498eaa261512d867b2b863667faa --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bebd21297fe7ed4241af09c26bcc9e9290b200ee8f66fba2a81bd13e63005aa +size 35966 diff --git a/metadata/cache/frames/vimu_000152/frame_02.jpg b/metadata/cache/frames/vimu_000152/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77d6a7d0a9267bc7feaaf093df1da6b3db6bdaf9 --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46c1b1010a1734ab0b34f0bee04d96713ec02a382fd287fb428157f296c5110 +size 35701 diff --git a/metadata/cache/frames/vimu_000152/frame_03.jpg b/metadata/cache/frames/vimu_000152/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c024c0329a16489cac30d0805e71c6a870b3d3f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954391ed6ead91f0785f28ca4e7f41937f2cb6af4465b81c578e2694809b3b55 +size 42778 diff --git a/metadata/cache/frames/vimu_000152/frame_04.jpg b/metadata/cache/frames/vimu_000152/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaf3cc9c1d146abeeb5ef350ee067ac1a8852a34 --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d722d1b7d59f80bcad0005c5f5b3c26d5ca28fb400bb83e050f5fc34c66cc2 +size 63578 diff --git a/metadata/cache/frames/vimu_000152/frame_05.jpg b/metadata/cache/frames/vimu_000152/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43ad0d562d4786e1f96656188d40cf5cac12cf1e --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ad78542e1dd25b435bcc697bfda2a89c1eba56a667c37e5c257d35e0687c15 +size 59993 diff --git a/metadata/cache/frames/vimu_000152/frame_06.jpg b/metadata/cache/frames/vimu_000152/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b8c4bf35216916c81ca5549b2a55fd21b404c89 --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46eb95ad85b6c62b07d97730742abe5a237e9fc1d0375e99d93c9cca2eb8890 +size 65302 diff --git a/metadata/cache/frames/vimu_000152/frame_07.jpg b/metadata/cache/frames/vimu_000152/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e81e80a540d254909caaf496c8a2b7b718d771e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000152/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1296dbe673681d3980eaf2c932328f9b531a4b1626ea3df5ee72c07611a4c6c4 +size 62413 diff --git a/metadata/cache/frames/vimu_000153/frame_00.jpg b/metadata/cache/frames/vimu_000153/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5c7a2dbdae90b47ac67fa8a406d0ea8562dd58e --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6068f4d4a079d78d3f1a3bce2f2a2a697d0fe82fa878547c588f910507bb95e1 +size 58360 diff --git a/metadata/cache/frames/vimu_000153/frame_01.jpg b/metadata/cache/frames/vimu_000153/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd9b9ac318e0a81b55d91568079f5f46d2f3a7f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d66d6afd76637d1b700835ca8048d0e7505df36a8b07a7e6c41142c49e46d6 +size 57986 diff --git a/metadata/cache/frames/vimu_000153/frame_02.jpg b/metadata/cache/frames/vimu_000153/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5614f91e30d9ebce7f5408ee78faa33bc954822c --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1de67d492e3c8fb550a38b922a5a09a29acb3113bdf0aa8fddf67e17a51402 +size 60278 diff --git a/metadata/cache/frames/vimu_000153/frame_03.jpg b/metadata/cache/frames/vimu_000153/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68cf21a5ffa9915014f1fda6e24d04b41c585f66 --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7bdd094c1e5d478fc53532ada886df665d3534e7700c766894cdc29f59f546 +size 57632 diff --git a/metadata/cache/frames/vimu_000153/frame_04.jpg b/metadata/cache/frames/vimu_000153/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c717b01824081c253240da735990bd40d04ff6c --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6a8801968b23d70c6ff39b461d67ea1944ef687f7962213dd7735d864c49b5 +size 54590 diff --git a/metadata/cache/frames/vimu_000153/frame_05.jpg b/metadata/cache/frames/vimu_000153/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4210d90cb506e4c09acb11388e3c13795744b17c --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635e991c96cac33b12f3d38afaa3de8a1ea10ce4fb5fd08d0f416f7dc426f54c +size 53323 diff --git a/metadata/cache/frames/vimu_000153/frame_06.jpg b/metadata/cache/frames/vimu_000153/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13e0e8d7b8dd550c68d4b7103e191b603d6ba292 --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6215e0af6513c59f4bfee26cbde08b2f85a31731938dce2997a871c469977a +size 52824 diff --git a/metadata/cache/frames/vimu_000153/frame_07.jpg b/metadata/cache/frames/vimu_000153/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..823129f796f2fca435c8d224ac91997a783a44be --- /dev/null +++ b/metadata/cache/frames/vimu_000153/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190a1bff52e83ce27ccedc69215a4ee9f34588410de520a3ddaadf32c2ab0afb +size 53663 diff --git a/metadata/cache/frames/vimu_000154/frame_00.jpg b/metadata/cache/frames/vimu_000154/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14bf09b5789ef052bb773ab0b936ebf1c660a466 --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0915e0aec8a3753d5a3a7beb2f88be2d9f2eb487981ec1d6660bbd4b9367f9b6 +size 51403 diff --git a/metadata/cache/frames/vimu_000154/frame_01.jpg b/metadata/cache/frames/vimu_000154/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4918fccf7a212ad7a173e88c48a4a6ff2f327bd9 --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd85c4ad580f0dd5e462e207f9e91a1c1e013104ae1289e8d116a46ce4d3bb1 +size 49400 diff --git a/metadata/cache/frames/vimu_000154/frame_02.jpg b/metadata/cache/frames/vimu_000154/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8eab5890e7bc5ace9bb3b81eb980d9468e2ceb2 --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33da2bc102f3d9a89243776ecff59cab19bf38558fe617a7458967f4394470e9 +size 49243 diff --git a/metadata/cache/frames/vimu_000154/frame_03.jpg b/metadata/cache/frames/vimu_000154/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d39bf992e0e07ce4ad80fa7f2c8439465a8d6a5e --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b606c016e8422424ba90f21e98b07a8eabaa0b0837766f32bcddb9209eba8fe +size 49373 diff --git a/metadata/cache/frames/vimu_000154/frame_04.jpg b/metadata/cache/frames/vimu_000154/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ad450e35fb44c8671827759dba0455602afdcb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0dc2a588febe7c2b040af6a54f709146ee84ac3a3ea53ae599a2742c0128e8 +size 47435 diff --git a/metadata/cache/frames/vimu_000154/frame_05.jpg b/metadata/cache/frames/vimu_000154/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6daf7b5e401a28257c07b0476b4e5500352c5141 --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2478114167e4ed1a4762ed38b898c7ff621b4a1e8b5400c5ad8f2fcccb882904 +size 42418 diff --git a/metadata/cache/frames/vimu_000154/frame_06.jpg b/metadata/cache/frames/vimu_000154/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25b28c03ed05b0333d6189264bb9c920708d7d4c --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a01e5a779b99d73bfac7c927275519427516fde0221a0b92e0d7df8b9b36f5 +size 46907 diff --git a/metadata/cache/frames/vimu_000154/frame_07.jpg b/metadata/cache/frames/vimu_000154/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f591c656552ae09e5347a76ced5edf58109d709f --- /dev/null +++ b/metadata/cache/frames/vimu_000154/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99886e9c7cd598e35e971e4f969b8dd06a961901220eb35973901822154ca8d +size 39935 diff --git a/metadata/cache/frames/vimu_000155/frame_00.jpg b/metadata/cache/frames/vimu_000155/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a0c71c75f8f8b4f1bb3e793fb687c97ec0cce23 --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd4c309d47c39c552aeed309c16f82f1106643e9c45b8d3d4f6e06cbfba7756 +size 33137 diff --git a/metadata/cache/frames/vimu_000155/frame_01.jpg b/metadata/cache/frames/vimu_000155/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ac4a1e54af10fd6517362e232d2429b0c644a3d --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4747309b0802f4ba02dce753c356c1207ad8b9aa2be11487ffd8a3de9134d2f1 +size 26899 diff --git a/metadata/cache/frames/vimu_000155/frame_02.jpg b/metadata/cache/frames/vimu_000155/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2ee510143730dc618fb0d64c754d469a21b14d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6356439c2f2a0fed27be0c3f2de5746d629f8aa5485f5a5fe5d4c87728fb1065 +size 29663 diff --git a/metadata/cache/frames/vimu_000155/frame_03.jpg b/metadata/cache/frames/vimu_000155/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2585f9c933c2590e22fd1f7cdaffdad0b4f6d8d --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6650226fc7a286a4531d74a4171b66caa304964fe4605062d010f566ff8e5b4f +size 21496 diff --git a/metadata/cache/frames/vimu_000155/frame_04.jpg b/metadata/cache/frames/vimu_000155/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..820bc26e3d2436cce4e90f8aa7ecc68845cab3b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122ce50e2e143589903bcf09767af42f055b71d825a17ed6dacdd49122cf3b50 +size 34472 diff --git a/metadata/cache/frames/vimu_000155/frame_05.jpg b/metadata/cache/frames/vimu_000155/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2548d73291c063c3f97d528c0681feb15ea125ae --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5dace92973f5d1b0297592a69b1e790e53718f76b4a24f113c5d66577c672 +size 35390 diff --git a/metadata/cache/frames/vimu_000155/frame_06.jpg b/metadata/cache/frames/vimu_000155/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b9a926d4417a2a28527398c615dc0f1e92edfb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9657cb5abeb56e33f840eab8e0fd43714f1c3e8cb01328eedc7bbdbaf3c250b1 +size 29188 diff --git a/metadata/cache/frames/vimu_000155/frame_07.jpg b/metadata/cache/frames/vimu_000155/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60515e0f22253778585137eeb6a1fc4c48d6a6a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000155/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ba547156e2f70a4ecea3c8102dcdcaced4fcb39d34979f212989e387b5b98a +size 34055 diff --git a/metadata/cache/frames/vimu_000156/frame_00.jpg b/metadata/cache/frames/vimu_000156/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb2b5f101c437a10c7adb84bfd3ab1ba0916c82 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da96939e1855ff3c52282e4bc4bfbf695def2534d08d127c731263f43c26f8f0 +size 42903 diff --git a/metadata/cache/frames/vimu_000156/frame_01.jpg b/metadata/cache/frames/vimu_000156/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..612b8049ae4f253efb685212e5181808b2d881c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7866ae3a51407ad6c683cd8104bc64216de5c992b3eb329e8abd46b3f8bafa83 +size 43113 diff --git a/metadata/cache/frames/vimu_000156/frame_02.jpg b/metadata/cache/frames/vimu_000156/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6da42fcafee2aa08be679ee22232854d99e15ae --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d2d4a7390ebc70374b8abd6b27aa953e22e79c20edd06f52ffb5ea41561a79 +size 42943 diff --git a/metadata/cache/frames/vimu_000156/frame_03.jpg b/metadata/cache/frames/vimu_000156/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13786f9d6dcf2f1c61972ef1955b708675f41587 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fdf8d11bcbc217128b50138cdd5e209bcd9ef9eedcdc3a8444b797bc80aae8 +size 41339 diff --git a/metadata/cache/frames/vimu_000156/frame_04.jpg b/metadata/cache/frames/vimu_000156/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d8910ec215c882b8af70702e18346a01547ec42 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3dd4bb6179f8d7ed6893297679c1a1afec77b39aa5b12161b5bc0d6cd97e5d +size 42619 diff --git a/metadata/cache/frames/vimu_000156/frame_05.jpg b/metadata/cache/frames/vimu_000156/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3139d59dd9f3cce5078fe26acb96a76dd0269541 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e774c6dba81d001c74cdc702f94067d5d989f8860f0e320000923dab076ecaa5 +size 38985 diff --git a/metadata/cache/frames/vimu_000156/frame_06.jpg b/metadata/cache/frames/vimu_000156/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c64c27e9155b2fd13e75c7cc153c9679c438c613 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69df24a46a614642eff0985e2a7f86f040dd79024e2355e43ff8ca13927f92d2 +size 36401 diff --git a/metadata/cache/frames/vimu_000156/frame_07.jpg b/metadata/cache/frames/vimu_000156/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76a988986103afa174882fb83d79b2bc1e9dfb17 --- /dev/null +++ b/metadata/cache/frames/vimu_000156/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391f01ba928b421642d058155a966fba586039687792dff8e33b48c5131f65f5 +size 43078 diff --git a/metadata/cache/frames/vimu_000157/frame_00.jpg b/metadata/cache/frames/vimu_000157/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a87c1d673cc9af9dd60c03f7b3fa16d931f00352 --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbdac0dfdaa33d19872833e5b4be4c7b2b4c378c80beda6936e6ff92d9c9fc2 +size 30332 diff --git a/metadata/cache/frames/vimu_000157/frame_01.jpg b/metadata/cache/frames/vimu_000157/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3815d058574eb8b23d49694affe967417e6b8eca --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a59681ffaed6a87cfe6a50c93864c62a6b4ecbcb870c0a9eb6851d736f886cf +size 34203 diff --git a/metadata/cache/frames/vimu_000157/frame_02.jpg b/metadata/cache/frames/vimu_000157/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4a307cd83639bc0835cba9561e0c22204aed6eb --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30aa46a5cffaf81a1aa272a2ae5393fa042b8192f220659571df2a87b1cb7e04 +size 41091 diff --git a/metadata/cache/frames/vimu_000157/frame_03.jpg b/metadata/cache/frames/vimu_000157/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..292f2441f6ff27f6edb8ac89fc0f3e39d2191d8a --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449abb6ae23ebb26ca5bf9cac7e075fea1e505b175b4d7fa1f18ecb138a5c604 +size 36753 diff --git a/metadata/cache/frames/vimu_000157/frame_04.jpg b/metadata/cache/frames/vimu_000157/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..721192931f17865e402195143e22b815ed619088 --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b50ac9157c0aec8a6fac15161d22c2c2b0985da12416e1c3ce445c3a76178cf +size 35795 diff --git a/metadata/cache/frames/vimu_000157/frame_05.jpg b/metadata/cache/frames/vimu_000157/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..888923878ad9a1bf1504f36015afbae79fb352c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33697632880f679b3148920752275abb95c9f7971ea96227a4c775e267ccf291 +size 31694 diff --git a/metadata/cache/frames/vimu_000157/frame_06.jpg b/metadata/cache/frames/vimu_000157/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bbade2e8553792a9b71a85566938f7a237907b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3340bc361f147f2b68b9f7ecffd626cea999c4190488d543f0252cf8bbb0ffe6 +size 29102 diff --git a/metadata/cache/frames/vimu_000157/frame_07.jpg b/metadata/cache/frames/vimu_000157/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f70b1920af3caf02baa3e2739b19c134001b2bc --- /dev/null +++ b/metadata/cache/frames/vimu_000157/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4954db6b2715bc98e032a732bbae00ffd023d2c63a0ed159f770a01eac61a0d +size 35373 diff --git a/metadata/cache/frames/vimu_000158/frame_00.jpg b/metadata/cache/frames/vimu_000158/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1df53f1f5695a299c7b89b9209513910eb67b6c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8780cb35e724fad195938a9297bfcb84376716c8e866a81868e83897f2c2a237 +size 33856 diff --git a/metadata/cache/frames/vimu_000158/frame_01.jpg b/metadata/cache/frames/vimu_000158/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d6b092f25d4dd8d46f779665afa2c7a344aebe6 --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1fee0d87c86ba3661267ff2b4e12f1bf18f0f8f65d61c90b0b8eb2ce871a26 +size 36353 diff --git a/metadata/cache/frames/vimu_000158/frame_02.jpg b/metadata/cache/frames/vimu_000158/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b1296a4568bfdd8067dfdd5e350a20b5ab436f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848c5a9f9cb5c962a0928e43245c850b6cdefd111cac15ce2a69022fc75c3408 +size 33571 diff --git a/metadata/cache/frames/vimu_000158/frame_03.jpg b/metadata/cache/frames/vimu_000158/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..890c9978b645cddb608c756ac946bff8c0467dbe --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049adfed962371a0768ef773648d04780aeffd89c30e69a7d6b687f8b9c2e78f +size 35469 diff --git a/metadata/cache/frames/vimu_000158/frame_04.jpg b/metadata/cache/frames/vimu_000158/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d039423b249932eaf7b7bbb459115bfaf5732ffe --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54b9a9fa271be278517918b8b3f52b836b4b79c0b6a5ea4dc2f97b78f4181a4 +size 33747 diff --git a/metadata/cache/frames/vimu_000158/frame_05.jpg b/metadata/cache/frames/vimu_000158/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b465baf997f58e91ef98783c442430bd3bad216 --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b2a82eea93d6110a77127ff9a2b8b2f0c5daff0dbbd20509ffc3cca2abb738 +size 34816 diff --git a/metadata/cache/frames/vimu_000158/frame_06.jpg b/metadata/cache/frames/vimu_000158/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db116f67697df09081f503cde8e1fd935c0bb491 --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f536ac7cfcfc0aa81a97b652f777000f72c7f1c4daf3ba7b56c605f33214bd3 +size 37137 diff --git a/metadata/cache/frames/vimu_000158/frame_07.jpg b/metadata/cache/frames/vimu_000158/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..381a6e79b3d54ab8aa96fe7c5819f1605d3029a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000158/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13617a10e4dc3677b2f15f3e2903134ee27238a2f49ea029c21ea0068240df72 +size 34655 diff --git a/metadata/cache/frames/vimu_000159/frame_00.jpg b/metadata/cache/frames/vimu_000159/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d8827f3f653cd09f98d485cf8f63701ca32985c --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c80ef9cbd72b085da79368e00ebe36b7c51cd34b113931ef876510da533a0d +size 44156 diff --git a/metadata/cache/frames/vimu_000159/frame_01.jpg b/metadata/cache/frames/vimu_000159/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..806454402b253d7f3c1314012df75fb204d9b41d --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61266189856847d4779a9ce75d7236fefc8d08cf7a8894477429eaf7b25fb8dd +size 52617 diff --git a/metadata/cache/frames/vimu_000159/frame_02.jpg b/metadata/cache/frames/vimu_000159/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f2edb5659f46ce1349580b6157c96d1529a39a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720ff57d5e3b6ecc184e38e0e87002d9f0f7bc0edd36ed2de588661a027b8042 +size 52850 diff --git a/metadata/cache/frames/vimu_000159/frame_03.jpg b/metadata/cache/frames/vimu_000159/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1755d1de37ba724b2ced854c4fb7e9f4c1ae5cb4 --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06876e2d75146d8535aed80c72fd1048bd5095e5265d936ad9654e9c8f0e6556 +size 56984 diff --git a/metadata/cache/frames/vimu_000159/frame_04.jpg b/metadata/cache/frames/vimu_000159/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..006d07e2eb7f5eab9521280a647c20f191c40b11 --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa2b414e2520ff5084a18c3f617ddd8d15b67f3528d52c418aecca46235fd13 +size 51758 diff --git a/metadata/cache/frames/vimu_000159/frame_05.jpg b/metadata/cache/frames/vimu_000159/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ab69c5657d7c65f0ec737e5ab23a9090c97155f --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac829aaed15d256267036e2e142d09a27ea719a9047bffc3fbde9cf97da5d03 +size 41390 diff --git a/metadata/cache/frames/vimu_000159/frame_06.jpg b/metadata/cache/frames/vimu_000159/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c71b3d9d48fd1bc6941b5accb4497b6dbabc6922 --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719295966ebf01d4ef10bb750a5e203344d903990a2d6150329edfbf8a0782bd +size 47081 diff --git a/metadata/cache/frames/vimu_000159/frame_07.jpg b/metadata/cache/frames/vimu_000159/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..897324c298bc7728ecd7705cee2d48aba89b5bd3 --- /dev/null +++ b/metadata/cache/frames/vimu_000159/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf8823aef04a58ddff0dd326bd35b63684f8221d19b49a48829256c526af325 +size 53362 diff --git a/metadata/cache/frames/vimu_000160/frame_00.jpg b/metadata/cache/frames/vimu_000160/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec3048d208f88f56940f6c85cb3b87e2a86de0ca --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f515e1d8351bcb9c8e60b44e3b45600a289c3bd9a90e7217727752fb21fcffb4 +size 35972 diff --git a/metadata/cache/frames/vimu_000160/frame_01.jpg b/metadata/cache/frames/vimu_000160/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82e8e76ad3aa1a249c91dcef92db7f1154e01bec --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411a812b3ab1f14cd972a6a5ffed3441a3a0e22bdc134b8f7b1dea3a40fcc56a +size 42630 diff --git a/metadata/cache/frames/vimu_000160/frame_02.jpg b/metadata/cache/frames/vimu_000160/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25f88d772c6cf003b63ee55b26c7a125bae9fcbd --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e98110a60839b86a0e681b73c3b758f2738fa06dc0189cf0c2b302355665e64 +size 37279 diff --git a/metadata/cache/frames/vimu_000160/frame_03.jpg b/metadata/cache/frames/vimu_000160/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0de79ce9e06d380a670fdd6f3ff9a4b07ebd000 --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ad141c5da891db6a5fbe57e370f437b499a191c5f61284860d403788c635fa +size 43556 diff --git a/metadata/cache/frames/vimu_000160/frame_04.jpg b/metadata/cache/frames/vimu_000160/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef7c0440e255bdbf6265ba98844eda02135b32e7 --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113bea8c7cca647fd70d1a0ddd28dc82090186e230261733bf6e3d5cc01dcb76 +size 55077 diff --git a/metadata/cache/frames/vimu_000160/frame_05.jpg b/metadata/cache/frames/vimu_000160/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8da6e6dcb9386250da5d083eb3f59f65e357c56 --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4a13666c7c7fad9ef1f8d440b0904e732b0158b0852be9c1ac676ea08f99a +size 54476 diff --git a/metadata/cache/frames/vimu_000160/frame_06.jpg b/metadata/cache/frames/vimu_000160/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06ca46ff000ff04cb6e7839dfcda66f07477b8bc --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfc416932ff04b3ee2a9b3709bf5745051c236524e05a110ea801b937d6a215 +size 50646 diff --git a/metadata/cache/frames/vimu_000160/frame_07.jpg b/metadata/cache/frames/vimu_000160/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a6407146f42baeb77f2b7eebc3ddebdf99158d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000160/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c95e254fea7d951d4471ee02cbd9540eb6c5352e1eab698990b14ec42b12783 +size 48054 diff --git a/metadata/cache/frames/vimu_000161/frame_00.jpg b/metadata/cache/frames/vimu_000161/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7f2e8e70f410feeb1e2b9240819833a61ab2476 --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df6c729ddcc08a14dcce9264653141519a395bf14777bc4a9bc668a4cb28afa +size 33186 diff --git a/metadata/cache/frames/vimu_000161/frame_01.jpg b/metadata/cache/frames/vimu_000161/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4d59ed6e44376d644524d66e1210779193747b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7b01623c5b5e63c59cb7ef03f8d482077474a8daee6f96b5a5167334d33f82 +size 30711 diff --git a/metadata/cache/frames/vimu_000161/frame_02.jpg b/metadata/cache/frames/vimu_000161/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afe2556bd7411a4e33d1f12ad89c6d898137786c --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c266d30251a3414cc08cee7add66b76e3de30eaa587af45e5599f7dd5d67fc +size 20562 diff --git a/metadata/cache/frames/vimu_000161/frame_03.jpg b/metadata/cache/frames/vimu_000161/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20aa086a02abf344abb3838caf830a5ab5364665 --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28edd6e910fc59ebf78363a21ee5b82ec34cbd119eddffb3880098eb550a94d +size 21832 diff --git a/metadata/cache/frames/vimu_000161/frame_04.jpg b/metadata/cache/frames/vimu_000161/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09d39f37b6d0176b29fdce822f354814bbab344d --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def7fb82ca470db32235d34ddfcf773a10235040a1255c31682388af24948abf +size 22116 diff --git a/metadata/cache/frames/vimu_000161/frame_05.jpg b/metadata/cache/frames/vimu_000161/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60414b65a5335c259a351464a85e289ae6f4e76d --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3609c27bbc5311a947a061a14468fefd157fd5e50686bdaee9b465054bea71 +size 28450 diff --git a/metadata/cache/frames/vimu_000161/frame_06.jpg b/metadata/cache/frames/vimu_000161/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe28341f6e4ec385a13b48cc3ce4576baf273f14 --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9144e9916b92fa449e2852b213839a0a71770d36764de6604286ac83d68573d +size 35311 diff --git a/metadata/cache/frames/vimu_000161/frame_07.jpg b/metadata/cache/frames/vimu_000161/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..637546979de6a31ab6c1bba36f6db76134173cc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000161/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec06633fc7981d1d703ebf695419141d49eed9fe20410a4599db1402f1e5e6b2 +size 42454 diff --git a/metadata/cache/frames/vimu_000162/frame_00.jpg b/metadata/cache/frames/vimu_000162/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3600f26035d66ffd948fa6c97c6327d47d33cbb5 --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caaf743a402efa5c5df4e1c4214793861225fd902a9fbc3339cab23b093b05b +size 30620 diff --git a/metadata/cache/frames/vimu_000162/frame_01.jpg b/metadata/cache/frames/vimu_000162/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab4182ade9b80208d89690345f2b6d2f82a95eae --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d4c33e23e1cd0e357c55ec3fffefbe6ab044293d932d60aca352536e17928d +size 33172 diff --git a/metadata/cache/frames/vimu_000162/frame_02.jpg b/metadata/cache/frames/vimu_000162/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2d10c0d61816e531847a2ca654272ad750608ed --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2c1ebdba7d11dc623ac521c3ab2c48e44db3d268cf57605dccd167e0e7ca87 +size 40263 diff --git a/metadata/cache/frames/vimu_000162/frame_03.jpg b/metadata/cache/frames/vimu_000162/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7aa67b899171d9eb20019573c42f7b68232457c --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44fbc9f042aae24423cc02593bb0e16f2e89372ed327d8624e8ea23c903dc5b +size 42132 diff --git a/metadata/cache/frames/vimu_000162/frame_04.jpg b/metadata/cache/frames/vimu_000162/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd8bc2fe57df47bc82d93bbb769a3abcf3cb7d86 --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eff249aa5dc54ba34529c27dd6598b013240c9a56c001c4e69d045de936dc0 +size 43024 diff --git a/metadata/cache/frames/vimu_000162/frame_05.jpg b/metadata/cache/frames/vimu_000162/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c285608ae1d1dd3dda265373fd0162232c82ef99 --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11c597e470deef74d8b3a83026b0ec65645d4baca1a3dfc9b4f521c43fcd621 +size 43848 diff --git a/metadata/cache/frames/vimu_000162/frame_06.jpg b/metadata/cache/frames/vimu_000162/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75f85f36c2de204f8ba133a85193ba2f92085aeb --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c150186b57602cf5bf88f5a8c19a1a86517ff7a5862807cb1f6257cad8ef0a +size 44283 diff --git a/metadata/cache/frames/vimu_000162/frame_07.jpg b/metadata/cache/frames/vimu_000162/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7c77b5685b56ab65c57929c850e69e949b656e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000162/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015b59d8cde958541691f02bcead2163cbdcd40d056e71a7cb5f84979d98f506 +size 44668 diff --git a/metadata/cache/frames/vimu_000163/frame_00.jpg b/metadata/cache/frames/vimu_000163/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82b53442fe06eb8c1de63e2dc536c06fba77a015 --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9559f38e46049b98ac2d19f8f4c1390037788371f4d636d0f79ec47e5d78d774 +size 23669 diff --git a/metadata/cache/frames/vimu_000163/frame_01.jpg b/metadata/cache/frames/vimu_000163/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3799d672fbc1456b70ae976ede87a8ab03ee2d65 --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1d32908c900411e59066aad044e0ad05815d5884cf8a2917f6e4826d297f1f +size 26784 diff --git a/metadata/cache/frames/vimu_000163/frame_02.jpg b/metadata/cache/frames/vimu_000163/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bf93be4f9a28d25d62c5b4068035d54f6f70255 --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cfa0943c1207d07feb3a7706366d5fb26e2a232de89d8e133e075faa8bd619 +size 27302 diff --git a/metadata/cache/frames/vimu_000163/frame_03.jpg b/metadata/cache/frames/vimu_000163/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4a85dc7e08fc5f4079382f1829431932b1b3522 --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ce19d19180d1b6ce85c71323583a6e322af529599022e618bbb08287cf7d15 +size 27786 diff --git a/metadata/cache/frames/vimu_000163/frame_04.jpg b/metadata/cache/frames/vimu_000163/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d944e1ce312005e5af2932ad580249e0c52d710 --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65233561c2a27c84041ae95b2ba1892aed151d60b417e2a8c0dd7edc15af93a +size 28906 diff --git a/metadata/cache/frames/vimu_000163/frame_05.jpg b/metadata/cache/frames/vimu_000163/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80c58aa1eea9dc04443b532af0328d2ef0e9ac8e --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d86af2db0a2b8fb59272094c2b5360cc267e4ce33b4688fc369891273346276 +size 29048 diff --git a/metadata/cache/frames/vimu_000163/frame_06.jpg b/metadata/cache/frames/vimu_000163/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..284214931086ba2c432f592aa69b51cf3b093545 --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9c2c8326d6559ae4dfa1e6d8cfd3ccf2b15743b15959f5e634f964f090a660 +size 29498 diff --git a/metadata/cache/frames/vimu_000163/frame_07.jpg b/metadata/cache/frames/vimu_000163/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c67afc2641688aee036f1ed497ade59d708e7b3e --- /dev/null +++ b/metadata/cache/frames/vimu_000163/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f92e2b37c3036d72020108455f243285acc4300d9d6a624b51e4745184a300 +size 31486 diff --git a/metadata/cache/frames/vimu_000164/frame_00.jpg b/metadata/cache/frames/vimu_000164/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..269ce140264411c942209bde8a7df2df49380ff0 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb09c80f33d586ff4550626d82549addbb5cadb16236f583d672e759c1c1250 +size 54772 diff --git a/metadata/cache/frames/vimu_000164/frame_01.jpg b/metadata/cache/frames/vimu_000164/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6750cdddb2e6cbac1113970c19167beb09875c86 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0fb4443403d7a774b0724098c7f2261263e5e7e95418d70e43b9b86920a749 +size 55541 diff --git a/metadata/cache/frames/vimu_000164/frame_02.jpg b/metadata/cache/frames/vimu_000164/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87f863afa4a025d21c8e2f18aaf71fa9d2f54b36 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cb30d95779fd3e15c559e1a671c3ff969603e875e6f0f8f53f30a94c1f360a +size 57108 diff --git a/metadata/cache/frames/vimu_000164/frame_03.jpg b/metadata/cache/frames/vimu_000164/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5d6dac865d847efb31dda04f673a49bc6ce1a95 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51044e9e1111ff51319d1f3effca90d30abbf1855847e1825edf418ac2ce1f38 +size 58612 diff --git a/metadata/cache/frames/vimu_000164/frame_04.jpg b/metadata/cache/frames/vimu_000164/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6351ea7f72d4a571e42d2d348a3fc7702d79ef26 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd57b79bbef9988e80e62f80c60ba582f084c988b5acfaf2572f3789b152f5f3 +size 56559 diff --git a/metadata/cache/frames/vimu_000164/frame_05.jpg b/metadata/cache/frames/vimu_000164/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed64239a95fd51c8a6a9c0f96c6b8207ac957e10 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f90c5762639c6ec53324772a1a91a593c01817684dc6238aca2c5ce8cfe4056 +size 54099 diff --git a/metadata/cache/frames/vimu_000164/frame_06.jpg b/metadata/cache/frames/vimu_000164/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ba2406bb91f6ec923b2b7a257fad8567615bc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f83533c4a6b578034136e519aaf5fc7e0d857e3fba52ee611fce37b9147907 +size 52108 diff --git a/metadata/cache/frames/vimu_000164/frame_07.jpg b/metadata/cache/frames/vimu_000164/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6edb766f97984b440c28c236dfae6c110a0901b --- /dev/null +++ b/metadata/cache/frames/vimu_000164/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e57af3763a9e65cd38a351e84a907b389a35c972c742a38302c744b59e41a3 +size 50638 diff --git a/metadata/cache/frames/vimu_000165/frame_00.jpg b/metadata/cache/frames/vimu_000165/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f1b7bfac0f25d114b0d6867e729251c7e270ccb --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b44cdf4cf789f72c3f8c2cb9b361aeca8e10e17814b58ee6492506b6417ca6e +size 49312 diff --git a/metadata/cache/frames/vimu_000165/frame_01.jpg b/metadata/cache/frames/vimu_000165/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51ddf92b4e804eca3cd211fca5f49c19a15213f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3057222c378e298d0ad880cdde5a0d7d681aed9b9afaef268e99f70619448687 +size 48815 diff --git a/metadata/cache/frames/vimu_000165/frame_02.jpg b/metadata/cache/frames/vimu_000165/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5520eac9113bf15e9ec8dba17d62adb1b53ec609 --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79091a17cd154f96c4f3412b47b07d5bcdf96386baaf05ae1d4b13ada5a71316 +size 45175 diff --git a/metadata/cache/frames/vimu_000165/frame_03.jpg b/metadata/cache/frames/vimu_000165/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ba54823523407fe18c4c03dc60f62a8e04174b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2996b9384db6f068cdc9b81d997af3a3f73fa5112b1a04fddd3f67f9e80e092b +size 46776 diff --git a/metadata/cache/frames/vimu_000165/frame_04.jpg b/metadata/cache/frames/vimu_000165/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55f27bd23362cd09c6e8f226120617333473e65c --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ab1ae2a620c6d5ba695b77fdf96a384178a3d055eaa8cd29f1baaa04c1d93 +size 45325 diff --git a/metadata/cache/frames/vimu_000165/frame_05.jpg b/metadata/cache/frames/vimu_000165/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa9b95e7f237d62727fe060c5fe7dca74ecd3126 --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326e5823c1fe7078ecd6064bb665a870369c98c3ce8457c1c5a4195ead5500fe +size 47115 diff --git a/metadata/cache/frames/vimu_000165/frame_06.jpg b/metadata/cache/frames/vimu_000165/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68f0a23e6089344588f5920d684c41534f0a75ad --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce9328b083122223e7043d5f48c50cc223a0c731a18b561705692a8695510a4 +size 46168 diff --git a/metadata/cache/frames/vimu_000165/frame_07.jpg b/metadata/cache/frames/vimu_000165/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e478d93f38f3cda1c0e89dfb1051ba4b9381818a --- /dev/null +++ b/metadata/cache/frames/vimu_000165/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003f5bdf9a128fd79ce1d08f8b50675128ab803981054c239266bfcba25895fb +size 45880 diff --git a/metadata/cache/frames/vimu_000166/frame_00.jpg b/metadata/cache/frames/vimu_000166/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7f28fb6b63a60eeed3eb7660d3466ac600a4d20 --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a564936be5656f9375ee59c2da2b2d906fe66bf6b67d8ec615ddf72550b5cc82 +size 51562 diff --git a/metadata/cache/frames/vimu_000166/frame_01.jpg b/metadata/cache/frames/vimu_000166/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa5027a7f30bf3c65cda279d497395a64d702da9 --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c75ac6bf4f4aee9884df3cf41341c05353e8c3bbfcb141de7d7db518d0e9b7 +size 59717 diff --git a/metadata/cache/frames/vimu_000166/frame_02.jpg b/metadata/cache/frames/vimu_000166/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..642deb2c656ab38c695edf962892db924d2a7fa6 --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9e1c6fc7595533628cb6f0ded4a674a2bf32d68f1fd94784d40676eeb45eff +size 59658 diff --git a/metadata/cache/frames/vimu_000166/frame_03.jpg b/metadata/cache/frames/vimu_000166/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50ed404df5ba2f89542278605ac6f10d4391dab1 --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e6f5915fee641ef7e8de19f995f1d19f4088093120f96b3d5a8660d87cc365 +size 35203 diff --git a/metadata/cache/frames/vimu_000166/frame_04.jpg b/metadata/cache/frames/vimu_000166/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0aa7e474f4caf4203dd7393fc65fc3d1dfa29ea --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359ed7857195216b11931b02eb5ea944d6b1fc01fa2a4709486846fa51da8539 +size 37081 diff --git a/metadata/cache/frames/vimu_000166/frame_05.jpg b/metadata/cache/frames/vimu_000166/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99be3371954e1fb542ef1823227550effc159043 --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258e825139c37f7b7517b1ab0abbbbd14c72369268896069e6e755bad2d07010 +size 37347 diff --git a/metadata/cache/frames/vimu_000166/frame_06.jpg b/metadata/cache/frames/vimu_000166/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6899a0d4b1e66d884aa934e58f038532a82b79b --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c825c09175377520e7c5cd719bda0cc7df26f67e9f926d3b3836469ee910c64 +size 28323 diff --git a/metadata/cache/frames/vimu_000166/frame_07.jpg b/metadata/cache/frames/vimu_000166/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a0d3ff9bc3e2f5167fd7acd79cc334fa064ec61 --- /dev/null +++ b/metadata/cache/frames/vimu_000166/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10583cb9e5817f1365b6e3203b8d4b9d4bd5a580b612d75a3b355a15ea5bc6e8 +size 36964 diff --git a/metadata/cache/frames/vimu_000167/frame_00.jpg b/metadata/cache/frames/vimu_000167/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cec3c1d5018726f34622298bad284539625adf9 --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963cff531c7f05f3e615ff3564546d0999784fe529b53786261ca8ca9d7e01ad +size 25137 diff --git a/metadata/cache/frames/vimu_000167/frame_01.jpg b/metadata/cache/frames/vimu_000167/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2415f90581b4ce33e82a2ce9525b6c444b1d07ca --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f777c55c9104f1b878bc719fd5953d7b59491079f051d4d79f43d1d4061b0 +size 29306 diff --git a/metadata/cache/frames/vimu_000167/frame_02.jpg b/metadata/cache/frames/vimu_000167/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9504fc9effc575763835b8db70fbaa066ee91a84 --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae2c0ffd7b86c3296fce6a03e48e69daf8d194c986c8752f0813afdca3e643e +size 32760 diff --git a/metadata/cache/frames/vimu_000167/frame_03.jpg b/metadata/cache/frames/vimu_000167/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b41647d022d11bf69da4f267bcf43c820cc25366 --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a757381e2edb18b09ceada539f681f292b54f5283111cc2196028da2230ca7 +size 45132 diff --git a/metadata/cache/frames/vimu_000167/frame_04.jpg b/metadata/cache/frames/vimu_000167/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b38da5f361e50c7d4295b2a50b3b67a1e45af1d --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f60b276f5e704842b5a8aba06817120539b5be12cb19a38a86e7227e4e3e9d0 +size 31582 diff --git a/metadata/cache/frames/vimu_000167/frame_05.jpg b/metadata/cache/frames/vimu_000167/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d0fece91c7eaa58f8969d698a5baa7413d638f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295fdf5c8e719597677669242189171ba96c11c92b88724dbcfe977a9f3d05bf +size 43758 diff --git a/metadata/cache/frames/vimu_000167/frame_06.jpg b/metadata/cache/frames/vimu_000167/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba6a78100dd31b4894bd028d81e5aade32365869 --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56aa0c96736c7c6979ea2ecfc0534202168a9ff351301f29c412417bbd80793 +size 33332 diff --git a/metadata/cache/frames/vimu_000167/frame_07.jpg b/metadata/cache/frames/vimu_000167/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff7dfc5f931f3a4a0e16040298f4dbe1334b1740 --- /dev/null +++ b/metadata/cache/frames/vimu_000167/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac25f3970c012b8381ec940d74132b981b0ca6977b9874372d421e7269ef6631 +size 31645 diff --git a/metadata/cache/frames/vimu_000168/frame_00.jpg b/metadata/cache/frames/vimu_000168/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47cd396b67627f009b221edf8ae0fec06df8ada5 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230780374878dafdbd093f00c3a3886b5b4460ef939ae4f636b9f32078e82b8e +size 34656 diff --git a/metadata/cache/frames/vimu_000168/frame_01.jpg b/metadata/cache/frames/vimu_000168/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..838f44bea10f1a19307e6925cfd1fc20e7d7fe73 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda5866ac5a2fbefabfe0bb2bbc087993b24628506c248da566cf7ac7f5d0c17 +size 36205 diff --git a/metadata/cache/frames/vimu_000168/frame_02.jpg b/metadata/cache/frames/vimu_000168/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8a32898481293ccb9e38a5ab4e2494063db3267 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c544de4d4824b4b896a6e611df1a22505b6c096ed16243297cca3e2185dab173 +size 31245 diff --git a/metadata/cache/frames/vimu_000168/frame_03.jpg b/metadata/cache/frames/vimu_000168/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94c7af38c215484884651dcbe354b7b6f9f407e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88662b75931446316887be6e97334c0d83aa6f8e129c21cb0a01405a47ff361a +size 37919 diff --git a/metadata/cache/frames/vimu_000168/frame_04.jpg b/metadata/cache/frames/vimu_000168/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf2e4ca7b0320dc96e06cbcc241964c229463065 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac88d1103d41e27ae1102d68e9b2b716940d50804fb24597eadc418b81f68e16 +size 39965 diff --git a/metadata/cache/frames/vimu_000168/frame_05.jpg b/metadata/cache/frames/vimu_000168/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae59b6d230447fa1cd134b54d3de05e174337f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c296f30d7f559dd7b39759f91fa3ce6556319964993bda9225f80673cf194785 +size 41480 diff --git a/metadata/cache/frames/vimu_000168/frame_06.jpg b/metadata/cache/frames/vimu_000168/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2523744ad20c18660d27403821c235a9035c4a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d4589d530a49914918be31ecece557721d89a10e1c77c51ded5dcec45963c3 +size 39864 diff --git a/metadata/cache/frames/vimu_000168/frame_07.jpg b/metadata/cache/frames/vimu_000168/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2f17695d17bf2d38f4ace74f77a7c8a3ac68184 --- /dev/null +++ b/metadata/cache/frames/vimu_000168/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48140aaa73ae7b47670bec42e2476a2caf39714e4dc4db66bf7c6ca456743b3d +size 42373 diff --git a/metadata/cache/frames/vimu_000169/frame_00.jpg b/metadata/cache/frames/vimu_000169/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31006a4959688aa6dea779ca875713b24c8fefaa --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c95f2b7b1b0cfdf6da27d21aeaa57815cac5afa0afb155498471bf362cef2b +size 39811 diff --git a/metadata/cache/frames/vimu_000169/frame_01.jpg b/metadata/cache/frames/vimu_000169/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57d7392e3736aa1fb64f6bd03ef312b68eb1a538 --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b825cadb936ca3a5e2afc12c5efe216b0be3f381f96851a15e9bfb3270b358 +size 33394 diff --git a/metadata/cache/frames/vimu_000169/frame_02.jpg b/metadata/cache/frames/vimu_000169/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69ad713b0fe85d3c3cadde388b564b28a874ed77 --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006ef2eac862f80dd28fe5b6c671f0c2fe894fd7b297b611a62304ba13ff1340 +size 31840 diff --git a/metadata/cache/frames/vimu_000169/frame_03.jpg b/metadata/cache/frames/vimu_000169/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40d82f8e1b0d6a46f037851585e738a3cefde601 --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32922a38685a8cd59c2c825bd9ac2d3b91fe8b11120a0c3e861ae2048fadf63 +size 43693 diff --git a/metadata/cache/frames/vimu_000169/frame_04.jpg b/metadata/cache/frames/vimu_000169/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46c18210f2011d2fa739d1c6ac2c00881ff8aa4d --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dea204a337bfad154d7fc33b1d50d76ad67fd60eaa442b3c1461d68a6da9be +size 38629 diff --git a/metadata/cache/frames/vimu_000169/frame_05.jpg b/metadata/cache/frames/vimu_000169/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afc2f2d630bc767ca2134c19c1c58d67ead91b70 --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6de82d64af91a2fb43a5c9d536d5f0f0134f962e83f4f2f4f0b7ee50d89214e +size 47770 diff --git a/metadata/cache/frames/vimu_000169/frame_06.jpg b/metadata/cache/frames/vimu_000169/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0ebf7fe557c155b5780593ed856f23a270305af --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa927b8b57315f87ea67e5e3cdf833b2440bb84e47b4f9d3e033dddbab7a1bc0 +size 40124 diff --git a/metadata/cache/frames/vimu_000169/frame_07.jpg b/metadata/cache/frames/vimu_000169/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4bc7f2aa3d920fea12b2e40be72b7a412752127 --- /dev/null +++ b/metadata/cache/frames/vimu_000169/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd5084904cabdeb7ac907f7ad1cad83a35bd1c2247b183701e4bb3e3590197e +size 35502 diff --git a/metadata/cache/frames/vimu_000170/frame_00.jpg b/metadata/cache/frames/vimu_000170/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..570b52e91f32dcf163d9e0ac8473b8d7a066175a --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85c0397e4c0c89cb8ef7488461a494483f6f896267c8fd578a2c0a74fbd7c31 +size 35340 diff --git a/metadata/cache/frames/vimu_000170/frame_01.jpg b/metadata/cache/frames/vimu_000170/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3885eb41bf7a1a9e0639fb639c32bb57265eb8e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57de1f0cb3c69879ec907f0cc821c2b7571845c5fc51ba60aa2462ac7f7322c8 +size 30667 diff --git a/metadata/cache/frames/vimu_000170/frame_02.jpg b/metadata/cache/frames/vimu_000170/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5cb8bca3ef72744c13dc8fda2f8aabb6351f9453 --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524c79b610846afa4c58fd6bad4a2dcc0aaabfe034782423b1caa2bb0db42093 +size 22299 diff --git a/metadata/cache/frames/vimu_000170/frame_03.jpg b/metadata/cache/frames/vimu_000170/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a498d58adfe1115506b128a2a80cc92f5bb4fc19 --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32bd8dbd71474cf6498d1657795f6078d62315fb360ffb0358a2bb5ff25541b +size 29390 diff --git a/metadata/cache/frames/vimu_000170/frame_04.jpg b/metadata/cache/frames/vimu_000170/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7df86f7ba296ea1013582237441e7ea65f73f501 --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a7ee5dfe91396c9a6295b40b36340d3c14b458bd2ac52c9dd2d72f442d1970 +size 29145 diff --git a/metadata/cache/frames/vimu_000170/frame_05.jpg b/metadata/cache/frames/vimu_000170/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83d362c4658a096072cb6f0bcc32111eaec99a0a --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0c1f2affa2ec385781516e9eac5f3117eab06a52e7ea56c0a182d117634ac3 +size 30372 diff --git a/metadata/cache/frames/vimu_000170/frame_06.jpg b/metadata/cache/frames/vimu_000170/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..168f0fd5bb5239624059374a5697a0a167cec757 --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433b2a33d5d0e71e6460f723f7b6bdf65b1c7762781fced909460a6c731e75ad +size 29812 diff --git a/metadata/cache/frames/vimu_000170/frame_07.jpg b/metadata/cache/frames/vimu_000170/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90e927a8b772093a35859c03e3febf6ab84acf06 --- /dev/null +++ b/metadata/cache/frames/vimu_000170/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9465ea7a6ceb4e5304e57b326366ac4e18a0e1624fd3d8ad75e2c1c8ca4e0847 +size 29533 diff --git a/metadata/cache/frames/vimu_000171/frame_00.jpg b/metadata/cache/frames/vimu_000171/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efc11fa59cc2c456b40da9e208571e2837374b7e --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86aa66b32bed958f37df48b0d654e8108746f2fd7c7f5edef5d48fd864f1081c +size 43413 diff --git a/metadata/cache/frames/vimu_000171/frame_01.jpg b/metadata/cache/frames/vimu_000171/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61273367cd9402aba617da456e9183d3aa784fd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5cc816e09b3f0a3333f0871fc4db9b4e398adf9095e33e22638a58e716b672 +size 33503 diff --git a/metadata/cache/frames/vimu_000171/frame_02.jpg b/metadata/cache/frames/vimu_000171/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d1568c3da5d49928ea1ba65ded294958b8aa7ac --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4870e6524f70358533aeb713dce58105053ceec3b3110fb819fa7f442c7370eb +size 37303 diff --git a/metadata/cache/frames/vimu_000171/frame_03.jpg b/metadata/cache/frames/vimu_000171/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bd753c4d230dbac1a1438fdb8d7f8bf74e3d387 --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc1c9e84789dc6b22c830b793b1ad2b80ea89f19851a0779897bcb621b7e4e5 +size 37652 diff --git a/metadata/cache/frames/vimu_000171/frame_04.jpg b/metadata/cache/frames/vimu_000171/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00276718896a6819105674c722278253df208c47 --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4c43f6a386a02dd8f1432c28181a993e8786a27de4df595119ffbccda8ae4c +size 41010 diff --git a/metadata/cache/frames/vimu_000171/frame_05.jpg b/metadata/cache/frames/vimu_000171/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..301dff509c422c790c2147abf65199a859eacff9 --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ca39105a118d2da10def7858c9a88f3641e14f88da4ed4b866e96e21d9a7d3 +size 39411 diff --git a/metadata/cache/frames/vimu_000171/frame_06.jpg b/metadata/cache/frames/vimu_000171/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d05e14048994e316952b5aa201e9b3c63afa375 --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ab5cb6fc5496f0b5b013f4784598e847997222985966852267c3c383bd4a6b +size 37290 diff --git a/metadata/cache/frames/vimu_000171/frame_07.jpg b/metadata/cache/frames/vimu_000171/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5ababb7374739918c9d9762d89304b3841ace41 --- /dev/null +++ b/metadata/cache/frames/vimu_000171/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aa4dd2953ad3792c75ac3545fae14e0a2b58a49a0052580134a2ea04cb89f6 +size 35595 diff --git a/metadata/cache/frames/vimu_000172/frame_00.jpg b/metadata/cache/frames/vimu_000172/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7269277054e2fda2c00513f6a833fa4aa96121b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73155ef9c482c755fc4b2bb9c43c08dbf597fab1faacc72942547024a349233 +size 55012 diff --git a/metadata/cache/frames/vimu_000172/frame_01.jpg b/metadata/cache/frames/vimu_000172/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4edc628bd195b515f4268579d6af0296e0e386f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c97ad562b26e146ea2841d0a0c41bbcadf47146c3829ef4375fce5f0de6be4 +size 63992 diff --git a/metadata/cache/frames/vimu_000172/frame_02.jpg b/metadata/cache/frames/vimu_000172/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..572f678c3da3335ac6afbb24c8e958f06ac1b226 --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea5b632ff1f321c64cc918c53314637611f339b229c3b67c3dc97664e0f6fdc +size 66886 diff --git a/metadata/cache/frames/vimu_000172/frame_03.jpg b/metadata/cache/frames/vimu_000172/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12520b9e04e9faae5d98708e2a2f8cea4c62dfef --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac7c716f1daae8af00b70d34f5a0ad1301976d8612646b4f7d99f27125bc8f3 +size 59648 diff --git a/metadata/cache/frames/vimu_000172/frame_04.jpg b/metadata/cache/frames/vimu_000172/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff30255537204b3e5f66ba413460098284cdc4ab --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f582647b2a17e9e1c79ef0d4fc51bbbf258334ec1e2e6f1ad5dbd675edbe7c6b +size 65966 diff --git a/metadata/cache/frames/vimu_000172/frame_05.jpg b/metadata/cache/frames/vimu_000172/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4828615b644b8c75e508d92065abf4b14fc63fd --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e385cc2f08a594a55d5a419c32453c3c4c2f06ee7f58ec0296c24c6ddeb5b96 +size 77217 diff --git a/metadata/cache/frames/vimu_000172/frame_06.jpg b/metadata/cache/frames/vimu_000172/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8580730e7153cb0d664f094d6fcd3362291ca1e --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92369e729b6bedd8a128bba292aa16c9147c8bc50408624278ab018941cfc12 +size 71794 diff --git a/metadata/cache/frames/vimu_000172/frame_07.jpg b/metadata/cache/frames/vimu_000172/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..300bb300a0de691f6e6d83943dbd390a121a6abf --- /dev/null +++ b/metadata/cache/frames/vimu_000172/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba7df276d40e699132e754a8318337e54968172ebe43d047f35f1e14565560a +size 68174 diff --git a/metadata/cache/frames/vimu_000173/frame_00.jpg b/metadata/cache/frames/vimu_000173/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69b6d28e5cb4db248a04e3b0defb6beca603c066 --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38ee9c7c6c96002f16332f4c5f796d2e43c9fd88deed872df0ac29bf536d2b3 +size 40176 diff --git a/metadata/cache/frames/vimu_000173/frame_01.jpg b/metadata/cache/frames/vimu_000173/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20e936d20a2bad7b07dc555c71d2e8cdd1838343 --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda61fcf4f6140f4f1cbbd9524ed70e88fceb6f1a67bad5f6dd17098bb813e7 +size 44946 diff --git a/metadata/cache/frames/vimu_000173/frame_02.jpg b/metadata/cache/frames/vimu_000173/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a8e4f0346d627a5cea6b8d47b1758a33e32b231 --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733a78a14f74fc4efc1a40104b024a861acbb8cb67e616339fcf60581f0c01f3 +size 43682 diff --git a/metadata/cache/frames/vimu_000173/frame_03.jpg b/metadata/cache/frames/vimu_000173/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d092807049c41741ae1c891da1147ead15b9726 --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3006ad1447d854f7ebe7394768cff14792e2dad23f8240bd807e7a3ae4aae2 +size 45148 diff --git a/metadata/cache/frames/vimu_000173/frame_04.jpg b/metadata/cache/frames/vimu_000173/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8efd940cd88d32ed58efb10171cec14ecaf789ac --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783d9d056d6bacfc7327c991324dbeb3e63d84737a877cdbf79d7e4d5eeb0331 +size 46570 diff --git a/metadata/cache/frames/vimu_000173/frame_05.jpg b/metadata/cache/frames/vimu_000173/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbe6b7cb365900b4ab7983d26f23cc03c6df046d --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffce950abea5f2142be26c5ad80a25d6f5bc56a7a731b0f631d104de893d39ec +size 41909 diff --git a/metadata/cache/frames/vimu_000173/frame_06.jpg b/metadata/cache/frames/vimu_000173/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17070ba0df6bf1eedce439f671b46e9184277a7f --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f23d8e2f275efdbcd538d0057426f5690e324e42af78f2200a59a45d1c66c7a +size 37363 diff --git a/metadata/cache/frames/vimu_000173/frame_07.jpg b/metadata/cache/frames/vimu_000173/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a9b7fa25912a198abe44796912672bed0f320c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000173/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2db0999a37ad421f16fb9415984efd6cb41c332c60b184fa428a913d04fae9 +size 42232 diff --git a/metadata/cache/frames/vimu_000174/frame_00.jpg b/metadata/cache/frames/vimu_000174/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf363adb6d75a742e50a6c81d57b741f85465835 --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b9d6d9d73335ddb3c419d1326faf1b9d88bfa8358847c679935439aa61eb89 +size 27250 diff --git a/metadata/cache/frames/vimu_000174/frame_01.jpg b/metadata/cache/frames/vimu_000174/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c73cec5116ba6e198ce19c211331e0c1a7fd231 --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0f80b46eb8aa0e2b874c3b9cfa82534d99c130af8af19f67b33d68dd17593b +size 28862 diff --git a/metadata/cache/frames/vimu_000174/frame_02.jpg b/metadata/cache/frames/vimu_000174/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7a0b08933396b7647de9735b83a105cd38484d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22636dc60b8c9ba339a04b6a3d6d9d6d3b97cd316c4596c5691e91c1409022d6 +size 35656 diff --git a/metadata/cache/frames/vimu_000174/frame_03.jpg b/metadata/cache/frames/vimu_000174/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..276d5593fc8912376fa9bb60dc65d5161b05233f --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85b5bbdf3867ebefd15569067744ccfcca728d26ffedfbe51577647a5de55e2 +size 30768 diff --git a/metadata/cache/frames/vimu_000174/frame_04.jpg b/metadata/cache/frames/vimu_000174/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6c14a7854462b53e05f4fad1301f124faca6947 --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965c322b4f5024739336ea9142be8f0c6e9b588fc24f9ec5e687e54da0f24ff8 +size 23553 diff --git a/metadata/cache/frames/vimu_000174/frame_05.jpg b/metadata/cache/frames/vimu_000174/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5c68dd946e0a95c031be5664cc4b5e098b1c7e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47288a76d69bcfd59d24d79ae00d6b5dc3fe0613af044488c9534305c74ba411 +size 32167 diff --git a/metadata/cache/frames/vimu_000174/frame_06.jpg b/metadata/cache/frames/vimu_000174/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34769a3ee6c0dd2836f59474a971639868a1523c --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012e0c0835b7e5b01c54e53fd28bf34eadb15e591bd3a2f82867cf1d3ad0f296 +size 27784 diff --git a/metadata/cache/frames/vimu_000174/frame_07.jpg b/metadata/cache/frames/vimu_000174/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ba7341fd69deaf66bedc3e2eedd18cdcda79402 --- /dev/null +++ b/metadata/cache/frames/vimu_000174/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c1cce1e7c48e5c65abf77c5a4ec1498b66ebac6b7c86722945a65fe3b3cef8 +size 29428 diff --git a/metadata/cache/frames/vimu_000175/frame_00.jpg b/metadata/cache/frames/vimu_000175/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0406ea292d1098c828c5fa3ab27fbca5e734a25 --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723f9b151ccfb84c82f7333e71921c690e4e50254f09f79e403cb018536d88dc +size 43811 diff --git a/metadata/cache/frames/vimu_000175/frame_01.jpg b/metadata/cache/frames/vimu_000175/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d99621f5d7ad8aa2fd9a710a9b3b7745daae6e6f --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c771a4de72c709b9f93a04dded0f7060f05beb1bb71d92e2d86e468922e03c +size 44185 diff --git a/metadata/cache/frames/vimu_000175/frame_02.jpg b/metadata/cache/frames/vimu_000175/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dea9eaf6daa7a5a8377d22dcb2be79e7d15495b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd58ca37baa75381d26b21f2ac40f4b1788d4fb44648a323bfe8a18e0f00fc9 +size 41773 diff --git a/metadata/cache/frames/vimu_000175/frame_03.jpg b/metadata/cache/frames/vimu_000175/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45ca9cc4c99eb0650eb5c2a750ff07ce58ded3fa --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaedb65500f53434cb269a12b025b4586f6203bf2651ebb132cedc8865c9cd2 +size 31552 diff --git a/metadata/cache/frames/vimu_000175/frame_04.jpg b/metadata/cache/frames/vimu_000175/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98a36d37a0d5cda94544d3d22a71ba8cc5b5a804 --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233c7bc9138afb6958fdb83b44d3dc2246981550a742fe1fd0a8c81ba1e25258 +size 36196 diff --git a/metadata/cache/frames/vimu_000175/frame_05.jpg b/metadata/cache/frames/vimu_000175/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a765a88fd3b53ddcc26944d6fe972d27e4cc594 --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75016848d8a9d29b30fd4ddc1df5833d916a49e89de528c61401718ae14087cf +size 37892 diff --git a/metadata/cache/frames/vimu_000175/frame_06.jpg b/metadata/cache/frames/vimu_000175/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72de8c3b3afad1c242c0ef69480579a089774156 --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ba90dceb108b5a7bc86e3396cab2cf32a77b80e0684ec15564c3a30439a981 +size 39761 diff --git a/metadata/cache/frames/vimu_000175/frame_07.jpg b/metadata/cache/frames/vimu_000175/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20dbe6100702089bcba96f7c9eee7b5f40370803 --- /dev/null +++ b/metadata/cache/frames/vimu_000175/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc221fe14eaf6a81407d63837418f186429ae5265aeb552378d8c39ac17eb045 +size 41049 diff --git a/metadata/cache/frames/vimu_000176/frame_00.jpg b/metadata/cache/frames/vimu_000176/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb1c98380f09c37031a5583e5b3cf6e200f2e3ad --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a98c06c8d586b400119ed5495db5ef88e4a7611c9bd3fd500efdc812f06423 +size 44834 diff --git a/metadata/cache/frames/vimu_000176/frame_01.jpg b/metadata/cache/frames/vimu_000176/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e46b47095830c03113b6d966ee7de70c7bc54e6f --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578e113a36a9090dd06e146fdb4496187d5eb365d13b5fbfe1cdaead4ed3014e +size 39201 diff --git a/metadata/cache/frames/vimu_000176/frame_02.jpg b/metadata/cache/frames/vimu_000176/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebae6f4242d33d7afc41afebd85f3ee4d1d5896c --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512649b4d04a1cca0e50b8133cf0f71022a687ed453b4e79361090ae7ebf5272 +size 36589 diff --git a/metadata/cache/frames/vimu_000176/frame_03.jpg b/metadata/cache/frames/vimu_000176/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d52526323ced7fddfc16a7d4b9c24913dd74fd89 --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d277ce59ff6ab1099c20cb371855341d179dfee4498267e224631f68d2bc3a0b +size 37114 diff --git a/metadata/cache/frames/vimu_000176/frame_04.jpg b/metadata/cache/frames/vimu_000176/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d4ba3141387b57cd1906db35051f764d2f1b5e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e244b26b66880441892a553c10dc9d4d4bdb070f1d9cb4fb873cc1127aeab2f +size 43064 diff --git a/metadata/cache/frames/vimu_000176/frame_05.jpg b/metadata/cache/frames/vimu_000176/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..321f7ba7368f805dbdb2069004948cbdd4bc95fd --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70728e0e0146ffc5975fcaf8e13f4ecf1f86b4ab51d322feeeeb7b1676165971 +size 38628 diff --git a/metadata/cache/frames/vimu_000176/frame_06.jpg b/metadata/cache/frames/vimu_000176/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fc5b5044bef590a2f35ffd2da01fdf0a0c1a06c --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6939295636e65e44cef1077582705b4879418612a31dad3d71051f131bb1646c +size 42396 diff --git a/metadata/cache/frames/vimu_000176/frame_07.jpg b/metadata/cache/frames/vimu_000176/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc4eb8623a97f366f4f43567ddca3f31f2c7f828 --- /dev/null +++ b/metadata/cache/frames/vimu_000176/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e10e16f2fcab83cb8d64f0da312230700a117852fcf8f70373032eb3c11ebec +size 44416 diff --git a/metadata/cache/frames/vimu_000177/frame_00.jpg b/metadata/cache/frames/vimu_000177/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33f89bee1752b3e6cd81cc4673de517831d41482 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800f5ebbfbaccf79ff9d23dd381ffb93e65ba846e56e874c5e2e873b58ecec56 +size 45491 diff --git a/metadata/cache/frames/vimu_000177/frame_01.jpg b/metadata/cache/frames/vimu_000177/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..635bbe6a09b27b7b379ae71f34b411ef6b69e94c --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872332810b4b13b44db09f36f2b52f88ac7680fbff33cd4a7d92cd6c96b31d77 +size 42141 diff --git a/metadata/cache/frames/vimu_000177/frame_02.jpg b/metadata/cache/frames/vimu_000177/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3033dba753db6cfbd583f6b13da55f8627650e76 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60689247ab8ac419e4b0e8b2c432055cc29c59470062d5171a0b14cc1ae99d2 +size 36324 diff --git a/metadata/cache/frames/vimu_000177/frame_03.jpg b/metadata/cache/frames/vimu_000177/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5860dfda6049d11cb13a715ad201659b24caa0c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0b8d84779d7f626f10e95505893c1b15bb5b6976332e75659d8e6aac01f766 +size 37414 diff --git a/metadata/cache/frames/vimu_000177/frame_04.jpg b/metadata/cache/frames/vimu_000177/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3fd0229beaf94530618adb2f79fbf11ff880408 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d8118b962b5343767357550b8911d78dfdd61d7f32812faf756bca8f3b0316 +size 41585 diff --git a/metadata/cache/frames/vimu_000177/frame_05.jpg b/metadata/cache/frames/vimu_000177/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5dd62a990b19ebf7c624ff23e374135d09ba2c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5283656cdb86717ba12a41da48fe06004d08bc9a3e0660a746b3a3cc3ff142e1 +size 44926 diff --git a/metadata/cache/frames/vimu_000177/frame_06.jpg b/metadata/cache/frames/vimu_000177/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a38a153adaa6122b164e4550bf6a06fd41d1eb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea8834dd789a25ce3419a2595d4c0d00216351e2654ca1759e9ff55bd76fd70 +size 33268 diff --git a/metadata/cache/frames/vimu_000177/frame_07.jpg b/metadata/cache/frames/vimu_000177/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bde1bd4ccedd57c4f0825b0fccd70968e9f6632 --- /dev/null +++ b/metadata/cache/frames/vimu_000177/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3324f228f035f3a3afdded8e4e7e5c49a021407300641fda2a3d20870882f87 +size 46224 diff --git a/metadata/cache/frames/vimu_000178/frame_00.jpg b/metadata/cache/frames/vimu_000178/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dec7ba6302cc7269c7f493562f0b1ff19c523dd4 --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4be56686dabebb6e3e76b27abea06742f57266f1b5e5091312fc8dc169ab51 +size 44715 diff --git a/metadata/cache/frames/vimu_000178/frame_01.jpg b/metadata/cache/frames/vimu_000178/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f8e49dbc07faaa75425f42f6106bf6387352e68 --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d1664f36ea85dd0569fe83db45893ba885687afbb0d6be6cebd8dd810b07e2 +size 48193 diff --git a/metadata/cache/frames/vimu_000178/frame_02.jpg b/metadata/cache/frames/vimu_000178/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67081d561995c4130a02cc51e39ddbaff7139368 --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f27e3c0c417f275ca8caa800c35477e4000b92e8c05a3fc1195c537b4156e5f +size 49909 diff --git a/metadata/cache/frames/vimu_000178/frame_03.jpg b/metadata/cache/frames/vimu_000178/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a95a636462f0822cae1815947d2ef760da0ed02e --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc87f1030087ee630f107c56043eede22c4776723165954be1e9c775884287a +size 48884 diff --git a/metadata/cache/frames/vimu_000178/frame_04.jpg b/metadata/cache/frames/vimu_000178/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..304600307d2a0f022891da889d11bfd32df5ef25 --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9073433981228dc2ef16fbbcdfac9310c71795512dcd0c73f5dda3d6622e7e05 +size 47078 diff --git a/metadata/cache/frames/vimu_000178/frame_05.jpg b/metadata/cache/frames/vimu_000178/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a899a6a7d9493cde4bbc63a8c1ff4794fab4aa7d --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec9fec8df7cfb7d9d2f83cc4252bd6b2e417a8210c3e3a58ebe64c39ae71bf7 +size 47451 diff --git a/metadata/cache/frames/vimu_000178/frame_06.jpg b/metadata/cache/frames/vimu_000178/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7956b0ca829aa915d53b8f22c3d015017811ce9e --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f128f6cf70ec02338644006722839615306d3db84c9e9c0d2df22b7430c5757 +size 48743 diff --git a/metadata/cache/frames/vimu_000178/frame_07.jpg b/metadata/cache/frames/vimu_000178/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94c328d25d67aee7c90fad85b644878b62ef0bb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000178/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058d644e8a71aac3c9db7534842a80624fce403fe658ddab5bdc23da99cb52a0 +size 51898 diff --git a/metadata/cache/frames/vimu_000179/frame_00.jpg b/metadata/cache/frames/vimu_000179/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..714f5ee83e1d44614c98022a486b147bd940926c --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab7580c5ff50fd67305ff3ec4178eb001bea0448ad68c6d2a28d27f4b7ed7fc +size 45028 diff --git a/metadata/cache/frames/vimu_000179/frame_01.jpg b/metadata/cache/frames/vimu_000179/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e9f3852254d2c415dfacefe919ebe17033255db --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b7ac310b955f377dba3bc9c1fcb1dca55ad39a82a6df8234e3adea7d4060e3 +size 49082 diff --git a/metadata/cache/frames/vimu_000179/frame_02.jpg b/metadata/cache/frames/vimu_000179/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eac8a52dba41a6ae7f2d4695154419c7b7135b4d --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49ef156e1e186047d2df53e9d2c05ef63804616921e1ff19c0df912e9a05b32 +size 50537 diff --git a/metadata/cache/frames/vimu_000179/frame_03.jpg b/metadata/cache/frames/vimu_000179/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2dff79804e6b76f95f2bf76c6814dff3d3d7fcfb --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403f292e3da59736f6343c05c7f7afb501cf7356f4819c7f2c543827598373f +size 49565 diff --git a/metadata/cache/frames/vimu_000179/frame_04.jpg b/metadata/cache/frames/vimu_000179/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a8786a88fc8ab30dac4e50e33f2878e46995f58 --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b6f42437cccc01d8f4a2722dc1a0a7d209f508e1b1a9af66fe69df2faa17e7 +size 30539 diff --git a/metadata/cache/frames/vimu_000179/frame_05.jpg b/metadata/cache/frames/vimu_000179/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4289241407260f07c0b07367d74849e83f6a6bd --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5753b76a5c83126416a82b5329abbae62517bfdb3c7585d6014d7c29e486b48e +size 29680 diff --git a/metadata/cache/frames/vimu_000179/frame_06.jpg b/metadata/cache/frames/vimu_000179/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3c33a42369e174f6976798948d2ce83714f2e44 --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439015b7f52da3bdd6967c0675344fa32571f31046af7c20e5daaa1f6c7da71 +size 28534 diff --git a/metadata/cache/frames/vimu_000179/frame_07.jpg b/metadata/cache/frames/vimu_000179/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59e4351eaed7fc35f494993d884afca52beb897f --- /dev/null +++ b/metadata/cache/frames/vimu_000179/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7982047404ec8659aa67d97284d224cefe24a4bb09e18d46c2a80c3686e7616a +size 54415 diff --git a/metadata/cache/frames/vimu_000180/frame_00.jpg b/metadata/cache/frames/vimu_000180/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..836d65e8756d11a67365f5808dcab36057a05bd7 --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3322fff0e63b6d546be5a1e6b698dea7e38f9e973a8fca25470caa31b8ca468e +size 34191 diff --git a/metadata/cache/frames/vimu_000180/frame_01.jpg b/metadata/cache/frames/vimu_000180/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f91974ce219e3c665e97f6b86ad76050b2d82e59 --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27afca8b240b0df70632a3b00ca3f0843d87a705a7261d28e6336f5195c42b92 +size 38265 diff --git a/metadata/cache/frames/vimu_000180/frame_02.jpg b/metadata/cache/frames/vimu_000180/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b37dfdf0d9afd4fab34d1ff5b0863a0fb5e525f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1b0b2a03c37cfe55b0a07fd2c130f9c00c4401ee948bfb36155dcf72bbb0e1 +size 38506 diff --git a/metadata/cache/frames/vimu_000180/frame_03.jpg b/metadata/cache/frames/vimu_000180/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..432223d1658ce1689bc25dbff98fbef792091441 --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db33ce9a9937114266da57022cd108fd8a0df77aecd92a2904a632d7fe12c80f +size 43574 diff --git a/metadata/cache/frames/vimu_000180/frame_04.jpg b/metadata/cache/frames/vimu_000180/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a65502d5ba34b03fe283a4e8011d94aabfdc953a --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a49d072f4c3120c53604bc777399b8c92d21ce165946c09f747496b1b8ffff +size 47620 diff --git a/metadata/cache/frames/vimu_000180/frame_05.jpg b/metadata/cache/frames/vimu_000180/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b825d6e3699d73828736effb08e155509f72abea --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829130a668ae066ecbf503b93323bdaddc633b44663f81f367fa2e7c99cb6fa5 +size 27549 diff --git a/metadata/cache/frames/vimu_000180/frame_06.jpg b/metadata/cache/frames/vimu_000180/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0db820ea727076860cc582243d6a0d85b9a1c87d --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4659a659f276ebd6f5f0cf83e619457bd09f7dc03305792fe4dfd3e5851a1baa +size 29309 diff --git a/metadata/cache/frames/vimu_000180/frame_07.jpg b/metadata/cache/frames/vimu_000180/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f868f2ac042ecfcb165fae825256cd0d2a6d26ba --- /dev/null +++ b/metadata/cache/frames/vimu_000180/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd08ada740f22019239da210d6595d133ade2aa89d4b06f48c9dc372bee70b6 +size 33956 diff --git a/metadata/cache/frames/vimu_000181/frame_00.jpg b/metadata/cache/frames/vimu_000181/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4889550cc306f9de53c98370005254b8a9b81f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a337b2c9ee9cd349ebb53da8e8e2093fec38544302adfd49cef7894c01d68f +size 28102 diff --git a/metadata/cache/frames/vimu_000181/frame_01.jpg b/metadata/cache/frames/vimu_000181/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa9e7a7d019433e12244acd1a0a5dc27a256c0d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1644a0489d74be84324b4e99b430221c2790b6e0dd8833e304795388a7760ceb +size 26656 diff --git a/metadata/cache/frames/vimu_000181/frame_02.jpg b/metadata/cache/frames/vimu_000181/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a65039a22337baa511f055212474496b826e587 --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c8678fff53761663d6d41fd09a530910718135d31e003e4f3697467484792e +size 27541 diff --git a/metadata/cache/frames/vimu_000181/frame_03.jpg b/metadata/cache/frames/vimu_000181/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b045cc92c377b463e073a00580ff08f985d98c9d --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1537230ef789e1d44b41a7f6d650aa75706d8c17b6fc5b842f806a583b639cd +size 23862 diff --git a/metadata/cache/frames/vimu_000181/frame_04.jpg b/metadata/cache/frames/vimu_000181/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36cab5dc293c6ccb2d57b0ca793f26224ea49c19 --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bff3c1d213c55a9ce599e9b8c476ad2c1ac30a323a06690528f13dbec60bab +size 22619 diff --git a/metadata/cache/frames/vimu_000181/frame_05.jpg b/metadata/cache/frames/vimu_000181/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a112c03429c1a1469f7dc804b33fa3b557c540ba --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32bf7d927767d76fcf6d544124aed1be80abafa6b918b0e6e620bd6cfcb1470 +size 23081 diff --git a/metadata/cache/frames/vimu_000181/frame_06.jpg b/metadata/cache/frames/vimu_000181/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ed015ee04b82fe782ef4f34e893d9c40c78d5bb --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94baae88bc5b7ea450412aa234f2b3e692eda6735aeb393dd92fbea7fc79bdf1 +size 24923 diff --git a/metadata/cache/frames/vimu_000181/frame_07.jpg b/metadata/cache/frames/vimu_000181/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..856ffeccfc50404ca603caa0baf09f852ffcfe34 --- /dev/null +++ b/metadata/cache/frames/vimu_000181/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5cd1b1607b808aaf0482fd1599eb72655ff5767f6ef18dc5410cb3189d3499 +size 21325 diff --git a/metadata/cache/frames/vimu_000182/frame_00.jpg b/metadata/cache/frames/vimu_000182/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f4da421c60893fea475b3f5ea572667e2e28b78 --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e044be91f0660cd9835666e025c83072173f4d2b750ab7a95cefad9f7d4aab +size 29540 diff --git a/metadata/cache/frames/vimu_000182/frame_01.jpg b/metadata/cache/frames/vimu_000182/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f60c8dce148d11922b1de6b51a66486303b9f56 --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90129ddc97703a36c3ee107fa8c9c1f76e00e0799e9eab3ca2ccb768abc51984 +size 28674 diff --git a/metadata/cache/frames/vimu_000182/frame_02.jpg b/metadata/cache/frames/vimu_000182/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c53c5695835e4cedc84efb8e543540022fd9bd2c --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3ffd79b29f8c1237e5b64785bc32a78a207d1d41729e9fb40e1be1e1f8a129 +size 29091 diff --git a/metadata/cache/frames/vimu_000182/frame_03.jpg b/metadata/cache/frames/vimu_000182/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1430cf962722860b96390899ffe0bb20c92378f --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1449dcf077646c5d45d788210e6918b344abd68c78b763ba46c65432059ed722 +size 32446 diff --git a/metadata/cache/frames/vimu_000182/frame_04.jpg b/metadata/cache/frames/vimu_000182/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cd324fd891b78c3c4e9c80ba6270a7c93989655 --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31553ed3b6a73bcb99d6f9702d28ce47a31c92c427d39425a3c4e14cf4e727ea +size 30918 diff --git a/metadata/cache/frames/vimu_000182/frame_05.jpg b/metadata/cache/frames/vimu_000182/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30976192434a79c0e4f0b1298f54dee49fa53e12 --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baa350406bccff7e2e3f78e1b798b4c8c40f2a2fe5a3f1634935f2f13d0b1f9 +size 23325 diff --git a/metadata/cache/frames/vimu_000182/frame_06.jpg b/metadata/cache/frames/vimu_000182/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68179b4827da041441facb18f5b707fc074830ab --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b01f46b5253afa7cbdc171ad96c7a29d11f1497689c2dc6811d24eb3d2d87d +size 24016 diff --git a/metadata/cache/frames/vimu_000182/frame_07.jpg b/metadata/cache/frames/vimu_000182/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22642ad19875b92eae9b14bddc652cd89f557c6b --- /dev/null +++ b/metadata/cache/frames/vimu_000182/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3602ded710300ff87c6e9713a26140e7d0a802be4cdeae84aa3bcd73714a948c +size 25804 diff --git a/metadata/cache/frames/vimu_000183/frame_00.jpg b/metadata/cache/frames/vimu_000183/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a7f1c50830441c0ff6d623eb964113c99431113 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aa3e63232bb8b9b4a92f880316d429bb228a80a35d64db52f239ce4b58c38d +size 41807 diff --git a/metadata/cache/frames/vimu_000183/frame_01.jpg b/metadata/cache/frames/vimu_000183/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59dd003af1681cf6c2c5813fce7a3adcb999678c --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347649ddf6ba2a3738011f2331f962ca97d38b98ba2008c30a05b60cacf057b7 +size 33463 diff --git a/metadata/cache/frames/vimu_000183/frame_02.jpg b/metadata/cache/frames/vimu_000183/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a1d8aa3e382bc939cb2e0a236943c4512a7ed63 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bc94f5cbb1c21c060bd08ce03d121041112fba229e484d527d35a9b5e7db93 +size 33323 diff --git a/metadata/cache/frames/vimu_000183/frame_03.jpg b/metadata/cache/frames/vimu_000183/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ede027b09fbbc65d4586a8d9f7238f48b9c67592 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4657a6c038c4c30d0deecab6c5d69ecaf295a5bfcde360204e0700aa6b1fca +size 36254 diff --git a/metadata/cache/frames/vimu_000183/frame_04.jpg b/metadata/cache/frames/vimu_000183/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8dd08cf269adbd72d16ccbae10c96e4cc18ec04 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135265fcd70c21b41980330f18a8a19d19dcd7238a22b605e9c82fed2e569a00 +size 34033 diff --git a/metadata/cache/frames/vimu_000183/frame_05.jpg b/metadata/cache/frames/vimu_000183/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..345ceb23311469d1bf0fb50e238071ffdef9cdf6 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb13a3583010049bfd8a83abba78bd2d1db21069cdaa4380c02946aee7abca57 +size 32017 diff --git a/metadata/cache/frames/vimu_000183/frame_06.jpg b/metadata/cache/frames/vimu_000183/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61777ba7b71cbf22c0e471358259ae30a8933ad1 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbaca77746d1b2247382681050ec74a9e3ea1538f3950de3a80199460ab3a17 +size 37431 diff --git a/metadata/cache/frames/vimu_000183/frame_07.jpg b/metadata/cache/frames/vimu_000183/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8c0cb3b6b61e6b3a440ba25c604df1bdcbdf9a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000183/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7308c2d14bd50b8cd41a7277eb3736e6b9f9a073826453fc9af827c27ff786c7 +size 26908 diff --git a/metadata/cache/frames/vimu_000184/frame_00.jpg b/metadata/cache/frames/vimu_000184/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b9852d24e90857bf83e4ee6962a9af3a8c4cc86 --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db068d27b854712d012dd34c9f635b98e7527ecdc6caf971ee795302abd65b0 +size 43690 diff --git a/metadata/cache/frames/vimu_000184/frame_01.jpg b/metadata/cache/frames/vimu_000184/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..022b41a22aa65208d544db7e1ec7db49bb214f3a --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3437c2c0d477f98ee2aeb5d102b4466bdde191b556e1216e3cb3129bba5c1f3c +size 49838 diff --git a/metadata/cache/frames/vimu_000184/frame_02.jpg b/metadata/cache/frames/vimu_000184/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..766a9ff200dd520eb191c2b93a6b1a7905f50c9f --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a07a1fa318493f1fb03890f5ce931e0b3a7615d0bbca00ce13a2121198b113 +size 45242 diff --git a/metadata/cache/frames/vimu_000184/frame_03.jpg b/metadata/cache/frames/vimu_000184/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbff9d48dd1a3d8265baa3e34bfcc63dc31ef544 --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d9bd8a04b34df9641d86b6d703258acc03fc261caa465658b1c6904a8f7139 +size 55275 diff --git a/metadata/cache/frames/vimu_000184/frame_04.jpg b/metadata/cache/frames/vimu_000184/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..525b8b620884905b005b9320d10dd247e6620e14 --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd18ab184cb9c41878ab0103c0a6029fb5af43d30249266a3fc3e593f245eed5 +size 54636 diff --git a/metadata/cache/frames/vimu_000184/frame_05.jpg b/metadata/cache/frames/vimu_000184/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f4f7bceb071285700d457cde00bd27c641bda26 --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1607279053fdc60d67f2b92c598e72a433717a721a3398fc7cf53016074f05c +size 53411 diff --git a/metadata/cache/frames/vimu_000184/frame_06.jpg b/metadata/cache/frames/vimu_000184/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0bc4797d7a076078fb4c3ff7acd5a96aa38c380 --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e15b0e3704591488d157d5c043f39b7f47e0c207501ecef8de13e890c85873 +size 49652 diff --git a/metadata/cache/frames/vimu_000184/frame_07.jpg b/metadata/cache/frames/vimu_000184/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7e69a7df0ed3eb19c1cb0908d61d9848cf93c67 --- /dev/null +++ b/metadata/cache/frames/vimu_000184/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24991b43fc347a3f5671b8ccce8eefb13a5908c973c19ccc1485e4730c3a873b +size 48736 diff --git a/metadata/cache/frames/vimu_000185/frame_00.jpg b/metadata/cache/frames/vimu_000185/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b8be2841ec00400dec63d2b98da6676c98e6918 --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefad134d480a75a69c9fc499143320072d94d780405451739b1b7138c71720a +size 55435 diff --git a/metadata/cache/frames/vimu_000185/frame_01.jpg b/metadata/cache/frames/vimu_000185/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2736e92c0c4bb43c6d732e3fe3d75c110dbcf2a --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951a44df46c90228b7a2a6f3927aa99e33c15670c0403e62b8e32592d5c2db21 +size 74808 diff --git a/metadata/cache/frames/vimu_000185/frame_02.jpg b/metadata/cache/frames/vimu_000185/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba1eb59c5cd8b441ead13c67463a491f815f41d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c213be4a323e4c31288691a05b04e5f6be70cac808d9c9adeb9e47df47a2f633 +size 62744 diff --git a/metadata/cache/frames/vimu_000185/frame_03.jpg b/metadata/cache/frames/vimu_000185/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeb8564063c38fc05f26db59f97b4efb2f1ea092 --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955a59efb89c22ace5f68e2f1a3f3758b19aecc9fccd38cce6d11d6facff2602 +size 66409 diff --git a/metadata/cache/frames/vimu_000185/frame_04.jpg b/metadata/cache/frames/vimu_000185/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c70b14f0b36f374f2e945508cdf212954371ee58 --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da9a7bac453b6b7b648dd58c6b1a368387694d9ba63bfceae890194c6270872 +size 69023 diff --git a/metadata/cache/frames/vimu_000185/frame_05.jpg b/metadata/cache/frames/vimu_000185/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d708e891ec62e6f3ef90a155a72957e5ac001eb --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84065ed0787438480b7931ee3f512d93abb7c83c4ecd850fee3ab2f17817256c +size 68903 diff --git a/metadata/cache/frames/vimu_000185/frame_06.jpg b/metadata/cache/frames/vimu_000185/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c63f8520c71c9de8b2e30faba7f619032c12c4 --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b7c5913fa56e9e82a15069723db8d411e5e3c9e90b20d836cc5579ba6655eb +size 70520 diff --git a/metadata/cache/frames/vimu_000185/frame_07.jpg b/metadata/cache/frames/vimu_000185/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f0b1f596e0470cb2c4efa6c4b3be5aecd6c182 --- /dev/null +++ b/metadata/cache/frames/vimu_000185/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e310bf08439178492d2e657850f07aafbc7789236f2bdb92e87c68707e9f62 +size 68667 diff --git a/metadata/cache/frames/vimu_000186/frame_00.jpg b/metadata/cache/frames/vimu_000186/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e0be2f52f505e40a1f74da213f8fb96b83d8d16 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c44d3e5a575da76436a9864d0cbf0545596713d1a19ecd20d4c0695ab79656 +size 30726 diff --git a/metadata/cache/frames/vimu_000186/frame_01.jpg b/metadata/cache/frames/vimu_000186/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..159c053bd109dab121cf0a340ac500633f2543a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1644a0eb2ea8233d52bf8f2310ef91e402dda71e9274c3548d96ccdd43136122 +size 37145 diff --git a/metadata/cache/frames/vimu_000186/frame_02.jpg b/metadata/cache/frames/vimu_000186/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c39737a475753fb14929535f88b523ec3b3ce708 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18737f6b239d6592187482ad19a829700fee4790d68867683ed682fcd5b0ea28 +size 35881 diff --git a/metadata/cache/frames/vimu_000186/frame_03.jpg b/metadata/cache/frames/vimu_000186/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcf3a33b8afaadc3f43ba98a1a61281e42b8b295 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1488d5adcd78a774a7d64dddfa60ac74e09354ccbee4b0053062e11ec1c156a1 +size 32721 diff --git a/metadata/cache/frames/vimu_000186/frame_04.jpg b/metadata/cache/frames/vimu_000186/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53143d3b18150bdc96a4d520477452d6de4c6e06 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daac63363fc379fbb3d382cecd9e6e136741249b19d04b6427c4137fce17be9d +size 35176 diff --git a/metadata/cache/frames/vimu_000186/frame_05.jpg b/metadata/cache/frames/vimu_000186/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fbd9264599a966832e9b69acc7c23c76ade70a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603cdd28f4dc4ad80054e35237a5482e922ca95f32f7b276084a5b908ccb3335 +size 41272 diff --git a/metadata/cache/frames/vimu_000186/frame_06.jpg b/metadata/cache/frames/vimu_000186/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76746698c1540f983a5890636418c95a5a38306c --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f45f8d86a135ad5762becb46e6d6d526a9351d9f59299b955dfe1a1d1346a62 +size 39305 diff --git a/metadata/cache/frames/vimu_000186/frame_07.jpg b/metadata/cache/frames/vimu_000186/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c379dda8a3bf64557fdc46e5f7b2503adbde6269 --- /dev/null +++ b/metadata/cache/frames/vimu_000186/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443959c3d267e5ff00bad12682922996d0e82aca93735653d62c086d3e9bf0ff +size 39707 diff --git a/metadata/cache/frames/vimu_000187/frame_00.jpg b/metadata/cache/frames/vimu_000187/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..403109e55538f195d7f114ead4ddd3809fc3193a --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183c7388bcd45cbdd072d3d4639aabec2cdc92e51a83499a9e024dd2c4ab29d8 +size 29078 diff --git a/metadata/cache/frames/vimu_000187/frame_01.jpg b/metadata/cache/frames/vimu_000187/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee000060841803683661c07c9ac92766a8ac77d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf984ec0748b763eff76e972341c660d568ca4d16f5708dbf26e2373bba77eaa +size 56185 diff --git a/metadata/cache/frames/vimu_000187/frame_02.jpg b/metadata/cache/frames/vimu_000187/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a1427e7aa529311e6429487ed16051710932bf9 --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2551c6d67191c31909eb92e4ccf603b9d0e716a1f55ebd8eb725929c5fc15f4 +size 34297 diff --git a/metadata/cache/frames/vimu_000187/frame_03.jpg b/metadata/cache/frames/vimu_000187/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..025532f5e1c418ea0e5567dfeba25bb9eb95f6f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ff7b0408029a723d614859b00fd194d2ec26f648c1b1fc1ae6ea2e6e78288b +size 42191 diff --git a/metadata/cache/frames/vimu_000187/frame_04.jpg b/metadata/cache/frames/vimu_000187/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aa8473c54121a318b4bcabe362dda6598fe8dfa --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8834d46d2916e0c3e5a24e0307d46134d65bce6e9b14e9abbb8221fa1d3261e7 +size 50739 diff --git a/metadata/cache/frames/vimu_000187/frame_05.jpg b/metadata/cache/frames/vimu_000187/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d095a8a29bb8e5f4890836c2691532386b5c09b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c48a8d22ca0d841d61d45c6fa47754bbd93b0576ec0cd89630201304f297fe +size 38187 diff --git a/metadata/cache/frames/vimu_000187/frame_06.jpg b/metadata/cache/frames/vimu_000187/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a99d710254f56357a48ec05ec61732e08e8d6bd --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c14b2c8a6efa443893da09e4b21ed779f57a682e22dd0ee504e477913cc6b2 +size 36494 diff --git a/metadata/cache/frames/vimu_000187/frame_07.jpg b/metadata/cache/frames/vimu_000187/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b3ba71cdbda21d67a488d7b86b18e8fb391646 --- /dev/null +++ b/metadata/cache/frames/vimu_000187/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d5a4077dfc491123aac02b76a798ad52a806ba9daa24f36c7c16147817899a +size 24237 diff --git a/metadata/cache/frames/vimu_000188/frame_00.jpg b/metadata/cache/frames/vimu_000188/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2412f56870a882c70ce3471a5bbb19b094c40368 --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826384540662b01e68488470166b1f8e8489a5a4c323078b20d0f649add31cd5 +size 23025 diff --git a/metadata/cache/frames/vimu_000188/frame_01.jpg b/metadata/cache/frames/vimu_000188/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..682f52d30ee4aa064b00a304158d8c6fa89592f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b996d26c1115a7d956a042844668354b3a12bc29a62d6ba6fac951f072d30ca +size 22825 diff --git a/metadata/cache/frames/vimu_000188/frame_02.jpg b/metadata/cache/frames/vimu_000188/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64ec7220c85c76b3d2d1b4cba599ec5852b2b1e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67002fa14520565d55b6d889a2c5d56065f23fbdabcb184e8eed0a34a9b03539 +size 22208 diff --git a/metadata/cache/frames/vimu_000188/frame_03.jpg b/metadata/cache/frames/vimu_000188/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95416048bd5dbf59cd08eb7241a00e8d85ccd59b --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18272994f2d66d3b47e030f932b0670b4a97f0a4411ca8cc21b77c40c72ead95 +size 26354 diff --git a/metadata/cache/frames/vimu_000188/frame_04.jpg b/metadata/cache/frames/vimu_000188/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..281cd0e8ad2be027f4f3852b7a4f3ee66268eb90 --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89755c978c25fbc5156cbfcb5ac2ed12d97964a78017b87f168411e9b9b4d9ba +size 24435 diff --git a/metadata/cache/frames/vimu_000188/frame_05.jpg b/metadata/cache/frames/vimu_000188/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7cd44afcdcb5305b8e3036f064d580274be76fc --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d69b31a830748e4e002fb459cd84e254edcc199921e0b90071020016f73ba4 +size 23453 diff --git a/metadata/cache/frames/vimu_000188/frame_06.jpg b/metadata/cache/frames/vimu_000188/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a8c7bbbf6f4263f42c1a77bd10bd392b1665156 --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702c3c87f6a6ae72cff00fb67fa7ad5b00a8d9431107eee5106926b49a403d8f +size 26096 diff --git a/metadata/cache/frames/vimu_000188/frame_07.jpg b/metadata/cache/frames/vimu_000188/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af08bc2a92eb674d63d619a90ef49d0747e308f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000188/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c490f0b85ddf329cbf1f6c37326ada9ce51af484661d2a8f66f0b28fb2e1a77d +size 24490 diff --git a/metadata/cache/frames/vimu_000189/frame_00.jpg b/metadata/cache/frames/vimu_000189/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f21d692d8dee48a2c0f478c4166bf92336acf50 --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b103ab33a4d5ddb1c168784d37d59c80c72b89765afb6cadc3fac4ec5976c3 +size 30173 diff --git a/metadata/cache/frames/vimu_000189/frame_01.jpg b/metadata/cache/frames/vimu_000189/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d07a41487596e091299aed2888623979a1ad30ef --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a79fa9626eaa17a8eb7e3b402a5f1667efa547b3408e3d433ff837cd83abac +size 31658 diff --git a/metadata/cache/frames/vimu_000189/frame_02.jpg b/metadata/cache/frames/vimu_000189/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94486c8e462f55003e67ec75c22727b2d95b634b --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bc2ce2b13f57130fbbf3b004ddf8f556c812e837f3ebfdc40fbb0907f3a734 +size 29096 diff --git a/metadata/cache/frames/vimu_000189/frame_03.jpg b/metadata/cache/frames/vimu_000189/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab81869d3d51d2658c1955c9b3dd7f395d4fad23 --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a770a0f30b5d3e2e6c1ec09385881aceab314841ebcdc15c3f935da71a05265 +size 41440 diff --git a/metadata/cache/frames/vimu_000189/frame_04.jpg b/metadata/cache/frames/vimu_000189/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b89f561b743da65fc20beaa0d25eda0923b2990a --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7baaa445d3690b2024eb0596ec0af1b7c10f5d19ebb3835e30076c53db480f03 +size 33980 diff --git a/metadata/cache/frames/vimu_000189/frame_05.jpg b/metadata/cache/frames/vimu_000189/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5a7f1022fb9ef76b7eea5f6cc166a8139b49570 --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3942b3e32d369372d28ae4657e68c25c03027b82abf11203195f1d9671ec45d5 +size 32538 diff --git a/metadata/cache/frames/vimu_000189/frame_06.jpg b/metadata/cache/frames/vimu_000189/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab2906c1bfed13eea7d12c8cee3f4a0c29e5584b --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf743c51a7f9cc180609f5feaf12073eca05c81dcae1ea471e74a3e8daec236 +size 35269 diff --git a/metadata/cache/frames/vimu_000189/frame_07.jpg b/metadata/cache/frames/vimu_000189/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87d9e0f74f1e37e240bb2d6ef6d7a4eac2fc280d --- /dev/null +++ b/metadata/cache/frames/vimu_000189/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c34391b8d29a110ded21954b907131e03c2dfcca62bc317f181b606772e5e8 +size 32262 diff --git a/metadata/cache/frames/vimu_000190/frame_00.jpg b/metadata/cache/frames/vimu_000190/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c910ff568d219545912102e1b04bfd66c7f374c --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee322035017da8c13fd2c256e09616382189118069752338340153e3be92eab +size 29244 diff --git a/metadata/cache/frames/vimu_000190/frame_01.jpg b/metadata/cache/frames/vimu_000190/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4b145b2f8307d4b48a2abb3aefd7ebea98d9ddb --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747e4db962ad83a56ddcc803cfa141014a70f439895f1680ddf3219d09eacb14 +size 27046 diff --git a/metadata/cache/frames/vimu_000190/frame_02.jpg b/metadata/cache/frames/vimu_000190/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30dcaa76117d08aef08b93d2efb1dbc2c0051994 --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3175bf4932ced1d2dbc23d11bab541b3421d1f523f1c70c0da6a55d89039193 +size 28923 diff --git a/metadata/cache/frames/vimu_000190/frame_03.jpg b/metadata/cache/frames/vimu_000190/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3208a43050444f938b67fccb95a904e1dc77150 --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c593a7dfe8a5ab04a70d62fa848059480cdad89c3fc66c6f016003392b2f4d +size 30935 diff --git a/metadata/cache/frames/vimu_000190/frame_04.jpg b/metadata/cache/frames/vimu_000190/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47eb1e21988e6c14962d5c0367079429bbfb8bda --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299368863ecdba9464de685b4fcca50cec506b7272fbd563310835f71cf7bd02 +size 26956 diff --git a/metadata/cache/frames/vimu_000190/frame_05.jpg b/metadata/cache/frames/vimu_000190/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6326dbdfeeecb5f6a1bb23bcea811345ed89cc55 --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2216a61cda67a662e3c56c341dcd791c2924c142753f952dd5470d01bb879b35 +size 24466 diff --git a/metadata/cache/frames/vimu_000190/frame_06.jpg b/metadata/cache/frames/vimu_000190/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..272f8fcf456a42d28a16929a179dee4120b72aed --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04afa1b576fd66a99513033f8ce4c4f6213f2015efea776115d9cce4e6d2789 +size 37275 diff --git a/metadata/cache/frames/vimu_000190/frame_07.jpg b/metadata/cache/frames/vimu_000190/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b6b11d765271fdc640a45d1b0be59c5634110d --- /dev/null +++ b/metadata/cache/frames/vimu_000190/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e31085958e1f6f37ada1c9cc55eab4239d75c899a21b828594cb578acf0157d +size 30965 diff --git a/metadata/cache/frames/vimu_000191/frame_00.jpg b/metadata/cache/frames/vimu_000191/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..159abbcc17f2ed25c9f3dd7fca9c523369dad611 --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e4d6a6df614fc96b36cae0e0ce00e0d78bc8a80e0a16b6c90a1ff8a043df7f +size 26389 diff --git a/metadata/cache/frames/vimu_000191/frame_01.jpg b/metadata/cache/frames/vimu_000191/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38f2748aaf26135f0c55cebb24a4f2ab6e7ba83 --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5fb3007c8d1c5a652c7c6cf55037982051b7ff1e7c445ced9cc00d2aafac95 +size 25040 diff --git a/metadata/cache/frames/vimu_000191/frame_02.jpg b/metadata/cache/frames/vimu_000191/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f2f56ee9451bde9e8bd3207b62a60d7a35fc733 --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd3c5ec00cd8815721a5c0d319914426247ce221ef6fbd842dacaaa5054719a +size 24069 diff --git a/metadata/cache/frames/vimu_000191/frame_03.jpg b/metadata/cache/frames/vimu_000191/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61fcbb23acd288c4710a80860c8b2600044e240c --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decf68471360cd8aa944e88f5a5ff0c2599264975985a816cc114b8eb2bd28df +size 24371 diff --git a/metadata/cache/frames/vimu_000191/frame_04.jpg b/metadata/cache/frames/vimu_000191/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e779fcf26fbf31a7c9f120280348522d8a118981 --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e610c278f088f1b8375505ccc68eba25d4b89878493dc72a8eccc6fa9b509f5 +size 23589 diff --git a/metadata/cache/frames/vimu_000191/frame_05.jpg b/metadata/cache/frames/vimu_000191/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87d86d092ed3e325f40e6fdcef10d4fabe4228a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48771fd3ab13d255c9b54f0effc416184475fb5dd3a3dc15719d83b96c4b962 +size 21027 diff --git a/metadata/cache/frames/vimu_000191/frame_06.jpg b/metadata/cache/frames/vimu_000191/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2f1688c2e8928b16a831085ad1d2a379f11519a --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73401113690929ac666f82698f6dcbc552d451c7b0310e722ddb7f23452fdb62 +size 14069 diff --git a/metadata/cache/frames/vimu_000191/frame_07.jpg b/metadata/cache/frames/vimu_000191/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c90148a14c0975e4c680a51b8b1266310ee1f22b --- /dev/null +++ b/metadata/cache/frames/vimu_000191/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fb9dd0f1591ecd6080cb4977658f1367308ab9f5cc35c4c4942bbc9a4fe3a9 +size 14481 diff --git a/metadata/cache/frames/vimu_000192/frame_00.jpg b/metadata/cache/frames/vimu_000192/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ec6a5535d8f8fc056a240dd692748b2a0d4f9e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62414aacb55bdc866103581bf6286838e52b8d6843c106f3c72cdf2151b9848 +size 15492 diff --git a/metadata/cache/frames/vimu_000192/frame_01.jpg b/metadata/cache/frames/vimu_000192/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea43663cdfc7ee733b46ecf7843c147e79f515ba --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f50f2f9698d6556b74024bf2ad594420b88ba0f20e46d0496922e2a8498816 +size 12739 diff --git a/metadata/cache/frames/vimu_000192/frame_02.jpg b/metadata/cache/frames/vimu_000192/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d19deafdacdd355841933483d0a093554dd38539 --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556dac1d0eca130792b3e8332c1d4015bf8a27f5b5d6d9110cc187b4882712af +size 5792 diff --git a/metadata/cache/frames/vimu_000192/frame_03.jpg b/metadata/cache/frames/vimu_000192/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfec3d4e432b4bdd7ba0561e26dbe5ba67e1e66c --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516b8692eb9c5ace30c7c33cce3fc978b41f8c636cd19c88b725a543fd3a3fd8 +size 6525 diff --git a/metadata/cache/frames/vimu_000192/frame_04.jpg b/metadata/cache/frames/vimu_000192/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75ecf7561f4ff9740ea2d2b1ce7c7ae373017c4c --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7193f2762de2e4efa594de6173d2b69ca080fad79321a53f93d39e71338102e +size 12152 diff --git a/metadata/cache/frames/vimu_000192/frame_05.jpg b/metadata/cache/frames/vimu_000192/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c918b2ca7721453fb298aeb31edb43daccb4a67 --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69204af7431a0c0860e9d17d3acc3129fd6e8763989d6af01cd1db1e916bff09 +size 13705 diff --git a/metadata/cache/frames/vimu_000192/frame_06.jpg b/metadata/cache/frames/vimu_000192/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09acdd1bc2feb86ea05bfc5c2129d8572bac7835 --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebf5269f8b4695ec7586c8a431a09b66e66e3a16c111df109bc21c09b8aba54 +size 13077 diff --git a/metadata/cache/frames/vimu_000192/frame_07.jpg b/metadata/cache/frames/vimu_000192/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5470468dce0247f7ad99c34ebf831bac60f43875 --- /dev/null +++ b/metadata/cache/frames/vimu_000192/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19de67437586f5c7d94e520bcbb9fb612c389aa85bfa163b359e4177aaf572d8 +size 12997 diff --git a/metadata/cache/frames/vimu_000193/frame_00.jpg b/metadata/cache/frames/vimu_000193/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e92f22c3145c74ce24b195d1e4aa4a4d34760582 --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21333b8f8e2de73409409a883381c7ca23e2eeaf4b5b9ee43ea2fdcaa521d70 +size 33043 diff --git a/metadata/cache/frames/vimu_000193/frame_01.jpg b/metadata/cache/frames/vimu_000193/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2c20b9a97d8c5eb522cdce0837000f5bcbe989b --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1d21059b8286e5c40e0847eb2772fc697083842e9cb8d506292dd0d78795d4 +size 56345 diff --git a/metadata/cache/frames/vimu_000193/frame_02.jpg b/metadata/cache/frames/vimu_000193/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3824388c913b201dd6e197c227bae3b36b6d4ea --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376f3c6409055ed8f0d7ca860c72985c10ace4f58630f9b4f729d297ce94cb54 +size 64725 diff --git a/metadata/cache/frames/vimu_000193/frame_03.jpg b/metadata/cache/frames/vimu_000193/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ecb346b42216411c96b1f41b47569299950de5 --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f6092ed189c422968ec9d6b2014c1fedeba4e36b4e4be5fc209273bf8f918b +size 32145 diff --git a/metadata/cache/frames/vimu_000193/frame_04.jpg b/metadata/cache/frames/vimu_000193/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7befbeb4a3071716ee3b64363297a783fdc2912f --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabf83898a70e994ab0942606b6cf2c21aad1f00d89a1fac8a014a1fed90063e +size 43024 diff --git a/metadata/cache/frames/vimu_000193/frame_05.jpg b/metadata/cache/frames/vimu_000193/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2da18080377c10c59033ac7bac025bcc795f301 --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38e0782f06aa0383eb7b1c3e57ac4d42974d2ab7240f8f07fb7c3f38fa4f1bb +size 56007 diff --git a/metadata/cache/frames/vimu_000193/frame_06.jpg b/metadata/cache/frames/vimu_000193/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86b5689f0b304ad9a3fa725a6d541017584bd05b --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bc879e0d78fa110984ab61df6e644b1ead0627f24596358952dd99ab61f9d1 +size 39491 diff --git a/metadata/cache/frames/vimu_000193/frame_07.jpg b/metadata/cache/frames/vimu_000193/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c4afd99b7f359fef6a0f43c58e1c1bd4d40529f --- /dev/null +++ b/metadata/cache/frames/vimu_000193/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b26b204e8bdc2c938476796bcba74c54ba7a004ab1508474c0310d1192887a +size 43655 diff --git a/metadata/cache/frames/vimu_000194/frame_00.jpg b/metadata/cache/frames/vimu_000194/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..646007efcf865a7e0ea2b5afc387db5fb6ed1c1e --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d202745cd540f9641a80535573df7da24ff4cbfedad915543684604d83a84d +size 41833 diff --git a/metadata/cache/frames/vimu_000194/frame_01.jpg b/metadata/cache/frames/vimu_000194/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76c2cf659817b3484c309b080dfc7e3ddc513ed1 --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d60c2b973ce1aecebd16a4a1d7ad124f54d6a846e9967fb4fb48eb854b73127 +size 29853 diff --git a/metadata/cache/frames/vimu_000194/frame_02.jpg b/metadata/cache/frames/vimu_000194/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ec66d71dc471dd13916ce77933213f44025f66 --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3584876d4be447a6fa13ef5e0e9c047b6da5e23cef379af3ab7283cf5db8c493 +size 30904 diff --git a/metadata/cache/frames/vimu_000194/frame_03.jpg b/metadata/cache/frames/vimu_000194/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c8168acab6c4cb6a6c5552a4302f1cb129c4570 --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802f3b7e40761f09775d30fdeb9bf69329de6ccf631da2022ce039c535a5001c +size 31409 diff --git a/metadata/cache/frames/vimu_000194/frame_04.jpg b/metadata/cache/frames/vimu_000194/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc7380daa8a87544183452064249d0ca9d5f747a --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deebbdb1a4b0cd4ab1b9d49e3192cff29743b4deec70d3afdb7b0356d7e05c47 +size 33242 diff --git a/metadata/cache/frames/vimu_000194/frame_05.jpg b/metadata/cache/frames/vimu_000194/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29a9cecf199fcc3895c2677f384d99e15207cd0c --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7acd79fe6db4aa7ffdd6a233555c0c0c1824eddaa1e2a56a6a641a3bb77dc5e +size 37102 diff --git a/metadata/cache/frames/vimu_000194/frame_06.jpg b/metadata/cache/frames/vimu_000194/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d4c8dd56b320ccb52701384f9c4bdd1b0f3788a --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b133d20cb8d1b2162ded558409990e9a0c07ef88f5f6732a6f54647e87fdc1 +size 40053 diff --git a/metadata/cache/frames/vimu_000194/frame_07.jpg b/metadata/cache/frames/vimu_000194/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ac9b9fe4343a4ec4a0c17b14429c10c63075db7 --- /dev/null +++ b/metadata/cache/frames/vimu_000194/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c7c162a21af41c608a6a230c4b81d3dbd9b67678857a30097db9ca5d5c196f +size 45387 diff --git a/metadata/cache/frames/vimu_000195/frame_00.jpg b/metadata/cache/frames/vimu_000195/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0895696084d5ed1c60ef61abdc3b81eb206a8fa --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f41d9c22627f70956b499640d16c8a8c11e243ee62aa52dcabf11e9d422356 +size 48309 diff --git a/metadata/cache/frames/vimu_000195/frame_01.jpg b/metadata/cache/frames/vimu_000195/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c3499da729ec2f8b050a361399f2946a8d94e16 --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1707908423e99e4a4b405958643c9b6597ae2fe40defca17653d59c6cbbe33 +size 47287 diff --git a/metadata/cache/frames/vimu_000195/frame_02.jpg b/metadata/cache/frames/vimu_000195/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed514e33080fc6bdcec82f5b40a72ce701d02efc --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cc1e925a8a406015b0f20660aab88ce505108e9257d66b41b54190f7659193 +size 42115 diff --git a/metadata/cache/frames/vimu_000195/frame_03.jpg b/metadata/cache/frames/vimu_000195/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e79e8a5d600f3d5fc9d6ed05ad378d1baa6ed8 --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2d184304f3a6b739a4e9b1f702741a332dd15119a27ba0eac39c02755b2c08 +size 40116 diff --git a/metadata/cache/frames/vimu_000195/frame_04.jpg b/metadata/cache/frames/vimu_000195/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d041c7b4bb5ed820e75d15cf79ffb1a33540fc3a --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda537fe2da2d7f40f2cdc0d3176c16667b86bae287cd98330b4a613499b80f6 +size 45872 diff --git a/metadata/cache/frames/vimu_000195/frame_05.jpg b/metadata/cache/frames/vimu_000195/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c04d9996690468b989d33915744b0617fd32840 --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1859da0f813dbfe4dde003c8edd20263ca02d0a78f4a512a097ce307b7939699 +size 50271 diff --git a/metadata/cache/frames/vimu_000195/frame_06.jpg b/metadata/cache/frames/vimu_000195/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b7ee8d8415b93b7871f51eeec701e81113c3e4d --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177eab4b3dcd79049966b8440d3b4b5c18354d2b29f657ff64f4433ea7426cbf +size 44029 diff --git a/metadata/cache/frames/vimu_000195/frame_07.jpg b/metadata/cache/frames/vimu_000195/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe7c85919ae75a91c8ab8645fa8e68cd68c74390 --- /dev/null +++ b/metadata/cache/frames/vimu_000195/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bb8d1744230bca384c23d519cd8c18c5f644341dad5fdff199f682751ab034 +size 50895 diff --git a/metadata/cache/frames/vimu_000196/frame_00.jpg b/metadata/cache/frames/vimu_000196/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fb5036e88657e9716b428cf2e3c6250e79c0edc --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badcc98c2e8f91add2b932e99319207361ac91ebbc115597df251af2cf14c07f +size 42599 diff --git a/metadata/cache/frames/vimu_000196/frame_01.jpg b/metadata/cache/frames/vimu_000196/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2daba24cab16d74a5d6dcd0cdfb29d2981b6c95 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b8b58946a6559584b6723288dea0e32f69989e256601e41cfcc0263a03a3fe +size 46557 diff --git a/metadata/cache/frames/vimu_000196/frame_02.jpg b/metadata/cache/frames/vimu_000196/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13c93de5e5616c42ea7efa0392e8a113d60aac96 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da6de258f7dfefc309d14195ec306676c13be75a261a6b3fe8f32fab5e292dd +size 41506 diff --git a/metadata/cache/frames/vimu_000196/frame_03.jpg b/metadata/cache/frames/vimu_000196/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79e1486d37a01dd981327b49ea74dd815db590e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0e5e2e14a1377bac1ea0799ebcb73603723f34f195cdf14e604a043961b08d +size 47813 diff --git a/metadata/cache/frames/vimu_000196/frame_04.jpg b/metadata/cache/frames/vimu_000196/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1a2fe96843866fca7037747372b77068c030361 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ea1dea01717321533f013e68b8c257b5452af497861e6578013f6bfd55dabd +size 48122 diff --git a/metadata/cache/frames/vimu_000196/frame_05.jpg b/metadata/cache/frames/vimu_000196/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d74b6d1d171ad47b47bf5e0a44b043291903a67 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd340ccba4b36eb965860bbcd601ebad6480e072d824cbf33bac0738979fd851 +size 48584 diff --git a/metadata/cache/frames/vimu_000196/frame_06.jpg b/metadata/cache/frames/vimu_000196/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f4123ca8064965279f03856be31ca47acaad6b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562006d2fee497990afab55efdfda913a83beefe4e344a731cf838fd1bc539e3 +size 50569 diff --git a/metadata/cache/frames/vimu_000196/frame_07.jpg b/metadata/cache/frames/vimu_000196/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e1b9dcb5daf740caba7da91320282fe434d0ec4 --- /dev/null +++ b/metadata/cache/frames/vimu_000196/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56931add13bc431aadaf85459ea216e3fa5f459aa5a4398d25dc9675e4947e5 +size 56078 diff --git a/metadata/cache/frames/vimu_000197/frame_00.jpg b/metadata/cache/frames/vimu_000197/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad93825df139a1ba78058cd6dc16eb778e788e64 --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b86973e6da2804026bd5a5dd144a0cfcfa36707edc08ed6c96b213a1159799 +size 16626 diff --git a/metadata/cache/frames/vimu_000197/frame_01.jpg b/metadata/cache/frames/vimu_000197/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c85551cb74d63d1bb45e30ebf4bba46df1184da4 --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c93d200270d7ae79ef7d287b1417388c9b4b33403a147fc4b3217ca983de39 +size 19674 diff --git a/metadata/cache/frames/vimu_000197/frame_02.jpg b/metadata/cache/frames/vimu_000197/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2051c4ceb7e6c9ba1efe79e68e3b90c51086e7e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529f4bb3311498b87bc25c402df7a924018e55c1541796fe331d713164e8bcd0 +size 22007 diff --git a/metadata/cache/frames/vimu_000197/frame_03.jpg b/metadata/cache/frames/vimu_000197/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..388ece5cae8403f0b7cd4f12f258adb0bac4844d --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febc039ab0589e1e25627d484852972e88ab629e6c67d54ae964fb751e269064 +size 24121 diff --git a/metadata/cache/frames/vimu_000197/frame_04.jpg b/metadata/cache/frames/vimu_000197/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d0c0ea2dc7e35975d128f291fac1ae8d317ae6f --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8732c01293564cc04e24ebb242d80e0906c3a8b2c950d84a5c19e6da0ae34e76 +size 19313 diff --git a/metadata/cache/frames/vimu_000197/frame_05.jpg b/metadata/cache/frames/vimu_000197/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f24c362c162b77ebc9b8ead6762e701273cb521f --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1544a75499e165fa0cc8d2ba0263f396fc9504f4715958e5e2fc075b7cfeb3 +size 37862 diff --git a/metadata/cache/frames/vimu_000197/frame_06.jpg b/metadata/cache/frames/vimu_000197/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46a9b200d1e77db566830be5773b76d9e561eb60 --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cc730b728c668c91551f44b9510929ae1329649b45c8854b443c35e1f7f582 +size 48891 diff --git a/metadata/cache/frames/vimu_000197/frame_07.jpg b/metadata/cache/frames/vimu_000197/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5299d8e50ef92526dcc6ce2f712c60a9875d58e --- /dev/null +++ b/metadata/cache/frames/vimu_000197/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8ec61e57003a600047265d5c7abdf4bc9748b7ee2fb9d55aea34889010ccf2 +size 32618 diff --git a/metadata/cache/frames/vimu_000198/frame_00.jpg b/metadata/cache/frames/vimu_000198/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..141f80576c9d915c6b242431a91199e73675bae6 --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33130dda75bd4c0fca2fbcfb570a7ead29ffb73358b618ac26c210037bcc0d80 +size 49461 diff --git a/metadata/cache/frames/vimu_000198/frame_01.jpg b/metadata/cache/frames/vimu_000198/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2d30b5342c9686381690b3d7dbb3632a114802f --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fe59f675b97d7e2e592081574bb616296cce76f267d0c24fc91a43eff7d2a4 +size 56619 diff --git a/metadata/cache/frames/vimu_000198/frame_02.jpg b/metadata/cache/frames/vimu_000198/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3093eecc59fbc9185781b20f20371ec4ae5f98da --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f02143b941157bbf409bbc43c6104a29ab516ddbf9ecc5de986486a21d24d7 +size 56947 diff --git a/metadata/cache/frames/vimu_000198/frame_03.jpg b/metadata/cache/frames/vimu_000198/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6bb765e3a9ebc6a7ac8a26792a3807de259c60b --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5588ca5dc65dd877be798ff2d8754ccd20c267a3595e4e0413a95489a4c9ef46 +size 36311 diff --git a/metadata/cache/frames/vimu_000198/frame_04.jpg b/metadata/cache/frames/vimu_000198/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff58198b6a2189e0f926e7ea71da451b85075c4d --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1482844d44b6a760f161d0f0e1e036bde01a9667c012f91b281db9cd178f3643 +size 51964 diff --git a/metadata/cache/frames/vimu_000198/frame_05.jpg b/metadata/cache/frames/vimu_000198/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6457d0f85bcffd04272b8a42a89715966ac76c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60689fa8f2624505c658bf95605a784a55a66472ff0f1c1e57ac41c4a256d1c7 +size 44642 diff --git a/metadata/cache/frames/vimu_000198/frame_06.jpg b/metadata/cache/frames/vimu_000198/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cd615543709f19190df32d8da23560b82db7f7e --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0c50fc5e2f8d4e076901a0316672638823d1edff2499ba30ec6e41797a8b5b +size 41947 diff --git a/metadata/cache/frames/vimu_000198/frame_07.jpg b/metadata/cache/frames/vimu_000198/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f1e6b23f4d1ef5a1f5bc1ba21f74e314f7f984f --- /dev/null +++ b/metadata/cache/frames/vimu_000198/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26122380bb92b431c7f4507195751bff369e6cfad192bfbd8b37ff9b28778cb +size 43574 diff --git a/metadata/cache/frames/vimu_000199/frame_00.jpg b/metadata/cache/frames/vimu_000199/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..826bb070c42e9d67dd4e14af34a06ab37518d229 --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b91f20a182a74a35ff208ce5c5ca09a9b70556621d0d590604bf0e322ca81f9 +size 30072 diff --git a/metadata/cache/frames/vimu_000199/frame_01.jpg b/metadata/cache/frames/vimu_000199/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e67c3f76bc2cf72271a737da30078c95f40bc99 --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67252efa7b05aa2a6eb576c53cbdc7e6b00d09c552c05ffbd64fafd948c571d8 +size 29850 diff --git a/metadata/cache/frames/vimu_000199/frame_02.jpg b/metadata/cache/frames/vimu_000199/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7059e05d22ed4b27d88a7be5382a53120cdb42c4 --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9340dac2506fde2265fc002719a3e0d14adc9c9d96f101d4442d1ce20245c3fe +size 32425 diff --git a/metadata/cache/frames/vimu_000199/frame_03.jpg b/metadata/cache/frames/vimu_000199/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4b79e864bf8d7e0dc6c6ba260f354950662447b --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afebdcbfa9946e56fffaebae9dc97f2bb1774ca6d2a79b5800d1ce675041f07 +size 31158 diff --git a/metadata/cache/frames/vimu_000199/frame_04.jpg b/metadata/cache/frames/vimu_000199/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88058907a55b7e63ddd1cde683b6a81b1d3d082c --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc2a4b3d6bbe9c8c577b0e7342985505237948a0007850b6820ca918816e398 +size 38580 diff --git a/metadata/cache/frames/vimu_000199/frame_05.jpg b/metadata/cache/frames/vimu_000199/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bdf2f6b101c6a3d934535be06b7ddf8a6541beb --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702066072d3d4b75ce056ca7acc5862719ee4e62af0e66914be1b7e97de2ad21 +size 37462 diff --git a/metadata/cache/frames/vimu_000199/frame_06.jpg b/metadata/cache/frames/vimu_000199/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bd487e2b0dc4d7fcf6d3ee9ffa7369a1e0ec032 --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e52dcaf94ad23f697f5ac4d2b4e8d5784c07b6b3578ce0ca52a5ac17ac532e +size 47997 diff --git a/metadata/cache/frames/vimu_000199/frame_07.jpg b/metadata/cache/frames/vimu_000199/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f1b441e3dbe7bf654a38f5f206ada556ad3c4c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000199/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3386411ca7771e2b2ab47f84cb82362025d96a251238d9e90a029405a679ff +size 53473 diff --git a/metadata/cache/frames/vimu_000200/frame_00.jpg b/metadata/cache/frames/vimu_000200/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..177a002f8a44621c92e9bf059c1727839a6c4cbd --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698b2122a55a6efab78a0b2088d16f964cdda5671ca703c62c6ffe0046e5ff67 +size 56141 diff --git a/metadata/cache/frames/vimu_000200/frame_01.jpg b/metadata/cache/frames/vimu_000200/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adec05758dde05d79324e2c4e76093c60737095e --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddde8940c46742a273f91accad91131faacd8b55aa8df274416d98f328260261 +size 66093 diff --git a/metadata/cache/frames/vimu_000200/frame_02.jpg b/metadata/cache/frames/vimu_000200/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b23be5a02647763e5946b69138cf7a19fd38d442 --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfd4421c5003ea201fec284e46c57d8fc8f62b93a33b00de195da7f48105745 +size 75422 diff --git a/metadata/cache/frames/vimu_000200/frame_03.jpg b/metadata/cache/frames/vimu_000200/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98414915eedf2d8b98256f64e14a846f7f6ff652 --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69435bfa66a39ad29a4848344e8c7cb527841ee187bc7ecfa93f3cbd3a680a78 +size 73865 diff --git a/metadata/cache/frames/vimu_000200/frame_04.jpg b/metadata/cache/frames/vimu_000200/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3137025ee4a794d1a56926906ddd573f18ef2243 --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f1298ae99f4b44a4841ec31d23252018a11485216b0102c43debe054264532 +size 75642 diff --git a/metadata/cache/frames/vimu_000200/frame_05.jpg b/metadata/cache/frames/vimu_000200/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf1b047bb324a268039f9fb433237f5875ecf983 --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddf21775c0b65f5c15b260be69d8019e9933264304213631422dd5a90525a5a +size 80596 diff --git a/metadata/cache/frames/vimu_000200/frame_06.jpg b/metadata/cache/frames/vimu_000200/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27b8f2eb8ae5b70243c1bea27cee002c0d435c6b --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06559fc394014a3362d2b6b54bc190a53c3561f932acaed373df51b329c4e420 +size 58318 diff --git a/metadata/cache/frames/vimu_000200/frame_07.jpg b/metadata/cache/frames/vimu_000200/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a5730642708d06476e4a6719d38ef3b08db6261 --- /dev/null +++ b/metadata/cache/frames/vimu_000200/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4178560b8cebcce19f32556756a95288a3325420fdeaca384859f58769829895 +size 39811 diff --git a/metadata/cache/frames/vimu_000201/frame_00.jpg b/metadata/cache/frames/vimu_000201/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d18c065944fe2cb293675f46cdb4e3007282db6 --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3e84bf9709799382dcff77541a472211297380d26f6e1752ffc14cacf1a168 +size 48123 diff --git a/metadata/cache/frames/vimu_000201/frame_01.jpg b/metadata/cache/frames/vimu_000201/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca188c68fc17d8b3f6efb15ea35f3b6f84f87020 --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e5c14aa7bab678ac8dd1b84c055006c7f352fb898e618111af16e2241fd3bd +size 48010 diff --git a/metadata/cache/frames/vimu_000201/frame_02.jpg b/metadata/cache/frames/vimu_000201/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..806670d5b4a1861ad0e4669678fe7cf003d074ae --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a189a7a5ea385c5523e619f6427584d517688623a590114cc4f96f302101e8f5 +size 45160 diff --git a/metadata/cache/frames/vimu_000201/frame_03.jpg b/metadata/cache/frames/vimu_000201/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73d9742b7f8795dde46eda8b7dee498e74b334ac --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bd346ad3858aca9fb4d34802b323e4920ed5a4ef56b1f9a5fc175854446e69 +size 41610 diff --git a/metadata/cache/frames/vimu_000201/frame_04.jpg b/metadata/cache/frames/vimu_000201/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6197ded1de477fd7bbcb75baaff75399aaa6233f --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa74a230f835ab02bca8be9681d84920d46ec39c8ce9213c7330363edc761d8 +size 38092 diff --git a/metadata/cache/frames/vimu_000201/frame_05.jpg b/metadata/cache/frames/vimu_000201/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01d278df2b43e1641b6719843031e1e16e4fb5d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0152f76dadb5d528f5c33b857891ff70e3c7b00c4db6baa789455195e959d50 +size 37945 diff --git a/metadata/cache/frames/vimu_000201/frame_06.jpg b/metadata/cache/frames/vimu_000201/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad49f64631220bd1759ff6f87e64c080161e004e --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17849827b0e991c1148480b88a3f3c48dd412f6200e3c70288ef4a85d942efa +size 37800 diff --git a/metadata/cache/frames/vimu_000201/frame_07.jpg b/metadata/cache/frames/vimu_000201/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a856448fe5c6e6fe46689530fe8981dea4d9dd40 --- /dev/null +++ b/metadata/cache/frames/vimu_000201/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b2b7d05713088c6f4e7649473eede3af7c26c4d643dee3465a64200bb758fb +size 38074 diff --git a/metadata/cache/frames/vimu_000202/frame_00.jpg b/metadata/cache/frames/vimu_000202/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..920622f81abb74b944c0690dbe6090f4f4ff37a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d5177fdbbe992f9c8e6b030676ee9fbd758f6ce15790251728879c84f70b97 +size 58380 diff --git a/metadata/cache/frames/vimu_000202/frame_01.jpg b/metadata/cache/frames/vimu_000202/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1e7974c1768666a183082bca0276d03490f1f04 --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df36c3a29f45096cfaa0db028fe8695270eeb0bd7764bd9f326ae0c570ab45f5 +size 57642 diff --git a/metadata/cache/frames/vimu_000202/frame_02.jpg b/metadata/cache/frames/vimu_000202/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28734e09c1ace91d0896f64439843afe30f14bef --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e69388b982995a615bcec6d535284b54ec19277eb1adddf6378e60c2aec2253 +size 52080 diff --git a/metadata/cache/frames/vimu_000202/frame_03.jpg b/metadata/cache/frames/vimu_000202/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d71967a287a0086f56e3d6c321b7eebfcec4cc6b --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82d9892603fa33f82924c26e9766db44cb88a14dbc2f9494473ae5893f82f13 +size 45605 diff --git a/metadata/cache/frames/vimu_000202/frame_04.jpg b/metadata/cache/frames/vimu_000202/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cddc829ace18dbc4a0ebafdd1d0add0e840512b --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2271f6dc122c6ecd54681951fb40010e0cc5edfbe06f1101b3ba4a510d930ccc +size 48580 diff --git a/metadata/cache/frames/vimu_000202/frame_05.jpg b/metadata/cache/frames/vimu_000202/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a51a1de56e5ecadb1afa73c823a4c645853273c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10380a05bf6f8d15e4acc6e88abac8ee132f5f34f1bb61a89be1b1500704835f +size 49863 diff --git a/metadata/cache/frames/vimu_000202/frame_06.jpg b/metadata/cache/frames/vimu_000202/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2523a397af8b62e0d12db50a3685468cb1e3d4a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6ef4280864f43b8049445c5018ca7d7f2616cd733c1eade174bad7abdfd76e +size 51491 diff --git a/metadata/cache/frames/vimu_000202/frame_07.jpg b/metadata/cache/frames/vimu_000202/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea2e47cbe3acf410d6a7150e8a85e7a6f8b19bab --- /dev/null +++ b/metadata/cache/frames/vimu_000202/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92987509df71131b0293d761a8500ed51bf6f7146bb4059ae229f542cd72e585 +size 57244 diff --git a/metadata/cache/frames/vimu_000203/frame_00.jpg b/metadata/cache/frames/vimu_000203/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..852995bc0d773d33b9b808b712b80369cfff4cf3 --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80df861e090be01b9fc7aa96b6fd6d352c9f3b2541093f26a8166aa56ef2f1b0 +size 64656 diff --git a/metadata/cache/frames/vimu_000203/frame_01.jpg b/metadata/cache/frames/vimu_000203/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f339aa05e0ab319431d7f138ed2cbae546b05bd6 --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d8e3bc42cf60f08fd2b7991521f1a972b6270c1c05bd101cb2a849cc073967 +size 65668 diff --git a/metadata/cache/frames/vimu_000203/frame_02.jpg b/metadata/cache/frames/vimu_000203/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..250f86c747e0ec4bb0a383386594ed66a6870411 --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bf80be464122bd8f30c4a1d18c24190e9c0fc91720f17f83e9d9b8583ca2e0 +size 63329 diff --git a/metadata/cache/frames/vimu_000203/frame_03.jpg b/metadata/cache/frames/vimu_000203/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc263f1cb73e0d97a38224d2fdb2d32367c46aa6 --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55b9af7f12668d889101255520c9d212d099cb73828d0e9746258e091100b52 +size 59307 diff --git a/metadata/cache/frames/vimu_000203/frame_04.jpg b/metadata/cache/frames/vimu_000203/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7601f82c679b70ca92677f73ce52ab17c7bd4ad --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82dcec2246e036bfe16352d2d18362328711e258aca941bc051d61a7510a0b4 +size 63958 diff --git a/metadata/cache/frames/vimu_000203/frame_05.jpg b/metadata/cache/frames/vimu_000203/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e856349a5cd76382c47f037d9242caca2ffdb9fb --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673ac4f8253592239c11d310fff7e70dcc4131375fa3e9fa89903e60ee877e19 +size 63703 diff --git a/metadata/cache/frames/vimu_000203/frame_06.jpg b/metadata/cache/frames/vimu_000203/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea29a3db7a641b1ed557471528a76b1a9d96b6cf --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8922a96a335de9ac179af6ab608ad8faf3cdf55b5880d8866f931d9fff6f72d +size 60110 diff --git a/metadata/cache/frames/vimu_000203/frame_07.jpg b/metadata/cache/frames/vimu_000203/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10ee1f864feb5f6140018734f059f1cc17891336 --- /dev/null +++ b/metadata/cache/frames/vimu_000203/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e00c269f47f6b048dff4c899dc6121f212434fa77508a57c651c18ca04d5e3d +size 60776 diff --git a/metadata/cache/frames/vimu_000204/frame_00.jpg b/metadata/cache/frames/vimu_000204/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b6e54369fc915580222fb94019371ee293e641a --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db15f7dc67cda4f5292930210273ee1a2376d52d31bf896c75835ed8caf96f59 +size 51525 diff --git a/metadata/cache/frames/vimu_000204/frame_01.jpg b/metadata/cache/frames/vimu_000204/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceac5d128f2af99077b1414c074294cb75b34ad5 --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eed9d25f9e6a6dddfb2bcc07b3a5d20f57e3575a78c3e1d1392d70c297fb5f0 +size 49856 diff --git a/metadata/cache/frames/vimu_000204/frame_02.jpg b/metadata/cache/frames/vimu_000204/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1252b570096c020ccc8b9c4d73bce2915373f88d --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157c275284d239a7d6dea30402e72ff3bfa1381713a42508a8155229a8fa21db +size 49022 diff --git a/metadata/cache/frames/vimu_000204/frame_03.jpg b/metadata/cache/frames/vimu_000204/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb3058bc7b3b771f7eb6d35f14328c364270227e --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86f255e57b5456aee8c57d9d295bd769d8355b9a7a1cc8ad29b93741f36b698 +size 49338 diff --git a/metadata/cache/frames/vimu_000204/frame_04.jpg b/metadata/cache/frames/vimu_000204/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6204476d8e18f0e5b155d06d882568fa21cb97b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046c4e1c4faadd7b9a2a1c8ba04008b8336e210ced9b5968c44ce1fd93f8dce8 +size 49995 diff --git a/metadata/cache/frames/vimu_000204/frame_05.jpg b/metadata/cache/frames/vimu_000204/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9db5c842ba4d11fd536f74a1f36c47853b1a861 --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c2282c57dd7add0f96aede9033f1156b4df93cb95a4c59072e73048e28773b +size 51370 diff --git a/metadata/cache/frames/vimu_000204/frame_06.jpg b/metadata/cache/frames/vimu_000204/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5955dca5590f29b23258551b3d9734e028cf938 --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e011f774596421a45682a2582f67315931a3e6be7b06ca9a28db0af3a79f7be +size 53882 diff --git a/metadata/cache/frames/vimu_000204/frame_07.jpg b/metadata/cache/frames/vimu_000204/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6a895873002f8eba4f7fbae183afa457d955781 --- /dev/null +++ b/metadata/cache/frames/vimu_000204/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a04733e1a6c534d5dc171e6f1171e990035a472b0e7a4a9a7b2f9185fccc7ab +size 57077 diff --git a/metadata/cache/frames/vimu_000205/frame_00.jpg b/metadata/cache/frames/vimu_000205/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a264e0f3bf13f618d816c65b0163fb0f2b50fd6 --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822901e3399d963dd1771b7774ca5a95e970e98acf1a0ddd593c407b0fd0f2b9 +size 55790 diff --git a/metadata/cache/frames/vimu_000205/frame_01.jpg b/metadata/cache/frames/vimu_000205/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca1be792833e48bc38333a2c21c9750d74bd0991 --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cfcb20384a1a0dd1784b770921ecc6a8a72104a8e8e879e8519f4a0e73cd0a +size 52453 diff --git a/metadata/cache/frames/vimu_000205/frame_02.jpg b/metadata/cache/frames/vimu_000205/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c18e439e0ec10cfc0273ecbede9c3d756b29ac2 --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ee7beb7b64652e8ddb9e1741f5174822abaf8b5b07b54ad97459f76bc64c85 +size 56247 diff --git a/metadata/cache/frames/vimu_000205/frame_03.jpg b/metadata/cache/frames/vimu_000205/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b2c327aeb44ac64971e1132c9e729e8c09e26cf --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723de95c6b6447f4d61a572be544924557d657c7e19d2b433206f7686538d751 +size 58328 diff --git a/metadata/cache/frames/vimu_000205/frame_04.jpg b/metadata/cache/frames/vimu_000205/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed10a6e82f9e8e86f0f2af557c3ff819de5d7c2a --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c72287c6aa902315456ccdf7da2874a0348e85333dfd78b678b6bc2ae87b23 +size 51337 diff --git a/metadata/cache/frames/vimu_000205/frame_05.jpg b/metadata/cache/frames/vimu_000205/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53e280d4f8b84e47251088d231d5a25ae7283eed --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64284388656183efb01d5259ff7a1e63035482afae4eaeede10fc380bdd10bf +size 51717 diff --git a/metadata/cache/frames/vimu_000205/frame_06.jpg b/metadata/cache/frames/vimu_000205/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f858012c0b712cc98f9250a35c72b0b3b42e93 --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac23285292012dc816fa4d16371e62c9698343b813c8dd057d6ee478b9998574 +size 43079 diff --git a/metadata/cache/frames/vimu_000205/frame_07.jpg b/metadata/cache/frames/vimu_000205/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e029defeff12c69830b1c53aca1e4217644deea2 --- /dev/null +++ b/metadata/cache/frames/vimu_000205/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a754708e138c18a9bbf7367f9e707eb42814f9ccd4323854fa7ccf14993779 +size 46893 diff --git a/metadata/cache/frames/vimu_000206/frame_00.jpg b/metadata/cache/frames/vimu_000206/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83237753e9c3f16d99bcd8c2556ff33e1334afbf --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0d225db7fa1c0e8662b6263831257c1dd0eef2638e14b996181ae8bac84df4 +size 27837 diff --git a/metadata/cache/frames/vimu_000206/frame_01.jpg b/metadata/cache/frames/vimu_000206/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eefff2f6a2be8c32670e27c7fb73b8fdc630fc30 --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2118cae244f4885de06acdcd5a099215f81a240b1863aa26c05cc3a5d3b2274 +size 29281 diff --git a/metadata/cache/frames/vimu_000206/frame_02.jpg b/metadata/cache/frames/vimu_000206/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75466b03eebd1ca8d743a8949c3dca87c0c7dc16 --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f76b464f336c8914339ffef5251ca12c9048e6ae8403714785f7ea91133b81 +size 36149 diff --git a/metadata/cache/frames/vimu_000206/frame_03.jpg b/metadata/cache/frames/vimu_000206/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43a3642b65323b6fe8a711482b3bf0f79169a1b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af71955262feb559ed425922405bdc20d83056ce112f41f7658637c701de6546 +size 34724 diff --git a/metadata/cache/frames/vimu_000206/frame_04.jpg b/metadata/cache/frames/vimu_000206/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97da8812b5d36aa385db6afd71e5ce0d54737d83 --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd435405db3b10861d214a7da4fb91e7b8af723bf75e517897aa046fda849b1 +size 32159 diff --git a/metadata/cache/frames/vimu_000206/frame_05.jpg b/metadata/cache/frames/vimu_000206/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbea775c1a441d056731340e5e826c00882b70c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3dc991473d0b0b4f7fc4c55ef807c078236af64b21e3fb8cb102466590801a +size 41857 diff --git a/metadata/cache/frames/vimu_000206/frame_06.jpg b/metadata/cache/frames/vimu_000206/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41b70316070a51122c71fbca534a80147a5774cf --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b19012a5d2b91b23b8085c6dee688ef67392c5a2fd5a59313c694c10b4f1fa +size 38488 diff --git a/metadata/cache/frames/vimu_000206/frame_07.jpg b/metadata/cache/frames/vimu_000206/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73285fb2e45b8305a5ba374c8e7b2608ef7d80a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000206/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b216d3a33ec43a3454e2ec157999f3b27657efd21fee4925b991c963f92ffbe +size 31698 diff --git a/metadata/cache/frames/vimu_000207/frame_00.jpg b/metadata/cache/frames/vimu_000207/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eab91cfcbf8d5aaa2113763645d69dd9287d5f99 --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f8c67e7538b2a0d9ef83f0517ade98f08765052d3846ce8591a7e0f627f3c0 +size 53057 diff --git a/metadata/cache/frames/vimu_000207/frame_01.jpg b/metadata/cache/frames/vimu_000207/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e6e12767a9e9feaa342d73801d6964a49a49580 --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f0828596f4dbc728e0b7edff99aea0c98825aed00e5e4dde8053b0bc5f9686 +size 53629 diff --git a/metadata/cache/frames/vimu_000207/frame_02.jpg b/metadata/cache/frames/vimu_000207/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40a7e05e1df3735e5d0a00809757ddfb11dbe2cb --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407ffc405696f5de6d169de6207f0f01631bce4f6f9ba3e62c490629fbed7736 +size 41885 diff --git a/metadata/cache/frames/vimu_000207/frame_03.jpg b/metadata/cache/frames/vimu_000207/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af5648c7a2be05d97e8ecb17928b94a6ef27f63a --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de80ff3c6aefad815ecc2c365ffcd4e502d6e5db4332e3ad06d41ddaa3539f40 +size 43240 diff --git a/metadata/cache/frames/vimu_000207/frame_04.jpg b/metadata/cache/frames/vimu_000207/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..212013c643b056b231909636e002dd9864da9707 --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802740b6666d924a3b8b1db91d8a6a7c3dea250ad532fe6e6a41b3d59f5b469e +size 54119 diff --git a/metadata/cache/frames/vimu_000207/frame_05.jpg b/metadata/cache/frames/vimu_000207/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5cf4d898c02c0f9d4657ae880d30dfcca443f1a --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f79e8231365f44b64ec17b64b3602ef40bf106fb80be5645918303dcd81d80 +size 41624 diff --git a/metadata/cache/frames/vimu_000207/frame_06.jpg b/metadata/cache/frames/vimu_000207/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88702776d4939f6900c377f386741f6592686e68 --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc51a3b0883192644355a865fee2ded5b5fc1d26ae27f540f31ad9253f52c831 +size 50821 diff --git a/metadata/cache/frames/vimu_000207/frame_07.jpg b/metadata/cache/frames/vimu_000207/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..489f86688b3f5a18b968d0672b3af44289c86a1c --- /dev/null +++ b/metadata/cache/frames/vimu_000207/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ec292687e579b6536d5cc97c4ec1a636013480afcb266240786b3d9859bf36 +size 50706 diff --git a/metadata/cache/frames/vimu_000208/frame_00.jpg b/metadata/cache/frames/vimu_000208/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b73a1679b938bd76829f94e3fabd48dc0dd2d7c --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a144ba3073a53e71a6a205e7f580febd95a783400c6b373f10505b9ac3911f11 +size 34652 diff --git a/metadata/cache/frames/vimu_000208/frame_01.jpg b/metadata/cache/frames/vimu_000208/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ebda715452814d1656562d734ecca111b00b890 --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee06f9fc2e8667f32621de8d4f466bd6fb2575076c83644ee208d6ec9b0add4 +size 39942 diff --git a/metadata/cache/frames/vimu_000208/frame_02.jpg b/metadata/cache/frames/vimu_000208/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6150e93ec1ed338f6582eb3d5b690bd415c41605 --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ebcc93f73518b2ecbe4ce8cc9ff5d10b607c47f8f963bb4bca23c81ea736bb +size 31844 diff --git a/metadata/cache/frames/vimu_000208/frame_03.jpg b/metadata/cache/frames/vimu_000208/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc6c1ffcfc710f9c43a65edcf9def09eaa006b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b51d642d25f19199db723539554cb071afe2083cee92b4959d27de6bcefaf8 +size 41770 diff --git a/metadata/cache/frames/vimu_000208/frame_04.jpg b/metadata/cache/frames/vimu_000208/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a914d0ce604826710fa59704e6fb131f90c6285 --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e75dd226cf5d8c8bd276ed58e2a82fd83b78c991d0baba1e6a2518af4f0bedd +size 29743 diff --git a/metadata/cache/frames/vimu_000208/frame_05.jpg b/metadata/cache/frames/vimu_000208/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2eef5fb5d6a75d01ff0e224cdb6fffef038c894 --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd98a72e80add49746e818c2b394f50b15a28988cb533163e970da01b994bc7 +size 39664 diff --git a/metadata/cache/frames/vimu_000208/frame_06.jpg b/metadata/cache/frames/vimu_000208/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a8101698ca79605559c503b2c03fd9240f4849f --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d800608a6a0c36b5a31d43d39e662849b8e17ea044b8fca1787b64605fd9a00 +size 35804 diff --git a/metadata/cache/frames/vimu_000208/frame_07.jpg b/metadata/cache/frames/vimu_000208/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d18da8db15e0e0a9114d136592007d91034ead75 --- /dev/null +++ b/metadata/cache/frames/vimu_000208/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd8a1b0fb00e1de8aff2ed5906eb306047dc8b1a331c99e550308ffdfbde504 +size 38554 diff --git a/metadata/cache/frames/vimu_000209/frame_00.jpg b/metadata/cache/frames/vimu_000209/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dd576b4006fbdc17df13dff6b28d25266535b64 --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed02d70f3ffc735a5c261b38e489c19f6bdeb8f5deba387850722485b37ee5f2 +size 25997 diff --git a/metadata/cache/frames/vimu_000209/frame_01.jpg b/metadata/cache/frames/vimu_000209/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c92e250ee26feceb5641b3b49868afeb26f612f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cb47486481f3c6b5e3f4021fc122b0bdc515386da4ae4393c31df6c9800e3a +size 23559 diff --git a/metadata/cache/frames/vimu_000209/frame_02.jpg b/metadata/cache/frames/vimu_000209/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb0344283251ac8745dfbc0b4a9794937aef5a7c --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74c29625152d702913148f4297240f90b8e24602522946281859cb617089497 +size 38299 diff --git a/metadata/cache/frames/vimu_000209/frame_03.jpg b/metadata/cache/frames/vimu_000209/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7e781fe4ea01835014fda46a383bc914d6485d4 --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce4bfe3c4acc8d85ab8cde85caebc64046fc6efdc2b9967ff82738c82466faa +size 26392 diff --git a/metadata/cache/frames/vimu_000209/frame_04.jpg b/metadata/cache/frames/vimu_000209/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..365511177af26fd7ec6431c990aa2893e5f4beac --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998a5d1e5b6db790792ae981a933cf38dd32ffdecb2718d67bd4dc283349114b +size 26823 diff --git a/metadata/cache/frames/vimu_000209/frame_05.jpg b/metadata/cache/frames/vimu_000209/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ce91c0ab463dc50d709c90c04428668b5cc6b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab0d6b808fcaf6809ff5ecb8f6a2b98e8b5d1a3ff118bf0e1d591d1fe336de2 +size 22102 diff --git a/metadata/cache/frames/vimu_000209/frame_06.jpg b/metadata/cache/frames/vimu_000209/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1242d5213d786bb1f79ebf7d65cf7831facd7463 --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3a1c68b166170f34c9194217ba5c0c9afaa9c9179a3057951a7f37b3fc0c02 +size 15428 diff --git a/metadata/cache/frames/vimu_000209/frame_07.jpg b/metadata/cache/frames/vimu_000209/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a06854268892ff237788258256386ed37bed2228 --- /dev/null +++ b/metadata/cache/frames/vimu_000209/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead320b5a10f6f9c37f74240b2471d0dd61c116a00369ea808a846c3161b1130 +size 15677 diff --git a/metadata/cache/frames/vimu_000210/frame_00.jpg b/metadata/cache/frames/vimu_000210/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c78eec5321194559cc1e40ba4809ad50df4fca9 --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ef09d6d7ebede595983527fbf7e8f7ca5d6b86b931f93cde390426b9001c05 +size 42006 diff --git a/metadata/cache/frames/vimu_000210/frame_01.jpg b/metadata/cache/frames/vimu_000210/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6698b131a26325b5f8bd6f59e3cfae1a88fa7cb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fc32ac26cc1dd0902ba89279d997b95b47f156e743dbe4fb163257e64eafb2 +size 31570 diff --git a/metadata/cache/frames/vimu_000210/frame_02.jpg b/metadata/cache/frames/vimu_000210/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02830c8507edb79bcb423626aa7bd3a3534d2258 --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20910046936911792e1820d8c9ed18fad6658b71bc15eca69a9a8f5dba515260 +size 39862 diff --git a/metadata/cache/frames/vimu_000210/frame_03.jpg b/metadata/cache/frames/vimu_000210/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e3a7c5144c08af33352df776f5bef55b39bbf65 --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fa9b270b3272cc5f7e7e848cc0709d850a5b8119706b68e7bd3eb2535aa100 +size 43066 diff --git a/metadata/cache/frames/vimu_000210/frame_04.jpg b/metadata/cache/frames/vimu_000210/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..407d3619b67e70971d11fa0ec79be4bf26a9129b --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0831bf71bdb8770c1aed005375b0c4274806b4df877c0aba545e0bd50716790 +size 37961 diff --git a/metadata/cache/frames/vimu_000210/frame_05.jpg b/metadata/cache/frames/vimu_000210/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12997b7176465b6c6e3d47465db815359adc0ab1 --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba8521ecdf579cfc50b1046b753e94610411586c3a80e72dc8bbc81830a0a4a +size 39712 diff --git a/metadata/cache/frames/vimu_000210/frame_06.jpg b/metadata/cache/frames/vimu_000210/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a0cb7e41f9b6216cdf0b0aa364b41ed42a2882b --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2e90151f1c192e38f0ad7d2fb1e47da2f3d479fba471c43ead7e1b5a331111 +size 47833 diff --git a/metadata/cache/frames/vimu_000210/frame_07.jpg b/metadata/cache/frames/vimu_000210/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6abc5e347a6b71488b858bcb6b5e8dc26f5dc5f --- /dev/null +++ b/metadata/cache/frames/vimu_000210/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec30f0d850bdaf4d2bc471488e1521b4fa471a958536fbaf09012abe978a66c +size 44865 diff --git a/metadata/cache/frames/vimu_000211/frame_00.jpg b/metadata/cache/frames/vimu_000211/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71c04e4ed8a6a61e1fd60a4d1c2febd58f0a7e3c --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0bfed73980410021357aaee4d24af0e15e2483a67b43651ac17d20a469bcb9 +size 19978 diff --git a/metadata/cache/frames/vimu_000211/frame_01.jpg b/metadata/cache/frames/vimu_000211/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b8e13ee8429ec0700974e6eebc2600b39d35701 --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f461831c61258e5a1fb11f362e2391c793a77bdf3acd4aab6cd54c5b42ef83cb +size 17774 diff --git a/metadata/cache/frames/vimu_000211/frame_02.jpg b/metadata/cache/frames/vimu_000211/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..156fcc82a6dfb34270a733793295bb52bda1eaef --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d9ae230c703863272425cd5acdefcdea7649197257f2c72ac3d363b71a16f2 +size 18735 diff --git a/metadata/cache/frames/vimu_000211/frame_03.jpg b/metadata/cache/frames/vimu_000211/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8945d18dd555910fac4ab47e3193a79ada59013 --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b70bcafef2fd44488c7ce7d7d4f654645082cfee1e36622675ca7cf17d86564 +size 17725 diff --git a/metadata/cache/frames/vimu_000211/frame_04.jpg b/metadata/cache/frames/vimu_000211/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fb611f61f616d5ff9f02fd17821bdd7a76db620 --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a347d66e15fe77242a5be29444133e92a722b3636db5a7b5c0e590ca03358878 +size 18773 diff --git a/metadata/cache/frames/vimu_000211/frame_05.jpg b/metadata/cache/frames/vimu_000211/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b79facc5ae5062120495ec8d60c04bffa63435b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af4970b1fb0ba2957582aa270418de03530720237a5cd17e5545fe082170c13 +size 18853 diff --git a/metadata/cache/frames/vimu_000211/frame_06.jpg b/metadata/cache/frames/vimu_000211/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c04075ae625407401e526fd254d995e9498f83c --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3788e569d89f6613d0aa6bb758ed5865f3f212d084e633f5c7579fe0dd8164ac +size 18909 diff --git a/metadata/cache/frames/vimu_000211/frame_07.jpg b/metadata/cache/frames/vimu_000211/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..710b38866d9a3ebebb45777d3db6d9a14c297d50 --- /dev/null +++ b/metadata/cache/frames/vimu_000211/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aca3ee5f775133017b924842d116b48093fb881279127b70157001b74740847 +size 19452 diff --git a/metadata/cache/frames/vimu_000212/frame_00.jpg b/metadata/cache/frames/vimu_000212/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8078ee9856609d5678bd86ea585a4e515c8ccbb --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c886defecc719906187e62a832acc1079026d7fa71257cbd8a687730d012f24 +size 26586 diff --git a/metadata/cache/frames/vimu_000212/frame_01.jpg b/metadata/cache/frames/vimu_000212/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28d908fb5d2afbdf5045417864cad8c34bcc6df1 --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a9a9d1040cb5c1841b090188e36e6a9cfcbd7b7e93545c923ccde425f44f4f +size 29419 diff --git a/metadata/cache/frames/vimu_000212/frame_02.jpg b/metadata/cache/frames/vimu_000212/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d890fc573f4f9d21e4c3801a9a0780416d5b330b --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7984ec2111592a9f5762f0b68bbf16d308b3b8fb71506d16eaa9f9bdf83d24b0 +size 33900 diff --git a/metadata/cache/frames/vimu_000212/frame_03.jpg b/metadata/cache/frames/vimu_000212/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ff51473c193320f1913958820b02b8bec70909a --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c695a0c8ed0092a8f992503f388b050f6eb7af4f65aa5fef20500666e9ebc75 +size 40857 diff --git a/metadata/cache/frames/vimu_000212/frame_04.jpg b/metadata/cache/frames/vimu_000212/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a7699e25d1cb6b6542f2b1a085de4e922d7e6f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beeb0d559af41920fbc3b946c6775c9aae2ef7c06cbdbce4d8c90f0c20903a06 +size 34244 diff --git a/metadata/cache/frames/vimu_000212/frame_05.jpg b/metadata/cache/frames/vimu_000212/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dc6cb5430909d50deedfd1a9e07005789d1d906 --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21d9742e2af566bfe71d38e186349147065f16497c7e3e53b5e51a8b86b7ceb +size 36316 diff --git a/metadata/cache/frames/vimu_000212/frame_06.jpg b/metadata/cache/frames/vimu_000212/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a43a8eeb678639ae202e1168a5b7f3986b8be96e --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf774b3cfbe0c3a63e3068f7646acf163d50990a4caa2ad9ecc1ceaea0c496e +size 35020 diff --git a/metadata/cache/frames/vimu_000212/frame_07.jpg b/metadata/cache/frames/vimu_000212/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb6221f680e65325da718593cd19b669f3b33ae5 --- /dev/null +++ b/metadata/cache/frames/vimu_000212/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1789e5b531c955c9950bfedfbc86fbd7d3aeb776b674767a28a78ea6296aaa37 +size 33840 diff --git a/metadata/cache/frames/vimu_000213/frame_00.jpg b/metadata/cache/frames/vimu_000213/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc2c3537eceecfd4c11fba9e49b916a787efc3a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce03f5862a1fa0b5e88161c9aa01b80467fa2e066f5601dbc61dcc9c50e0efec +size 70737 diff --git a/metadata/cache/frames/vimu_000213/frame_01.jpg b/metadata/cache/frames/vimu_000213/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b63247dd6d086b674cf5271a5ab6c697ddf64258 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250f643a28a57519360fc300b75ee22c194c6951cdb253d4537fc4f6d67e7b99 +size 58063 diff --git a/metadata/cache/frames/vimu_000213/frame_02.jpg b/metadata/cache/frames/vimu_000213/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6031aae54898f4850e2c676bb12a8323341d9bc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616a50381c28fb8b56bcd6e2075bfcbc63c39c293522899ecdca013311cf7f71 +size 68209 diff --git a/metadata/cache/frames/vimu_000213/frame_03.jpg b/metadata/cache/frames/vimu_000213/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b740a8524ecf9ec69f5a1b1e6ad68a92faf527cf --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c19186b06a351293b39ababdb7babe40da2fec7469f3dc61c3f4d03fbd08e3 +size 67029 diff --git a/metadata/cache/frames/vimu_000213/frame_04.jpg b/metadata/cache/frames/vimu_000213/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61f18484681b3e4e39e903ef350dfff4e12b05e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911916ebdb1ee5f26745921b221a91956869f75f933378f843d5fbee5761ca6c +size 66352 diff --git a/metadata/cache/frames/vimu_000213/frame_05.jpg b/metadata/cache/frames/vimu_000213/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9698db51831af65a890b6f17614c447dee8d3146 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96133a86bf7abf7d26e633962601b33535525bdf8b6bed66166de77880e7786 +size 68438 diff --git a/metadata/cache/frames/vimu_000213/frame_06.jpg b/metadata/cache/frames/vimu_000213/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d833573c881e8948d47bab36b75ab71011210c06 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d97a3b42acaee9e25e1ab74e17e6df1170426e8550659d58151003b59f0b1d +size 65316 diff --git a/metadata/cache/frames/vimu_000213/frame_07.jpg b/metadata/cache/frames/vimu_000213/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3447ab49b9a1fcd1a0380c7814211e9f9705240 --- /dev/null +++ b/metadata/cache/frames/vimu_000213/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a009e7f6dbe98e5cfbcd7c4920df54c2b64305579f67066c7e7ff9c016a0f3 +size 68248 diff --git a/metadata/cache/frames/vimu_000214/frame_00.jpg b/metadata/cache/frames/vimu_000214/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5422da3f82c7e1db6b4b0c18c69226cdcf3be608 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8600e659a6408a430e638ada842036bd4768c2cfc4b24d91085d199b5ca5bc3f +size 35270 diff --git a/metadata/cache/frames/vimu_000214/frame_01.jpg b/metadata/cache/frames/vimu_000214/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c609e19c3aaa9a29b22f1771bbf46745ab7ecea0 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef22403f11518ec75de58c3c2bda2e892b4e0c377805f065f7ddcf6d0556943 +size 57832 diff --git a/metadata/cache/frames/vimu_000214/frame_02.jpg b/metadata/cache/frames/vimu_000214/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e20ee28d278e6e42a494b99b698cc02af086d36 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9029bc18573eefc8fb45dbfb9c7bdc2594aac1ce22bf178d6a3531940516e74f +size 50323 diff --git a/metadata/cache/frames/vimu_000214/frame_03.jpg b/metadata/cache/frames/vimu_000214/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db813d30b9b78229189ff074067c397a0b29ca02 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991225a2179494e890ab6d7d42433f6cafa838741ef008ae5129bb7c813790f2 +size 37885 diff --git a/metadata/cache/frames/vimu_000214/frame_04.jpg b/metadata/cache/frames/vimu_000214/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd5eefcfd044a4a1efbc2426dcd26fb799e90573 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4345298fc511a1ab85ffcf86491dec7b7dc34bc08a5584f1bd032ab05ec3b1f4 +size 40573 diff --git a/metadata/cache/frames/vimu_000214/frame_05.jpg b/metadata/cache/frames/vimu_000214/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfa2c0e610865d35f57abc8b73e29349cf073a62 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9a30c9cdc18cb1c50de96a5753dec5ed3eeef49f57c69229cfba432780f12f +size 57358 diff --git a/metadata/cache/frames/vimu_000214/frame_06.jpg b/metadata/cache/frames/vimu_000214/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4f6bcd74dabdc2dbde6c1bb90b3434ecc527487 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ad4217646c7513a699e36bedce6ade2330c126918224879e360edd67551867 +size 41652 diff --git a/metadata/cache/frames/vimu_000214/frame_07.jpg b/metadata/cache/frames/vimu_000214/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e358822bb7c1bfe31980da50895b468da4497f58 --- /dev/null +++ b/metadata/cache/frames/vimu_000214/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984cc90bf23d7b7fc751a27590a1c531b69fd4460bdb91ba183a93319333217c +size 46219 diff --git a/metadata/cache/frames/vimu_000215/frame_00.jpg b/metadata/cache/frames/vimu_000215/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690628baedb16f77ada16f8c3332aa1e1f5fe701 --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a530bf5ec360e92fb86652e55f71290658f447d0a37457c91f2d14db28bad2a6 +size 25561 diff --git a/metadata/cache/frames/vimu_000215/frame_01.jpg b/metadata/cache/frames/vimu_000215/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db280b53f1a59157173b17495e2250d0ae08e3b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c77a2d267bdcf09fd8baee2f9bacc2f75053ab81e172eef4d34c301e46d0a2 +size 26715 diff --git a/metadata/cache/frames/vimu_000215/frame_02.jpg b/metadata/cache/frames/vimu_000215/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..707eac79ebdcc2eb012587d4e793cbec6db95a25 --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd94a5b7370bcd804f4c945c6e0c42496258a0c7ab317937f8c34b5d292a0033 +size 29423 diff --git a/metadata/cache/frames/vimu_000215/frame_03.jpg b/metadata/cache/frames/vimu_000215/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf797dc3ad83f754e892352a2c5a2d7242d35a17 --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5252174047734553119d54f1969ee5b532ebdfab97c87caa33dc3ae52d4cd12 +size 30312 diff --git a/metadata/cache/frames/vimu_000215/frame_04.jpg b/metadata/cache/frames/vimu_000215/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8d5c8cf6e107d286fb9281875b63d11316a20b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f196c57a90ea4d2c3ea7efc8a3f6fbf0409e8f04c2cda496106dcdf5b0293d79 +size 30356 diff --git a/metadata/cache/frames/vimu_000215/frame_05.jpg b/metadata/cache/frames/vimu_000215/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cae3899498bebee67a70dc76f4d4233a639137ba --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368f3100e1a60e122866fa0eca2511bb2a88cb8dd1649fe88a3fa25113a63431 +size 33904 diff --git a/metadata/cache/frames/vimu_000215/frame_06.jpg b/metadata/cache/frames/vimu_000215/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec4aa25e27240bf7e4ff72d5e6cddd997ec931eb --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe55ac84ec14e7b6d7eb02995f8dfd98bd516a12c64437d4854a8f7c47d8b7f +size 25637 diff --git a/metadata/cache/frames/vimu_000215/frame_07.jpg b/metadata/cache/frames/vimu_000215/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94be2d0c5c1e589105969b4012927cb1d4755afd --- /dev/null +++ b/metadata/cache/frames/vimu_000215/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e511c0526112ddaeff80177d5e84789be596f9e20489e3493d7d93f4d4b14d5e +size 24445 diff --git a/metadata/cache/frames/vimu_000216/frame_00.jpg b/metadata/cache/frames/vimu_000216/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..029d30719ba1b617506d5d98ce23199534f98990 --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9647b6fd2efb0cd7de4a20f9e4b9740e2c234f8a302f7d91a9baf8e01fd62a90 +size 37002 diff --git a/metadata/cache/frames/vimu_000216/frame_01.jpg b/metadata/cache/frames/vimu_000216/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..714de710a65be42613e396c9db87fb6103d6ae93 --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3cdaefd18286b55ccaa09ab6735690d63ec0a10dbc38682648e9934811652b +size 39280 diff --git a/metadata/cache/frames/vimu_000216/frame_02.jpg b/metadata/cache/frames/vimu_000216/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..922fbb1e7c737badc34587e61aaa05779ed90542 --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0a6dbe870b3b4f409cc5e02d8bb0c9216147baf77afd3fa6c2cd12db36a58f +size 43127 diff --git a/metadata/cache/frames/vimu_000216/frame_03.jpg b/metadata/cache/frames/vimu_000216/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0bd53e6f3658bdbb62586eb2fa0a04ecb47b0ff --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016428923d60d026609cee0f8153ef71daedf3a494cea41f55c433d94d0fee14 +size 50139 diff --git a/metadata/cache/frames/vimu_000216/frame_04.jpg b/metadata/cache/frames/vimu_000216/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..646da238b6e1f3f9c2793ec2f1dc925789a10492 --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119fb7b9d19f2b5b5f8f9ef1dab6ccf038cdf605d04cc931e9f0808d1a7ca069 +size 53761 diff --git a/metadata/cache/frames/vimu_000216/frame_05.jpg b/metadata/cache/frames/vimu_000216/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10c6b764d24c995489c1edb10e3c6681f8060fff --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb1f6f7467a960e01315de84b20a391059e3885247a320885a77abe09c6b1e6 +size 50887 diff --git a/metadata/cache/frames/vimu_000216/frame_06.jpg b/metadata/cache/frames/vimu_000216/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84afbda374780cb301285edd1a528a321a924c8e --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a712cdddca54cce7ea5369f3d53e207a6fc327d2d2e6cc3c23f7e3a4a2ac208 +size 50416 diff --git a/metadata/cache/frames/vimu_000216/frame_07.jpg b/metadata/cache/frames/vimu_000216/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..674fb0349e5b4c98dd338c4437fee9f584622fe1 --- /dev/null +++ b/metadata/cache/frames/vimu_000216/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95feaf4e4ce5ac9f973711e582b6131decf2d1f7c945e3d1ebcd6b95030faa8 +size 49297 diff --git a/metadata/cache/frames/vimu_000217/frame_00.jpg b/metadata/cache/frames/vimu_000217/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c606de138abbab965c402c5785c0480a93a042c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b1010c11a98620e012015a988a3d5e7c62f60c2310f451f9e65295df798813 +size 23330 diff --git a/metadata/cache/frames/vimu_000217/frame_01.jpg b/metadata/cache/frames/vimu_000217/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e182ff72fd022597591d68ce975fa73a620f65f --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa163f89db6f2219963a9c9b94898a91d43705d0ce05e2225dc709bf475ef45 +size 24096 diff --git a/metadata/cache/frames/vimu_000217/frame_02.jpg b/metadata/cache/frames/vimu_000217/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f8fbe768969df7e699842eefdceb84cb4b2411b --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83ad8399594d5e651dfc5147c22c42ba1a376fa18883b65ea7ceff5e94f07a2 +size 23977 diff --git a/metadata/cache/frames/vimu_000217/frame_03.jpg b/metadata/cache/frames/vimu_000217/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e76971c1150d505c0a415d350a2999826abee80f --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caf01da907533870851c4ced8836a5e7a28b99cfba4d29ddebbd725a91a53d7 +size 24044 diff --git a/metadata/cache/frames/vimu_000217/frame_04.jpg b/metadata/cache/frames/vimu_000217/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c26b9c1dbddd7158219ad7078f635dce6f8b998 --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2b578d7da441dc2bc80c6b9c527eb624d130627f5136415e907db6e2eae88a +size 23732 diff --git a/metadata/cache/frames/vimu_000217/frame_05.jpg b/metadata/cache/frames/vimu_000217/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac916f41abbd9c3deea80037e4fec39c7cd5d2b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50779192771e80e7d158575aa467338ad02eb4bebd7f65b505b26066f98ca13d +size 23559 diff --git a/metadata/cache/frames/vimu_000217/frame_06.jpg b/metadata/cache/frames/vimu_000217/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5aecc06e91acdc9acae481a1fcee9f1c1aef91f --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664f8ab048c63487c23e620a16cb31af2cf809f4c1ac62ba26ebdb5ff315ddd4 +size 23176 diff --git a/metadata/cache/frames/vimu_000217/frame_07.jpg b/metadata/cache/frames/vimu_000217/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48666d56ee7e68a9f0eb7a03f3a25be4ce9266ef --- /dev/null +++ b/metadata/cache/frames/vimu_000217/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06b0abf65dda82b40d32a7e594ffe7da7e172670bda13bf47ce82624fa42cc2 +size 22271 diff --git a/metadata/cache/frames/vimu_000218/frame_00.jpg b/metadata/cache/frames/vimu_000218/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c05a3f0a1df778d80160d70d54ca6dd0ad3b0a6b --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143e7a1c7627acce47b9a47b3c4c05554310dafe13cfb5c7db23c113c916d72d +size 44167 diff --git a/metadata/cache/frames/vimu_000218/frame_01.jpg b/metadata/cache/frames/vimu_000218/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d4b93cd3ce6b97b48d1dc442802fa633eaab5b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2083b2fbdb452b7e52db930146ed9194494966e3bb2f96aee145f3b7feeba7 +size 41162 diff --git a/metadata/cache/frames/vimu_000218/frame_02.jpg b/metadata/cache/frames/vimu_000218/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..004391ac5d3ae7c41a419cfdb314abc9af7dcdc0 --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafba348a152fe9e7d58525a8ebcece7ecc9574ebbca4367cf48c69bc094b555 +size 41430 diff --git a/metadata/cache/frames/vimu_000218/frame_03.jpg b/metadata/cache/frames/vimu_000218/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf18a94de87babe5b7620ca4ed09f8ee9cdc638f --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e35ccabbb52ca7c1e8910972e4345a134c618135b3fbeed8b3f23db638ba15 +size 39947 diff --git a/metadata/cache/frames/vimu_000218/frame_04.jpg b/metadata/cache/frames/vimu_000218/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baad2370f8d3f69943137965a8ba3f7ae79a747a --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf942ace75942dba5a9fb1bdf65d4247fb022ff0b899ef0812d218136597121 +size 39306 diff --git a/metadata/cache/frames/vimu_000218/frame_05.jpg b/metadata/cache/frames/vimu_000218/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b7912264af98c25fcd87314f32aa5b873601606 --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11008295c7070350c6d7d20dc7c33c8c4a925059435cf7a0a489f1e685b6f0af +size 39199 diff --git a/metadata/cache/frames/vimu_000218/frame_06.jpg b/metadata/cache/frames/vimu_000218/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..872ff33a7d4c7a1968fcb46217eb0b2a92518aa0 --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49f937d6c182868a6b1ab0b6b1b6f743f48baea6cacf8bbe1fc06c6858e4f9b +size 32046 diff --git a/metadata/cache/frames/vimu_000218/frame_07.jpg b/metadata/cache/frames/vimu_000218/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f90112b9d379bb0aeb9880c68fdc0c9213317b16 --- /dev/null +++ b/metadata/cache/frames/vimu_000218/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9376409a7f047c43bc6fbd3c04f06d0d3192967cc8e36fd1e071f47f753665e +size 40058 diff --git a/metadata/cache/frames/vimu_000219/frame_00.jpg b/metadata/cache/frames/vimu_000219/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..031345d4949246a76ec6ebfad873306859af575c --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604204adab32b75900183dca888711f651eb8582b3083ca2d9af74e5ab7c2ee6 +size 64184 diff --git a/metadata/cache/frames/vimu_000219/frame_01.jpg b/metadata/cache/frames/vimu_000219/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f294ee88e9e002dd32c0b2af10e119ba96b5cc7d --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5354df8b0099f7653729f32a71d5bec8b6563ea47d902ba02d350db8c72b7e +size 61876 diff --git a/metadata/cache/frames/vimu_000219/frame_02.jpg b/metadata/cache/frames/vimu_000219/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab59f6ce2b391c407a8aad40b955dcb3803fd006 --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a654683ca04e58a18a1a0929cfef29c53fb690d6f24f9a607c470cd32a7e42a9 +size 63924 diff --git a/metadata/cache/frames/vimu_000219/frame_03.jpg b/metadata/cache/frames/vimu_000219/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e74744701625ab85d95071c3d98b95520102e72 --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d94a1494d62252864c083183a71653dd2d0a8f3ba552a326fb399effcae72cc +size 64274 diff --git a/metadata/cache/frames/vimu_000219/frame_04.jpg b/metadata/cache/frames/vimu_000219/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b54b84e8d97b6df1f2ed4423012a171b83c4fdd --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5312dca28d6f9d534ccbf238b17e7b9a92280fa89af9822d1e6a269c7af003 +size 47525 diff --git a/metadata/cache/frames/vimu_000219/frame_05.jpg b/metadata/cache/frames/vimu_000219/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f1b88f521a26df50279603bb72537acb39cf45c --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9768ec094ed866e461718ff9f0091d844422e5224c7dda61273fede46b60c7f2 +size 50967 diff --git a/metadata/cache/frames/vimu_000219/frame_06.jpg b/metadata/cache/frames/vimu_000219/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb3a63aeca33c472fa5dce4125fc215672480596 --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b76020f6703c437e373824213c0c094346105faa87a06483b6be2a8b41b0c7 +size 50171 diff --git a/metadata/cache/frames/vimu_000219/frame_07.jpg b/metadata/cache/frames/vimu_000219/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2949be84acd199b428e56aeadee45016286cab64 --- /dev/null +++ b/metadata/cache/frames/vimu_000219/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0692b23acd392e4a32b9b785e5b82208a68703a845f8807f53a5999ec9d983f2 +size 48292 diff --git a/metadata/cache/frames/vimu_000220/frame_00.jpg b/metadata/cache/frames/vimu_000220/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ea0ec3dad37eb768eae319f2f21ee7e214cb4e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2064906bb3aa2b2aee413f2b12e51ed30263afa1431a67eea68225ec3dbb35cd +size 47576 diff --git a/metadata/cache/frames/vimu_000220/frame_01.jpg b/metadata/cache/frames/vimu_000220/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47ca3462f82b264f0b8e6adc5c44d362c31ea7c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2297b448b12286bab192f110b7f6324e3a187e42b29480240ac4f23400b01a7d +size 34278 diff --git a/metadata/cache/frames/vimu_000220/frame_02.jpg b/metadata/cache/frames/vimu_000220/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..493eb1c8be3d7a725294a0ae8c9a7b60c8a3aa78 --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ce66396d5e4e29cfc989e9acf34605ce8018a6d992acde2842b2fd4d2e0941 +size 35989 diff --git a/metadata/cache/frames/vimu_000220/frame_03.jpg b/metadata/cache/frames/vimu_000220/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71f75d54e88c97eb23941e60dadb2b559eaf3ccf --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49618e41324f242c7a2809b5d7ba2bfbbba1b67e3e4fd3d91c32c12ba4a37382 +size 34987 diff --git a/metadata/cache/frames/vimu_000220/frame_04.jpg b/metadata/cache/frames/vimu_000220/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ccb15576c29269c4922dbe75af7cd2645b83a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41a697c61b0eba56a431a1fd028b1c07324a1bc5d83436ef73334e069064db4 +size 39634 diff --git a/metadata/cache/frames/vimu_000220/frame_05.jpg b/metadata/cache/frames/vimu_000220/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68b846e06972c41a121218b8276e5938b1f826c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8874f6fcc18c31415fa817b61b9d9f21db6ef318bb7ec77a7849a4213975073 +size 41938 diff --git a/metadata/cache/frames/vimu_000220/frame_06.jpg b/metadata/cache/frames/vimu_000220/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91a8076939868ec4ac910276e537622cf1f8f3b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d2a6e7ac079bd3f5771cd0706093d3b2478643d280ae28f76ad78dfd768ce1 +size 46419 diff --git a/metadata/cache/frames/vimu_000220/frame_07.jpg b/metadata/cache/frames/vimu_000220/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a33c89b25b444e3df965152f4c81b8ffb22ca51e --- /dev/null +++ b/metadata/cache/frames/vimu_000220/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f21f9c68a7808964670a0c09421d9d7960a378e17824150b521d07aa035dec0 +size 51978 diff --git a/metadata/cache/frames/vimu_000221/frame_00.jpg b/metadata/cache/frames/vimu_000221/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b5ab9b697cfef2cccf5132f0a6a4b1ad2acdb92 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aebfaf2794f7baedf10b2499a4353ff343f8242b54bfc1622160bc80d1bf8d7 +size 42128 diff --git a/metadata/cache/frames/vimu_000221/frame_01.jpg b/metadata/cache/frames/vimu_000221/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..017fd659821998dcc725297cb1f702396e60d256 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36aa5a12126799d16aec5402bbefeacc33f7554a980d1631046f079aa7638cc9 +size 42453 diff --git a/metadata/cache/frames/vimu_000221/frame_02.jpg b/metadata/cache/frames/vimu_000221/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67599c3de72b2c9355f0229c3195b0a11b00e7b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9f6653da5a0815d5a53d98614363684e9738a6eecfb9896e3e2b240f530de2 +size 43044 diff --git a/metadata/cache/frames/vimu_000221/frame_03.jpg b/metadata/cache/frames/vimu_000221/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0e450423cf6a349ca2d97b4b08c6c2a4f37e8e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8feaa0e208b6329a96defbbbda015f1f81cfb5a35a907deac7ba2be1a66a215 +size 45735 diff --git a/metadata/cache/frames/vimu_000221/frame_04.jpg b/metadata/cache/frames/vimu_000221/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbbe625562854e05cb26fe2314922d790cb6d3db --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc3738e139d4ab2535967bc4e68b35fb45ae3bdda6ed0d037465475c1b909f2 +size 40862 diff --git a/metadata/cache/frames/vimu_000221/frame_05.jpg b/metadata/cache/frames/vimu_000221/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f582553a646b534b833db48a2012629b4949abb5 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2085e0840278d8ca4b68df9e4d28c4dd2c76c9293fd636392885a1d545f98e6a +size 38471 diff --git a/metadata/cache/frames/vimu_000221/frame_06.jpg b/metadata/cache/frames/vimu_000221/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855a2a4d38f2169971f4b9d4889b873e6d6f6012 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a713b1ade27d5b653823d5e4c803cb7864b2ef668266a617717f9cb5c57e1ccf +size 39874 diff --git a/metadata/cache/frames/vimu_000221/frame_07.jpg b/metadata/cache/frames/vimu_000221/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..269fa459d1ded7f3518e7c4dab713a6971900197 --- /dev/null +++ b/metadata/cache/frames/vimu_000221/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622d517a4f189d91ddea025d22dda058134e552e970e226053e866317ec50454 +size 42199 diff --git a/metadata/cache/frames/vimu_000222/frame_00.jpg b/metadata/cache/frames/vimu_000222/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0cb80224e7eb12af1763b8c13645e02864d833c --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0695047c1e5751f256df85e96b56912665126154faefbd2a5ebeda4283d2b46 +size 67342 diff --git a/metadata/cache/frames/vimu_000222/frame_01.jpg b/metadata/cache/frames/vimu_000222/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a46b9e5d81c416c968bb5a16046ddb194b5784fd --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a240b59a14681737092fc89074f64b52c8842785fb63d20d53f9e64636861f2 +size 76639 diff --git a/metadata/cache/frames/vimu_000222/frame_02.jpg b/metadata/cache/frames/vimu_000222/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92edaab5ff5a0454771411bea206b28d6ab88bec --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756c004d8d16892e265d085545fc55c62131589b287ed1883c8a8da082ec4af4 +size 49774 diff --git a/metadata/cache/frames/vimu_000222/frame_03.jpg b/metadata/cache/frames/vimu_000222/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db455f5b191b453d0465049b48b0cb5d5f4e67d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54a441267c51f4caf9a97e02584bc33f9c4847a7fc79f79747fade8035e9cd8 +size 61730 diff --git a/metadata/cache/frames/vimu_000222/frame_04.jpg b/metadata/cache/frames/vimu_000222/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4303cd2b7d51aad39c70d8f41fb6b476f0e5ff12 --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831c65a26494be2d479bc6e89553635b59127cbbab6f5cf80373d69f3f002632 +size 61044 diff --git a/metadata/cache/frames/vimu_000222/frame_05.jpg b/metadata/cache/frames/vimu_000222/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..624ced13f23a33468025ba49aa645a034350e5e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc0b434988e99b0f77e70c125ca86c5e20e1275277108a455a164c56e46394a +size 62875 diff --git a/metadata/cache/frames/vimu_000222/frame_06.jpg b/metadata/cache/frames/vimu_000222/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b7c865eb583259e48cbdc6fe57032407950e355 --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e32efe3ac99c7759d1aee3b97bed1059932578a5c73abe807c0c7c680102f95 +size 58313 diff --git a/metadata/cache/frames/vimu_000222/frame_07.jpg b/metadata/cache/frames/vimu_000222/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e825400c965dc6aaf73ce0a44a6053f2bf7319e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000222/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3b1a8eb51deec06632693705bd3f5ce8b8b42a2f3f01daffb830aff0a6607f +size 56544 diff --git a/metadata/cache/frames/vimu_000223/frame_00.jpg b/metadata/cache/frames/vimu_000223/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b91567329a824c01a71aa8fc768790ac9f72a15b --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31de3e4fb51eeae60c5ea85c1e5b5f1c957e6b154a3ae6f408e3132917d09cb3 +size 37234 diff --git a/metadata/cache/frames/vimu_000223/frame_01.jpg b/metadata/cache/frames/vimu_000223/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d2801449384779b0f6fec4d77bfe20949a32bc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d62489c8bd9ed61beec590c3f2395a7c86943a6bd508fe1a8c38fdc74bb657 +size 47480 diff --git a/metadata/cache/frames/vimu_000223/frame_02.jpg b/metadata/cache/frames/vimu_000223/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..866e4cb91b744f34b64cd193509e18f278002340 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969e3356110649b2ae410653b9dcc437128d58072efc4e3097813e3d628b84e8 +size 53330 diff --git a/metadata/cache/frames/vimu_000223/frame_03.jpg b/metadata/cache/frames/vimu_000223/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5694655ad2e2883b37b5a2ac157636cd24243299 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cbc1e6e80415094ddbef3eca36c557d146aa282fc248dc6de47a6a00c32508 +size 54634 diff --git a/metadata/cache/frames/vimu_000223/frame_04.jpg b/metadata/cache/frames/vimu_000223/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84db4f3c76cd81fa631054b6672a364180e14693 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628e61ba03c87de9b54a94bde4db1ce8f756ba1163e7e38d0d9e181bd03b5c1b +size 53150 diff --git a/metadata/cache/frames/vimu_000223/frame_05.jpg b/metadata/cache/frames/vimu_000223/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbeb7498cbbf63d4053f516a0bcd00f931496db1 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb36556225eaa7e2dbfb406946f60147fba042bdfa55ebe53c65b7abdcd15a6b +size 53194 diff --git a/metadata/cache/frames/vimu_000223/frame_06.jpg b/metadata/cache/frames/vimu_000223/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58c54f559828d6668796d09f96a7673c95015e66 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7305333f411cfdb6cf10291fdc2066a5229e2e4a75ed8ebeab0b8009ca800b60 +size 54770 diff --git a/metadata/cache/frames/vimu_000223/frame_07.jpg b/metadata/cache/frames/vimu_000223/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7abd1b2680ab6511a69c9831972ff7acd31236f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000223/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a19078e085fb80c42d55da11aae0a04a346ede2b0bc132331d8472f54d8737 +size 54823 diff --git a/metadata/cache/frames/vimu_000224/frame_00.jpg b/metadata/cache/frames/vimu_000224/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c97e20421b91512fda409aaebc9df440ed7ebe5 --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d5365daf263091ff57744a0bce03e6c2aad4209fed8183fae2cf1d7c029341 +size 52403 diff --git a/metadata/cache/frames/vimu_000224/frame_01.jpg b/metadata/cache/frames/vimu_000224/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83b8e0a238375e8415fb35520500c96e23a695ab --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea96f17ac2b7493e787fd107fa6399db468fc5fabd7b2bc6314c9e24f19c6462 +size 55207 diff --git a/metadata/cache/frames/vimu_000224/frame_02.jpg b/metadata/cache/frames/vimu_000224/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55b85b529cd9ae0e8e753eac0311e349c780e9e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922b8a216ace056f8b896a95b6d6395701a75f2c8aaa0c0742a312863779e511 +size 46887 diff --git a/metadata/cache/frames/vimu_000224/frame_03.jpg b/metadata/cache/frames/vimu_000224/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc25fba33660ceba2cdef482f85294f9fbc9601f --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712fb79a51806d48ef2c42b0c826b9f437f66bef5c11cf48a93a7bf63949371e +size 50717 diff --git a/metadata/cache/frames/vimu_000224/frame_04.jpg b/metadata/cache/frames/vimu_000224/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f2a9d73661eed073fceba726a9a1663e766e864 --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74c3118919f97c90ecadca5916906b37ca443c06490a3e6aa1cc91c19205e89 +size 55662 diff --git a/metadata/cache/frames/vimu_000224/frame_05.jpg b/metadata/cache/frames/vimu_000224/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f655b95d3ce2a4e7252a641260bae7fed9760b72 --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e1a4eaf9e9bd5ce5a3eb2b119251de430a0bbac24b28571e5530700dd4e791 +size 57913 diff --git a/metadata/cache/frames/vimu_000224/frame_06.jpg b/metadata/cache/frames/vimu_000224/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3a0197af9c85e7750cff2830c38dc11067e4d6f --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d309d6ffb300de3e1111ccc4e5c37c8d5aeb9eae989f64b0d359dbfe6d49679 +size 51108 diff --git a/metadata/cache/frames/vimu_000224/frame_07.jpg b/metadata/cache/frames/vimu_000224/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..971c4d5ee67652f90c9f6d092dca5aa7de341f1b --- /dev/null +++ b/metadata/cache/frames/vimu_000224/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b902d30011e626a48efbd588c9cbc786a2a3d98d13b1335fea381886772760 +size 53217 diff --git a/metadata/cache/frames/vimu_000225/frame_00.jpg b/metadata/cache/frames/vimu_000225/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe148a1a57ad27282f3bac20149dbbb74f39eccd --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265aef6c082b8ac5258836e5907682208ddb32d9a327675b6dcee1b8db18c013 +size 28825 diff --git a/metadata/cache/frames/vimu_000225/frame_01.jpg b/metadata/cache/frames/vimu_000225/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37cfcbe400a3cad1cb8969f0d2fe991e022e2208 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33222f89fe496ba782a73b0bce0fbf13a21c866cce260e9eed97354846d174cc +size 27335 diff --git a/metadata/cache/frames/vimu_000225/frame_02.jpg b/metadata/cache/frames/vimu_000225/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6850a98d0d85aa1659dacb9ae0fab4adb0778b78 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37e33181a4076a90761732154526f844e5856858d50250eb3b7ad8124d77503 +size 32812 diff --git a/metadata/cache/frames/vimu_000225/frame_03.jpg b/metadata/cache/frames/vimu_000225/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ef7c0d9248f39ad17187af10842337af5045079 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ecc45b27cdb5de910b07cdacc02e35a605f1d553feeb06f029bb6a1e1476a2 +size 33482 diff --git a/metadata/cache/frames/vimu_000225/frame_04.jpg b/metadata/cache/frames/vimu_000225/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d62a9409e83cbe21bed874ede2ff055716b6b3a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7705218ebd8faf942da97f2039c8c08eee7322fe044e1e151702f420261ebc36 +size 28834 diff --git a/metadata/cache/frames/vimu_000225/frame_05.jpg b/metadata/cache/frames/vimu_000225/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..343067d39058d2220df8d6ed16e15ac4fb44c959 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f271b1cf4eee7230c0048bf50069d4863478f0f98861af7a49dd53d1abefb4b +size 29371 diff --git a/metadata/cache/frames/vimu_000225/frame_06.jpg b/metadata/cache/frames/vimu_000225/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae0ef9d14961068f815003d00731044e38ae0f33 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dce24dab72a157cd094b877887464b47c92e93e69a258aca584c900ce61f6bb +size 28263 diff --git a/metadata/cache/frames/vimu_000225/frame_07.jpg b/metadata/cache/frames/vimu_000225/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4289b172936602198f72de620346f4681554c447 --- /dev/null +++ b/metadata/cache/frames/vimu_000225/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13f9fd6f21360d857a3113ec78889c2a8265f8ff4a2f589d2c007957187ffb9 +size 29230 diff --git a/metadata/cache/frames/vimu_000226/frame_00.jpg b/metadata/cache/frames/vimu_000226/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb88d48567090e165bc3df8afd7539fd2b1eea53 --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85335e8ca39cc64e184b8caf6162e0a5cccbf9b3fa687692e75d1b910132b92 +size 25064 diff --git a/metadata/cache/frames/vimu_000226/frame_01.jpg b/metadata/cache/frames/vimu_000226/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2d710bbffeaf54fd5c49e45cb59e91a6cb5ec58 --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b54cc84ae676f95e740415290499c42f75c70d548b91cae6a924b7c77a9afe +size 22531 diff --git a/metadata/cache/frames/vimu_000226/frame_02.jpg b/metadata/cache/frames/vimu_000226/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..537f1ba951a51398fb5b6cbebf80bf3b7a4dc89d --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc4e2ca1980614fda2ed9fa4039cba793a062dfc5652046e56e54a680fee361 +size 26930 diff --git a/metadata/cache/frames/vimu_000226/frame_03.jpg b/metadata/cache/frames/vimu_000226/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3acae4531b21e7112a9c8e0317fa92c19f611ca8 --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670375c10ef39fe14ea6dd168604c6fdac53d4fb7f3dba30aa2ccd642533ebd6 +size 26108 diff --git a/metadata/cache/frames/vimu_000226/frame_04.jpg b/metadata/cache/frames/vimu_000226/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a86bc369694434d225fde5dfdfc872836c3a3496 --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fa68aa84660681f6d4b96d8c231b7097bff74662d92e5c0ead46b88a0ff6c5 +size 26596 diff --git a/metadata/cache/frames/vimu_000226/frame_05.jpg b/metadata/cache/frames/vimu_000226/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb02e106b0bed4abf59f5f1606878cffe90cd3be --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f63c8307d7c8263e62aaeaa3f0d3802dc4ead41b3ebb45beadf190252dc0686 +size 24935 diff --git a/metadata/cache/frames/vimu_000226/frame_06.jpg b/metadata/cache/frames/vimu_000226/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16ad8eac2611d35db06485d2f21503e4547548b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd18fc001994ba1e3daea755e7b2ad9adfd447ca42fd0295e268e22e9b3b923 +size 25213 diff --git a/metadata/cache/frames/vimu_000226/frame_07.jpg b/metadata/cache/frames/vimu_000226/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d49d066f50dab30fb3a8536a13fd4dbd64b8a6ca --- /dev/null +++ b/metadata/cache/frames/vimu_000226/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b59d7cbfa2cf797cfe52c26fa10bb8ae209540b81fd1197c213d287e0e12daa +size 25191 diff --git a/metadata/cache/frames/vimu_000227/frame_00.jpg b/metadata/cache/frames/vimu_000227/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cb3c2d4aa4186ef6ddf96cbb18bce2a5fa61f6b --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf4665a4246cd9f54bd0eb21dda58e71edf696118838c385ea3f4c91b1a0bba +size 33784 diff --git a/metadata/cache/frames/vimu_000227/frame_01.jpg b/metadata/cache/frames/vimu_000227/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b8a5df14c923d902e3808db1da58a94b69bdac2 --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d927f6e8c713ddaa18e2b625b41faf187f71bbfe7b1e8027049449a5dee1ee +size 31105 diff --git a/metadata/cache/frames/vimu_000227/frame_02.jpg b/metadata/cache/frames/vimu_000227/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de36bd3ea4f599990b010f49c3acf6f537ca5730 --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b809dcff39621a7132b742ead8b068cf49233d8c08cce0967e4c0c4662dc16b +size 32023 diff --git a/metadata/cache/frames/vimu_000227/frame_03.jpg b/metadata/cache/frames/vimu_000227/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6714ecea3e5a6e8098b0c52417c1a7832b4b793 --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04360481e8fe375716be48bc176907c9dd2808278e542dc9388158168e39b27a +size 27836 diff --git a/metadata/cache/frames/vimu_000227/frame_04.jpg b/metadata/cache/frames/vimu_000227/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8549018d9db37c64a2c67bef41df3b95619a3e5e --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fff0318b9b8e4a2bce4bf5f9335fd69df4d6610f99cea1f1d2d9a0e7f26774 +size 34631 diff --git a/metadata/cache/frames/vimu_000227/frame_05.jpg b/metadata/cache/frames/vimu_000227/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..638fa089ea077342318c4fa81b73bb996c3422eb --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4161b6973bc1cf0d7b0ca1309f60d13709c822e0a945879ff309463e429bfc +size 31746 diff --git a/metadata/cache/frames/vimu_000227/frame_06.jpg b/metadata/cache/frames/vimu_000227/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..903eca8fa6151e9cf129a853a44c8841a6f38096 --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406eac8ddd44f8ca740cb4b4c12b32d3e23f3e864e36f390b9caf554d9e302f6 +size 36646 diff --git a/metadata/cache/frames/vimu_000227/frame_07.jpg b/metadata/cache/frames/vimu_000227/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ac74f2b4b7bfbe4cd99029c3f5918d804affb3e --- /dev/null +++ b/metadata/cache/frames/vimu_000227/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6e1a25b1ba62b109e8ed9171d15a590aaf3fa024fc677d09dc08013acd1bcd +size 35843 diff --git a/metadata/cache/frames/vimu_000228/frame_00.jpg b/metadata/cache/frames/vimu_000228/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..620a2975bb13a3897ee4a93a3c9fd97e6783b41d --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00360ad2449567fec039a79e6743f2111e189258b52b1774fc18f0049fac5b9e +size 33326 diff --git a/metadata/cache/frames/vimu_000228/frame_01.jpg b/metadata/cache/frames/vimu_000228/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794d2b13e11f414cf78a5bced6d3123f03ec9fe0 --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65c2a4cf41d8676651de4332473e8ef309765fb5dc447ab83655de2524c837 +size 37811 diff --git a/metadata/cache/frames/vimu_000228/frame_02.jpg b/metadata/cache/frames/vimu_000228/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d8431b071c5d44d30027f939674b0c291ba1f3a --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5581fec14e3c5a7dfe11d2b80478620a1e5a87c18d3069ad45fc89c6964e5b05 +size 37513 diff --git a/metadata/cache/frames/vimu_000228/frame_03.jpg b/metadata/cache/frames/vimu_000228/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dee2f22c3859bb7626b2b9130c1350d205985cd --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1263a084daea006f0b7a70650afdf238fb0807776a38a5106ff1deb7fba7e3 +size 34047 diff --git a/metadata/cache/frames/vimu_000228/frame_04.jpg b/metadata/cache/frames/vimu_000228/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b88773894714f33ef11aa7aebf303bbc2e45124a --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebccfae5084ee6e637739df8c753cadeac3dbb5259ed3f3344a90fb9f790ab2 +size 31462 diff --git a/metadata/cache/frames/vimu_000228/frame_05.jpg b/metadata/cache/frames/vimu_000228/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4b59b843d957665a44fd3025b121f90faa8d103 --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5a564efaa0a7bcd45e605157c9557ec08d09fabfe6f738737a83d78f5cb9c +size 35598 diff --git a/metadata/cache/frames/vimu_000228/frame_06.jpg b/metadata/cache/frames/vimu_000228/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..538a22201b5dd2f56bf0012a05879f28681c58d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60ba7d9462a63cd70f48b12850004ef63cf00591f5c5fc4ec3164d9acfdd3f5 +size 35982 diff --git a/metadata/cache/frames/vimu_000228/frame_07.jpg b/metadata/cache/frames/vimu_000228/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..663b725785cf85bc432bcc558b4559472fc78aec --- /dev/null +++ b/metadata/cache/frames/vimu_000228/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6bc5d5b63a1cb60adfa7330c363a9eed343f3984d7aeae8da99a20920f05d1a +size 23996 diff --git a/metadata/cache/frames/vimu_000229/frame_00.jpg b/metadata/cache/frames/vimu_000229/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f1f06c7111ae1d1144065bacbd982c26d05d273 --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329ec353e16cfcdef20a8e537b268964f05b0b76653b7757a055fa5fb7619565 +size 57594 diff --git a/metadata/cache/frames/vimu_000229/frame_01.jpg b/metadata/cache/frames/vimu_000229/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4321111d68e4ffe4975cb1c574f6805f76e4987 --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dc68103a5de41cc38927bab8a5878f8dd8dea920c6d7b0de875252bd711839 +size 59951 diff --git a/metadata/cache/frames/vimu_000229/frame_02.jpg b/metadata/cache/frames/vimu_000229/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..086edaa9763dc6fbfcfba047a6951e271e4bb5b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d681db3db224b923cc728a19d7b214b9cbf3ffb6f3e56107261b3e4e9d8652 +size 54806 diff --git a/metadata/cache/frames/vimu_000229/frame_03.jpg b/metadata/cache/frames/vimu_000229/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e0e6fb05eb16cd7ed03f9b584719c18fbf496e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3ae9a442381ffc8fcc87a7c4a7ea8a61af51a986c4acc69dd3f18ca18608d8 +size 60502 diff --git a/metadata/cache/frames/vimu_000229/frame_04.jpg b/metadata/cache/frames/vimu_000229/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7830848e90c823183c2973abacbe45bc4d015d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbb457f168cb8dd1f39f5010095f45f70fdb76610599b3a149890c5d56589e3 +size 57580 diff --git a/metadata/cache/frames/vimu_000229/frame_05.jpg b/metadata/cache/frames/vimu_000229/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..424381494e5bd1c77ffbe6dacd397ef724d1a87b --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f581d3ad51f06cc357df1436078c973eefd63522dd0a6b68404a5e6cb2a4476d +size 58110 diff --git a/metadata/cache/frames/vimu_000229/frame_06.jpg b/metadata/cache/frames/vimu_000229/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec6e05306161659473a5c06dbf7cf9dc1ef23d76 --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d71c4d6a16e74d35cf1f3cb552fd7bd5fe2fa65066325a366af8b56a7a595d6 +size 58530 diff --git a/metadata/cache/frames/vimu_000229/frame_07.jpg b/metadata/cache/frames/vimu_000229/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce794a10d68ff4c914aa058ce29179d27093a34d --- /dev/null +++ b/metadata/cache/frames/vimu_000229/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2138037b72a23ab6e7d5987ef6489243867fa77678a2f0ceb24de6a237638ff +size 59192 diff --git a/metadata/cache/frames/vimu_000230/frame_00.jpg b/metadata/cache/frames/vimu_000230/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40e674c709f6a96f19e09bf6c69a007ee08e000f --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f65841d30c82271030788d5a5a02a6d3cfd2a8f7b844d8c75331edd7c3e5bb5 +size 46557 diff --git a/metadata/cache/frames/vimu_000230/frame_01.jpg b/metadata/cache/frames/vimu_000230/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4e719c07c16d8498258854d96b176dc3feee881 --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46940c6cf61653c794ffc78f105192482c49a2c3cc9a4b9a137eb7318603e998 +size 37086 diff --git a/metadata/cache/frames/vimu_000230/frame_02.jpg b/metadata/cache/frames/vimu_000230/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54163ade2a60504829fe1fb28495c3a01ca908bf --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcd3a1891938c2e990ae5665b6308d5743bbbfe9ea05ee201fd6bca5c7a06e5 +size 39049 diff --git a/metadata/cache/frames/vimu_000230/frame_03.jpg b/metadata/cache/frames/vimu_000230/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5729789bcd598d15dec9fb3cebe22a9b2ca7365 --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbdc96d652764043cba82d45b6c8d89de7331a036e5df9271c258246af45bc2 +size 43661 diff --git a/metadata/cache/frames/vimu_000230/frame_04.jpg b/metadata/cache/frames/vimu_000230/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fae7c62c452eac5bd82888e0f685cfcf953ac46 --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e9924bddeaced29947747dfa4a72c338dd464d83adf2064205d81620aaea84 +size 38529 diff --git a/metadata/cache/frames/vimu_000230/frame_05.jpg b/metadata/cache/frames/vimu_000230/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2306dfcebd420dd2eb599efa254c46aca764bdc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54133cb08aab3cad4d68b3a146ad44e2a46c448587de2b57948b47d7494fe608 +size 39076 diff --git a/metadata/cache/frames/vimu_000230/frame_06.jpg b/metadata/cache/frames/vimu_000230/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f417f29dd577a28bfe8552708c508e225a233df2 --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcd3a04c2a28ab680f3e5c5bdc8908e08536843045e583756064d7ae9fcebfc +size 39819 diff --git a/metadata/cache/frames/vimu_000230/frame_07.jpg b/metadata/cache/frames/vimu_000230/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e548f25c7c5b68cd8481b8fe9157a706f0885851 --- /dev/null +++ b/metadata/cache/frames/vimu_000230/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0a73cfb103ac0207420566452fe0260c468ecd443a94a00c186aa8c8fff30a +size 41223 diff --git a/metadata/cache/frames/vimu_000231/frame_00.jpg b/metadata/cache/frames/vimu_000231/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c25082df02f44a01133732722c2d13654c4bea9 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7119f86770f9d1c9096d5978363d6bca4c00c17603178f7c5c869857cc209a +size 33343 diff --git a/metadata/cache/frames/vimu_000231/frame_01.jpg b/metadata/cache/frames/vimu_000231/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8d621039cbb72882e25bc8462a0d6d9beecb022 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702a80ddaf077610937f1d5942aaa619c74ad1a0319d75f0e320cb62ea9e08de +size 35791 diff --git a/metadata/cache/frames/vimu_000231/frame_02.jpg b/metadata/cache/frames/vimu_000231/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4105a7ad71e600bd652d8d616721ca7894b9fdb4 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf49725b194ab8b36f28b1955f06c01d85e4d85574db7fd178f0c2b023ab9f44 +size 35419 diff --git a/metadata/cache/frames/vimu_000231/frame_03.jpg b/metadata/cache/frames/vimu_000231/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..836061e7f8dcc3d9d00251ce22920fac5dfdbd11 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e05cbcf11f4b95ec4d02b17cd5212717ad29234e02ed741742e98b4cbdf1d8a +size 33368 diff --git a/metadata/cache/frames/vimu_000231/frame_04.jpg b/metadata/cache/frames/vimu_000231/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c2b2f7e70f34bba2b91c899f641e662f8c3a566 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b13a0bbb2497beaeb751e25b30def09fd28bd38f227d9939b2e430cdbedd55 +size 26945 diff --git a/metadata/cache/frames/vimu_000231/frame_05.jpg b/metadata/cache/frames/vimu_000231/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3fafb09be9b681f7cb7f67ae5ddd2758b269f7b --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6729fce39ba4adaba660bd5e1746e8b59307cac16ebdffbfd0fe5995c601b6c1 +size 25908 diff --git a/metadata/cache/frames/vimu_000231/frame_06.jpg b/metadata/cache/frames/vimu_000231/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d9e0933ad6c4d298efa15ea9c9bfe49b24dc1b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163f5f6e74eb161949640972b5a83a8e5b6d3236bcc0a73d7e2e8da311a919a6 +size 38770 diff --git a/metadata/cache/frames/vimu_000231/frame_07.jpg b/metadata/cache/frames/vimu_000231/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6919d5aa7817bc2905080e57b7f7d2312748b6c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000231/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4e69654bd70f70c5891dc2e02745761f4f41424d51e13c792863ae3954a9dd +size 35022 diff --git a/metadata/cache/frames/vimu_000232/frame_00.jpg b/metadata/cache/frames/vimu_000232/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89b5abaae55f953810e647433c9f56b74f658024 --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046272faef64b2f87a9fce84acd14fe15b863e541ac5b3087a46b9d24564e5f3 +size 45465 diff --git a/metadata/cache/frames/vimu_000232/frame_01.jpg b/metadata/cache/frames/vimu_000232/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64935774a5253ebd2da0070c636c29c9ad9c3e4a --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6ce0e39519cb9d90a332a558b2c480072b54c7f96677206e3b9a0b133f817b +size 42602 diff --git a/metadata/cache/frames/vimu_000232/frame_02.jpg b/metadata/cache/frames/vimu_000232/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..137c75ab6687f69b9530aa1a425f17fe36e3fd39 --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b061b24702cfc9eb91f5841e824d1a2c8b3182a66d2f8a5c4c663acaf0cc3e2 +size 39504 diff --git a/metadata/cache/frames/vimu_000232/frame_03.jpg b/metadata/cache/frames/vimu_000232/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f07ee0ba51bbeb02feb5b02d27311cd75d17711 --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c78cf25b721ae878e4a8b7d923df109db1882a93fcb6a88f3d48ecf6077925 +size 41362 diff --git a/metadata/cache/frames/vimu_000232/frame_04.jpg b/metadata/cache/frames/vimu_000232/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39555dd7eb86c9745dcb607ea73a5c9c674d0cbf --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a9544118e4af6641b6f7de11390e758f8ca7c9cc02522bf9123bbbddb28243 +size 44635 diff --git a/metadata/cache/frames/vimu_000232/frame_05.jpg b/metadata/cache/frames/vimu_000232/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bb92efbac76878b696deb58f6b4f8fa4d3bb22e --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de0e722ef30003976626d24128120bb4e2b08727f59b8fcfedecee2ff5bdc97 +size 50780 diff --git a/metadata/cache/frames/vimu_000232/frame_06.jpg b/metadata/cache/frames/vimu_000232/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df31eeaf1082c753833bb6d6f55330c65cd7e132 --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9ae153c98ba695e162fbd7e054d5a9fab5c9dfd9535ec3713a8b9c235b7ebf +size 53597 diff --git a/metadata/cache/frames/vimu_000232/frame_07.jpg b/metadata/cache/frames/vimu_000232/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cde90173ecb09c4bd8b656ff3282385e43e1e28c --- /dev/null +++ b/metadata/cache/frames/vimu_000232/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0a7cd19e077a8f65380714b29891cfc473e687b4c90274aeb3b4ba94bc91f3 +size 51057 diff --git a/metadata/cache/frames/vimu_000233/frame_00.jpg b/metadata/cache/frames/vimu_000233/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25cc131c2d4fb51e419e7f7fe4e30560c73eb6a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f304da45714ea637dc2159d904a1a22ab2f993d256d6b5aaab51d5cc6940ccb9 +size 61789 diff --git a/metadata/cache/frames/vimu_000233/frame_01.jpg b/metadata/cache/frames/vimu_000233/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7630515e2697cfe97ad3b49e8ca1a671d8547ca2 --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f808ae181126d14f28940fbbe4c1c2e010eb38c0dd6f194cb50aefcc66f6d6a +size 60923 diff --git a/metadata/cache/frames/vimu_000233/frame_02.jpg b/metadata/cache/frames/vimu_000233/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8fd40af684e7ec46511f91027de7bbfdab566a --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0725262136b01ae0d67a199c8393e90ebfc0f36487f3eca7aa9bd0dc7eb9e81e +size 60065 diff --git a/metadata/cache/frames/vimu_000233/frame_03.jpg b/metadata/cache/frames/vimu_000233/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..674ce9e9b58db674559e2675f4535e971024803e --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f6b99021d4e739bcc37819cd7a15c86cd2dcd8a6d02ddf7b5a00eddad2cd9b +size 52837 diff --git a/metadata/cache/frames/vimu_000233/frame_04.jpg b/metadata/cache/frames/vimu_000233/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dd3a4aff6755ad0e8b3a9f9dd2ddc4b7f8cf6bc --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823361e2178f42ef0e25a7bed85caa0cde61092a80eb6959bcdbe5165f46e129 +size 63332 diff --git a/metadata/cache/frames/vimu_000233/frame_05.jpg b/metadata/cache/frames/vimu_000233/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..651c959f90ff7f559cdbce487921dafdb56701fe --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c74cb2cca8cf1a5782cac207cc7981c30090839a13af83b4a7218b7465521e8 +size 63821 diff --git a/metadata/cache/frames/vimu_000233/frame_06.jpg b/metadata/cache/frames/vimu_000233/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efe9f7ae26241ccbdfe2bc611ba549e069b255fd --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88042e14932eac096614f5781b5bae5aa80657e7ac39aa7aa8b64d214fd4d7a2 +size 48313 diff --git a/metadata/cache/frames/vimu_000233/frame_07.jpg b/metadata/cache/frames/vimu_000233/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f4bfdaa0d528040e43b30bab24736877792b12f --- /dev/null +++ b/metadata/cache/frames/vimu_000233/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9470bb5b466034c6f136fe0a898cdac6e60544482e164b10136128266aa561d5 +size 48093 diff --git a/metadata/cache/frames/vimu_000234/frame_00.jpg b/metadata/cache/frames/vimu_000234/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16077bd7adc5a4a64c885e34ae6abf559db0f26c --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90745d52e606eb2bbb2e1055cf06961cfe229be7421ac63e22139902a0d86b0c +size 43445 diff --git a/metadata/cache/frames/vimu_000234/frame_01.jpg b/metadata/cache/frames/vimu_000234/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c38feb89f10ee17d63b8318e6e578ac5c0e36c60 --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dab3415a56ba5c26842ea3c6d8c923f3d00af758d704333b0d3c7d1fb21488 +size 49977 diff --git a/metadata/cache/frames/vimu_000234/frame_02.jpg b/metadata/cache/frames/vimu_000234/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..106920ae2e88d3d6856600f92f68bd83b9b9e849 --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afa38418225e02711151791388aaceba070215bab37989b4dc277ea5bd28d03 +size 47696 diff --git a/metadata/cache/frames/vimu_000234/frame_03.jpg b/metadata/cache/frames/vimu_000234/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c12f529df6b13fbcbcfb45919f906c1cf2f9fd97 --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1875b6aad8537e8bd7a809d62367a46898c4c3d92832876107f7f323496230 +size 51073 diff --git a/metadata/cache/frames/vimu_000234/frame_04.jpg b/metadata/cache/frames/vimu_000234/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d99ab8401f1c2f6387651fbaace96fbead8df78 --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da79df791e16cb1cd5083706db2bfce7931991ca14c88f88485fd0838ddde89 +size 52847 diff --git a/metadata/cache/frames/vimu_000234/frame_05.jpg b/metadata/cache/frames/vimu_000234/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b2f3bc175a1af42378afca83944e84801dcf8d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a022579fa321db7b76991a26a5b1a770a5d61deab362f169077504923eb7c6 +size 55105 diff --git a/metadata/cache/frames/vimu_000234/frame_06.jpg b/metadata/cache/frames/vimu_000234/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4fbe1907b6fb15f20813a6266d20bb6d372039e --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a322f0bf168fcb85f015584590ddbd62491286337f3575bcd874fab71311a908 +size 43010 diff --git a/metadata/cache/frames/vimu_000234/frame_07.jpg b/metadata/cache/frames/vimu_000234/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..288842e29374a1ef1d49895d42062aa80925396e --- /dev/null +++ b/metadata/cache/frames/vimu_000234/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedf8b7189dfd18acc3eddecedd28c1cf1040a1b9d2649aa61c78bde205b2584 +size 52137 diff --git a/metadata/cache/frames/vimu_000235/frame_00.jpg b/metadata/cache/frames/vimu_000235/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1c299ca3d7567fd6e989f3ba65b4842c48a2378 --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f010481e58d9fbc57b179eed5dbc7fb084acc349e0f43ced4716b0a234c5ef6 +size 28665 diff --git a/metadata/cache/frames/vimu_000235/frame_01.jpg b/metadata/cache/frames/vimu_000235/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaa86bf350037e755ccb7676a89e980445cb9916 --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9ccd8c060c71c172ec00db85cf7dd5326e2a65054f714a5b7f93b08b99e8e4 +size 29454 diff --git a/metadata/cache/frames/vimu_000235/frame_02.jpg b/metadata/cache/frames/vimu_000235/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbd0d19e804f35ae45968829364aa2c4de9433b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78dfdc282f6da1c589c3d96ae5a3e84c0c58baa9cd69919e65e6a1038eef1a0 +size 26811 diff --git a/metadata/cache/frames/vimu_000235/frame_03.jpg b/metadata/cache/frames/vimu_000235/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c006ecb0dfdf088451931432acf62cb2b8bf2d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea6bfdfac35a7aae030ecf004bb68874193bd1150e7d352fa1f8a70dfdf0de3 +size 30840 diff --git a/metadata/cache/frames/vimu_000235/frame_04.jpg b/metadata/cache/frames/vimu_000235/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a90a97eaa267ba2788ab1942fe5f88e19b1d1185 --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9abc2700d190d51472f126c40a884559c7ea85b3333cb4ec61d4312d57862d +size 31343 diff --git a/metadata/cache/frames/vimu_000235/frame_05.jpg b/metadata/cache/frames/vimu_000235/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..254674030e451ad9139e585edf5ea21ee6328e9b --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cd8e313cb28155b1e4d78f59421590c3a0e6055ba6fcbc6721d0bcfc55f0f3 +size 31623 diff --git a/metadata/cache/frames/vimu_000235/frame_06.jpg b/metadata/cache/frames/vimu_000235/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7606ddb2a0c45922bd308e30172fdbb2206ece54 --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2461680373a87bb277760a3e39338aa084df71dbe1c731d78fd1fabc8c8fc1f +size 31586 diff --git a/metadata/cache/frames/vimu_000235/frame_07.jpg b/metadata/cache/frames/vimu_000235/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0392e0f79a39f527f66234d60d52b68338f35efc --- /dev/null +++ b/metadata/cache/frames/vimu_000235/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59761215468fa80fa91bd3ed56e4aa7a71bc5a231a861c4484b6034429e2c750 +size 27134 diff --git a/metadata/cache/frames/vimu_000236/frame_00.jpg b/metadata/cache/frames/vimu_000236/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cef2407b03d842d86950e70edca875044c15e995 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cde599b4ce8d3970442041ffe6746cdeffc26d8cdcd6070763629a99a9c97e +size 66789 diff --git a/metadata/cache/frames/vimu_000236/frame_01.jpg b/metadata/cache/frames/vimu_000236/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..64a775c0f000ad4eba5e7407a49543f91a05a028 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccc904005333afd932710cfab2751a4dd0d50fd0ed55ba21c7934806c3dd91d +size 94767 diff --git a/metadata/cache/frames/vimu_000236/frame_02.jpg b/metadata/cache/frames/vimu_000236/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc16e10594f004b7a279153cb1683de53a433d4b --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19df677e0572a69810d5af4517d10124ee5fc9656fb976b3fced6f41c1f51f0d +size 140279 diff --git a/metadata/cache/frames/vimu_000236/frame_03.jpg b/metadata/cache/frames/vimu_000236/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..799da62938ddbbd5fecb9fd4e7c03e1a66b4e631 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0388c7eacba5fe17026d3ad38fc7667d8e367249b6a66efced23ae8630f7d8b6 +size 119050 diff --git a/metadata/cache/frames/vimu_000236/frame_04.jpg b/metadata/cache/frames/vimu_000236/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d4458417c761e02a91ec43ea009fd3d885e67b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935ba1beac05abd6486d9783f202bc327825bfdbf915ed8bc6c5d2caca6db757 +size 42192 diff --git a/metadata/cache/frames/vimu_000236/frame_05.jpg b/metadata/cache/frames/vimu_000236/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..854b465f4dae8bcf8d0bbc1d3eb712d4a8df2a62 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b4f920f59ecb70501caeb018c8fb24a9c4a2ce4af4bf46a23a684e83690651 +size 50126 diff --git a/metadata/cache/frames/vimu_000236/frame_06.jpg b/metadata/cache/frames/vimu_000236/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da3059b42459ad19ecef487ee4b90ad6ba7e6a94 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a68972f5f42c21af49376ffe86d41f5a351e791debe3fcf7b863835a6d91a4 +size 71425 diff --git a/metadata/cache/frames/vimu_000236/frame_07.jpg b/metadata/cache/frames/vimu_000236/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94ed084eac7b960d1ae7b0c4c51bf9aa38e06a12 --- /dev/null +++ b/metadata/cache/frames/vimu_000236/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c76c3b8c3f2087126b316498da4fad1bb4850f741f400e215a4443fb4db9d4 +size 120354 diff --git a/metadata/cache/frames/vimu_000237/frame_00.jpg b/metadata/cache/frames/vimu_000237/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3f0a44f2218eb0874c7ce0c17e514c725ad4f5e --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ba3610f00837db4166c1acaa501657932f3b8d35179b4b9b1b04e3b855e941 +size 55238 diff --git a/metadata/cache/frames/vimu_000237/frame_01.jpg b/metadata/cache/frames/vimu_000237/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1c40bde36b4f969ae572f52c05e922d7c820d10 --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157598d446df3c95eb595414f0c9148aeadbbf0e2226de7ca23eac1437d263a6 +size 53876 diff --git a/metadata/cache/frames/vimu_000237/frame_02.jpg b/metadata/cache/frames/vimu_000237/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..992b1029c83ce27b47f87a0072c2347cdb1d34a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d97591603a8181731a4da948da2e7fb084baca1e4dee61e4d951de12561108 +size 49084 diff --git a/metadata/cache/frames/vimu_000237/frame_03.jpg b/metadata/cache/frames/vimu_000237/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6208953366a985821cb9a7c7f1202de85aaee04 --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9485240fb36a28e5510b847d93f353629bdfcaa23f6eb5f0837a21d43f238179 +size 46921 diff --git a/metadata/cache/frames/vimu_000237/frame_04.jpg b/metadata/cache/frames/vimu_000237/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f88440715ce987eabed5e8d7b42d21eed0813649 --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b84e21dcc5ac86707bde43f42b07ef8b760f4e5cabc093ca38430b8943bbf58 +size 45245 diff --git a/metadata/cache/frames/vimu_000237/frame_05.jpg b/metadata/cache/frames/vimu_000237/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb2ac22bc2b60ff69c171ea9a604bfcf4f602bc2 --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac7b78556c8941c7cec6a286dd2f6faf5c2b37716335c1c1dbbad6818f22787 +size 43584 diff --git a/metadata/cache/frames/vimu_000237/frame_06.jpg b/metadata/cache/frames/vimu_000237/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d74ba18512cdea9468da9d2b38f1e197773ef261 --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194f5dadce403c48465f407be74228254a6812aea2cb45de04d1a67f4d1696b +size 45673 diff --git a/metadata/cache/frames/vimu_000237/frame_07.jpg b/metadata/cache/frames/vimu_000237/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db152f157fb8766cc246764d9b156de23cdde7ce --- /dev/null +++ b/metadata/cache/frames/vimu_000237/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6237da179b7bf736275b66023a628fa480e08478fa8cdb1c48d1d220d26400a8 +size 45271 diff --git a/metadata/cache/frames/vimu_000238/frame_00.jpg b/metadata/cache/frames/vimu_000238/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..049ca9d2d740b0322e7fa543cb358ba56097fb3c --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d012c3ff0b2765fe6382b9d78632641aca0acfab0921eb2d66521208ebda5b +size 29352 diff --git a/metadata/cache/frames/vimu_000238/frame_01.jpg b/metadata/cache/frames/vimu_000238/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88eadeb4c79ff8dc05fe890c65fc5762bd1e14b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6306344117b6206b42614bb89bd36065971beca781976f50c2362ebae6ca7e46 +size 30238 diff --git a/metadata/cache/frames/vimu_000238/frame_02.jpg b/metadata/cache/frames/vimu_000238/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cc1beb1f9b80b8b14c6490a62708c97849ed740 --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2aa51fca9c2361bac9064c17c8d8183b49ff021429485cfb2310e1f0099666 +size 30310 diff --git a/metadata/cache/frames/vimu_000238/frame_03.jpg b/metadata/cache/frames/vimu_000238/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce586267ee27d81bdff3cb9a6d70c10cf2eeee12 --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7454446e07059261de4e43f06905725856206fa2737a88f39a8d46419763a576 +size 29973 diff --git a/metadata/cache/frames/vimu_000238/frame_04.jpg b/metadata/cache/frames/vimu_000238/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4a1fde673359d9a99f184b3ff5be2b2c89788fc --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28150166c31f4354a9f37df9c4219a23a76333186f47df5d5576a148e4bcaf1d +size 30115 diff --git a/metadata/cache/frames/vimu_000238/frame_05.jpg b/metadata/cache/frames/vimu_000238/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09592b194d197f6679e5de5d57876561baa1380b --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd841a3bf3152269bbf138bc00bfdd7c3e314e35703e8ff45fac4addd5f7500 +size 29943 diff --git a/metadata/cache/frames/vimu_000238/frame_06.jpg b/metadata/cache/frames/vimu_000238/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a073f0fbe6844441eb0550d5efbf7b4dd33741fd --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb256918abe84f927f62afdee557fb74abe46d4db3d6e3cd6dcdc65a404bb296 +size 29977 diff --git a/metadata/cache/frames/vimu_000238/frame_07.jpg b/metadata/cache/frames/vimu_000238/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d5e89dfcd2d33052aa1a8379a6f90de3dd47825 --- /dev/null +++ b/metadata/cache/frames/vimu_000238/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a30c3141cc6355fc350018d1913ae7738e701ff47074beafc19c9ebbf8854c +size 26910 diff --git a/metadata/cache/frames/vimu_000239/frame_00.jpg b/metadata/cache/frames/vimu_000239/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a87679a2822e9cc2354293f221ff6ac62de7d321 --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85edbaba4807e757b23d422a90abfadd867c4d721740acbba9b3a54c7a1fc1f0 +size 47582 diff --git a/metadata/cache/frames/vimu_000239/frame_01.jpg b/metadata/cache/frames/vimu_000239/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e9328e551c7745e1e45b5f8c5367dc35b2b9525 --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a99d06640bc13d9356cc34d6f6651f794445d271339da874f9dd132a8ed5ed4 +size 44437 diff --git a/metadata/cache/frames/vimu_000239/frame_02.jpg b/metadata/cache/frames/vimu_000239/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31a2f361b7fe370042f4fee85f0ed028e6dc20c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbbd3ee4a05f355d2bacf6bed832810ae891b34b6e98357177703d42d6a182d +size 33192 diff --git a/metadata/cache/frames/vimu_000239/frame_03.jpg b/metadata/cache/frames/vimu_000239/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcb8b3f96ca9d29c2e9fb2d57273636c75e28b1e --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6ce6775bd9a7fd2880483d2d4788d9a6f7474bb09e14fd16a5162832b2609a +size 62638 diff --git a/metadata/cache/frames/vimu_000239/frame_04.jpg b/metadata/cache/frames/vimu_000239/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6baabf54522b48fe2ee614dffd205af9a1826d4d --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51db79d5b8bd53504391df49a72af62da00f2faeda735e7d2c3fdbcb4c3c93d5 +size 35315 diff --git a/metadata/cache/frames/vimu_000239/frame_05.jpg b/metadata/cache/frames/vimu_000239/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaa2bbbe35d5cda87b153eb484e437f10eafc1af --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcb3efd62afd6bffb0eecd188563b60196bc5e8bfce25f226416c9ca590bef4 +size 42784 diff --git a/metadata/cache/frames/vimu_000239/frame_06.jpg b/metadata/cache/frames/vimu_000239/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7da52bb9323063d1106e19302ee88273d35b8d77 --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee93c80b322bc0db535a7b86eb464ebbf2b94adcb483b37a7f9dfb6d5d99c647 +size 32473 diff --git a/metadata/cache/frames/vimu_000239/frame_07.jpg b/metadata/cache/frames/vimu_000239/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b8cd5ba0254f1fde5f9ab49ea6153947e3ffd7c --- /dev/null +++ b/metadata/cache/frames/vimu_000239/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1287aea0441aa6a7d86ff038fc973a5d290aa6dd4f15307f9d9a5cffaf356c +size 31217 diff --git a/metadata/cache/frames/vimu_000240/frame_00.jpg b/metadata/cache/frames/vimu_000240/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dc19cc4526e0db9388f5c4a9314f01fe9fe6fb3 --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e8fe1447cdd7c4d8cbf796abf72575b5e529f01071d8d2e2a6c001232c9d5a +size 32967 diff --git a/metadata/cache/frames/vimu_000240/frame_01.jpg b/metadata/cache/frames/vimu_000240/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81a4f56d0fb20d47d70a1e7ef840583477009850 --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c6a579fc17c1a139bcb4ebd9ef5fb4d878659d419a261bc39231c1cb47a63d +size 38881 diff --git a/metadata/cache/frames/vimu_000240/frame_02.jpg b/metadata/cache/frames/vimu_000240/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53592296533dba97151b46b897224e99f3016eea --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c0a3cbc64ae7eb3e1602490bf81fcc5aa964fcfaec474f0d3e0eff3c3b26db +size 41702 diff --git a/metadata/cache/frames/vimu_000240/frame_03.jpg b/metadata/cache/frames/vimu_000240/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d40a5f92417d59e3718f670ee861190c6d7dbe6d --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91448178c9b8372ec8c0a08d30f52284b99c3708ecb7f39969ae40e9dad0a48 +size 44594 diff --git a/metadata/cache/frames/vimu_000240/frame_04.jpg b/metadata/cache/frames/vimu_000240/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..539a18c932db2ad3b7806f29330ffdebc8b318c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0af767249e742b5e3c63427d2db4cb8bace5621910b4831ba448f549692d97 +size 43793 diff --git a/metadata/cache/frames/vimu_000240/frame_05.jpg b/metadata/cache/frames/vimu_000240/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1709510a456d300e1cd5aaca4fcb6f3e5b802fe5 --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff84cd35d8690e8eb9c0215da3742cb75aea0ba7a81b7473de22405f28fd401 +size 41013 diff --git a/metadata/cache/frames/vimu_000240/frame_06.jpg b/metadata/cache/frames/vimu_000240/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd68e061d25592acbdbf5ece71f03e03ca2a6c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22445eeeea17b5a01a662ed94a72a40ced2818aa31981292bcacca1a16bd405a +size 37396 diff --git a/metadata/cache/frames/vimu_000240/frame_07.jpg b/metadata/cache/frames/vimu_000240/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81e81437568c5f137392a936d925ed51d0ba53ae --- /dev/null +++ b/metadata/cache/frames/vimu_000240/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683dc8eba39145f48a1dabe9cc8f44543a22db44128cea0a5300293305e34eca +size 29797 diff --git a/metadata/cache/frames/vimu_000241/frame_00.jpg b/metadata/cache/frames/vimu_000241/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..350272c4c06f1c79773a80850642de9cacbac311 --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1185e47dc92ccda733799035c7489dcd539788362a38309855440d7d8ef4d21 +size 52685 diff --git a/metadata/cache/frames/vimu_000241/frame_01.jpg b/metadata/cache/frames/vimu_000241/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05e1ababc732a8e92bc4c035ab11e66e508ecb65 --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f34f3e98617a0852332e96f980d6a8c24eeacb8669261b0bfdfef233caed31 +size 53497 diff --git a/metadata/cache/frames/vimu_000241/frame_02.jpg b/metadata/cache/frames/vimu_000241/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5613fdbc589e5ec76791b8a09f6553f43c786e8a --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f9fac3a66c1df84dd0bbfc1610dc96f96c764da74d50585d0a064231b8db6d +size 49638 diff --git a/metadata/cache/frames/vimu_000241/frame_03.jpg b/metadata/cache/frames/vimu_000241/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cae077467d804d2bae6362da4e4f258e6a3a5459 --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f310018316c5df34f51e4d404089b89c67d18115f2234e410dd41d0fd04475d5 +size 51861 diff --git a/metadata/cache/frames/vimu_000241/frame_04.jpg b/metadata/cache/frames/vimu_000241/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e683b2025f1de80ef2da7b601976590b5da9c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eae68c98e1e65979b3d968cb34988a2ca346c8e02238db7ee493fba701db6c6 +size 52124 diff --git a/metadata/cache/frames/vimu_000241/frame_05.jpg b/metadata/cache/frames/vimu_000241/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc4972b16b283d5aff8763a0c4f22ef49f4eeaa6 --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b5cc0b83683a9cbc70b2305093296755198a7a42ac8fd098fd1277a99be184 +size 47763 diff --git a/metadata/cache/frames/vimu_000241/frame_06.jpg b/metadata/cache/frames/vimu_000241/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ea65efd6b550bc7b91c1244c5c24e5ed72672dd --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc7288c729acc5d264290ca9354af076846e56e6da72b83a2e55d7543c80d71 +size 53313 diff --git a/metadata/cache/frames/vimu_000241/frame_07.jpg b/metadata/cache/frames/vimu_000241/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cca80d2779692de69a9cee3e76ecc2fcd95b7c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000241/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c547b518401b79969beb29305c2b69d725fcfbeebb755d22baf74a4d7cecd4e +size 54416 diff --git a/metadata/cache/frames/vimu_000242/frame_00.jpg b/metadata/cache/frames/vimu_000242/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5719a97a7e83400fe7da9a08670d15adf87edec2 --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c5383a3098edf2de606977bbb39bd4374667d96e07b2e739cb9292a85d1359 +size 63854 diff --git a/metadata/cache/frames/vimu_000242/frame_01.jpg b/metadata/cache/frames/vimu_000242/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..896f7c8c4f08cc2be50d5bede504b98e6992c2b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811e5a5fa07076a5dc3cc7535d48043ec4e8840ad0f0f6e52596a01c423b12a8 +size 63897 diff --git a/metadata/cache/frames/vimu_000242/frame_02.jpg b/metadata/cache/frames/vimu_000242/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9be425ee84679df41b1a84f7c7ebd1d83e37bcce --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2248fb2c614198d7e52bcb640c78dede19946a22f451f42eebbd4a49d942c481 +size 62372 diff --git a/metadata/cache/frames/vimu_000242/frame_03.jpg b/metadata/cache/frames/vimu_000242/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cd6d803048bd9230fc957ac004f1d125458329a --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc792593c971a3d2694cf30be5df0504b1101125a118e7d44e27b8a3d8d1b98 +size 61044 diff --git a/metadata/cache/frames/vimu_000242/frame_04.jpg b/metadata/cache/frames/vimu_000242/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50bbc38b3b197664fad4749f5b32599031e537af --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ae06565f8e43af7818db99ffa8f5528b49ef397ce59b18e677e0b8393a844a +size 60636 diff --git a/metadata/cache/frames/vimu_000242/frame_05.jpg b/metadata/cache/frames/vimu_000242/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a5b85746192d07e477333750c0f39815860d181 --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458eebd4e2e60c63c8bbf597ed3bc76ddb67adff74a344f611c06ad2abb1c44e +size 63806 diff --git a/metadata/cache/frames/vimu_000242/frame_06.jpg b/metadata/cache/frames/vimu_000242/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6a0daff59c2ea78bce852fa8a173ca4795ad7d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f610f05e111e078b724a98dbd04cc6676a2e01ba53decff1dcd95e224b9ece8 +size 64777 diff --git a/metadata/cache/frames/vimu_000242/frame_07.jpg b/metadata/cache/frames/vimu_000242/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d77d7b42b0a0b696bafbfee23493b49dde1aa111 --- /dev/null +++ b/metadata/cache/frames/vimu_000242/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9229d9381507d5ce3c1f911ce35f03043480537b702e0e80b1f58692cf8815cd +size 78043 diff --git a/metadata/cache/frames/vimu_000243/frame_00.jpg b/metadata/cache/frames/vimu_000243/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..903449e082513cb0d596b94f6a40c56168444ac5 --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158143a47cac3e8c9233f5840f85e1eca23f3f0f9d75e02d69143e6e52cbe8fb +size 49450 diff --git a/metadata/cache/frames/vimu_000243/frame_01.jpg b/metadata/cache/frames/vimu_000243/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5424397d5e3041f4c3da3831c49d0cb2df49a101 --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bd87bdf9863f366bfafa56a7bfacaad198ea5aea81c0840da91183de424118 +size 48649 diff --git a/metadata/cache/frames/vimu_000243/frame_02.jpg b/metadata/cache/frames/vimu_000243/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94a38123f9564c99cac4f234b76e6f6e338ae2fb --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cafeb9a8efb3c887512f2664dc4d1fee2ed3f4fee0748c98053540e3901dc92 +size 36308 diff --git a/metadata/cache/frames/vimu_000243/frame_03.jpg b/metadata/cache/frames/vimu_000243/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59d1d9f0f289a77ce3fd854167baf8f401e55b2f --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d107b5b134fd2ee52b1496fcd16d07b580a988493efa87b646bbd311856a0467 +size 33780 diff --git a/metadata/cache/frames/vimu_000243/frame_04.jpg b/metadata/cache/frames/vimu_000243/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a7c6cbb9d86d0e05bea00c08e20764f48ed9806 --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135392684401c88ff7fb2933887b06ed86b124923f070a5be77cb29127e0f0f3 +size 34258 diff --git a/metadata/cache/frames/vimu_000243/frame_05.jpg b/metadata/cache/frames/vimu_000243/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..068eb7c1cf0eea6cd0c8432ea004734619fc3928 --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6cb2d0dec13b465d4aedcb518b9512da5fd1a86d0e9e34b59347391b353805 +size 36459 diff --git a/metadata/cache/frames/vimu_000243/frame_06.jpg b/metadata/cache/frames/vimu_000243/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceade2cb455b22961e2bfffb9fcbd226563d526f --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6908b849d325bcca70ad110208484ca11472cbcb30b0b51e56ef6ccd6ef299d5 +size 35987 diff --git a/metadata/cache/frames/vimu_000243/frame_07.jpg b/metadata/cache/frames/vimu_000243/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0b661097fd528cead40fc856aeb57bbc436a05f --- /dev/null +++ b/metadata/cache/frames/vimu_000243/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62b0e234d7ec90c42991da4dbd9194754bd228b2d8042c2788f93d4d0b66b02 +size 34831 diff --git a/metadata/cache/frames/vimu_000244/frame_00.jpg b/metadata/cache/frames/vimu_000244/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c12d920db011ff5485ef389d4045ea8b35fbb3c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb338159aee965cebe9f688befe6e0ea8d8a3e8d339cbce4b44599ad8c284b37 +size 48489 diff --git a/metadata/cache/frames/vimu_000244/frame_01.jpg b/metadata/cache/frames/vimu_000244/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0fb56d026db357be5bd41f9ec417a8e612460aa --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae3afa2134c72b366bbc68782504485bf0736f43815ee5194081d1d15f8706a +size 51554 diff --git a/metadata/cache/frames/vimu_000244/frame_02.jpg b/metadata/cache/frames/vimu_000244/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29352b973f71bd8df36a8aae27d4253dcde69095 --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d5279605f7e590a6d36d8474fc8066dda6a2da07a99ce6fff4ef2d5c4c4cdc +size 52698 diff --git a/metadata/cache/frames/vimu_000244/frame_03.jpg b/metadata/cache/frames/vimu_000244/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34f59d24a60a42d74d0e15d9febc2679ebb2b359 --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5d0a324b169756d4eaa446383f947f5fbcdcfe97bf56b06d67ab053061b200 +size 56150 diff --git a/metadata/cache/frames/vimu_000244/frame_04.jpg b/metadata/cache/frames/vimu_000244/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..735051dbe984c9be6410468fe44388cfaa814737 --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50ecee88a59a1f390cfec464c02de003882973bc58e45796714580acc584d47 +size 44214 diff --git a/metadata/cache/frames/vimu_000244/frame_05.jpg b/metadata/cache/frames/vimu_000244/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb12a47fd31fe69d4886d4c7395400160e9aa471 --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facafe8d52c29ad5e320aaf131c7f3f4c4a4c7fb42fb860269a2096156f9b919 +size 50713 diff --git a/metadata/cache/frames/vimu_000244/frame_06.jpg b/metadata/cache/frames/vimu_000244/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c055004ccfbd09309ec257dedb6375508e60044c --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330f75ab6fd3631bfc1756c4ab54ceb1a0531c140a92fcf2adb3f22073275e7b +size 50181 diff --git a/metadata/cache/frames/vimu_000244/frame_07.jpg b/metadata/cache/frames/vimu_000244/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d81752a9ec32b07c3bbb44af38b2ad4eacd2987 --- /dev/null +++ b/metadata/cache/frames/vimu_000244/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b86ab317b09be05655037421c184c3f0bf15035c07ca89a1c3281174235e721 +size 40865 diff --git a/metadata/cache/frames/vimu_000245/frame_00.jpg b/metadata/cache/frames/vimu_000245/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09d930a4f91344f00c91c10c7631aa39307b8005 --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62531336b1d453d283303f12036b567fea90135fe6cf89f9dcd19febbee1ce54 +size 28464 diff --git a/metadata/cache/frames/vimu_000245/frame_01.jpg b/metadata/cache/frames/vimu_000245/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..078bfa8e80529fc55c0541721957bf35e454a6b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23984ab4c39208d28a42c11175fb167df331fa34a707c3d30ab3380f086b78a9 +size 25278 diff --git a/metadata/cache/frames/vimu_000245/frame_02.jpg b/metadata/cache/frames/vimu_000245/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9c7f37e1c75993a831865e7d5260345794304f --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0532562c9a623a0a39f182109f4e656b276ead8d396e40467c662988d49c1cda +size 28104 diff --git a/metadata/cache/frames/vimu_000245/frame_03.jpg b/metadata/cache/frames/vimu_000245/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79bba1485240eae3bfc807776c1ace4682f07172 --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca7c1860ce124a22ab4f4cb1eca6d006890b959f9d2bf1af6f9a8e7b655359b +size 25459 diff --git a/metadata/cache/frames/vimu_000245/frame_04.jpg b/metadata/cache/frames/vimu_000245/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02f536f0b22c4a13dd8152a1296f0073cea0e17a --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e55aa0855317d70d9b358a593cc8f08ae85449958a976c4bdfefc04e00d951 +size 27638 diff --git a/metadata/cache/frames/vimu_000245/frame_05.jpg b/metadata/cache/frames/vimu_000245/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf29e095014e4b1de5e97ae293fb5752a593ee5c --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e6638ec21c4ba78500103d90476ee19fd1d0e994cbb3aaefdbfc62b553b110 +size 29065 diff --git a/metadata/cache/frames/vimu_000245/frame_06.jpg b/metadata/cache/frames/vimu_000245/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f9059f8d8ba2bfac5e28e6ddda687f84e518256 --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08eaaa59bf7ed2920c9ea15f7f7b5bde5ed7c6f7a9b526282fd72da114ac4c7 +size 27940 diff --git a/metadata/cache/frames/vimu_000245/frame_07.jpg b/metadata/cache/frames/vimu_000245/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df0158aef5f42b162496879ce80c5a6f01f45fd7 --- /dev/null +++ b/metadata/cache/frames/vimu_000245/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c1e5fc70d1b4910f8bba943323c725bdf01b98524f12510ce7afa8535974b0 +size 29961 diff --git a/metadata/cache/frames/vimu_000246/frame_00.jpg b/metadata/cache/frames/vimu_000246/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4df5ecb860cca5370001da6e544030d62cf2bd03 --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7709a435f415e94f09132857910daadfd320765631a9a51ecd5e5d2d5c80eeef +size 31060 diff --git a/metadata/cache/frames/vimu_000246/frame_01.jpg b/metadata/cache/frames/vimu_000246/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..662eb1a75923ac42cd3781963ad7bc18e5a1d61f --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e051fc4e74657c20575cc0cab1954b6090651ecd36500490c51946a6315f0475 +size 28479 diff --git a/metadata/cache/frames/vimu_000246/frame_02.jpg b/metadata/cache/frames/vimu_000246/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c87a63fc5f0b00867f25dc1f8b707bbff97e5d7d --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6138bab40e176a17336c36219f50099d3e939dd1317b457d2564c7724ffe827e +size 32880 diff --git a/metadata/cache/frames/vimu_000246/frame_03.jpg b/metadata/cache/frames/vimu_000246/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cad79731a419b882d4e4c8b22a234f7051da90e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6dea0476101bed26a00745d2056b003866fb57d264722c164494b3346a43b30 +size 34592 diff --git a/metadata/cache/frames/vimu_000246/frame_04.jpg b/metadata/cache/frames/vimu_000246/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fb6b135b40c3fd632a374730aba48153d44dc9f --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e324f9a480e56777278c3ac8a0ffec0fd85c046cd25de60d64189ab120d7ada0 +size 36212 diff --git a/metadata/cache/frames/vimu_000246/frame_05.jpg b/metadata/cache/frames/vimu_000246/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9970d29f321aa8d0e7e8c18f8db65161bbffda6d --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1aa882b142d1e871d50ddbfda86d3d5c752da70cfc7b0ac0de0c2065044ffca +size 35371 diff --git a/metadata/cache/frames/vimu_000246/frame_06.jpg b/metadata/cache/frames/vimu_000246/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd60830d37dedeb1248b00e88feac87f19bc9379 --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed75b4b364bf50cbccfedbd45b11b324f6e4929e893451353330649300ca7e19 +size 36819 diff --git a/metadata/cache/frames/vimu_000246/frame_07.jpg b/metadata/cache/frames/vimu_000246/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..161acf8ede0048f8dc0e7290f9d7f268bf849de8 --- /dev/null +++ b/metadata/cache/frames/vimu_000246/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c08c0f535afd3e6a41bb3fcb712008aeec76084b1072d405495a0c7391ad466 +size 36884 diff --git a/metadata/cache/frames/vimu_000247/frame_00.jpg b/metadata/cache/frames/vimu_000247/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ae643499a5337ac33d9407fe446f8733f84e4b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df223277b991b019405c5419716474d2de562e35f96dfce25a75e153950bdc54 +size 53697 diff --git a/metadata/cache/frames/vimu_000247/frame_01.jpg b/metadata/cache/frames/vimu_000247/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..772c879c81acf46464ad8acec884034b735c9178 --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be6a1daa41422a3501dcdb7785192eb1210cebd35dfe0d371ee1da129828948 +size 48611 diff --git a/metadata/cache/frames/vimu_000247/frame_02.jpg b/metadata/cache/frames/vimu_000247/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..299858a83a59120c39f92842322afb16b7c1bcee --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7a3b12a3c39284c59a4ff330795f1cd719933011d270aa525bb4514dede8a9 +size 43582 diff --git a/metadata/cache/frames/vimu_000247/frame_03.jpg b/metadata/cache/frames/vimu_000247/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7604f1c1854c71214f01f464c334ec0ae3edc39f --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e657cbfe45325514c5007f526ca6361ada53fe1cb99146d1f318faca8638797 +size 41094 diff --git a/metadata/cache/frames/vimu_000247/frame_04.jpg b/metadata/cache/frames/vimu_000247/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33be4655d7de31e2376728900bdc7c09661c854b --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5336ad816575fd1704d27c13cc783827bad6875cbe0ca5aebfb21eec8cc8742b +size 54859 diff --git a/metadata/cache/frames/vimu_000247/frame_05.jpg b/metadata/cache/frames/vimu_000247/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cc76a632a5240694931c5f3f1d1b5824ab84b8f --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08600719a22fc95e892f0a8ad80c35c894b713fa36b90f0533d250a0fb221c51 +size 57072 diff --git a/metadata/cache/frames/vimu_000247/frame_06.jpg b/metadata/cache/frames/vimu_000247/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..449af49a4c9c2d31b574be58d6eb1376a91fedb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e768426b4ec7a54e73d22ef6e17afb6ed9e0ecd776133e3747ac2d968b1809cc +size 60811 diff --git a/metadata/cache/frames/vimu_000247/frame_07.jpg b/metadata/cache/frames/vimu_000247/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e870ce7d6d59d702e0325174901b9e96d359c17e --- /dev/null +++ b/metadata/cache/frames/vimu_000247/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbf09661adadcdab4371b51209cd68f29ec06d79301384bd44799e9e90e98ce +size 62617 diff --git a/metadata/cache/frames/vimu_000248/frame_00.jpg b/metadata/cache/frames/vimu_000248/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb3a56df22b0fc5f10da855b313a9cfb5e02ea2f --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e7dd6cf644f8d5134882e4862d87b6a733b72fb6a63e0f994d0910679d1c5e +size 51673 diff --git a/metadata/cache/frames/vimu_000248/frame_01.jpg b/metadata/cache/frames/vimu_000248/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a51c17d8ff06596f8f9a17f2dc1f16b6259deb07 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd5fe07d409a2f105471cad3d425c00173eec07a382eacaf1dd37198d7e523b +size 51848 diff --git a/metadata/cache/frames/vimu_000248/frame_02.jpg b/metadata/cache/frames/vimu_000248/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48370bc29808f2f37bd47c0cc4de9d0a4313c935 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645f52bbed57c0e542e80b6387429905e17e39679083ca8142ac11ca9bcf3120 +size 50416 diff --git a/metadata/cache/frames/vimu_000248/frame_03.jpg b/metadata/cache/frames/vimu_000248/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b2cdd5c876143e77bc29a530168e4b0a36fb1e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692267ae3108b193ad5bf4f80442ef33abb6c8835840429c3d7bb0685fed42ff +size 48042 diff --git a/metadata/cache/frames/vimu_000248/frame_04.jpg b/metadata/cache/frames/vimu_000248/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fd05329113007a6bad6983991be69b137dd97c4 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19efd0d59d25c9dd6235073caf828b0e184ff2cd4c55d54108833a447981cb71 +size 49074 diff --git a/metadata/cache/frames/vimu_000248/frame_05.jpg b/metadata/cache/frames/vimu_000248/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fefac2254d78b78e44b60dba720e3def17841570 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4f99575d92fb7e6e9ca1c1eff4511c5355b2ec45e8b27d3fe891d6067204a6 +size 53229 diff --git a/metadata/cache/frames/vimu_000248/frame_06.jpg b/metadata/cache/frames/vimu_000248/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7819c2b9a54c9f51769b6bd5882fad9afb82fe7 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1227f4163b25f1e62ce3e32405d600bb7887e5f0b1affbae669611cfcd7ed4 +size 56450 diff --git a/metadata/cache/frames/vimu_000248/frame_07.jpg b/metadata/cache/frames/vimu_000248/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..679fab57d2b0a28d9eaf6f1ad4fa3d7d47344b78 --- /dev/null +++ b/metadata/cache/frames/vimu_000248/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf64aa88634d060efc08d7517dadcc69e0de8762614f39594fea2e33db950a9 +size 56257 diff --git a/metadata/cache/frames/vimu_000249/frame_00.jpg b/metadata/cache/frames/vimu_000249/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d378729d7908ecc833feeec1c702db6a2fbf74c --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19b920ec002eeaad7e43e8614a724b26ce97a39ab5c7b9ee837d5e450d05950 +size 44564 diff --git a/metadata/cache/frames/vimu_000249/frame_01.jpg b/metadata/cache/frames/vimu_000249/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec52e6c78308158ce3e53a340664213bccb8ec6f --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45726d391a4a69b06816d3504fdeceb062eb2db6a9285e0d039fba636fd55cb4 +size 33974 diff --git a/metadata/cache/frames/vimu_000249/frame_02.jpg b/metadata/cache/frames/vimu_000249/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb92bcf9786d3827764bde0b3666118e8d63fc8e --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4d383b712ee9ad12d2911d93a6eb126364a2189ba51592145ca7a5b469f9f8 +size 43220 diff --git a/metadata/cache/frames/vimu_000249/frame_03.jpg b/metadata/cache/frames/vimu_000249/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e719739004b15c1ecb97f269b4d1a424dce04a15 --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d438ec2628deb2ab2324888f6743b624f8d53cb1ebb69d6d0e89b58fa14451 +size 42600 diff --git a/metadata/cache/frames/vimu_000249/frame_04.jpg b/metadata/cache/frames/vimu_000249/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81be3398936557e9dbf47da6042157a69948a73c --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276b750346ac979448b5f261da199f93bb07cdd51f36bacd3586af44b7b134b6 +size 36805 diff --git a/metadata/cache/frames/vimu_000249/frame_05.jpg b/metadata/cache/frames/vimu_000249/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ba5a204ad97343c766bb4fd57c6ec6b6c740e73 --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c5a86ecadc554ed6c2cba94a89d552a829947ab45a64234010cac50c41e204 +size 40848 diff --git a/metadata/cache/frames/vimu_000249/frame_06.jpg b/metadata/cache/frames/vimu_000249/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fae70e95b0c2f24b41f1312037a291a983ac42a --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddbca2caf378ae1de6a82b350877a11780fa903a49e64c3b284b6e3a7831256 +size 40015 diff --git a/metadata/cache/frames/vimu_000249/frame_07.jpg b/metadata/cache/frames/vimu_000249/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e282ecaabcfa267005a8216827509b09311e1b4 --- /dev/null +++ b/metadata/cache/frames/vimu_000249/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8886b4c022d8e2e34dc08c4357053bb57817eafa8681e6a4402844b34da4df +size 33856 diff --git a/metadata/cache/frames/vimu_000250/frame_00.jpg b/metadata/cache/frames/vimu_000250/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b774bce8ed2f84e2845e29b223f80966d104441e --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e38c2dc26986c64de81e4317554514317d0b1fdcf4c63ff485da306d5e35f +size 58496 diff --git a/metadata/cache/frames/vimu_000250/frame_01.jpg b/metadata/cache/frames/vimu_000250/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..891a792c4745bce2edbf5186b6ece7f47e0cb50a --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65c1810b61a9c099c94bb57ad25e40416cecfc291fb697918e2a031d5060c44 +size 58548 diff --git a/metadata/cache/frames/vimu_000250/frame_02.jpg b/metadata/cache/frames/vimu_000250/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6ce99560a790f022dccc2ae33b10899a287e698 --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939a4ef0fe50815d1a29c8a652501f12f7929a9d1144299901ef29be0f12bea0 +size 58258 diff --git a/metadata/cache/frames/vimu_000250/frame_03.jpg b/metadata/cache/frames/vimu_000250/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a34012dd447c7c5855a2e1c192add08030f3e1d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3771323a6fb864555231126a70180b3a3efeafe7a764a6a8244654c25a6db13 +size 57737 diff --git a/metadata/cache/frames/vimu_000250/frame_04.jpg b/metadata/cache/frames/vimu_000250/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a61b49a2e523d3fe7b75336c42eee0a980ab5ff2 --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136d4eb4f16c0a58c1dc3fb8ab71c27c412bb3f08b7a8bbb37dc34728a3f4bea +size 58691 diff --git a/metadata/cache/frames/vimu_000250/frame_05.jpg b/metadata/cache/frames/vimu_000250/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a89983196796c9acae8b4097b8432cc6821563a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a03b2e10aa5ef71615b3a7eaa46dab72a383dee502d6cadc2220617ea8704bb +size 60503 diff --git a/metadata/cache/frames/vimu_000250/frame_06.jpg b/metadata/cache/frames/vimu_000250/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..895ba3997c3b286e17e5d3437e8c73cef04cee52 --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9e68ae7fb55e9b6e882ae7d8f4c344f4758b7a7e3b8ce88c5f284528ee7e9a +size 61014 diff --git a/metadata/cache/frames/vimu_000250/frame_07.jpg b/metadata/cache/frames/vimu_000250/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8850d6ea4e897682f1aee89735b292b5856515fa --- /dev/null +++ b/metadata/cache/frames/vimu_000250/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922e8d1a47aa119af9d8911c9c36f28eab5e7373aca886f5d62ee8a6be0b8f57 +size 61381 diff --git a/metadata/cache/frames/vimu_000251/frame_00.jpg b/metadata/cache/frames/vimu_000251/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae6c4a4dd898118e7a75b173599dac9512a00b18 --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd8c46ec3c84f401a7ebb609d165d3dbb27dee02675e20761e5cfe342d1ad55 +size 37427 diff --git a/metadata/cache/frames/vimu_000251/frame_01.jpg b/metadata/cache/frames/vimu_000251/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46624b8b59a160b308cd31d4b93996dda4ffad8d --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff9d06b3d308a378725b881eaf9e30c7e8be6e2fea177b2b11f5f618b2e76ae +size 37561 diff --git a/metadata/cache/frames/vimu_000251/frame_02.jpg b/metadata/cache/frames/vimu_000251/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e49a6332412d9d3599346150eec65dea7988a311 --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c21ca6e854bdf7630d39e5307265f5454a4c04bfbfa7c216f445c3086727905 +size 37551 diff --git a/metadata/cache/frames/vimu_000251/frame_03.jpg b/metadata/cache/frames/vimu_000251/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49f4f826f9448a4612f8007b326213808e6ff7cb --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9830b1645dcb1dc5d15254fa400f77ecb2f58ad803ba9e44f1c3819f2fdbfea3 +size 37699 diff --git a/metadata/cache/frames/vimu_000251/frame_04.jpg b/metadata/cache/frames/vimu_000251/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..119f701c2774092f566b16bc888d578d98c25878 --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9990c4f23419cd1f2b899f0b3d9cdf206dfc3933ff1de615221a02f3147623 +size 37839 diff --git a/metadata/cache/frames/vimu_000251/frame_05.jpg b/metadata/cache/frames/vimu_000251/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..519c168a9c581a15aea445afdbbc09a11a021b2c --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10be18704b14de368d5ae53160790b3d188f6d8558915caa623b76f7e4b9864c +size 38555 diff --git a/metadata/cache/frames/vimu_000251/frame_06.jpg b/metadata/cache/frames/vimu_000251/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..030d1fce8a12268b4c57d34cd149901405eb8dd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b5b8ca3f79dfd5c6bc42461cc6392808964f9dd63fccdf4666b310176f30dd +size 36624 diff --git a/metadata/cache/frames/vimu_000251/frame_07.jpg b/metadata/cache/frames/vimu_000251/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4946b8ee35ce6a4a03c19e8f3b34c7b0db7b054 --- /dev/null +++ b/metadata/cache/frames/vimu_000251/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c83796722fa10d4e7d2372860b168b199a01bfaa693503eb82fa50f669595c +size 32824 diff --git a/metadata/cache/frames/vimu_000252/frame_00.jpg b/metadata/cache/frames/vimu_000252/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2a3e7da77ecdcbcc0507895a7e47957f98b5be6 --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a95a188c6a919832303ed28ceda3e646e22cae3f72d6c3e784b43f01ae8fda +size 31028 diff --git a/metadata/cache/frames/vimu_000252/frame_01.jpg b/metadata/cache/frames/vimu_000252/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ee582d22fdd60326a21fadb05a6a03d4ad95d73 --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01acdf7e190c97cb2be83f923d770f9ab2d7423cc837525e9ad36ecc176fca22 +size 23873 diff --git a/metadata/cache/frames/vimu_000252/frame_02.jpg b/metadata/cache/frames/vimu_000252/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..617d44f64b015cc599595b78f77f91da65c7d21c --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b2f9e2b979dcf70be9110a7212923ed80b6c2a82d4069aa2554c15d53bfc03 +size 16326 diff --git a/metadata/cache/frames/vimu_000252/frame_03.jpg b/metadata/cache/frames/vimu_000252/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feb0e34e8909ae8e2eae4fa8c9e9e9d9c8c5a8e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88bb98cc9eea1d26ccc8c07db3a2426e88dd8ce13967d9fc3bf1e610ce40d6a +size 16716 diff --git a/metadata/cache/frames/vimu_000252/frame_04.jpg b/metadata/cache/frames/vimu_000252/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36951b026d5c99aac62134a7d037c2d3e1f97b4d --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8b8b06d0f69b9ecdd82c0a4e4401da198483a6bd40a4cbd875bde226a7ef72 +size 16401 diff --git a/metadata/cache/frames/vimu_000252/frame_05.jpg b/metadata/cache/frames/vimu_000252/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1499a426314fec2031a7999ed2ec9ebf07c8142c --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5b58abcba5588b4dd9570905047d713aa79a52f2f9bbe6618de64aa32e7cee +size 15717 diff --git a/metadata/cache/frames/vimu_000252/frame_06.jpg b/metadata/cache/frames/vimu_000252/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3edca1da5c29e659777ec7aa0be5e37886c3ab8c --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91386adf2ee71973bf1f8b57d5081d07aa6453f9d8923dd5503ca6c028b1302 +size 16045 diff --git a/metadata/cache/frames/vimu_000252/frame_07.jpg b/metadata/cache/frames/vimu_000252/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b406809e764bcf24a8c5427c5e18cc4f6f275e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000252/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ac6d596cd1a85d352c62399a4c9457260bf19786a570811ba87298691c285e +size 15031 diff --git a/metadata/cache/frames/vimu_000253/frame_00.jpg b/metadata/cache/frames/vimu_000253/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02e04f4b7d5140056f3d0e70554d0650e119919d --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0d91df86ec1d5db5c3f5d46413150aeb7794b4e890fc87e02aaa35cc90d435 +size 51592 diff --git a/metadata/cache/frames/vimu_000253/frame_01.jpg b/metadata/cache/frames/vimu_000253/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01035d85a2ae883e00603920874724f471dd57f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd53b66acefde317b1214a1f68276612db498f99b854d76f06953ad9181adb67 +size 50341 diff --git a/metadata/cache/frames/vimu_000253/frame_02.jpg b/metadata/cache/frames/vimu_000253/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9817632d3221bdb6d8d8a08fbcc4fd8d43c1d2e --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1e3c883ed362a26ce14e6c56ae90abd42d3bf45ff86d50ccbc3031d9f8b343 +size 49342 diff --git a/metadata/cache/frames/vimu_000253/frame_03.jpg b/metadata/cache/frames/vimu_000253/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..208d5d76d283cf633c242ceba2f58dda1699b42e --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e405015b127adfd7a4e2a5b2069511c7a554644090ff6d4a4960e6b46352d881 +size 46054 diff --git a/metadata/cache/frames/vimu_000253/frame_04.jpg b/metadata/cache/frames/vimu_000253/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6f1bbd39962404b9223364d3e0161f3d04a1776 --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b167a3c494b766d7de0cb5cd059a1e8ca0c1f628f7c8703dc6c00b2f1ecea1 +size 30747 diff --git a/metadata/cache/frames/vimu_000253/frame_05.jpg b/metadata/cache/frames/vimu_000253/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c953dafa682dedbaa150c72509d4913466f899f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633b652f8cf3e36853f19e2e3cef35685b52179048ebd141f412588417870b45 +size 40231 diff --git a/metadata/cache/frames/vimu_000253/frame_06.jpg b/metadata/cache/frames/vimu_000253/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbc39b6c946f559ca4298b46af8032e6208e6faa --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baac63ede81f52509dbe656288feff1f9fa5b5708a7a88a07ee267596dd01eaf +size 38104 diff --git a/metadata/cache/frames/vimu_000253/frame_07.jpg b/metadata/cache/frames/vimu_000253/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f9d3ceaefc62646c08dd85ea2b2cc3bf34cc216 --- /dev/null +++ b/metadata/cache/frames/vimu_000253/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327ab43b56ff05134a3d97666df33d81324f515ff08ce326677a85fd82f8eddd +size 37637 diff --git a/metadata/cache/frames/vimu_000254/frame_00.jpg b/metadata/cache/frames/vimu_000254/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5900e802b4e9e65af6fac1350a4d268750c4b92 --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ad045245a3bf154755625c365ab430dd8a62f75d50cd7526d95fb9cdd97c2 +size 31916 diff --git a/metadata/cache/frames/vimu_000254/frame_01.jpg b/metadata/cache/frames/vimu_000254/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3b8ece543531c202ec7a79fc0f56130074d5480 --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff596c936ac62dcfd704bfdc9b9f844160ef794db069d5252b37b4fe2f98500c +size 17992 diff --git a/metadata/cache/frames/vimu_000254/frame_02.jpg b/metadata/cache/frames/vimu_000254/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd8110a854a45dd94d83c7281bb17abb2dc29ba --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c547cb0cacc0fed9bad31d9f65907b3f6ae28b55a7c08196c4f16ebba0c23367 +size 35864 diff --git a/metadata/cache/frames/vimu_000254/frame_03.jpg b/metadata/cache/frames/vimu_000254/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ad5c6bbb0899c6b453a4236c93696f572d83831 --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae548ff405854c93eb2cb01da54ce487c31d9d1043ff7fdc6b3d75fb1e41daae +size 36179 diff --git a/metadata/cache/frames/vimu_000254/frame_04.jpg b/metadata/cache/frames/vimu_000254/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3670441f54aaea7c863383ba7443a753cca81c64 --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5ba0bc5ae58d18e0d5e2253a72b0740f30ad72d9b25d2f2ac82c2b02691d1b +size 35302 diff --git a/metadata/cache/frames/vimu_000254/frame_05.jpg b/metadata/cache/frames/vimu_000254/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6621159c084be3fc6dfb265d4c620b229d8b5e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090cbf8eae8108b65c8ea65fa362a47b5e899da1d3d89d9df005024abe2dd440 +size 35749 diff --git a/metadata/cache/frames/vimu_000254/frame_06.jpg b/metadata/cache/frames/vimu_000254/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03c29f80e4c23e142b86411f951467bcb600b9de --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c187e1220bca1889947e2252422edeabc9460a6cb36739bfd09262daaa2787d +size 35483 diff --git a/metadata/cache/frames/vimu_000254/frame_07.jpg b/metadata/cache/frames/vimu_000254/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e4f2f506601b5ecb06be14a0951f359667b0c96 --- /dev/null +++ b/metadata/cache/frames/vimu_000254/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7c59ff5ad902fd9a73bcd0aa3c4eccef0d36ee069c5f0cac84c92c4a3b9e2e +size 36430 diff --git a/metadata/cache/frames/vimu_000255/frame_00.jpg b/metadata/cache/frames/vimu_000255/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..709f0d11032e7b3fc3062f35cbcdd69f7dc3bc06 --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fdc3cc11ad56292b7679aa0931d34fec03abddb2f5ddd05dd49797ff14df7b +size 39943 diff --git a/metadata/cache/frames/vimu_000255/frame_01.jpg b/metadata/cache/frames/vimu_000255/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42e11074f58d5bd9a562826990957305dc5cdb6d --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18b10343741fff9458d3f79a91b274260fce77de3c6fe704d398a0b64935b2f +size 53747 diff --git a/metadata/cache/frames/vimu_000255/frame_02.jpg b/metadata/cache/frames/vimu_000255/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4bb1d566cb9aaf28a91c6180e50e01a12742134 --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e00445a263a4ae33d1793964f22035e40018d5318e281636fe1f1f59261a18 +size 61519 diff --git a/metadata/cache/frames/vimu_000255/frame_03.jpg b/metadata/cache/frames/vimu_000255/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e17684af021465b6cfc3548fd25546251667fb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ba7fd3c6ba4e12ba9c43dbc0ece3091213d31891735a9c95c7bd98c0fe7f2d +size 60944 diff --git a/metadata/cache/frames/vimu_000255/frame_04.jpg b/metadata/cache/frames/vimu_000255/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34224e049c011c16bb0750bd5d2cca3f73593efc --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f03587420413b3eacaa90fe82aeea85ae10c79a77222139def6d8ef215da6f2 +size 49171 diff --git a/metadata/cache/frames/vimu_000255/frame_05.jpg b/metadata/cache/frames/vimu_000255/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..302992534ba824f54bbdaf5238fb6e92f7920c90 --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c41ef029076a1edcc7ed617d4a5a722fcb4fa24efd215680d76f5070208541 +size 44996 diff --git a/metadata/cache/frames/vimu_000255/frame_06.jpg b/metadata/cache/frames/vimu_000255/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbd11ed60e1d597f8935e171a6b13081b093bd62 --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f37e6a83688d8382195ef78487cfadad6ca0f4aaa5ef2e5f76e606253ed7b1 +size 47790 diff --git a/metadata/cache/frames/vimu_000255/frame_07.jpg b/metadata/cache/frames/vimu_000255/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e6464a37aa36f993fbbaa5cebab56f626e81d13 --- /dev/null +++ b/metadata/cache/frames/vimu_000255/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6287ead663649a2490d710238c285137024dac94eddf0a5fa116827d868f5bb9 +size 50723 diff --git a/metadata/cache/frames/vimu_000256/frame_00.jpg b/metadata/cache/frames/vimu_000256/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17ed5174005aee420e378c45616882ac669309bb --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1a708475a2bef863bb209e2517ca4a7dd78c450faa2c0efe631d294bd7ab4f +size 65678 diff --git a/metadata/cache/frames/vimu_000256/frame_01.jpg b/metadata/cache/frames/vimu_000256/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf9bc8284a12cd05957aa3b403481b70cd852c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f42bc3e60fe920a75aac20d2553cda6360a01c5fef9333d8d0df8f3956ca43e +size 62485 diff --git a/metadata/cache/frames/vimu_000256/frame_02.jpg b/metadata/cache/frames/vimu_000256/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5b759aaa39abce5ac1572ae3530e5204700701e --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65493d6a7a1ff5499ab4ed9c6822b651b90d73f96d3956bafa2849c888e1b635 +size 62109 diff --git a/metadata/cache/frames/vimu_000256/frame_03.jpg b/metadata/cache/frames/vimu_000256/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fb836553db82694bdcb510455b5caa19ef03596 --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857c2c82b0e84c86297f2bf0937c826f8df374f753bc656a8deecb9f3585353f +size 59332 diff --git a/metadata/cache/frames/vimu_000256/frame_04.jpg b/metadata/cache/frames/vimu_000256/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a54d853671ffbf255e4dbc045c23a33750ebf5e --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd09122ad719918855f2bf1b9819e4f6a5aeebc41cc605c5d54cb1e698c5175 +size 53357 diff --git a/metadata/cache/frames/vimu_000256/frame_05.jpg b/metadata/cache/frames/vimu_000256/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72aa76b04228e07d8ba26cb2a56a656a8f5389ca --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aef0314a7d95e6b0472d56992846384e01cbf4fa550cc05cde951735c570f44 +size 64126 diff --git a/metadata/cache/frames/vimu_000256/frame_06.jpg b/metadata/cache/frames/vimu_000256/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2b185e8c0af212c42442248c2528f555121b5f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7900d76067a6bc7fe4426a2c52d913d96ff588fd16ca9445b8363a52e385cba3 +size 65045 diff --git a/metadata/cache/frames/vimu_000256/frame_07.jpg b/metadata/cache/frames/vimu_000256/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecb1b8a0bd01870d12cf9886856dac9404560fec --- /dev/null +++ b/metadata/cache/frames/vimu_000256/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8254d545a9b9b3babe6b26c03e65e5773f635347f92fd2280360e8d578a8d84 +size 49038 diff --git a/metadata/cache/frames/vimu_000257/frame_00.jpg b/metadata/cache/frames/vimu_000257/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d32a34a3b36e498436e804f7c44816992c4383c --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aaf482b3f78d524fcb94f7c18d5533c5bf41fe87247dc9b661d292b6c603f60 +size 34475 diff --git a/metadata/cache/frames/vimu_000257/frame_01.jpg b/metadata/cache/frames/vimu_000257/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc35fcc496b126b1ef1a8d32f16541a58c82da53 --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d149b059593ad35cd571a40e7f670fb8849a5cf7759ec58737e73ea91144853 +size 25707 diff --git a/metadata/cache/frames/vimu_000257/frame_02.jpg b/metadata/cache/frames/vimu_000257/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b89f6d8cf93754443543a7876ab59edb6df0533 --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1412c786c231f48d23da73a488c7551691270e263a4f86f6fbba7c0d0d0422 +size 43178 diff --git a/metadata/cache/frames/vimu_000257/frame_03.jpg b/metadata/cache/frames/vimu_000257/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9317e9c232055412417ccf88c1881a7a1a21b912 --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0404e909cf5821d6a5b8a1a95b43987227383d42b7d495209205a607938439 +size 37836 diff --git a/metadata/cache/frames/vimu_000257/frame_04.jpg b/metadata/cache/frames/vimu_000257/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0742dc6e5214ed705dc36bcf3748179b04fcc190 --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fb832e5ed50cf292870c7886e2fe42d06a7bc5c3decd9739c7340ac0d8952f +size 36898 diff --git a/metadata/cache/frames/vimu_000257/frame_05.jpg b/metadata/cache/frames/vimu_000257/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40f4030cc9b6c4f867aab50adc1ac8937974ca55 --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b676562524995ac9478fd7d26e254c19556b4fea81555162f079767a081cb8 +size 47439 diff --git a/metadata/cache/frames/vimu_000257/frame_06.jpg b/metadata/cache/frames/vimu_000257/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b2e7c8bd085c80a920a80db728b33d56eec9a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dee320662b75c7b77d9b39feda9ae25bdeb2856ec22fd40d0b1d3e8a16ed3f +size 43951 diff --git a/metadata/cache/frames/vimu_000257/frame_07.jpg b/metadata/cache/frames/vimu_000257/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6041f288641e50d260b2c56352445fc1dc7ae61a --- /dev/null +++ b/metadata/cache/frames/vimu_000257/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c40ea48baf0cac3762a59307c9348ebbf980c44d3f352085ec0b2a3cdeb60e +size 36504 diff --git a/metadata/cache/frames/vimu_000258/frame_00.jpg b/metadata/cache/frames/vimu_000258/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..513a4223eac26c1bd49d5fced1b28e952368dd48 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0c499bbde89fee5a29ca0a2c111cea4027c67d6fe74a64258ebd695ee3e89f +size 61875 diff --git a/metadata/cache/frames/vimu_000258/frame_01.jpg b/metadata/cache/frames/vimu_000258/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7238f2c86fe036726f6a54dfc6b36a7ef4cb685 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3c6413f53426967e544c86237f329e8c1a8f90d650b80b0d406e209b7ef376 +size 70637 diff --git a/metadata/cache/frames/vimu_000258/frame_02.jpg b/metadata/cache/frames/vimu_000258/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8512d94f05387dda771c60ccb4b51b42d55b6051 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ccac4e52a5cda60f63a5e8cf4c927a6df23f88b6117516c32c75248755b651 +size 80793 diff --git a/metadata/cache/frames/vimu_000258/frame_03.jpg b/metadata/cache/frames/vimu_000258/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb890b1d96663af7572d47e0435dc1ca6293795b --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7672bcb3fe05d13cb8249eb591ca0e64e8132b994a948762f213e8d6bca17078 +size 49812 diff --git a/metadata/cache/frames/vimu_000258/frame_04.jpg b/metadata/cache/frames/vimu_000258/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fbcf3c68e6920d64f01c8b3e7504d6759b26a97 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd85aa2cc2b2070a634643c3126b74fc727558a3ae181228d03ea9777dfe3b1 +size 58041 diff --git a/metadata/cache/frames/vimu_000258/frame_05.jpg b/metadata/cache/frames/vimu_000258/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..980932cae95f8e59e74a58aaec078191a85e8036 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a0b47c30f49a779513f298d23824de50c445b17779f4f3486a05ecee4abd60 +size 69472 diff --git a/metadata/cache/frames/vimu_000258/frame_06.jpg b/metadata/cache/frames/vimu_000258/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec08f7aba944a9e97163412d3b832ea7976e0a20 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb26001f5086080893dbec5aeeaf9a8d2b034a96295ae2cde9a681c39422b22 +size 61582 diff --git a/metadata/cache/frames/vimu_000258/frame_07.jpg b/metadata/cache/frames/vimu_000258/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0089db63d0e1e15fc55d3a42fe08aa45515268f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000258/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ac11b3b9b99a4f53586e7a3f9d11724b522ad4735578d3693bfd96daaafa02 +size 62128 diff --git a/metadata/cache/frames/vimu_000259/frame_00.jpg b/metadata/cache/frames/vimu_000259/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3ae2ff5c0a1e6d97d1cfa93f16aedff810fe32f --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b45b7cdd908b163cfb899b9a9550c3c0e62cee310c5dbcaed937123545d959 +size 44900 diff --git a/metadata/cache/frames/vimu_000259/frame_01.jpg b/metadata/cache/frames/vimu_000259/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..456e0100f2659d2aec63f6edbd50f779767d0ef2 --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738ebc081675fe42b40e43a2e28a6978bed51a219decf0021f935ae6c93cadc4 +size 41938 diff --git a/metadata/cache/frames/vimu_000259/frame_02.jpg b/metadata/cache/frames/vimu_000259/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f52195ed0d923c4f5e423cb114d90f17c19db0d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59477cf98d3cfa437e649b9e95d23f7e88959b8d72060389e6e2ffb1cc0f41c5 +size 39489 diff --git a/metadata/cache/frames/vimu_000259/frame_03.jpg b/metadata/cache/frames/vimu_000259/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b67c49ae3f9ea180f2cdff7931daefd6b964125 --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2123381d0a957b5e8248856927921308a40df3db6ef5b768be1a4ec1cf7b1f37 +size 32752 diff --git a/metadata/cache/frames/vimu_000259/frame_04.jpg b/metadata/cache/frames/vimu_000259/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95dd6fc2a3a8edd89218775260498fd74eb343ae --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fa9487c5fa6ff337609d8d3224959eb2593504889f541a25916c6ceb844f13 +size 29494 diff --git a/metadata/cache/frames/vimu_000259/frame_05.jpg b/metadata/cache/frames/vimu_000259/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b65d70c00f4971ea921dcc095f1bcbc70cfb6f19 --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2cd5c8b59a5a73ac3fc0b013aba3e30f0035c88c93e6031714483a55e0149f +size 25308 diff --git a/metadata/cache/frames/vimu_000259/frame_06.jpg b/metadata/cache/frames/vimu_000259/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f7c35fb3a71ab644e4ebe9d7a32f8939ec71f56 --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0f6c76c0d1714b8045e77726a403e63b7026a173f14287d7a7cdc2d722e49a +size 26965 diff --git a/metadata/cache/frames/vimu_000259/frame_07.jpg b/metadata/cache/frames/vimu_000259/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16241c82b8e048a1c722a9c318f5ad6dc5c258e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000259/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6d9fc4c7342a3ca8891455476c2cbf88a3685901dec33378d318980ca7066a +size 35074 diff --git a/metadata/cache/frames/vimu_000260/frame_00.jpg b/metadata/cache/frames/vimu_000260/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab7b60d6f299bd6fe905436a9ff527de2998b715 --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f139f9a7ecc5f9eb9be20ae8f631c69da73cfdefe8dbd3dd3a41cfa4197197 +size 58118 diff --git a/metadata/cache/frames/vimu_000260/frame_01.jpg b/metadata/cache/frames/vimu_000260/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2be1511f593df346f01355c186383dcae7afaeab --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aebc7eed01540862c371f1a52dfbbaa10318e3841c132b948e245333b0171e +size 60507 diff --git a/metadata/cache/frames/vimu_000260/frame_02.jpg b/metadata/cache/frames/vimu_000260/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b9ec7e58c6def3aabe75426da64502726e7eb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baba51c175191992a6291754086d3c9f3d852d25b700ff7e1ebae6f19751a9a1 +size 60485 diff --git a/metadata/cache/frames/vimu_000260/frame_03.jpg b/metadata/cache/frames/vimu_000260/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..107281aa324638836470c5e6962ca5d215736a0e --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5cb006394efbb00e3e053eb4abf4696e9b0aeaf1334d41d715f7ed5476ad02 +size 52519 diff --git a/metadata/cache/frames/vimu_000260/frame_04.jpg b/metadata/cache/frames/vimu_000260/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28c8b8ad77f7b7c54273acfa63589dc84b899d08 --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f4716dcb82336fed9db22910d4f3d9ffd8fc066c266360e52f02097f7534a6 +size 38299 diff --git a/metadata/cache/frames/vimu_000260/frame_05.jpg b/metadata/cache/frames/vimu_000260/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60a8eda5de72efd9a556ca6771c10d7653d8d831 --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426618bd8f90e64a46b10c56a470788e1e7dcc6808cc3390add299fde5ae92d2 +size 38330 diff --git a/metadata/cache/frames/vimu_000260/frame_06.jpg b/metadata/cache/frames/vimu_000260/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8a99981660d393b34de5afdddaaf75043afa15e --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66df239ad4005b5174412679f32d8b43faf635866c59a9210cd4101332f6bca9 +size 49018 diff --git a/metadata/cache/frames/vimu_000260/frame_07.jpg b/metadata/cache/frames/vimu_000260/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36befd4de709a8e710bb623f6c9e0ce3fbc81637 --- /dev/null +++ b/metadata/cache/frames/vimu_000260/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc969787d41e93cfe4eea8598992a84a731cd634d4ffb448d19213a008077183 +size 37300 diff --git a/metadata/cache/frames/vimu_000261/frame_00.jpg b/metadata/cache/frames/vimu_000261/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cf7e66f58e420a9d8ca9f8079bf99a537fa0ad7 --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0d2303cc2bf980b7973df7e406fd348fb39f735d7de7fc3836d8541e847d8c +size 43113 diff --git a/metadata/cache/frames/vimu_000261/frame_01.jpg b/metadata/cache/frames/vimu_000261/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e4b5f2f49a0dc451110c86da98238d8e06b08a --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc09d9e68932b53016c25d08937ac65e8cd14e52071657bb1d27561f15f2c41e +size 36840 diff --git a/metadata/cache/frames/vimu_000261/frame_02.jpg b/metadata/cache/frames/vimu_000261/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb782d85eb001f2c6b035c102549e5fd56d90e67 --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e041a55ae7aae1aef8a9177c338e45d6430b48fce4993a43be120a7548031e +size 41731 diff --git a/metadata/cache/frames/vimu_000261/frame_03.jpg b/metadata/cache/frames/vimu_000261/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4484df7678cb7e3314cbb02f6b8a14737e38943c --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118663f26cc1bd33b8af26972dcc0b5858eef8ff213677a182d86fc5d364aad0 +size 38443 diff --git a/metadata/cache/frames/vimu_000261/frame_04.jpg b/metadata/cache/frames/vimu_000261/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6e63c6ab67bf60c051068cfb745cd8d23e9a807 --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6181be5cd393de7e7452c2122e3ac04838c6b6c533d8822856a77fec3749a3bc +size 41589 diff --git a/metadata/cache/frames/vimu_000261/frame_05.jpg b/metadata/cache/frames/vimu_000261/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f38f1c4704817b85a3eb15f113c1936e245b389a --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1402a90e99c6ca9771896f01d08199f6e01f7ba275d0cda6311b3ead3c7ef2 +size 41400 diff --git a/metadata/cache/frames/vimu_000261/frame_06.jpg b/metadata/cache/frames/vimu_000261/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33da655b6a77b57b525027b92eaecdcc13d19bc6 --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47122c9b35605718eb9acd4b074232630b79549da196648b43047f7720a6ff2e +size 42736 diff --git a/metadata/cache/frames/vimu_000261/frame_07.jpg b/metadata/cache/frames/vimu_000261/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6991d4f3d30478274b61efdb917cbe6e6d070106 --- /dev/null +++ b/metadata/cache/frames/vimu_000261/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dd1d5d875662ec9cb89053dd0a1dc5f38fb3e7cd75ce44b69e822531ac8bf2 +size 40279 diff --git a/metadata/cache/frames/vimu_000262/frame_00.jpg b/metadata/cache/frames/vimu_000262/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c86ad91a445e3c12135bd30e7cd334c5e14df6db --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36af52666c9e2908b02b74ba6b048b0e8bc7927655864c91e0315e096d9c1eea +size 89244 diff --git a/metadata/cache/frames/vimu_000262/frame_01.jpg b/metadata/cache/frames/vimu_000262/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28233bfa491bf4ea05e02f7ed4f38c26bbe1388e --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef5cb798a67c4c1e58a056fada828b5f1682ca4051ce79b245ca6f2dd8200ac +size 74920 diff --git a/metadata/cache/frames/vimu_000262/frame_02.jpg b/metadata/cache/frames/vimu_000262/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2eb70cb762c26927033573abdf9aab3733ecfde0 --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be150976a17f26209b0804e24e8d8b48de400a216346ab3bc2c571dbd7b67645 +size 54718 diff --git a/metadata/cache/frames/vimu_000262/frame_03.jpg b/metadata/cache/frames/vimu_000262/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7b307b7db6b5dd7552c7e0376e637c8d8aad6af --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040dc90df38d4b7425d3461dc5a214afe61f12435bd2122360fc1d5089538f68 +size 32941 diff --git a/metadata/cache/frames/vimu_000262/frame_04.jpg b/metadata/cache/frames/vimu_000262/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb092a9dafb076fbb17e5b7c7d5d061ed1ab1f6e --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f321463eb893038f9dd1c6b59e18db3aced53506b8e7ec4b5f4b13bcdd548284 +size 55393 diff --git a/metadata/cache/frames/vimu_000262/frame_05.jpg b/metadata/cache/frames/vimu_000262/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c573df7c451abcfd99fdda56a85d366456a7fbd3 --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a63dcada61e6470dc70f55ecbb3e7f9ebc01687e089d3416943e54beee7621 +size 40684 diff --git a/metadata/cache/frames/vimu_000262/frame_06.jpg b/metadata/cache/frames/vimu_000262/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00db4ca99267061c1285935994182705e37dfd60 --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c5b512e39310b068503777113bec872047dab3a216496551b1f9aaca566731 +size 50711 diff --git a/metadata/cache/frames/vimu_000262/frame_07.jpg b/metadata/cache/frames/vimu_000262/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7962f291865fa8ae87ff840bfb168242125167d --- /dev/null +++ b/metadata/cache/frames/vimu_000262/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7dfb226e30914ca8d17bc1473e52e2026e2fc905739aa9ca222c59e3e7d07f +size 58981 diff --git a/metadata/cache/frames/vimu_000263/frame_00.jpg b/metadata/cache/frames/vimu_000263/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f45bb6d5560eb606daebfca87923d1886f54f64 --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c90601262eafe215725973a381dfbbc494988d6d9b40ae3f97ae1adc45e6300 +size 111535 diff --git a/metadata/cache/frames/vimu_000263/frame_01.jpg b/metadata/cache/frames/vimu_000263/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c043da8ae4bec4a9a3d93fb6ae50f60f48556d69 --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8850f6e3965d9af2caf2522ce9f1521b9369aeb5b91935d7f1770c5f2a4c6a +size 117987 diff --git a/metadata/cache/frames/vimu_000263/frame_02.jpg b/metadata/cache/frames/vimu_000263/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed55e458b29bd39eb40237d5c59441b8911ec9d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc30d551dcdff0d11507197f114b49d4b845c97f96380bb1586a880a8725c14 +size 118685 diff --git a/metadata/cache/frames/vimu_000263/frame_03.jpg b/metadata/cache/frames/vimu_000263/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d332e822efc88d973a8a36a45b9e7b3fd7aa2ce9 --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce9fbdeeeda39ff0f21a29dab89854bc742c7bb701dc06e449bf8a8aa17c427 +size 68000 diff --git a/metadata/cache/frames/vimu_000263/frame_04.jpg b/metadata/cache/frames/vimu_000263/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47975bcc0ba94491a83550b2559801c9f35e902e --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e16a7fa09ac07566c16dcc52a57c8d209e34e3830c30267c5e23b0d1a20a306 +size 81887 diff --git a/metadata/cache/frames/vimu_000263/frame_05.jpg b/metadata/cache/frames/vimu_000263/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56217a3ee6fa4abe70d1e5536abc633a31dcb07d --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea5edbed01277cc7c7bc2728f4404343d3b0de3ad8d4f01da32efaafd2c1600 +size 81904 diff --git a/metadata/cache/frames/vimu_000263/frame_06.jpg b/metadata/cache/frames/vimu_000263/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9b243fd8a2ac46f1f80ffc1f7229a6c1066662c --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9bd1b52facb30e9098ef81f9b9c5384ff50f028c5c590fcc3106bcf5f4bcde +size 82186 diff --git a/metadata/cache/frames/vimu_000263/frame_07.jpg b/metadata/cache/frames/vimu_000263/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ec6242ab1fd354cd30ed92db660fc661e83e766 --- /dev/null +++ b/metadata/cache/frames/vimu_000263/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14474f647e9485311cb0c9f13a049be3ccb7ad6f86874986dc0eaae03c449be0 +size 82848 diff --git a/metadata/cache/frames/vimu_000264/frame_00.jpg b/metadata/cache/frames/vimu_000264/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56a45f7f2a41b46f692f810bd90d30e59ec518db --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54bcab741cf9606c90bbf093d387d051fe67b1e0902a576e0f28b266d77c24b +size 40306 diff --git a/metadata/cache/frames/vimu_000264/frame_01.jpg b/metadata/cache/frames/vimu_000264/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8613b78026edee4ae62cc47bab9de89a2f26c6d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c220d8b831106b416785a183d2891ccff0db63574f0d7baeedc1fe679991c092 +size 61723 diff --git a/metadata/cache/frames/vimu_000264/frame_02.jpg b/metadata/cache/frames/vimu_000264/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10a81814105527d374f7869d0bad3c5bce96efb6 --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40ee03f10cca5e7855c1c03bef931fe2c02b6ac762d6154f71903728cc4eff3 +size 35183 diff --git a/metadata/cache/frames/vimu_000264/frame_03.jpg b/metadata/cache/frames/vimu_000264/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..665201e90233561833777e63b317ed760fb52439 --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859abaffcbd8dcb2c33098042aacd4cb49361fb0a3aba08de2e76e536825f53c +size 40914 diff --git a/metadata/cache/frames/vimu_000264/frame_04.jpg b/metadata/cache/frames/vimu_000264/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9b3e06241732d5c7ba477d8c2cf010959ee2c0e --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a49f75e9b69153bd3d26734dc300615d43953beae74ffab999679402d669ca +size 39545 diff --git a/metadata/cache/frames/vimu_000264/frame_05.jpg b/metadata/cache/frames/vimu_000264/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06264564e3eb222558eb7f6a2834a7a455428572 --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cd64d252e56c3f0fed10249983af8f7787e64d3e8dc01a17bc6b768a640045 +size 34200 diff --git a/metadata/cache/frames/vimu_000264/frame_06.jpg b/metadata/cache/frames/vimu_000264/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38ef4989ff571b73c544da83af0fa65daa71e5e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ba3dfac623ca3fb160679c26a12ca39a4c0df451863111eef50ffaca8ec53 +size 56919 diff --git a/metadata/cache/frames/vimu_000264/frame_07.jpg b/metadata/cache/frames/vimu_000264/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e224af19f03dcb5b012affb941f51822b795ec18 --- /dev/null +++ b/metadata/cache/frames/vimu_000264/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90734025376a0989985bf14e06359de88bcd5dd906f6b0a6f64aa9447813ac8c +size 59534 diff --git a/metadata/cache/frames/vimu_000265/frame_00.jpg b/metadata/cache/frames/vimu_000265/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..631caf26411c78727257203e7ef1129a1a31b60a --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9254bfef801020c320fe3cb24937bc0845e46a354283f65ca4a453b057a670a6 +size 37912 diff --git a/metadata/cache/frames/vimu_000265/frame_01.jpg b/metadata/cache/frames/vimu_000265/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..509971d5a9e03ab626deaa4138767223c2d4978a --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ebdad8ce34c04884a60b262bc3f640426836509bedf0f65942b6bcf0e6d3cf +size 45893 diff --git a/metadata/cache/frames/vimu_000265/frame_02.jpg b/metadata/cache/frames/vimu_000265/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71ced37a7585104eb8a72b16711c58b62f06d97b --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24aebe090ac82a1022a483c9c2b9125e2280cb159fe4537010f41303d4f8659a +size 46940 diff --git a/metadata/cache/frames/vimu_000265/frame_03.jpg b/metadata/cache/frames/vimu_000265/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74323f6994457650c03c3c117ee2d519c9b4f958 --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5214095d50186fba88290fcece3930b4c30408dcf3777a47880a957aa2522816 +size 52534 diff --git a/metadata/cache/frames/vimu_000265/frame_04.jpg b/metadata/cache/frames/vimu_000265/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fce5ac7ae5ab59e5ec265da8c724ec142c178fd3 --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b2d7b4787acd9594d7a8f03ee9a7e1ab92027ae2b141a67ffbba1d2d06e445 +size 47269 diff --git a/metadata/cache/frames/vimu_000265/frame_05.jpg b/metadata/cache/frames/vimu_000265/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73a8840aea240040db7c03040d45f649985f84ca --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0235b33ccf86e886d044ecf37f01e3bf3db9c3608264a3ecb4bd30be618d60b +size 50724 diff --git a/metadata/cache/frames/vimu_000265/frame_06.jpg b/metadata/cache/frames/vimu_000265/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3a7d6baaab55a0e024fefa660f176efe06c4d5d --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2e9c5ee35b269c22284ae0dfa4e0066a4936c4278a6b7e17556b46afb6b6cf +size 58161 diff --git a/metadata/cache/frames/vimu_000265/frame_07.jpg b/metadata/cache/frames/vimu_000265/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60235966ac3cf152cc7659264a5de93e5b2bae26 --- /dev/null +++ b/metadata/cache/frames/vimu_000265/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e3409c4d9f23a5ff149fb7c95ed31822b6b4430e4b956a414512365d9d6516 +size 56169 diff --git a/metadata/cache/frames/vimu_000266/frame_00.jpg b/metadata/cache/frames/vimu_000266/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37eecaca7ce6c6f1ffc9de7963360af65e3cb062 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0bdde8e9aa0ae7be31b960003874a9f13d6dddc191eb83ba361d4f67560bf0 +size 43833 diff --git a/metadata/cache/frames/vimu_000266/frame_01.jpg b/metadata/cache/frames/vimu_000266/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ad3a01c38e6484988074f78b6cb922121e9b6c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d632971137197f81246d61e6feb6ccf5135fbec83e48620dd1e3605d1867c1d6 +size 45623 diff --git a/metadata/cache/frames/vimu_000266/frame_02.jpg b/metadata/cache/frames/vimu_000266/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df8f81053bd03b8c365183c54df7e38dd636d6a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaca0fb1106bc2019460119aa13fc59726efd0a58d11de187b15408c7a162971 +size 43041 diff --git a/metadata/cache/frames/vimu_000266/frame_03.jpg b/metadata/cache/frames/vimu_000266/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e644b1b0c1803d2f14bd1cd4cd617ca164d79d53 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19f2a714d7a3ce9a01a9d88cd8f94e469ba3e042885f3d39a8903449c223624 +size 45511 diff --git a/metadata/cache/frames/vimu_000266/frame_04.jpg b/metadata/cache/frames/vimu_000266/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8abacba17031d139c9fcef3f7b442a8b6780fcc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8361a8efe99497b662d34a24a47e37659a364a658527e8353a5984d9291466ff +size 31905 diff --git a/metadata/cache/frames/vimu_000266/frame_05.jpg b/metadata/cache/frames/vimu_000266/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba75dd0f81499c4644840f207997089e925fe127 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bc3a98206f52e56e00142bc9efcce48319ea2568c0804c842ec51f9c1c2fee +size 36858 diff --git a/metadata/cache/frames/vimu_000266/frame_06.jpg b/metadata/cache/frames/vimu_000266/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcc58a74c456b845cdaf76a433d61043792c2447 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b963da2941688c7e409b0390e20a2bbb34b194fbdb747dfbbb647a7ce875de6 +size 49430 diff --git a/metadata/cache/frames/vimu_000266/frame_07.jpg b/metadata/cache/frames/vimu_000266/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50bb17737a40b466e4d150e58de234b4890486b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000266/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635e3391f651cca99de83b81c2f9762888eb98a347204c139fe1f3358f78d373 +size 36434 diff --git a/metadata/cache/frames/vimu_000267/frame_00.jpg b/metadata/cache/frames/vimu_000267/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c27a84e8ffd0726118d62b118a611dc693323d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbebfdf9da4935212c81997e67970ec8284563bb80060ef2ee226cbeaa66266 +size 52520 diff --git a/metadata/cache/frames/vimu_000267/frame_01.jpg b/metadata/cache/frames/vimu_000267/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4cc53baf3843368aa84ad39667fafed9a35caa4b --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266fd8526c7424328064862fee868cd983c9a8b990feea40919f435711e2f8d1 +size 71033 diff --git a/metadata/cache/frames/vimu_000267/frame_02.jpg b/metadata/cache/frames/vimu_000267/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c96cf293df007e257bbda772d08cec5780f90a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92b71b5b24d13dc2c4a9b173a4ec88310fdaf0453da4cf63d5d59960633b483 +size 68126 diff --git a/metadata/cache/frames/vimu_000267/frame_03.jpg b/metadata/cache/frames/vimu_000267/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a19bdaf527d7fce9fbda9770478c070a8cb43d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20b69ed26b21e270e4ec01394d323d605f98fed81d8c1f691f2b7658c03903b +size 69989 diff --git a/metadata/cache/frames/vimu_000267/frame_04.jpg b/metadata/cache/frames/vimu_000267/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac234888090ecc7b2c2b8a7567f9f31427a846c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7828078733e13c51eff5124c4af012b6d9af734e9c2bd219e5cc6b6da7add3 +size 67586 diff --git a/metadata/cache/frames/vimu_000267/frame_05.jpg b/metadata/cache/frames/vimu_000267/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb57ff690629c5ca1b5114f019ac79cbbd75a7d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc250325d940a38b8f216c0f7c7c7583f0139af2dc93c5cf8a76eed515a51d0 +size 70679 diff --git a/metadata/cache/frames/vimu_000267/frame_06.jpg b/metadata/cache/frames/vimu_000267/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02b0d504a2c33291f3d17136b09ed947ddc3c66d --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aac889396ad90bde7ef69834372d7207744fd1474d6583ef9fbf680495cd363 +size 69543 diff --git a/metadata/cache/frames/vimu_000267/frame_07.jpg b/metadata/cache/frames/vimu_000267/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccc93356c90fb87388218edbbcbed30cfa3d9d50 --- /dev/null +++ b/metadata/cache/frames/vimu_000267/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361ed1df9a14a66aa312455389d77556d009719f50d2626d849e5b1f82045595 +size 71332 diff --git a/metadata/cache/frames/vimu_000268/frame_00.jpg b/metadata/cache/frames/vimu_000268/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36933a9e978e2152ff142592c6eb2f3f37489b7b --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22395cd8b3979203c5847618bb359f6ac91c7d3a84b0c0fd7cf05b7b6b993b2a +size 51884 diff --git a/metadata/cache/frames/vimu_000268/frame_01.jpg b/metadata/cache/frames/vimu_000268/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d220ef1eec6727af6636f5067c0ab9b2838d21f --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59954131b512c55db37dd1d99658339100c66c745aeb71bccb614c1833f9bb53 +size 53207 diff --git a/metadata/cache/frames/vimu_000268/frame_02.jpg b/metadata/cache/frames/vimu_000268/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f32096d7627c8364e2a62a9eef8e07841315a55 --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4549772e1d3cb40a0ec95696c9f9fcd86112fa4bb6a24b49bc2562cb1b87604 +size 52620 diff --git a/metadata/cache/frames/vimu_000268/frame_03.jpg b/metadata/cache/frames/vimu_000268/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c262b75a1d41de8451052d8a6440b6eead1eeea2 --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17b65e0b52ed74ccfcc5f0ff19ebcd73e9381f9338ff680546b127a85e060c2 +size 51044 diff --git a/metadata/cache/frames/vimu_000268/frame_04.jpg b/metadata/cache/frames/vimu_000268/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1959a22e6d84d9f2afb529eb4af1ae32c1f8979f --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4667d911c6832e3cdff620523db85310b869ebfc6e9cb0f7ce134f4c16f1d7 +size 49761 diff --git a/metadata/cache/frames/vimu_000268/frame_05.jpg b/metadata/cache/frames/vimu_000268/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2102a7a956e3893c1de4d35f9b5cec3dbeafa707 --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4531dafb0f3aead71e29688b9e58013f8abaf328225f9985f076e5df7a5406 +size 45951 diff --git a/metadata/cache/frames/vimu_000268/frame_06.jpg b/metadata/cache/frames/vimu_000268/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ea9156f8110fbbdde1606abd1f19b1817d2fb6a --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdcf0996cb7057584d9f7d25bed382c1a6c6044a38a255277cfd8b990806798 +size 40086 diff --git a/metadata/cache/frames/vimu_000268/frame_07.jpg b/metadata/cache/frames/vimu_000268/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acd2beb2665607827cee7eefa6616353875e4cef --- /dev/null +++ b/metadata/cache/frames/vimu_000268/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e461e8fd4f674e81c3418c21a5f632a844440805cbf34a88273cad631105dc +size 49689 diff --git a/metadata/cache/frames/vimu_000269/frame_00.jpg b/metadata/cache/frames/vimu_000269/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b209dfbffe85227bb74b523cd4c7b2bd818f14bc --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174e296fe2734ddf51f800a5eae401f4c155fbb00263b87f738347c0ae63153a +size 41294 diff --git a/metadata/cache/frames/vimu_000269/frame_01.jpg b/metadata/cache/frames/vimu_000269/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e0180d462c54b4d9d1d54d713e807d6cb1b2a8f --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9598c5d00916e31259fb21a20ddcff3a86d0b114eda3b6aaba653dc132dc198b +size 38407 diff --git a/metadata/cache/frames/vimu_000269/frame_02.jpg b/metadata/cache/frames/vimu_000269/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b96918bcfed3d922e9693d06ff1ba9ccb7077b70 --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd635f62320e69e3336c3d778eef331021f0bc38af9d6d9c4d549e67eb085139 +size 40303 diff --git a/metadata/cache/frames/vimu_000269/frame_03.jpg b/metadata/cache/frames/vimu_000269/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edb5fdff7ea3538cabb314055add8c5a172e5fe9 --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db96a6dd62dba11b740074776aa8204c080639127c7a2fe00cc55435422094ab +size 41151 diff --git a/metadata/cache/frames/vimu_000269/frame_04.jpg b/metadata/cache/frames/vimu_000269/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..783a7b3bd6ab2ee25e07859130c2dd324b8c3e59 --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd100f60245893e2183172e9ec077280a1acd055111ab97a80ad56e40c31c59 +size 45466 diff --git a/metadata/cache/frames/vimu_000269/frame_05.jpg b/metadata/cache/frames/vimu_000269/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a9802be8f62e19ea8a875369bfe6a2568c38018 --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713679c8c2ea36a2246000ff3890dcb4bd04759c2e13b9a989951e22be9febf0 +size 44021 diff --git a/metadata/cache/frames/vimu_000269/frame_06.jpg b/metadata/cache/frames/vimu_000269/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71b22e98f7d1b078ed5eaf6c82ec0de7c329be91 --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fbe29f694775badf3fa7ea7a0574b36bae63475fb223ccafd710a6577e571c +size 45072 diff --git a/metadata/cache/frames/vimu_000269/frame_07.jpg b/metadata/cache/frames/vimu_000269/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..776776c3c88539dd20b47c486555f90280c6116c --- /dev/null +++ b/metadata/cache/frames/vimu_000269/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d738a4a2edd2a365989cbe850daa63e3d7558ba9b4b8f98375ba7db193cdf5d +size 41330 diff --git a/metadata/cache/frames/vimu_000270/frame_00.jpg b/metadata/cache/frames/vimu_000270/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63cbb41e8b7d0e5b63265eea8c0668f522c51f35 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942e331c24e6a9a2eea7c5f1bff162fd577cb4b8c724c731a3d12add8382a1ed +size 20069 diff --git a/metadata/cache/frames/vimu_000270/frame_01.jpg b/metadata/cache/frames/vimu_000270/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6b1d529e432c75b97f16615f6d05426bf778d81 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceca128a7e9c01a584d610bc507e2f1caccc1bbd26f610f45be717c2862e6429 +size 19491 diff --git a/metadata/cache/frames/vimu_000270/frame_02.jpg b/metadata/cache/frames/vimu_000270/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87706b489092e9d2a2cb8a5e86e7b2eea22d4ef1 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e505152de8a44c475caeff07782ded2da5ec28ae5bee10f31ce08e14779396 +size 18915 diff --git a/metadata/cache/frames/vimu_000270/frame_03.jpg b/metadata/cache/frames/vimu_000270/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d555bfe2955433ba556af28e444d98a2daee2ce4 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92da60e51c037539da05c7881c9fa4a2af90e8c5866f3ac6248d6b29c0a086de +size 14540 diff --git a/metadata/cache/frames/vimu_000270/frame_04.jpg b/metadata/cache/frames/vimu_000270/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..190e0f425a341f91dcfcf4b48e7c1936867b5236 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714693eeac5a63e210f8a1c32ef34a9d2f96603ae6d699d9395ade14ba1eabc0 +size 8490 diff --git a/metadata/cache/frames/vimu_000270/frame_05.jpg b/metadata/cache/frames/vimu_000270/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b99ffdd9820b32c9d9a0ccfbe978ca4cd4a5ba84 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497c70bc7344360eb17ad6ea3c4bad7b877cd57f87770026714aa5dae81db783 +size 17994 diff --git a/metadata/cache/frames/vimu_000270/frame_06.jpg b/metadata/cache/frames/vimu_000270/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11576f56447a68ed8c2b76642a31cb369b18df51 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f6f6070a6a74029ecb4833dec5e9cdb9b79c06199fe0ef463d893467982d82 +size 21481 diff --git a/metadata/cache/frames/vimu_000270/frame_07.jpg b/metadata/cache/frames/vimu_000270/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f46ad87bc59c812a6721af6f865e1d56cab97c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000270/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f915ab19258b80e24f5324b357360125cfeaa60b54ae0b59f92afb6df155fe6b +size 22174 diff --git a/metadata/cache/frames/vimu_000271/frame_00.jpg b/metadata/cache/frames/vimu_000271/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce8f6c22b7ad173a192de355f58f1b73ca383663 --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840cd7470bb08ef904c36fb1ba02a35b5fe08225e8786576ebc9e60b9dd48d98 +size 38491 diff --git a/metadata/cache/frames/vimu_000271/frame_01.jpg b/metadata/cache/frames/vimu_000271/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50cffc3fc3cbee166f0587feae82372fa2f837ed --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d7b6c278f77b4148d8d3c89537ee2c9c22c93f704c9d5c2dfcb7c8863927e8 +size 45150 diff --git a/metadata/cache/frames/vimu_000271/frame_02.jpg b/metadata/cache/frames/vimu_000271/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a031a6cb7f9d9d337b08c6bbbf56ea057a43706a --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5fc8a99b5ef528c728d5422ed0ce0aa5ee8cf2943ab8a3cb6849c621c70c3f +size 40290 diff --git a/metadata/cache/frames/vimu_000271/frame_03.jpg b/metadata/cache/frames/vimu_000271/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea7507f6318e114723fde3fd727981fb42aed26d --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a2fc7b3587ebd35681ca2685136e9d841a34eee8b5f4a9f46f71cdc714ab2d +size 43645 diff --git a/metadata/cache/frames/vimu_000271/frame_04.jpg b/metadata/cache/frames/vimu_000271/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d777c1a71449228d009acd6eb424177930ea103 --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf7817c8cdf040e20d09bac65bf8c1b58c3c2bd4177123a1b4ab834bb52bc40 +size 46466 diff --git a/metadata/cache/frames/vimu_000271/frame_05.jpg b/metadata/cache/frames/vimu_000271/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab651b800d9b2bbc6a3a77806db525ed2178e8e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a375a82c63e70acd997a8353f773e47c4a251c28429cc0a3f6bc0e19513995 +size 45851 diff --git a/metadata/cache/frames/vimu_000271/frame_06.jpg b/metadata/cache/frames/vimu_000271/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..276a5c10812f6eceb112048042fcf9da1b6f3da7 --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18283b80bac55f809ec75ffa0896b8472d50eb28e2ca0e0c54fc49fdab3f55ee +size 39852 diff --git a/metadata/cache/frames/vimu_000271/frame_07.jpg b/metadata/cache/frames/vimu_000271/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb66c7319cf4774704ad9d289eb4880a6150656f --- /dev/null +++ b/metadata/cache/frames/vimu_000271/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13888ea8c299bc7eb080f951113eb4dbf61f363abe98a5c1c1bf8e52a0ca9c56 +size 42724 diff --git a/metadata/cache/frames/vimu_000272/frame_00.jpg b/metadata/cache/frames/vimu_000272/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..744d97d1d4a4cf8cada160613a0ebc568feba387 --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae3ac5c0dbbea1d9d8a6a507bc7048760358bca0a6ab24d7bfa4d53b4db8c8e +size 34752 diff --git a/metadata/cache/frames/vimu_000272/frame_01.jpg b/metadata/cache/frames/vimu_000272/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46730df45f75d31c55bd6f7fccc771d832d7e85d --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4973b9724ae395a231544b74a8587171a1343401f9c126ce8c985101f28d077 +size 43346 diff --git a/metadata/cache/frames/vimu_000272/frame_02.jpg b/metadata/cache/frames/vimu_000272/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80763cff617144787b90c89e875f7f74438b6ee4 --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0589ea27761cc08af930bf082821463bdabeefea623c6a59c82f853f56b50c +size 44559 diff --git a/metadata/cache/frames/vimu_000272/frame_03.jpg b/metadata/cache/frames/vimu_000272/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b673fe3df4191f94378e644c94519b128f21a8d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8237f4004bec50dd9e87057688b5f821f21073e6fc73ac7133d386dc55d6dc +size 32461 diff --git a/metadata/cache/frames/vimu_000272/frame_04.jpg b/metadata/cache/frames/vimu_000272/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..454b07f2b39ba5bdb740f8057bfefd5e850c0475 --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcd4bdfd2161e10fe84f33c9dee539b36208f06b2de7b397f54cae53cc7b866 +size 37171 diff --git a/metadata/cache/frames/vimu_000272/frame_05.jpg b/metadata/cache/frames/vimu_000272/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9bde57c16957728d209bd992678a53e36e9c43a --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9b31497ed0d4960f6c5c5b132c42f065f6332892348ffac43dc4e59f9a59a2 +size 38017 diff --git a/metadata/cache/frames/vimu_000272/frame_06.jpg b/metadata/cache/frames/vimu_000272/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15d4cc88207061b1a365e072764e3a1860852946 --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4483ee7a55da1678ed671733690faacec70e73e3780c0112ee9443d69ccb226c +size 39544 diff --git a/metadata/cache/frames/vimu_000272/frame_07.jpg b/metadata/cache/frames/vimu_000272/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74e317ccf20fbb9e9c6ca27aa9bf5a6f707f992d --- /dev/null +++ b/metadata/cache/frames/vimu_000272/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9c64ae812049fda206566af366f5c6c462695e80a58f98bc6296a1eb10d955 +size 41020 diff --git a/metadata/cache/frames/vimu_000273/frame_00.jpg b/metadata/cache/frames/vimu_000273/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..505b6434c88e59dd76dcdf28862e6f138024a005 --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d6053931db96defbaad095259f3ecee3647757bafc6b251dab62c6ed84793b +size 26122 diff --git a/metadata/cache/frames/vimu_000273/frame_01.jpg b/metadata/cache/frames/vimu_000273/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c83353c8b00bb393e16c476aeba801a5b7b8f7d --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc361ef6e5ad7b19622e7cea51480634035ff5831297f7ef8b80ae0463b1dd51 +size 37980 diff --git a/metadata/cache/frames/vimu_000273/frame_02.jpg b/metadata/cache/frames/vimu_000273/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c3ee839df33ea96bd358c26b798a13893c5a782 --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d5e422926f3d32d92ca0baaaca1a79f45291c7d88bc7acb26f804f578141de +size 31842 diff --git a/metadata/cache/frames/vimu_000273/frame_03.jpg b/metadata/cache/frames/vimu_000273/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47c9330732fe94b504d33d52240b46a109def8f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3403fd4bbbab432f828a031e02dfe3c64fdb032ad301b5a7aace65db4d7ae3b0 +size 20953 diff --git a/metadata/cache/frames/vimu_000273/frame_04.jpg b/metadata/cache/frames/vimu_000273/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d79c9305f9491d0894c7024e67b144f6b285d1a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baa5fce527d9fb092f390c0991a9f9db77dd0e7b02ae42b2fa007bfc2b2b014 +size 30282 diff --git a/metadata/cache/frames/vimu_000273/frame_05.jpg b/metadata/cache/frames/vimu_000273/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa97a7956e986892476ba523ca01bfcbd0941466 --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284b33fc544887a61cddefd1c747a5abde66d4e64959053b5c490cd1c69c129f +size 22538 diff --git a/metadata/cache/frames/vimu_000273/frame_06.jpg b/metadata/cache/frames/vimu_000273/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c726a8203fb9601f4ced9e2e754a084cbf1f6c77 --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c61358cef4302ab63660bd7bbe829dc48ab5b0dcf02f64eb68d38e79ddc8bb0 +size 28909 diff --git a/metadata/cache/frames/vimu_000273/frame_07.jpg b/metadata/cache/frames/vimu_000273/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db2c604f4b9836ae5e4ce3a173a46f7755046d9f --- /dev/null +++ b/metadata/cache/frames/vimu_000273/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f46c016a09d41759182e1b74d5dc7e8dac72601c3fee35c7e433d64198970a +size 32124 diff --git a/metadata/cache/frames/vimu_000274/frame_00.jpg b/metadata/cache/frames/vimu_000274/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e374b4cbde148b9b55e6524a396ad947d3d85c7c --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a140a2870376b68079e53d5b0247cef6a4ed158285233fe71b126e40616ba8fa +size 36510 diff --git a/metadata/cache/frames/vimu_000274/frame_01.jpg b/metadata/cache/frames/vimu_000274/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6ac85179a02a7d7369b71c63f7919dce793f348 --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e54fa2df1d4b04751db9e688402aa212b34f7e84957babc16ddf319198f0d7d +size 43932 diff --git a/metadata/cache/frames/vimu_000274/frame_02.jpg b/metadata/cache/frames/vimu_000274/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc80147f719469e5a734d51046cc462c245c005c --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecafb02ff9486f13edeedacb2d5f3bd7a1930b3e5362b655657195663ac4e066 +size 41685 diff --git a/metadata/cache/frames/vimu_000274/frame_03.jpg b/metadata/cache/frames/vimu_000274/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78b18717304448641163fd5886080e5b1b4b6182 --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6635a4bb65d61b68bcab763d3bb41d802fee27d1c2ac6773c58d3a0c465f11c4 +size 40746 diff --git a/metadata/cache/frames/vimu_000274/frame_04.jpg b/metadata/cache/frames/vimu_000274/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee6fd8d493a9f81db44fda3879a2dd89b9bd592f --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdfd606298d5d61fb6a9bd169233199361a9707e80d517a6ce0f1a433de20f8 +size 43229 diff --git a/metadata/cache/frames/vimu_000274/frame_05.jpg b/metadata/cache/frames/vimu_000274/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f61db398d83d23d9446d3715f0562dfb99ec72f --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05ce575a1d31be88fdec82fdbcf8116fada610486b83404bea0d98e21128c56 +size 40055 diff --git a/metadata/cache/frames/vimu_000274/frame_06.jpg b/metadata/cache/frames/vimu_000274/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c4fdcb6facb9d864623bd1ad71e3444113ea6ed --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c94de26a355a6fd372822e7d04b15d092c254b1736418179a596444aa2f89b5 +size 46704 diff --git a/metadata/cache/frames/vimu_000274/frame_07.jpg b/metadata/cache/frames/vimu_000274/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81e86d627e437047221254fa1b35c82f1a90323d --- /dev/null +++ b/metadata/cache/frames/vimu_000274/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ae7c46bb18a4ea3dd06e1089d474429c29e68cfd62733ebfa3959a46b36b6c +size 45141 diff --git a/metadata/cache/frames/vimu_000275/frame_00.jpg b/metadata/cache/frames/vimu_000275/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..279da322a630f736392757c3bc81708c5ba6a21b --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35defb19ffff4fef02dc28c9cf11ca1a121eae24909c5d1abbda15080a44a00f +size 39848 diff --git a/metadata/cache/frames/vimu_000275/frame_01.jpg b/metadata/cache/frames/vimu_000275/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e62ad469ffddc4d65217b62d0535747978fd270 --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9839f60009b40f5cb8d6408d210090d0552dc51f77c3be3addc55b8dbe9f2757 +size 39536 diff --git a/metadata/cache/frames/vimu_000275/frame_02.jpg b/metadata/cache/frames/vimu_000275/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a8653aeb0befcae1421bf05c215fc0b44a70b68 --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024afdd62acc077d858f4c9f70bfe396422d1c3662d6476a6f1cdd72f5072d66 +size 34415 diff --git a/metadata/cache/frames/vimu_000275/frame_03.jpg b/metadata/cache/frames/vimu_000275/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a22f0401b250c8d21b8be700df48c8a4adfd2eb --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9240f34df35977132c9d64032791c1ea9fb198ab6186bd0f8e71029f66005b +size 43602 diff --git a/metadata/cache/frames/vimu_000275/frame_04.jpg b/metadata/cache/frames/vimu_000275/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abc75b18290d3e7b54906b48206115fa783097e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4fdae399ba502ee3b56f0f44ff379d9d709cd376d32550eafa3da82fb0666a +size 41102 diff --git a/metadata/cache/frames/vimu_000275/frame_05.jpg b/metadata/cache/frames/vimu_000275/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c940690b24f00cb92fdf08c92268d5755180f5a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c79f865e3243e2b81ead9ee6c587960c4aebf867fd7e891e1b6b69c12d2c6e0 +size 50085 diff --git a/metadata/cache/frames/vimu_000275/frame_06.jpg b/metadata/cache/frames/vimu_000275/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..926cc815fa60c47aa2cf0a5a68ff0c9c8b434739 --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9867c5b786f7227147b194ae10954fc5bbe59c09ab80f08de2800b6a28df016d +size 49871 diff --git a/metadata/cache/frames/vimu_000275/frame_07.jpg b/metadata/cache/frames/vimu_000275/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b9a1fc9c426313a76f1f070bf308cffb284c91b --- /dev/null +++ b/metadata/cache/frames/vimu_000275/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cfd17e23a60031f74a057d27cd7bd3fb524e7a677c67e17ef0dd7c090754f0 +size 55133 diff --git a/metadata/cache/frames/vimu_000276/frame_00.jpg b/metadata/cache/frames/vimu_000276/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf7f11fe54926dea228be5bf95c1ed719b2290ff --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b37482aedf7cd2d0e5d884e54bb1fe8020f3fdaccbd205fb7475c83cc4e2808 +size 67543 diff --git a/metadata/cache/frames/vimu_000276/frame_01.jpg b/metadata/cache/frames/vimu_000276/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0277098b8d26ac09a653cf3050b459604365a1a --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598aebc69ee63e8b3e0a8cc77de921dc00e136cf22b6d7d9b6f9f75e8e842501 +size 83160 diff --git a/metadata/cache/frames/vimu_000276/frame_02.jpg b/metadata/cache/frames/vimu_000276/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a796a85e2a88b43d0ae86e2e5d0aba3b997dc19b --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102889d8fbd71a06ea5256864e4882622b00835ece4cdab35a9b779acb398a59 +size 98629 diff --git a/metadata/cache/frames/vimu_000276/frame_03.jpg b/metadata/cache/frames/vimu_000276/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61e5e52486065479c8600522caa4289e56f06a60 --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b138a65a443c41f1b33bea6ebc6cf0c505c36f4af6d8e94e4e764be30896ffe5 +size 83942 diff --git a/metadata/cache/frames/vimu_000276/frame_04.jpg b/metadata/cache/frames/vimu_000276/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..070eb2a063f2cb04c3859c79bd466da84f99359b --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32635b5fcfd9b3b210f3c1b2b39e3d8019bed26a9c14101a62991ba8155617c +size 65312 diff --git a/metadata/cache/frames/vimu_000276/frame_05.jpg b/metadata/cache/frames/vimu_000276/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..786cecdd0ae831a3d4b5c66a7a9d89d7e17ed6f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82315f90a48b60e6c02199016a912b026ead3f9e6b676bc4ad1ecee23f87c88a +size 55238 diff --git a/metadata/cache/frames/vimu_000276/frame_06.jpg b/metadata/cache/frames/vimu_000276/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee0d30d137a3f2d96bbb95d1b6d3fab7c00839be --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb2f4eb4c420fd61e6bdf2110d2285a6610aa7d86251061aea394d32033e146 +size 40507 diff --git a/metadata/cache/frames/vimu_000276/frame_07.jpg b/metadata/cache/frames/vimu_000276/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1f36a342be1d93b7dacd7e8e45d8a7164c847e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000276/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2411bbb304d5269cb47a5d4b0451edaf0062568e06c7b88a6c35bf9d62c7f3c +size 41081 diff --git a/metadata/cache/frames/vimu_000277/frame_00.jpg b/metadata/cache/frames/vimu_000277/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73be25a93d0d0680e337d9bef5412c15a512922d --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf4457ef1bf429b73c697ffc195a08950383c0a510dcaf1b1dbd46b3d79eb6e +size 40940 diff --git a/metadata/cache/frames/vimu_000277/frame_01.jpg b/metadata/cache/frames/vimu_000277/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ca6050fcbb9d8ca1ddd3a2f304e633a71cf890f --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0966f94367212962ee75b0ac62f1f46aeca3a4ba7c17ac8252d5f0e702b5f797 +size 38745 diff --git a/metadata/cache/frames/vimu_000277/frame_02.jpg b/metadata/cache/frames/vimu_000277/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deee4829ba6bcf851c283607655b7348f99b303e --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6bd63cec028aee54e83b510ebf1e35a6086438b46ba33c460e35efc357c5ca +size 25078 diff --git a/metadata/cache/frames/vimu_000277/frame_03.jpg b/metadata/cache/frames/vimu_000277/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c755b4efa96de7d9659387db622eeb8ed8897c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9361ddbeac1e227f256aff6191748972de896913f0c41d9ca8bfc62014f23242 +size 20014 diff --git a/metadata/cache/frames/vimu_000277/frame_04.jpg b/metadata/cache/frames/vimu_000277/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90ac96e9847d373c7b3ee7e75894f5b892e957d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16835765f0aa970de13cc26c0782b12cf191397af3ed71c077cf42207a88308e +size 12009 diff --git a/metadata/cache/frames/vimu_000277/frame_05.jpg b/metadata/cache/frames/vimu_000277/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b23212792e55a9b1fc270984185ea7eb9d0c6e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcf9bd492cce40f5701da0fad2fab1401a45e55fe04a751f5f61bc2fd66ecc3 +size 16799 diff --git a/metadata/cache/frames/vimu_000277/frame_06.jpg b/metadata/cache/frames/vimu_000277/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4163cb5ca7f9e479f1e29da7b119d5a067552756 --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71150459aaffa9e9241a7f3bb6c1e25bdab19fa7c71bef4db4eb161f801c139f +size 30343 diff --git a/metadata/cache/frames/vimu_000277/frame_07.jpg b/metadata/cache/frames/vimu_000277/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c06e2afc187507b1a9c91029641a2855546c12ac --- /dev/null +++ b/metadata/cache/frames/vimu_000277/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69db30700478a5e76b71be6c5a644b9fc5b3b415cf26c71daad90402b211a8ee +size 49875 diff --git a/metadata/cache/frames/vimu_000278/frame_00.jpg b/metadata/cache/frames/vimu_000278/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e1f7bac13a68f308b70c019564437413b893031 --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705421813e5ef6dbc0caa7acbd9b9972bf09c6b39f3ac72720d125c6122acff3 +size 39096 diff --git a/metadata/cache/frames/vimu_000278/frame_01.jpg b/metadata/cache/frames/vimu_000278/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33318fb1293842492a8f14e7fb4bd7bedee646b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a936c9999c76cc235a306bc822dc20bd8d929e2835462184b87217d82d1060 +size 41780 diff --git a/metadata/cache/frames/vimu_000278/frame_02.jpg b/metadata/cache/frames/vimu_000278/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df6946488abdd58ce26df518db467b95d5acc9ef --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d57fcbc3c5bb9834bef5f77bfa6f573b8d4a29856e87ca9dcfe8f3f975de1f +size 40928 diff --git a/metadata/cache/frames/vimu_000278/frame_03.jpg b/metadata/cache/frames/vimu_000278/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbb9b87becc89ae713bb49c894a0a8d11ed034e7 --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5307abae263c26d1502d5c43f422187ffb497eb9d65c045eac8bb17cfc70b0d +size 39584 diff --git a/metadata/cache/frames/vimu_000278/frame_04.jpg b/metadata/cache/frames/vimu_000278/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5cfc67b9d37f4152d2adbc8e08f4e77061755a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c715fc0ca158f4d2b918a036ad02c5c53e530582cd715502b7d632a5a3dbd8 +size 35507 diff --git a/metadata/cache/frames/vimu_000278/frame_05.jpg b/metadata/cache/frames/vimu_000278/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6e7c02ef1f7a498878ee919c7de8416f023f8d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d2df3a8f5c9565cbf7a9d63392201fc9947f51dea358c494a24827e5ab8aa7 +size 38242 diff --git a/metadata/cache/frames/vimu_000278/frame_06.jpg b/metadata/cache/frames/vimu_000278/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9debe54fae98fa5a3a66276e79dc1a6d04c314dc --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb381a471e98f22435c8137d731e08ff7ee7cf4d2b3adb019625f2b8612ad7f +size 39507 diff --git a/metadata/cache/frames/vimu_000278/frame_07.jpg b/metadata/cache/frames/vimu_000278/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a5a73806114c35394d36938d45164f29f7eb1f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000278/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa15d1adc9b69f03e2838e56e83f0034e2ae3402658838d1b187bd1d71d7afcf +size 42122 diff --git a/metadata/cache/frames/vimu_000279/frame_00.jpg b/metadata/cache/frames/vimu_000279/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0cd21d5e304fb930ad321993abc60a620cd7859 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48717df85a92fb660b40a53346543fba50eee5634c1622eff20d339ed32a2e1a +size 43531 diff --git a/metadata/cache/frames/vimu_000279/frame_01.jpg b/metadata/cache/frames/vimu_000279/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11985fa1e0e8afc5011cf94a204f5a72b68f8e63 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633ef47c62554b339bf981df7e4d5f8f08646ae1d01622f71f304f00bc1a12c2 +size 50705 diff --git a/metadata/cache/frames/vimu_000279/frame_02.jpg b/metadata/cache/frames/vimu_000279/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5aafa08e55322bf874a8e02d6b19617a2e1a907f --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba38a99ae3c8cd63eff9ad4d69b06ac48377d41af8897c607b452cde6870f03 +size 46868 diff --git a/metadata/cache/frames/vimu_000279/frame_03.jpg b/metadata/cache/frames/vimu_000279/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85d405ea078867499e7d7ecafbdf0d81a6629f69 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882cafd5776020ef96d83946d85b93195ec7d66c5531607ff3647c9b2b191727 +size 47718 diff --git a/metadata/cache/frames/vimu_000279/frame_04.jpg b/metadata/cache/frames/vimu_000279/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac5980b295cf994ba7f994ce82feaeab4d4dd724 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a8f528ecfa8ed023ef9feaeae3d42f6fa239f533d100d4b28dc4e4ebe119b7 +size 51435 diff --git a/metadata/cache/frames/vimu_000279/frame_05.jpg b/metadata/cache/frames/vimu_000279/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c4d919d254ec2a376e75527b40db05d903f99a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9e3cf19b47cbba1512952ac738c99b8de47711138de5ae578f6bf65ecb5e6e +size 50520 diff --git a/metadata/cache/frames/vimu_000279/frame_06.jpg b/metadata/cache/frames/vimu_000279/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7976042e61eacd2df63be352dbe8ecaef23d31e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e61f075d3f7fa1f2852fa55dfea0f53d81bf585fbe971064409fd10fbb5336c +size 47238 diff --git a/metadata/cache/frames/vimu_000279/frame_07.jpg b/metadata/cache/frames/vimu_000279/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fa8e5db0bdc9278d1b94456791bd01c44697ab7 --- /dev/null +++ b/metadata/cache/frames/vimu_000279/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349f7467fde0471aacbf0b23b8c9e01a076e84eee6e4f09ed3a38be75fb7bdd8 +size 44721 diff --git a/metadata/cache/frames/vimu_000280/frame_00.jpg b/metadata/cache/frames/vimu_000280/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..726e951de87a3d4facbfc89cb9139350f5bbb9b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93aa7ff8b702286a0794dea1a5afa87229bbf64edcb43fa2b7792d556151c761 +size 49276 diff --git a/metadata/cache/frames/vimu_000280/frame_01.jpg b/metadata/cache/frames/vimu_000280/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4276c26aa940667d6e37a68f893afdf1e318590 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d79d14d74adf2e1a78a61ab96a3239225f48c0a575fdfb9218a3e4fed1522b +size 36530 diff --git a/metadata/cache/frames/vimu_000280/frame_02.jpg b/metadata/cache/frames/vimu_000280/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c0c1b35fb291ee94d7dac4887fdb3cd11f21642 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367aaf8c6263e49464a9d1643c9745c3689d0634b708206aef4ddc3b8d77f7d2 +size 32128 diff --git a/metadata/cache/frames/vimu_000280/frame_03.jpg b/metadata/cache/frames/vimu_000280/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a4b467c56d97ddfd022089370878cc0a1e5ce08 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb19eb5ff141914752b605b56f17e34d9086e54b63b7a1c2fbffcc3c7c87fc6 +size 42529 diff --git a/metadata/cache/frames/vimu_000280/frame_04.jpg b/metadata/cache/frames/vimu_000280/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efaabfe2abc596ebe9104f8561c789c4013fe51a --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d681bc0e498057fa2996e87e86a91c1eab5a05c457e03ea532cf30e5c1fc5c9b +size 41732 diff --git a/metadata/cache/frames/vimu_000280/frame_05.jpg b/metadata/cache/frames/vimu_000280/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5eb93a77535d9de6d599d2c9c03f6e4517e1b52 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f1f55df29481c2ed5cd08d7d8fe251507143882fb3b3105f92837cc6a45103 +size 45390 diff --git a/metadata/cache/frames/vimu_000280/frame_06.jpg b/metadata/cache/frames/vimu_000280/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e63eba4fd4131eab97b0a016e5ce3cc960a2024 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f259d60e229599d089741e825860b9c452adf567dcb9415c936791e779ccd31 +size 49222 diff --git a/metadata/cache/frames/vimu_000280/frame_07.jpg b/metadata/cache/frames/vimu_000280/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..803357fd6a43badbfaaa28be32c116447ae36f70 --- /dev/null +++ b/metadata/cache/frames/vimu_000280/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec94d1d56725f774a0da1c0572f5d06781cc1eb2effa7fadcf9d78162360034 +size 43170 diff --git a/metadata/cache/frames/vimu_000281/frame_00.jpg b/metadata/cache/frames/vimu_000281/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..377292a4c69297f2d98212f5497c9e4bd5973ff0 --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886898bae16c5979731f6a8780797203eef799b6a23c14902878aa0e1828855f +size 49559 diff --git a/metadata/cache/frames/vimu_000281/frame_01.jpg b/metadata/cache/frames/vimu_000281/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..236555d2d67aa352c44e0dd54ff6e65252198a6e --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7500e168befa277042d938d09e54844db3c480658b4e82b288c630e032c67c8 +size 47332 diff --git a/metadata/cache/frames/vimu_000281/frame_02.jpg b/metadata/cache/frames/vimu_000281/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46037b9532594e9b68af63bc5c9c05f875c82c98 --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f575ae4d7c6bc185beac84ce2a92233f2eff5d1e6e231f1f67598c382661ca6 +size 45969 diff --git a/metadata/cache/frames/vimu_000281/frame_03.jpg b/metadata/cache/frames/vimu_000281/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1816a1c61edc54042ab147ac51b2f766aa2e1099 --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c6d853109328ff3ed1c855e6d8cbef0ea9a2d8ae08656888c27baf81bca6d8 +size 43136 diff --git a/metadata/cache/frames/vimu_000281/frame_04.jpg b/metadata/cache/frames/vimu_000281/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ee1d79ba98f8753738a2d222052cc3b011df351 --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975482f99578d636ddc952473280d8e16d708f8f93dd84a340c3d0d978b986a2 +size 40803 diff --git a/metadata/cache/frames/vimu_000281/frame_05.jpg b/metadata/cache/frames/vimu_000281/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f84444c6c3727baff1bff924fb2d6021a07b76b --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab248ef0a478b130c456bea27f78e2cb2ac72484f3e66cc705f41d8785366fcf +size 51288 diff --git a/metadata/cache/frames/vimu_000281/frame_06.jpg b/metadata/cache/frames/vimu_000281/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..463ad98dd4e73a67c94fffc20309a527389049dc --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f392c97c5d18f7aaf71941e32b48e4eb4e1425c4a6f1eccc537279c5253ebe6c +size 44415 diff --git a/metadata/cache/frames/vimu_000281/frame_07.jpg b/metadata/cache/frames/vimu_000281/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6379c88095f0861ed873e5d87624173e4c4ed0ab --- /dev/null +++ b/metadata/cache/frames/vimu_000281/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62ec7c25c23c3b44d91b0d167e5d6484d34dbce19fd56a332d3cd2e1e48dbd5 +size 42668 diff --git a/metadata/cache/frames/vimu_000282/frame_00.jpg b/metadata/cache/frames/vimu_000282/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a25270a680d1836d470e1f658331945d792d2dc --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ff7b01872bf17f851094d69af37b3b5606e285511edd7edb6bfc9803491743 +size 35817 diff --git a/metadata/cache/frames/vimu_000282/frame_01.jpg b/metadata/cache/frames/vimu_000282/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f02719487714d2cd97270f65441e0e53f1eee025 --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1284696715d58fd311f61f0cb6e1b2e275ebdf1f7b593e60ae71e3a5c9587c +size 30428 diff --git a/metadata/cache/frames/vimu_000282/frame_02.jpg b/metadata/cache/frames/vimu_000282/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..093b2a513f1bf7c42183eeaab8f915324dddb668 --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d55a4c798840b63d4b16264d1bfd440515590efc8ba86864c9dbcf9360d44b4 +size 28467 diff --git a/metadata/cache/frames/vimu_000282/frame_03.jpg b/metadata/cache/frames/vimu_000282/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcd198f1f45f3581fc97ec082df3d10e24fa2c2f --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd549a250f5fac6856a7f8796d392227ee0534ab1bcdfbdb4e292016ae7cf8ba +size 33095 diff --git a/metadata/cache/frames/vimu_000282/frame_04.jpg b/metadata/cache/frames/vimu_000282/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c3c5a5c1580c38566a50101171bc7beb18dc330 --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a338d43422ea21540b39f24221aa154a17583d72d1515990e7a9ee464379797a +size 38209 diff --git a/metadata/cache/frames/vimu_000282/frame_05.jpg b/metadata/cache/frames/vimu_000282/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b82762d26d0051478d70761c236ab1db8cfa2dd --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8158f5e70f6c90deaa278386eb8fc4c42b84c6b20d80c96513492e80f8e888df +size 38681 diff --git a/metadata/cache/frames/vimu_000282/frame_06.jpg b/metadata/cache/frames/vimu_000282/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76a15f1fc1eed3b432966f24b5156a4d4fe2a9d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a9ad02213d1bdd6a21627dffaca03aa4c3897f5805fd4e59035414154f0955 +size 40562 diff --git a/metadata/cache/frames/vimu_000282/frame_07.jpg b/metadata/cache/frames/vimu_000282/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..771259a0db3bee674f53f4e4fe808abe53cdca5d --- /dev/null +++ b/metadata/cache/frames/vimu_000282/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fa75a413836804dd73ca5c6551def4414ac10e4d4fcb45b7b26efdd35a21eb +size 39322 diff --git a/metadata/cache/frames/vimu_000283/frame_00.jpg b/metadata/cache/frames/vimu_000283/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..381e08717784e2d423fb471e053a53b68dd5503c --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8523104aa44beecc0ec9900c97cd61619f64f096106923a2446b420beb637874 +size 50195 diff --git a/metadata/cache/frames/vimu_000283/frame_01.jpg b/metadata/cache/frames/vimu_000283/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3ffab9b894d5fc7c459a5ac581bbd77e3a56a86 --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc9fd98ffd31bb5e6f0944107a586da98dd91008b2ad35d4c0d48b4b23f58b1 +size 44861 diff --git a/metadata/cache/frames/vimu_000283/frame_02.jpg b/metadata/cache/frames/vimu_000283/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d350d18d52fc6a1ae998b497135c1bbb6a227c6a --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3127429a47a6151ce90b567dafae454071066d7347658ec91edee61ad644aa +size 34050 diff --git a/metadata/cache/frames/vimu_000283/frame_03.jpg b/metadata/cache/frames/vimu_000283/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e18496968123fc3b34404817a8ecf527f0fdd53b --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdcf045682710dd909cd823098d2457a025f2e978cdf82aec0f8de07a844641 +size 34484 diff --git a/metadata/cache/frames/vimu_000283/frame_04.jpg b/metadata/cache/frames/vimu_000283/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6b22f98220a409f6f88d01f1c6fdc5391c51482 --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5307117b8e3e4e54a68ac37f191739ba33785f9f2a7239171a22695b9d25ead0 +size 47879 diff --git a/metadata/cache/frames/vimu_000283/frame_05.jpg b/metadata/cache/frames/vimu_000283/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51d614656b5d2c28dec6786e03fc5999350a914b --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8688a0436e2a62e861ceedb8bf5f26784fd12692bea7e7c37b52e941594fc578 +size 42034 diff --git a/metadata/cache/frames/vimu_000283/frame_06.jpg b/metadata/cache/frames/vimu_000283/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c07dd998de56c0d9c42800e8c88b85469404ace --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeb9a90fdc6291c24e790d21c8faa128ee9fbf07b14e8ba3b3322762cb460de +size 52154 diff --git a/metadata/cache/frames/vimu_000283/frame_07.jpg b/metadata/cache/frames/vimu_000283/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a048c7623d594b0d8ab309087dc9c31076a34219 --- /dev/null +++ b/metadata/cache/frames/vimu_000283/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90925128298ac1b0558432786c029f413fe38542717189c41ba24972b3abd346 +size 33501 diff --git a/metadata/cache/frames/vimu_000284/frame_00.jpg b/metadata/cache/frames/vimu_000284/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c553105e0bfa5f2cdbfa707161054482ed192c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c705e1224b0cc50526fd52620a2668d50ce3d92289dcfdb3ce0cafae98161a25 +size 37767 diff --git a/metadata/cache/frames/vimu_000284/frame_01.jpg b/metadata/cache/frames/vimu_000284/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e464ddfa9c4de0b3d0c16eeeea135b4548efc081 --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f40c6eb9302bfcb558d3372ff0f15d1068b792ad00def7e2651c52d785a7d23 +size 36809 diff --git a/metadata/cache/frames/vimu_000284/frame_02.jpg b/metadata/cache/frames/vimu_000284/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11c6ad98ef2d1c617ac16e9de12d2995f4aa4566 --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb2c11533359ab4d5acfc54e9e509d0f23b133c5f924df9d0b43d36bb788b73 +size 37167 diff --git a/metadata/cache/frames/vimu_000284/frame_03.jpg b/metadata/cache/frames/vimu_000284/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96b35ed838b74bac646ef3e434c0494ef18fd88a --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa5dfa3fa0f48b376ab1437ccb85e84e32b51e1fcebb3f180042c0c593b2c87 +size 32818 diff --git a/metadata/cache/frames/vimu_000284/frame_04.jpg b/metadata/cache/frames/vimu_000284/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d135b789c475a5c14c8995b2a8339fa95e909195 --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd7c1c6c101cb65d2a3913f93a22c9cc3fae8550a42ff175704cb9f61215ab4 +size 30158 diff --git a/metadata/cache/frames/vimu_000284/frame_05.jpg b/metadata/cache/frames/vimu_000284/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee9ba3da86f6ebc607584332fdb7e8cc676ee489 --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d522a43051b62efde38285b92b5bc0dec6228c11dec1119fd6328e1ce0ca479 +size 36467 diff --git a/metadata/cache/frames/vimu_000284/frame_06.jpg b/metadata/cache/frames/vimu_000284/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd4f14d4487944a9e1e48e075403a50674d92a63 --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a4d22a5223d7debc171ca3b9d1b5fd2ce616ab95670e8836e5cfdc0efac7ce +size 34453 diff --git a/metadata/cache/frames/vimu_000284/frame_07.jpg b/metadata/cache/frames/vimu_000284/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eee8579190f5e0daf83edeab006a421e78a749bd --- /dev/null +++ b/metadata/cache/frames/vimu_000284/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d96bd8ae81b8e54e3408e9cb31321631821bddb59b97d8c1af0d26b5b792df8 +size 35460 diff --git a/metadata/cache/frames/vimu_000285/frame_00.jpg b/metadata/cache/frames/vimu_000285/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e618d5876a5a8d563a79d509e8e3616225f77bbc --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f9aeee56dabd082884021ceae3f56e56aeb3643e71be2a7c812c010837c417 +size 37576 diff --git a/metadata/cache/frames/vimu_000285/frame_01.jpg b/metadata/cache/frames/vimu_000285/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff25795b074c2e38b6b0c52b424085dab84dec95 --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27d7d6b4af64649892c8b43e04129f36c6ed5691df8eea881c297e5612da8e9 +size 39225 diff --git a/metadata/cache/frames/vimu_000285/frame_02.jpg b/metadata/cache/frames/vimu_000285/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c57ad14cbd70bec84cafb4371f1e114d36e0d4ff --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16920b8b1f303e4892277e40c6bc7e41b19ad6cae480fd8ec25d8694be0148b +size 32056 diff --git a/metadata/cache/frames/vimu_000285/frame_03.jpg b/metadata/cache/frames/vimu_000285/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..febb8fd9fc8568f0c4a42e4ef963151cc57a0746 --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfc4e9de117cda7bd7ae602d7fd59af8e9af63c4d91a8750da3b7115b94d09a +size 33085 diff --git a/metadata/cache/frames/vimu_000285/frame_04.jpg b/metadata/cache/frames/vimu_000285/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb997792288ae93d3fc9c5dc3824d1f4b31282fd --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c44f447ff1fc4466a4d97ebcf2d7f9ce834bcfc052d556eabdac02681a28ef +size 31209 diff --git a/metadata/cache/frames/vimu_000285/frame_05.jpg b/metadata/cache/frames/vimu_000285/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b36b154a013571703f741a145d2bc472ba92837 --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebc7420f2081c3c70236b9fdf2cc597758b81ad24a370dacb01256d7319964b +size 39069 diff --git a/metadata/cache/frames/vimu_000285/frame_06.jpg b/metadata/cache/frames/vimu_000285/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0159894517307d07ef3197e3805e35df7650bfd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574ad92eef5bfe2448c604285b0b5a1d9e66a49000d131008bd1cba8bfb18f39 +size 36919 diff --git a/metadata/cache/frames/vimu_000285/frame_07.jpg b/metadata/cache/frames/vimu_000285/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0647ab7f60cd32cf7a958d8a6ef2a33bdd64548f --- /dev/null +++ b/metadata/cache/frames/vimu_000285/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c926c3266bdeb0540834120b0ebc9a6ce823b2fc048101260f4464c475d8ed7 +size 38046 diff --git a/metadata/cache/frames/vimu_000286/frame_00.jpg b/metadata/cache/frames/vimu_000286/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f1592b71a275328d0fdd4c61bdfbefe9f41112b --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f7520f1e92995261c1e3dea8c0d3a65f5448cd6d7e2ba22dfc8990e0e165a8 +size 46079 diff --git a/metadata/cache/frames/vimu_000286/frame_01.jpg b/metadata/cache/frames/vimu_000286/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05ac4ed275ae189c14cd2239368c542a5dee5289 --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f083d6a0248d2d34068e8e3dea181df374f028317cdb426cfe950c4b2332b4d +size 51279 diff --git a/metadata/cache/frames/vimu_000286/frame_02.jpg b/metadata/cache/frames/vimu_000286/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f14674e93da87ccb4263f0775c12a948a8125bba --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeac266fbdec96868e27c147f5393b68cfef7d224a104a743284ac36e33419cd +size 52917 diff --git a/metadata/cache/frames/vimu_000286/frame_03.jpg b/metadata/cache/frames/vimu_000286/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22270ce73d5a0872fb092dadd0b96b112f481294 --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d6c99505adbed85d8b9993d213233021201436cbe19744126ae8e8b2f04808 +size 53850 diff --git a/metadata/cache/frames/vimu_000286/frame_04.jpg b/metadata/cache/frames/vimu_000286/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1acbd5c2896425e5ee7d7f22d5263c04b4cf828b --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f38acdedc1f4ccd80e0425980f29aad8827ce9330464e0af87d1fe46ce72fc8 +size 51231 diff --git a/metadata/cache/frames/vimu_000286/frame_05.jpg b/metadata/cache/frames/vimu_000286/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdb51c02ede72807adbad7313c70a62427333c5d --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065944c89e301010acf1a80221447af1bb307caa32c6e63475c027bf8fbbfcc0 +size 40119 diff --git a/metadata/cache/frames/vimu_000286/frame_06.jpg b/metadata/cache/frames/vimu_000286/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5794cf8de320100f77992c434df843dceffda4c --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce05707da9d129f59f0072d52ca897243ec1e49cc26b9b4ad14564fe4fce823f +size 51330 diff --git a/metadata/cache/frames/vimu_000286/frame_07.jpg b/metadata/cache/frames/vimu_000286/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89d44718d95946a0dc6cd3a5340c81afde315b9f --- /dev/null +++ b/metadata/cache/frames/vimu_000286/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f03618b30e0905dda1332074b298613ff11de8b5f2712641b7c0edbc7d1958 +size 41914 diff --git a/metadata/cache/frames/vimu_000287/frame_00.jpg b/metadata/cache/frames/vimu_000287/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77debe65af0d26d9737c557f075b597bb6ee1820 --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386c7974c160647d63a117a70c3661e5d4d43585c4c9a343c0271359d6cfa1a3 +size 32121 diff --git a/metadata/cache/frames/vimu_000287/frame_01.jpg b/metadata/cache/frames/vimu_000287/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c78f44b5c360b0e7dda722cab09af13b851dcc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b42525499b9382422025065d93660d755e5eb1dc61be5ec478a2ccadc4e556 +size 35265 diff --git a/metadata/cache/frames/vimu_000287/frame_02.jpg b/metadata/cache/frames/vimu_000287/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e3c36452ab027f71dc13c34bdedcca4568cc93e --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df72fdfd0bf0f3d99f47b4f5aba1a6e4e635bdd3ef238655dd669e959ff3a48 +size 25187 diff --git a/metadata/cache/frames/vimu_000287/frame_03.jpg b/metadata/cache/frames/vimu_000287/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01dc37ed1ff29453f65d15c0c8f694f79e702e5b --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329afd27a3d303af0f8d9b49a6e78b07846cbd5ba4b5f6f9d7abc87a08df6459 +size 21003 diff --git a/metadata/cache/frames/vimu_000287/frame_04.jpg b/metadata/cache/frames/vimu_000287/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deaf9f23420c53753e6c96ec4aa8ad1b1af3e6d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d247f1b1e450f537ab4d99859bd6e4bcda75b997ca3716131cc377a1821091e0 +size 24727 diff --git a/metadata/cache/frames/vimu_000287/frame_05.jpg b/metadata/cache/frames/vimu_000287/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c896a7135f8bee534f12b4139048b5b4d4cc69e --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828d966cb3d8860b2a8c4a83ca66342f268060186492036c41c1ef739c9bea6b +size 25160 diff --git a/metadata/cache/frames/vimu_000287/frame_06.jpg b/metadata/cache/frames/vimu_000287/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6c2f36aa3a69857c438c910a6e39cedd9a346d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5fe411c49ce2cfc1357447a3da77420e3b6d0338f71c67c70273faeaa19b78 +size 24787 diff --git a/metadata/cache/frames/vimu_000287/frame_07.jpg b/metadata/cache/frames/vimu_000287/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05141e9c5264bd9cc534a3412411ac8819052a7d --- /dev/null +++ b/metadata/cache/frames/vimu_000287/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c39a829e29bcac8084da2bf0e967026d7927e73bfa0e532e0db69733dbe839 +size 29100 diff --git a/metadata/cache/frames/vimu_000288/frame_00.jpg b/metadata/cache/frames/vimu_000288/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6100b464364682585eb45c999331e6879df33f93 --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d606857a361f85a616ec8cb96eb3cb53a1626e6b0398fa8eaf142a597f5be238 +size 45126 diff --git a/metadata/cache/frames/vimu_000288/frame_01.jpg b/metadata/cache/frames/vimu_000288/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a7952999e40ad080c445a33b1efdccb4c981900 --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6762dfffd352bf1a932b51a1d5fba9e6a13ed44c284864ed20680252767242cb +size 55126 diff --git a/metadata/cache/frames/vimu_000288/frame_02.jpg b/metadata/cache/frames/vimu_000288/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae9e2f4fc7bb81a11eb306bb892f14144e4996d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069cde604ee85175381d464374af53a66fd4bb732667caf789becfc64a537e2f +size 57808 diff --git a/metadata/cache/frames/vimu_000288/frame_03.jpg b/metadata/cache/frames/vimu_000288/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3762f1c4932b109bb452ebfb66d93255879ef573 --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee716057397e5ec2e2ac03002bd3f0d4bcb83d3ffe22c3cfed50a774e3b10de +size 55466 diff --git a/metadata/cache/frames/vimu_000288/frame_04.jpg b/metadata/cache/frames/vimu_000288/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01f8c378169150f566cd8a82ff607915f2bb40cc --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1ae4a2f2c540ac2f41280dc82e380f4b0921e0556c2452a343cb1267522e8f +size 57412 diff --git a/metadata/cache/frames/vimu_000288/frame_05.jpg b/metadata/cache/frames/vimu_000288/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b56e7b37445316adc07c397a55dc05be8ab58a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a283f82fd0c7c6d989cd43cb0d34693786c609061eb888af09fa30913e610883 +size 71865 diff --git a/metadata/cache/frames/vimu_000288/frame_06.jpg b/metadata/cache/frames/vimu_000288/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14bb23aa29029167ffe5929bcbe92ad327e94b04 --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2a106a6d06842c4c0df8c4eed25bb6d5b5fc955d0414cfaf9a6abc778be31f +size 50321 diff --git a/metadata/cache/frames/vimu_000288/frame_07.jpg b/metadata/cache/frames/vimu_000288/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..984b8adb61c4e851d23232f4fe5a8ed2cefc915b --- /dev/null +++ b/metadata/cache/frames/vimu_000288/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa9422a74fbed942a41940fbbde48036d3e557801f80a837ebc7281a85d43d0 +size 57140 diff --git a/metadata/cache/frames/vimu_000289/frame_00.jpg b/metadata/cache/frames/vimu_000289/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d36dbff6f9d4039221306f4d88224d62660a1502 --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46e17665dc9a52a0f265a490ed8f484eef382590dfab44e45d1f11c07e15ac7 +size 28246 diff --git a/metadata/cache/frames/vimu_000289/frame_01.jpg b/metadata/cache/frames/vimu_000289/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b9e734ad7305f4f71009c037d201b562be46b7c --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7c4a3f93871c19beef8f2298b3c088f93fda0fa9eb99c26e0ce9220ceb79d9 +size 30321 diff --git a/metadata/cache/frames/vimu_000289/frame_02.jpg b/metadata/cache/frames/vimu_000289/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ad91e754f6bef35cdbb5f638cdec9e2c0400eaf --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047bb18c4e680756604c4c05259e511933b3a07dcca2b90c38c27616437d9e6f +size 36220 diff --git a/metadata/cache/frames/vimu_000289/frame_03.jpg b/metadata/cache/frames/vimu_000289/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47ddff94d6cc53fe90e0bd0c0f10b188c15b4c9a --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e37f6ff32d010e5db40a1e812fed4bd96297eac712b9e0a837c021a4c52b00 +size 31773 diff --git a/metadata/cache/frames/vimu_000289/frame_04.jpg b/metadata/cache/frames/vimu_000289/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11ef4b2f786612e36b36d2111fce53d4c5e8684f --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a75173d9add15425e445a603ae17dd4b90662020110ba5663e92249c109b49 +size 35326 diff --git a/metadata/cache/frames/vimu_000289/frame_05.jpg b/metadata/cache/frames/vimu_000289/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd4de84f9ce0efde5ddf54d0ec7abaf9e207b4fd --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29afeaedab50e8d378d9f47e0d7539a4dc911ea576f4dc8e251cc9be9d556bce +size 35606 diff --git a/metadata/cache/frames/vimu_000289/frame_06.jpg b/metadata/cache/frames/vimu_000289/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..122533f2ff648fe7ed91537375eccdf02aa9a7af --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a628f9d15b16624868a66eafd4c33e83aa5302031808c5f5f5000f2637f0af +size 41422 diff --git a/metadata/cache/frames/vimu_000289/frame_07.jpg b/metadata/cache/frames/vimu_000289/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d849596f6e040a97bfe484b7cc763472eae1b3d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000289/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e89eeb775ecf4016c2ce07dd86f00b4404c668fbdaf4766bbae7e2949f8e3f3 +size 35374 diff --git a/metadata/cache/frames/vimu_000290/frame_00.jpg b/metadata/cache/frames/vimu_000290/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c9d68a8115eadec1811999ff930f294eabef729 --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1066eddb29093fbce612ce14b3b185fce4a9e0b4b02e6442e8f1ef5bb6d17e12 +size 38726 diff --git a/metadata/cache/frames/vimu_000290/frame_01.jpg b/metadata/cache/frames/vimu_000290/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a34a9003464ed7b67cfcb7e17db44a594d82fa78 --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3674610bea3221eaa671387aeb9f02a0725527ac12019e59b1c019ebc3013257 +size 37853 diff --git a/metadata/cache/frames/vimu_000290/frame_02.jpg b/metadata/cache/frames/vimu_000290/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d7969bb8aae3a8719a588b7ff6b1e62d1515cba --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d8623b340c1adc0ca0e2b8176422b6f83de3e44d56f1eda4fab8c703122e55 +size 39359 diff --git a/metadata/cache/frames/vimu_000290/frame_03.jpg b/metadata/cache/frames/vimu_000290/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f2864d42e4289e59f4f9be526656735b877f7ee --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa5e129bd7ef654567d2f951857ee8603edb9b9ae0777269f8fad68110d88c0 +size 35014 diff --git a/metadata/cache/frames/vimu_000290/frame_04.jpg b/metadata/cache/frames/vimu_000290/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6aa1b059e3e7e8ae3bc4628e8b94cc34163f189 --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35827f704209be12fa64f7140e0c734d9c2e8e2f6e540986af394fb93350a8fd +size 37716 diff --git a/metadata/cache/frames/vimu_000290/frame_05.jpg b/metadata/cache/frames/vimu_000290/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..304b162305bd553fb23667808f01b78ce7517d18 --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f17ef32504215aeb62a0f294a2b708304e83077bce82b7a95ae20997cc1600e +size 42722 diff --git a/metadata/cache/frames/vimu_000290/frame_06.jpg b/metadata/cache/frames/vimu_000290/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1df619179b3823eb61befd5258936703b699b2e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3671c9b5f7c008c798e55beca4ffb7c4213591b6727f144828cabefc96da4d +size 42063 diff --git a/metadata/cache/frames/vimu_000290/frame_07.jpg b/metadata/cache/frames/vimu_000290/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86f1ba48d9fb6f2b8afbbe8cbf10681419c65bd9 --- /dev/null +++ b/metadata/cache/frames/vimu_000290/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325a1dc3e67425a059dbbaf4701374b25016aaa2dce0dd3a86e65e2156ff6bb1 +size 48011 diff --git a/metadata/cache/frames/vimu_000291/frame_00.jpg b/metadata/cache/frames/vimu_000291/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58cc95d8d8e16199b2828ee4736e242e05ae42ad --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c732db874ae08217c91352c1e59c0391dda685dd73524a56b8d6f4e60c836c3 +size 58717 diff --git a/metadata/cache/frames/vimu_000291/frame_01.jpg b/metadata/cache/frames/vimu_000291/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acd9979b64f199acc4ccfd447d4b0e5b0538f4c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6acd9a8447e7b077c3a39dd414ebc0849e478966cf7f34456e0a61eab3f9230 +size 57317 diff --git a/metadata/cache/frames/vimu_000291/frame_02.jpg b/metadata/cache/frames/vimu_000291/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8fc1b291bd7f01bea846ac4774c4aedfea9a870 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ad9c917b6d8936b53f171f7e7c0f43035472d849e71bcab956fffdab321d9d +size 51599 diff --git a/metadata/cache/frames/vimu_000291/frame_03.jpg b/metadata/cache/frames/vimu_000291/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49730d7f81adde64691fca914fc643082b5bc147 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468192def662e24b39404eae79dbc2b4f68e3a20e75126c6a6b16434ec57c850 +size 37844 diff --git a/metadata/cache/frames/vimu_000291/frame_04.jpg b/metadata/cache/frames/vimu_000291/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d75da5331313156c9a9de4aa9d395d526ceeda72 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696beb2a9d4448c5559af90e35b4708c54283c83d17de1e4352c55a3a2de6cff +size 45411 diff --git a/metadata/cache/frames/vimu_000291/frame_05.jpg b/metadata/cache/frames/vimu_000291/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19288ea881634560ff0ecf3e449bf02c1451be28 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5f3a2fd234ece153e44c1f47b32413d7b775b5f4974877c3d9ef4e8d93ba17 +size 45488 diff --git a/metadata/cache/frames/vimu_000291/frame_06.jpg b/metadata/cache/frames/vimu_000291/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b9607855b55603daed283dc26c2da2beb10fc88 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4f80bcce3fd2abb387685968eb6a8ec9228666a847acecceaa46dc25862683 +size 48939 diff --git a/metadata/cache/frames/vimu_000291/frame_07.jpg b/metadata/cache/frames/vimu_000291/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d600f753113fbf754f6081026a677e2e0bee90 --- /dev/null +++ b/metadata/cache/frames/vimu_000291/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9081c0fe9d8f066341b3cac4d8ae84d4ccba1085a181e227742b0ee6165ed4a +size 52143 diff --git a/metadata/cache/frames/vimu_000292/frame_00.jpg b/metadata/cache/frames/vimu_000292/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c55a465f47d69425b8d6d349eb07d411ceaf3b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b494b19a3470f736c68279b86bad7919dfef706251c91a6a14217e9bee4d984f +size 44616 diff --git a/metadata/cache/frames/vimu_000292/frame_01.jpg b/metadata/cache/frames/vimu_000292/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe31815cafe6598ed01a5fc850b7957abc0ed608 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155ac61d70c8a5ae420b1f4377b7bdef36d1589ab6d4bfdb91f97397293777e1 +size 34901 diff --git a/metadata/cache/frames/vimu_000292/frame_02.jpg b/metadata/cache/frames/vimu_000292/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f7d05b15aa34d25b94bf91d8ad2f6d5da4ece02 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51c422eb533231633aab982363f9360b6a028a24906ef8e2154d2fea9d7940e +size 28410 diff --git a/metadata/cache/frames/vimu_000292/frame_03.jpg b/metadata/cache/frames/vimu_000292/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7563956c38532dbc5be887a98ad3035cd182863a --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6652794d8c18f1f0ac1caa5bea62dace451d6ec236810345f41a7334d06155 +size 33960 diff --git a/metadata/cache/frames/vimu_000292/frame_04.jpg b/metadata/cache/frames/vimu_000292/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33133178e60be19221238d98fe893ccd72214b62 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdad6f32a1b58a1b27877ea34e4fdeea1fcb97cd40b22cde05a5b99e8dae159 +size 39201 diff --git a/metadata/cache/frames/vimu_000292/frame_05.jpg b/metadata/cache/frames/vimu_000292/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bbee05a01642db2da79e0237cba04f22f8fe391 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc26961fff49ec9dcec91a7445663a050c852fb740fbaabb9fd58e071de7965 +size 39423 diff --git a/metadata/cache/frames/vimu_000292/frame_06.jpg b/metadata/cache/frames/vimu_000292/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1013ec5fd426dbd6eebf3bcd7cc31dfdfc1d18b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e15bd74716b355d15707673561d80b677f4da3a837a082e7456fd0867b5af3 +size 14358 diff --git a/metadata/cache/frames/vimu_000292/frame_07.jpg b/metadata/cache/frames/vimu_000292/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..673e9516b99cd9fa2bb29c0ad624ebbe1c597c57 --- /dev/null +++ b/metadata/cache/frames/vimu_000292/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0a27f59cde01509eaf5d753dfb4fb004952572789d94dbd8b7821416f5cc37 +size 32161 diff --git a/metadata/cache/frames/vimu_000293/frame_00.jpg b/metadata/cache/frames/vimu_000293/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b64ca3360f463cd8fba478a038a21c1ee596e4a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e2c4eb6c89a926c767a43f2b806ebf8a3f17e38fc235f5242648743864d8c3 +size 42480 diff --git a/metadata/cache/frames/vimu_000293/frame_01.jpg b/metadata/cache/frames/vimu_000293/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d060a6ddf48584b7aae0ba356cc04333389a896 --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570fb9eb80fdf91455f00b0f4fee448ddf5577c1e12e3c85e000986e5af394cf +size 43010 diff --git a/metadata/cache/frames/vimu_000293/frame_02.jpg b/metadata/cache/frames/vimu_000293/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bb3e08760e7989d7273c89f75bcc8324ec361be --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d32645dc4f70ccfaf7bc1d16b838e387067fe5eceb5ce546cb45e892f9c39e +size 42253 diff --git a/metadata/cache/frames/vimu_000293/frame_03.jpg b/metadata/cache/frames/vimu_000293/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2b72c0452035fda0e323f276ec660671a94d5fb --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec032e1209b030067319128ab3d2e56f3909cac31def9dca76ce5537637efa8 +size 42932 diff --git a/metadata/cache/frames/vimu_000293/frame_04.jpg b/metadata/cache/frames/vimu_000293/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..386f4a51f875c39f252f2dad1ac28512ead54838 --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60c5d842e8d4a09344d8983277ddfc1d588538a28cf1cea2b2fceda1ec950a9 +size 52459 diff --git a/metadata/cache/frames/vimu_000293/frame_05.jpg b/metadata/cache/frames/vimu_000293/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05f34ed3159cf706644062672628b73e04a9d467 --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f420f5a41ad83d882b36b32ddbd4366b7ed816e537e0bf9a617002fb9a5e8d +size 52785 diff --git a/metadata/cache/frames/vimu_000293/frame_06.jpg b/metadata/cache/frames/vimu_000293/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6bab947c6b7500ef5918e1956cc28c07f654ea0 --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e642ba989ec178b8fca242fe8b95f66a168574b977c3f30c29552f7bc842981 +size 54152 diff --git a/metadata/cache/frames/vimu_000293/frame_07.jpg b/metadata/cache/frames/vimu_000293/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..717c0c5649b8db42301f3c7b37d59671b97e42df --- /dev/null +++ b/metadata/cache/frames/vimu_000293/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747f0984fb342c78e6e8b6e72bad785f44a28b461b16cf1f01ec5c24d0924985 +size 24421 diff --git a/metadata/cache/frames/vimu_000294/frame_00.jpg b/metadata/cache/frames/vimu_000294/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57306a70ac1d4b8c57a4bb14d4cad4f912831ca2 --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c929d0f64ac4be242a16d9ebf5e7bf27ac1f9a726343b77079867faecef26f6 +size 29759 diff --git a/metadata/cache/frames/vimu_000294/frame_01.jpg b/metadata/cache/frames/vimu_000294/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0940bdd4b8b5c696b7f1984d79219d69d1302047 --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ed3f05e82a7dd5d4b3dd7f7f7617e0dc1fc295abba96d56bad337cce89894d +size 29661 diff --git a/metadata/cache/frames/vimu_000294/frame_02.jpg b/metadata/cache/frames/vimu_000294/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7081bb1fe02b910bf95a4d1a1c0fec270c1f4880 --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e6bf83efc3496ed529f088f8403b597a9d42bc48650104f5dec36d3e5cd4ad +size 28687 diff --git a/metadata/cache/frames/vimu_000294/frame_03.jpg b/metadata/cache/frames/vimu_000294/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef0365fc1a62c308a29513664eb8e8fe275adfaf --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d823f5f38050a0f7f00130628fa85dc3f3ee8fff27e77694d838f730d7c389 +size 26167 diff --git a/metadata/cache/frames/vimu_000294/frame_04.jpg b/metadata/cache/frames/vimu_000294/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40f816e4105c51ee47e82a8771517f9ffd67900f --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20416a67e4d946185d7e68d2fa31869c316bb3b65574cf163a13b2ca116a8d4d +size 28487 diff --git a/metadata/cache/frames/vimu_000294/frame_05.jpg b/metadata/cache/frames/vimu_000294/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeb63b323af9f2cf027524c1e0a1f2b040292091 --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6941d1de0dc24886a975c2199c4fa6584f24e6ef205f14c9bfaa8f714b684b2 +size 31150 diff --git a/metadata/cache/frames/vimu_000294/frame_06.jpg b/metadata/cache/frames/vimu_000294/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83bbaadf6bff62c3c5589aaf630b5461d8bbeca0 --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68b2a83ccafa0ead657fd9e8f79f4f9578b08ea2b5e0e73192d447e61e80a31 +size 36769 diff --git a/metadata/cache/frames/vimu_000294/frame_07.jpg b/metadata/cache/frames/vimu_000294/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f48b13cca62cccbd57aef9946f334aa97a30a109 --- /dev/null +++ b/metadata/cache/frames/vimu_000294/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2717c8b2f4ba36e555bb53ca43186ed70dd46d147e8c035a5457a8828ccd681 +size 38527 diff --git a/metadata/cache/frames/vimu_000295/frame_00.jpg b/metadata/cache/frames/vimu_000295/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0d9a3714113f809eeb0e47f1ca4ca762c08f1e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96f1696df41a73beef068f101fae4ef464ba0604c49766f381897f24f0c82df +size 44915 diff --git a/metadata/cache/frames/vimu_000295/frame_01.jpg b/metadata/cache/frames/vimu_000295/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf6cc004207b6c39719776ad6b97e510a45e5700 --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9875c1a34ab19495bdc442d4c30d2f639dc81dc11a5d83fb5c6ef9fa5232546 +size 39764 diff --git a/metadata/cache/frames/vimu_000295/frame_02.jpg b/metadata/cache/frames/vimu_000295/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76dd6e55171803c5b835c986545387acc7dd9874 --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bd69524e081bdc3c89fa2633d79551a79ae0ce2092d34fd5f26885bccf34cb +size 37263 diff --git a/metadata/cache/frames/vimu_000295/frame_03.jpg b/metadata/cache/frames/vimu_000295/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d5d0ccded16c95e79b7b0f8830d583fb8618a05 --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9364bd8ae814d0802d098572416843c1aea4e98b317aaa857aac350757ab460c +size 37497 diff --git a/metadata/cache/frames/vimu_000295/frame_04.jpg b/metadata/cache/frames/vimu_000295/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08693651166bf53ce590f6511ffc06a05b53dc0c --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6be15caa10442ffdb4cb7d80c2ac72c7601112b8ddce1b010ad7ef02ca94f71 +size 37153 diff --git a/metadata/cache/frames/vimu_000295/frame_05.jpg b/metadata/cache/frames/vimu_000295/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fa76a277b6d375d0956bad8436cd402f0f695bc --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1640033dd206e1fc919cfe3ff9b829136d689f5953cd7a060cb5d034664810ec +size 43385 diff --git a/metadata/cache/frames/vimu_000295/frame_06.jpg b/metadata/cache/frames/vimu_000295/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3635bd04fb01be3a832b80534da4d3fe3d3c8b24 --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac84bd4f96eaa2d570a7b23316ead7545f5ef30740e4c0adb9e25a625c648812 +size 32643 diff --git a/metadata/cache/frames/vimu_000295/frame_07.jpg b/metadata/cache/frames/vimu_000295/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66e334b734c04344b15781822877ba1872dc20cf --- /dev/null +++ b/metadata/cache/frames/vimu_000295/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c248a60b997ef6fefd478b134d47d3679b043d41d8c2a2889f867328754dd3 +size 38580 diff --git a/metadata/cache/frames/vimu_000296/frame_00.jpg b/metadata/cache/frames/vimu_000296/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea58827daff1c1ad23142378bd37b65e7bde0888 --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209cfefd4a7ca476e64b9c0779f5075007ca8082784615ed73a1c7d128c08e81 +size 32955 diff --git a/metadata/cache/frames/vimu_000296/frame_01.jpg b/metadata/cache/frames/vimu_000296/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb867127f3693b5e3bfd985953f1aaa629923e51 --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1ccd3cb89e55db1aba33525b89364ecfafaf3c1e024c0ffd1e64f49c17bc9c +size 23927 diff --git a/metadata/cache/frames/vimu_000296/frame_02.jpg b/metadata/cache/frames/vimu_000296/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89f22d3f3ebadff700864a9dbe55e19479085fda --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df80e99e14da9cd8e52917f83fb6a809b8d291d114798fa37bebb7832f8acab4 +size 33951 diff --git a/metadata/cache/frames/vimu_000296/frame_03.jpg b/metadata/cache/frames/vimu_000296/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5e7e1f998e7b0e9e47018d89a1469537a723e86 --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebec34bf83c2687475fa29a98d409b97c145b5d030afc5ec017e8b6350eeb19 +size 40570 diff --git a/metadata/cache/frames/vimu_000296/frame_04.jpg b/metadata/cache/frames/vimu_000296/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d381a436ea15a8e55b63e8229037c209f8beb0d --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be6597f096efe0041d45761220e12b7a69c8a250701b9fbd0807299699cc4d7 +size 42880 diff --git a/metadata/cache/frames/vimu_000296/frame_05.jpg b/metadata/cache/frames/vimu_000296/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e32608cb5ff5de5d25df6c660d2d5c95bc67256 --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d789eee212a9310566dcdfe966825e7382e0e668ea41a8b5a04c077cc62e1e1 +size 36434 diff --git a/metadata/cache/frames/vimu_000296/frame_06.jpg b/metadata/cache/frames/vimu_000296/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..256e3a3261c97830ecfd6c1c910d4fd1cc2dea51 --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43045c5e30f98fb4b120ca14e80c2fd75a00f946796c0ea775cc51191eb0118b +size 34500 diff --git a/metadata/cache/frames/vimu_000296/frame_07.jpg b/metadata/cache/frames/vimu_000296/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28d89ccc0a1cebacb65fc466f603e9bbcbc314fa --- /dev/null +++ b/metadata/cache/frames/vimu_000296/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e6fedb5d514b22fa2eeef919cf1b6ae2adfe5850669ce0a1ac8faf10cd4c0a +size 42644 diff --git a/metadata/cache/frames/vimu_000297/frame_00.jpg b/metadata/cache/frames/vimu_000297/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b665ba2e24d0d15d121d42fd4604e2fba3555db1 --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7841475ea1420c1716eb938849338caeecfb49721e3f447f375fc50fce7d20 +size 68755 diff --git a/metadata/cache/frames/vimu_000297/frame_01.jpg b/metadata/cache/frames/vimu_000297/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80b8821555db2675513ebd1b4f38398dffa4f5b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5613c7072fb77a5002ffcd011bff1a5dd62dc4758e9a2bc871ad4f486b826ca5 +size 63433 diff --git a/metadata/cache/frames/vimu_000297/frame_02.jpg b/metadata/cache/frames/vimu_000297/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cc9aba9359368cf42df74eea0b6521fa20d3064 --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889025e2fb8474b379fccbed68430f4b9dea01f125099c014755f6c5b9d08821 +size 69711 diff --git a/metadata/cache/frames/vimu_000297/frame_03.jpg b/metadata/cache/frames/vimu_000297/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f61352c96b4f1a42a8f004604bca27a1f50839e --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10da1f0861270a36b4b9836fde31f7a05b9ecb60d6e4a952b60f2b178fcc2ed +size 67322 diff --git a/metadata/cache/frames/vimu_000297/frame_04.jpg b/metadata/cache/frames/vimu_000297/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cc9ae5c0deff3ad08441e1e083470f4542854f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcb3f81e61841f7a39e70c699f8a56ec2f1c35563b711e1b5294eedf8f13ab7 +size 64975 diff --git a/metadata/cache/frames/vimu_000297/frame_05.jpg b/metadata/cache/frames/vimu_000297/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6c7529d0724754f2643df753e26468aaf88bb74 --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95b0824aa440185b22a9fb58fa9d0eb98ce8cd2e8cd99427d8d725fa25b00cd +size 62175 diff --git a/metadata/cache/frames/vimu_000297/frame_06.jpg b/metadata/cache/frames/vimu_000297/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99fec959c7f3267aed567451777a491b4d4dbef7 --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cbd7aeabc4d9c4aa291214de99129088b998e3393cbdae782c0161bee5a5a4 +size 59847 diff --git a/metadata/cache/frames/vimu_000297/frame_07.jpg b/metadata/cache/frames/vimu_000297/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd5526098fbee5554efbc578c7fc86450a2ec9a --- /dev/null +++ b/metadata/cache/frames/vimu_000297/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641cf77889ffa475de349e1826ceaf52880245e88e768ec31fa888d50eff04a4 +size 70141 diff --git a/metadata/cache/frames/vimu_000298/frame_00.jpg b/metadata/cache/frames/vimu_000298/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7047d747794db03c3f8ffc898f1c4adb2d56ee1 --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54c7f076f625eb1ed8909d47a6de6f3bb2e008b8c2648bf766f0d849812b996 +size 20409 diff --git a/metadata/cache/frames/vimu_000298/frame_01.jpg b/metadata/cache/frames/vimu_000298/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fcb3400b2621a4e1f4de3a36567e5ebc7721f68 --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427ac960dd1552317ae870e9fdad1a7ea011d9a11c3fe21064f0d11550078b26 +size 22537 diff --git a/metadata/cache/frames/vimu_000298/frame_02.jpg b/metadata/cache/frames/vimu_000298/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..535b03fa0825247c71e44e7882a42f2ba59454d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8731096ef97dc8fe03b25e9a65bba98e50e2f4db2ce56ae9de78de641c4c4cd +size 35478 diff --git a/metadata/cache/frames/vimu_000298/frame_03.jpg b/metadata/cache/frames/vimu_000298/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92f32816b025471c3b7ce3065bf70ee08b508c91 --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b600e11803159f401ce3ebecaad844488f1093a25429a0c79f42084b1498bc +size 36093 diff --git a/metadata/cache/frames/vimu_000298/frame_04.jpg b/metadata/cache/frames/vimu_000298/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6956b6bb903a5e46c642c65f4c2f61f9faa3188 --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928111125141c82f039b1aa5e4fd891800845674c115bb077f6e7b74939f8f3d +size 34773 diff --git a/metadata/cache/frames/vimu_000298/frame_05.jpg b/metadata/cache/frames/vimu_000298/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fdac16d35602cc9cbb7c499eb921afb2148557c --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54de8dd12cf6361a6feb8a1575a3e8b704884ffd14c4e8cb33e4569e8ad20c8b +size 27884 diff --git a/metadata/cache/frames/vimu_000298/frame_06.jpg b/metadata/cache/frames/vimu_000298/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77c62c729338fe99adc1d0671b4a020e1b84172f --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6896f2069733d823d29103f3a60ccdc6fa2ddbc3c1f7451250d3f6f968b2f11e +size 27042 diff --git a/metadata/cache/frames/vimu_000298/frame_07.jpg b/metadata/cache/frames/vimu_000298/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d985dd10b878faba3ea37a8500bc85560720cca --- /dev/null +++ b/metadata/cache/frames/vimu_000298/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923710139035dc13cc9969550e059cff21d550ed24f6dd6be74d963c47a78a93 +size 26482 diff --git a/metadata/cache/frames/vimu_000299/frame_00.jpg b/metadata/cache/frames/vimu_000299/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88ad56b2d2231c67e9be435c5067e27bc005f8b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec086033719c08bfd066898b886d50b9dc498d8ad57f9c2d366daadda61bccb3 +size 27495 diff --git a/metadata/cache/frames/vimu_000299/frame_01.jpg b/metadata/cache/frames/vimu_000299/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..536fa44aa56debba033758c8b527fd0f94f396ed --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f5f48f178cb97658115fc3c579d1d8c1573bb2b022d784aed343e2be50a9c8 +size 33037 diff --git a/metadata/cache/frames/vimu_000299/frame_02.jpg b/metadata/cache/frames/vimu_000299/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6138223da4fda087dd96c3afac921651a9dfaae --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c85263b10a110142530713b7cd3027e8fac2a6e5499d64833a9f6b12f1e35ec +size 27922 diff --git a/metadata/cache/frames/vimu_000299/frame_03.jpg b/metadata/cache/frames/vimu_000299/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80b33781d0f96d555c2f5623e8a8b7f157ad2fea --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ca2f6c8642f4ce507792df9f2d3ea676398790e7e467fd3e180f00f3ae1b01 +size 21206 diff --git a/metadata/cache/frames/vimu_000299/frame_04.jpg b/metadata/cache/frames/vimu_000299/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f79d71762978cdc0326b9fbd6a30dc64ac3de3 --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f687c3b911e6b3aa2d171df85793b421ef9690ee63919e85d78d1eb47034ea +size 24285 diff --git a/metadata/cache/frames/vimu_000299/frame_05.jpg b/metadata/cache/frames/vimu_000299/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e95e2cd785ddfb02c0bf94cb62d9156aa2d41307 --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dadb8abdbb41b45ce7d75254398d813f3eec5fa021514231c5c712f6741b2c +size 33290 diff --git a/metadata/cache/frames/vimu_000299/frame_06.jpg b/metadata/cache/frames/vimu_000299/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a7c66b8c98928df06f7e96b918934d24771f541 --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb13f464e2814c4928b32af98cd323f0ca9287329720732fa258f9cdfa5a857c +size 25061 diff --git a/metadata/cache/frames/vimu_000299/frame_07.jpg b/metadata/cache/frames/vimu_000299/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c174eb3ad252e31d21b22a0b2b6ad671949ffaa --- /dev/null +++ b/metadata/cache/frames/vimu_000299/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df119cca7e2ceb9979e50d4153104ae09d721d787195fcd94553cdee2096bb71 +size 24840 diff --git a/metadata/cache/frames/vimu_000300/frame_00.jpg b/metadata/cache/frames/vimu_000300/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b05a682f7749cac544db2155bb89195d04da4bdf --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cee9b466ac9435de4aea77de8cdb3cd3c53c4df35274f77178eea734490e999 +size 44558 diff --git a/metadata/cache/frames/vimu_000300/frame_01.jpg b/metadata/cache/frames/vimu_000300/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c0548c1c210d25fb3adc4672c4b517cb0417124 --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded5c712587d36ac6a38686c7630ca154bf3e5cf0b18393f852cd00a0424c699 +size 42507 diff --git a/metadata/cache/frames/vimu_000300/frame_02.jpg b/metadata/cache/frames/vimu_000300/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7befd392ad72ef71911abafda7d9241831c08745 --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04e9a032190bad16995438ea2b2f1d336c4370dac75059bfc32ea1c2cac515f +size 48544 diff --git a/metadata/cache/frames/vimu_000300/frame_03.jpg b/metadata/cache/frames/vimu_000300/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbfd387eb742268fd83ad24d1149fe16475b89e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc9bc2d7717178b123ea7d366ee922818949b2e31702b731f655df8d23716c5 +size 50165 diff --git a/metadata/cache/frames/vimu_000300/frame_04.jpg b/metadata/cache/frames/vimu_000300/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11b7c34ae6924e7cf0dd2578d3a6017a460b4e46 --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4d86d58c6738bc5db63759f8ac51d57fe1781ea81d0f04ed25da463817aa5f +size 50425 diff --git a/metadata/cache/frames/vimu_000300/frame_05.jpg b/metadata/cache/frames/vimu_000300/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d588b7d498a24f63144ceb7102987008944a435 --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed006ab0737af3f0f8e95460cc0a6c11a0e300d95cedd98818c968aa421b75ff +size 46047 diff --git a/metadata/cache/frames/vimu_000300/frame_06.jpg b/metadata/cache/frames/vimu_000300/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e4aac9b96cb0ef01a92617726ebdf67e1d6018b --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bcf346c88d40544c35d19bc5c5097ae7f121142da9ae4898f62a87275c39c5 +size 47859 diff --git a/metadata/cache/frames/vimu_000300/frame_07.jpg b/metadata/cache/frames/vimu_000300/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ab429064a291d39244bc515d55a0dbfb9e833c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000300/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fa3c57038e752c52e14959ebe3d1230f717b8263e47c9e2d6fb787c9eb1358 +size 47576 diff --git a/metadata/cache/frames/vimu_000301/frame_00.jpg b/metadata/cache/frames/vimu_000301/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcf5c9c5ca02ee3650db029533ed6584f7954979 --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b3343ca96458a0abdcb84017406f9c4949f320d01cdc9cdfbb726faf195b8c +size 37789 diff --git a/metadata/cache/frames/vimu_000301/frame_01.jpg b/metadata/cache/frames/vimu_000301/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4b51df0995f0e170a5cce95fc01b982143dd51a --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6493be8cc5feda5124b7d123abb9f55be2432d455c29bb8ca50b9f3001138ec2 +size 40252 diff --git a/metadata/cache/frames/vimu_000301/frame_02.jpg b/metadata/cache/frames/vimu_000301/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1a3e11cf0c3ca9f770ecf406d232ad0bc53f1b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a63e7ded7b9409f9b06dd7a53e9f75ced19b9a1018d72ff5121e625c305cff0 +size 41745 diff --git a/metadata/cache/frames/vimu_000301/frame_03.jpg b/metadata/cache/frames/vimu_000301/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1afcc819bbaefb955cd2b624bcd6fd628f577718 --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832d075273ecbe0420894dcf3ceb058157fcdd6bffb1237189a52d0b27dbe94a +size 42333 diff --git a/metadata/cache/frames/vimu_000301/frame_04.jpg b/metadata/cache/frames/vimu_000301/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e5bf5c816bb9c1a9d0670bfced79ef53974bc71 --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebe4bde9a02bd62f342ff58160aee2ba3885c86582c4ffb581b8354b4f6056a +size 41559 diff --git a/metadata/cache/frames/vimu_000301/frame_05.jpg b/metadata/cache/frames/vimu_000301/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa6f3d2d505b40b98962f320b561c5b46cbd535d --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2181433d7d275870941a7e8ef5d2d3fcca2a0caec4be6c20fffd0629e441dadd +size 41516 diff --git a/metadata/cache/frames/vimu_000301/frame_06.jpg b/metadata/cache/frames/vimu_000301/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d44ddc82c02019e367ca8cb59909a2cc2221fe84 --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5933f5a35e8f47d13274a4c78c49b60d819e0ffeceb975da0705827d9b2b0b6d +size 41728 diff --git a/metadata/cache/frames/vimu_000301/frame_07.jpg b/metadata/cache/frames/vimu_000301/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e876540182a8a2a84e5ff96e917a83859c55e1dc --- /dev/null +++ b/metadata/cache/frames/vimu_000301/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7b609646548209c903e3f145d366417c4a8c2b89d9cda965b54b705515f715 +size 30734 diff --git a/metadata/cache/frames/vimu_000302/frame_00.jpg b/metadata/cache/frames/vimu_000302/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa35cc7574f1a774e9dd1403d3bd05f78957433a --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d290b13b4df6064164f67232c8654d6c286adf220eeb0895a2ba20bb20c2e02e +size 25962 diff --git a/metadata/cache/frames/vimu_000302/frame_01.jpg b/metadata/cache/frames/vimu_000302/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b34ce85054a1b04158859612848b9d82e65ef6dd --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16e0da9fd59539b0b73f834fab919119c064c0f01b9f26e020c39dceacb7291 +size 27632 diff --git a/metadata/cache/frames/vimu_000302/frame_02.jpg b/metadata/cache/frames/vimu_000302/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..237d5666c16de9521fc073dd373721c5023fedfa --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2683929d6b1486a90ade7247e381a7290aea639458d039d8b62da51e8835b527 +size 23298 diff --git a/metadata/cache/frames/vimu_000302/frame_03.jpg b/metadata/cache/frames/vimu_000302/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ada63040f6aa6be66bdbecdf4337acf58b8d6dd --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee466322c5380843aacee42783feff33b25fc5d30b3f040c398208a1bbfe7f39 +size 26099 diff --git a/metadata/cache/frames/vimu_000302/frame_04.jpg b/metadata/cache/frames/vimu_000302/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f361f7adcc14aa53bcf1021a4c91aec8d659a37 --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5080aee137a3cd0635a334dc8c7d188abde10aa193990e18ef65ce71c55f869e +size 28688 diff --git a/metadata/cache/frames/vimu_000302/frame_05.jpg b/metadata/cache/frames/vimu_000302/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e38759065980e0bfc2a947156f210f8e4978506c --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066e0501b710d2cb4d4832e2066e5464ecea9afd0fb261ebc013a0321733524d +size 26314 diff --git a/metadata/cache/frames/vimu_000302/frame_06.jpg b/metadata/cache/frames/vimu_000302/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37d69be1659c20820ae6d5781f83e84a617da749 --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dd718d454780c583c2b6f837cad2035f71b22d054d736be0e427a52b6470c5 +size 25102 diff --git a/metadata/cache/frames/vimu_000302/frame_07.jpg b/metadata/cache/frames/vimu_000302/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12aae15f1e0c3b4f229d9927b1e0063274a96af6 --- /dev/null +++ b/metadata/cache/frames/vimu_000302/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b686375c8324093abf618da125172c741505dcba0bdbc652db14265bafb28c +size 23313 diff --git a/metadata/cache/frames/vimu_000303/frame_00.jpg b/metadata/cache/frames/vimu_000303/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f15eba843b623bc19883ec63ad36ed9b7174b178 --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b708c9fddf84dc7cfea2a77ec5bfce99d723bc973a95f16c62bfcab09e1395e +size 44219 diff --git a/metadata/cache/frames/vimu_000303/frame_01.jpg b/metadata/cache/frames/vimu_000303/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b373a136eaac7ec0dfb87acb287bc4d0e3991546 --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92db6f4f0914b346f3a31586319398915acec3a1203d967d01f1b1940dc1a46 +size 37380 diff --git a/metadata/cache/frames/vimu_000303/frame_02.jpg b/metadata/cache/frames/vimu_000303/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349823559ac18f261de9515e968f4d64757e918d --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a740b15ff6faf166af2777d3a8ab0138f5b05d6cc7951e24b8482b5609eb6108 +size 28389 diff --git a/metadata/cache/frames/vimu_000303/frame_03.jpg b/metadata/cache/frames/vimu_000303/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ffddffeba494b07b7e527653a2ffc78b5cd6a43 --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e5e97a2fc2d11e2ba0d522a6d8bad03e29a5d30cd83f0623b4aa001439451e +size 28624 diff --git a/metadata/cache/frames/vimu_000303/frame_04.jpg b/metadata/cache/frames/vimu_000303/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7807f34409f081bf4936f431570bf1ec1ad0e109 --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b947613361ba12f6dd29960c8bec8d25ef291620cfbc273b1496356804b0f1a8 +size 25814 diff --git a/metadata/cache/frames/vimu_000303/frame_05.jpg b/metadata/cache/frames/vimu_000303/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9a422462ad940a07eb1a418229929c1333489a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaa7ee14ea2f1e5886f90cce31fd7444fa70799965d6b8a4b1c472e67ecdf41 +size 19292 diff --git a/metadata/cache/frames/vimu_000303/frame_06.jpg b/metadata/cache/frames/vimu_000303/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..424d27d909253fbb7a6bc28d4b79d5f42cacd16b --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db75dd3b03ddad8b1f23c168055540e41725e88ac154eb2cab94cc949cb78c61 +size 17706 diff --git a/metadata/cache/frames/vimu_000303/frame_07.jpg b/metadata/cache/frames/vimu_000303/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f24f9c4c03a0690c8d5620d88557d090792a65fb --- /dev/null +++ b/metadata/cache/frames/vimu_000303/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec6fb3f166c685539bd92c52c4ea47dc84d3816597bb6d311967ad06f13a45b +size 22949 diff --git a/metadata/cache/frames/vimu_000304/frame_00.jpg b/metadata/cache/frames/vimu_000304/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7ad0d5eb2f50f887fdbbbf83fc771a235f90f6d --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a93fefe1c6a0519c9b2dcec2107cba8029de709f63ccfd88427205a3480073 +size 47049 diff --git a/metadata/cache/frames/vimu_000304/frame_01.jpg b/metadata/cache/frames/vimu_000304/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e3a2c32b0f55eb00001fb1a62cf6271d4c505a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1074d180ff76b5150baf05b179564894b6f69a4043d8a09f1ac020d217ec4397 +size 48894 diff --git a/metadata/cache/frames/vimu_000304/frame_02.jpg b/metadata/cache/frames/vimu_000304/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a95d6e687dac7de1486d9a580cde71effaaebf56 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54141721efbf07c2142322bbae533b41ba2c9a1a4489c3fdaeb2d05e02bea913 +size 53607 diff --git a/metadata/cache/frames/vimu_000304/frame_03.jpg b/metadata/cache/frames/vimu_000304/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc3f35be798b3046899761f02ba2d6892519ac43 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea8400f7b1f2591c2915245a3b43747e8d236ff5dac187cdfea89903364a3d2 +size 55722 diff --git a/metadata/cache/frames/vimu_000304/frame_04.jpg b/metadata/cache/frames/vimu_000304/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1dfe8c71451ab28b70df2007451e8d8ab69b8e92 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c18001bf17eee76c731cc85d3cfd96ef91dfa2e68ae74c0db49e6f88cbb1ac +size 51339 diff --git a/metadata/cache/frames/vimu_000304/frame_05.jpg b/metadata/cache/frames/vimu_000304/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bddfc0b0a3d3c186b3d2f3e185e536891638f8f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4356285cb6ffe580f0f93cca618d5bb4e62f7d7fccf1bbdb54480544704db0 +size 53342 diff --git a/metadata/cache/frames/vimu_000304/frame_06.jpg b/metadata/cache/frames/vimu_000304/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e57fe258e9a3508b4649c4a920fbae090f357bc4 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce4c3a04f21b578d94a99e4262bc731fc7e4d62e10da95daa56ee5169b7416e +size 54665 diff --git a/metadata/cache/frames/vimu_000304/frame_07.jpg b/metadata/cache/frames/vimu_000304/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d6f10165ff821d4ce5d0c633f9b9e46161d0e54 --- /dev/null +++ b/metadata/cache/frames/vimu_000304/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c864f8a2b5fa2d5d26317a211e381f7273f8a9b5242973f5dd163ef66df483d4 +size 54753 diff --git a/metadata/cache/frames/vimu_000305/frame_00.jpg b/metadata/cache/frames/vimu_000305/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08b397cc4e436ac2e9279e433545a702504c7aca --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007404a2aabcffb73e44cbf11ffead1d7a238d95e844f7523fc3520d6a0ad74c +size 33489 diff --git a/metadata/cache/frames/vimu_000305/frame_01.jpg b/metadata/cache/frames/vimu_000305/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45b10a7550472564f3bdcd3725ce2de8fc2eadc2 --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dcd9f14ee204471fcd4f4ce7b68703049b88d203cd80ab9cdccb8e22964c77 +size 41930 diff --git a/metadata/cache/frames/vimu_000305/frame_02.jpg b/metadata/cache/frames/vimu_000305/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb7e80ddf6da83d836004169f120d3c84670ec82 --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70eea46641d2bb70f3423c84c0b2d3e689ded1714613e3fd987d336965bf544c +size 24931 diff --git a/metadata/cache/frames/vimu_000305/frame_03.jpg b/metadata/cache/frames/vimu_000305/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7697d67b0471f8a92e518673f04b306b6a0c9dba --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9dd709450d26538d1cc477b53c4e6c3ef8cd4317d2e33a8f0d1e99e6b74f10 +size 39466 diff --git a/metadata/cache/frames/vimu_000305/frame_04.jpg b/metadata/cache/frames/vimu_000305/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acb3f9b4326ccae8d2e6798c443fb8b0ff331eff --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352f5e3c03853abf697a644f0ec44d0381eab8691e1e393b93b4a7648bfd9665 +size 30214 diff --git a/metadata/cache/frames/vimu_000305/frame_05.jpg b/metadata/cache/frames/vimu_000305/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e248fe7b360af867d156e641d01e865cfe68d5a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a06e958a50cbf8702b51178ec58ba37fbe98d2b6a5ab3623d2d439e70632964 +size 36643 diff --git a/metadata/cache/frames/vimu_000305/frame_06.jpg b/metadata/cache/frames/vimu_000305/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d2a983be0277ea011eb9d87564808a0f9bb0614 --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111f9bd813ec742aa2eb3c46be94b8a58314904ebf95fe326da835406b859229 +size 42835 diff --git a/metadata/cache/frames/vimu_000305/frame_07.jpg b/metadata/cache/frames/vimu_000305/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4a27a649a0ca25dde23bb2e644d956208e2b81c --- /dev/null +++ b/metadata/cache/frames/vimu_000305/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b19e28d128d5aa5ef29672d4baa2a08d2b8e2c75ed1f7cbd56a4b52cf3b315 +size 18740 diff --git a/metadata/cache/frames/vimu_000306/frame_00.jpg b/metadata/cache/frames/vimu_000306/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d7d8efb81f9b7799792696f39b93edeeddb0bb5 --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c8ec8f570e2cb6c71193ca60265ac6bf6cd18afc58549b67d8ae6ab49a862c +size 41010 diff --git a/metadata/cache/frames/vimu_000306/frame_01.jpg b/metadata/cache/frames/vimu_000306/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbdeb2286225700e373b286dee2728d63288196b --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477ea0543984224bc3eeae4bc1e0c08de7157f2fdf9a700568f4de69825b7f4c +size 43906 diff --git a/metadata/cache/frames/vimu_000306/frame_02.jpg b/metadata/cache/frames/vimu_000306/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf224bacdc6fbaceed46a0299982f86e51e51ad1 --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e1e8201ec95d6f6a493a40adf49ef9e3d734e10abb0cd74cfbfd202e7e6eee +size 53730 diff --git a/metadata/cache/frames/vimu_000306/frame_03.jpg b/metadata/cache/frames/vimu_000306/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77de8f6446c7bf360f1cf11d751bdbf9d4aa1cae --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9cf21ec3a8ff686efd06bb71e23d627debd0cb88c28e9650d2bdefa955d51a +size 37688 diff --git a/metadata/cache/frames/vimu_000306/frame_04.jpg b/metadata/cache/frames/vimu_000306/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5b94e431fd67270aeaea542777bcaa53d37f060 --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9a352f7a9b3a9b5498621c76f3e53522adac90366a67f7687086195c043570 +size 39204 diff --git a/metadata/cache/frames/vimu_000306/frame_05.jpg b/metadata/cache/frames/vimu_000306/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a259955d6e493a032fa31042b18934fcc7838ea --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc674e90e7b969389f74d3c5a5b08203fcf1602f6ae538d6e496721b4d3b1fb +size 43399 diff --git a/metadata/cache/frames/vimu_000306/frame_06.jpg b/metadata/cache/frames/vimu_000306/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d45090dcdd7d08a5ed64726f49771b0b6eabc25a --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e17b2958d9c769259bc5b9b22fa9aab06c854b96778b4c597f0bd63b594572 +size 32385 diff --git a/metadata/cache/frames/vimu_000306/frame_07.jpg b/metadata/cache/frames/vimu_000306/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e2409f4118bd0abff9fd811e578c680e80d9b48 --- /dev/null +++ b/metadata/cache/frames/vimu_000306/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ffd46f5f37249222a081fac30f01b1af35901b331cc4a0dc3d8b5650589e59 +size 33359 diff --git a/metadata/cache/frames/vimu_000307/frame_00.jpg b/metadata/cache/frames/vimu_000307/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e6364d31c37ebce985af07051fb1f9eec41eaa --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216200291c98cdee76b701491a1b23251e6be58cb56300d994e60c3287486e33 +size 40587 diff --git a/metadata/cache/frames/vimu_000307/frame_01.jpg b/metadata/cache/frames/vimu_000307/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..514f837a00b2b2d16280209ab1f3a172757b6dd4 --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e37d3e1270f418da054e6adab2825c933f5c7ed1c7a561b14f8c39ea7871286 +size 41434 diff --git a/metadata/cache/frames/vimu_000307/frame_02.jpg b/metadata/cache/frames/vimu_000307/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea3b64cffc8ae1622eb495d930b7cdb40fa2404e --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083756e9beed566f45ca43bf0d3dc5e925cc413427ac1f6393895cf7331bf970 +size 39959 diff --git a/metadata/cache/frames/vimu_000307/frame_03.jpg b/metadata/cache/frames/vimu_000307/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd3a4cf16b94933ba7e414b801446642194916c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ffcdbeb31789928a52087339f462830a164664d11fded3a0d7f6c71ad52bd0 +size 40686 diff --git a/metadata/cache/frames/vimu_000307/frame_04.jpg b/metadata/cache/frames/vimu_000307/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2682a96be3107a9843deba5473adb5714752d93 --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7eefd0a9340804036bad0407c5b38385799d3b41acfa49f79b61683321ad77 +size 42942 diff --git a/metadata/cache/frames/vimu_000307/frame_05.jpg b/metadata/cache/frames/vimu_000307/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c1e37ad1c7d121d87b0c7c02ac82d6a5d1c7fc4 --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0209e233ecf2169471b46035ff6cff65b18812da4cc67236f42f7d6b26597b9 +size 39718 diff --git a/metadata/cache/frames/vimu_000307/frame_06.jpg b/metadata/cache/frames/vimu_000307/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d333ada7744a05c1f7dc6ab31ebbab91a492ae72 --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97beee72f85c114ef12c594fe601b91ae77ec8bdcf8827b36f31c68930afa2ab +size 33410 diff --git a/metadata/cache/frames/vimu_000307/frame_07.jpg b/metadata/cache/frames/vimu_000307/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52d58aa8f51c6b6ee49531437a755d608be8d2d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000307/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2333acf3f3237e5013a3417067530eff255c5660c5288c6bb28339fdef7dcd6 +size 39077 diff --git a/metadata/cache/frames/vimu_000308/frame_00.jpg b/metadata/cache/frames/vimu_000308/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f20dc40e6f0654cbc3660aa21edd487d422139b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffa5f70d43d072eda53cf0621f60c8715a6801aa02cfe242a93a6fd1575f8f1 +size 33014 diff --git a/metadata/cache/frames/vimu_000308/frame_01.jpg b/metadata/cache/frames/vimu_000308/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e76625b9ffe8ef6f358df50f7d9920353dada31e --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c98f17520cacec144ff9b4800e869ee28116842b2d16c4b64d6e01f260fc88 +size 30120 diff --git a/metadata/cache/frames/vimu_000308/frame_02.jpg b/metadata/cache/frames/vimu_000308/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf09a56e7f939f7c46c14426712215839f40071b --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a6b863154991bba1d07c6980de2aec8784e4a1ed3b9f5d31d4e5ac21fae92f +size 29866 diff --git a/metadata/cache/frames/vimu_000308/frame_03.jpg b/metadata/cache/frames/vimu_000308/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52310ab79cf47af76c3ebe53db228b13231112d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8732b8da9fce7f67268675120b9d626ef519b61892c415e33c04c363cd2f856d +size 28996 diff --git a/metadata/cache/frames/vimu_000308/frame_04.jpg b/metadata/cache/frames/vimu_000308/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fc67ae9d3fa394388f10ac37145bee54dfdef7e --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57375eabb64e4e1ba777beb1c6fcec448ceb98809a8b2dd2759c0983040df260 +size 28335 diff --git a/metadata/cache/frames/vimu_000308/frame_05.jpg b/metadata/cache/frames/vimu_000308/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..674e6ace40fbde81687bb74660bd2a3455394cfd --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ced7aa7db53b113df09d219ab93b39cb30395507d21017cd94509c0eb78f7b4 +size 28766 diff --git a/metadata/cache/frames/vimu_000308/frame_06.jpg b/metadata/cache/frames/vimu_000308/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1f47f0d561ff811b7bf09725795060ceb217e11 --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74527b266d2c000f6982c189ad97fba362820d051f81d3dbcd8a4eb1be2114c9 +size 28755 diff --git a/metadata/cache/frames/vimu_000308/frame_07.jpg b/metadata/cache/frames/vimu_000308/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0813afaae63b0be081b611c8d635762f52200d63 --- /dev/null +++ b/metadata/cache/frames/vimu_000308/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5574618d83e119028c8a92bcb752f218afe44c295bbb01e1d43c13f280fa6f +size 29639 diff --git a/metadata/cache/frames/vimu_000309/frame_00.jpg b/metadata/cache/frames/vimu_000309/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5221bfc3c51b2786cf12f665eb40cc5c43b20a54 --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a9b26239e8c4851d30dcf5d63ee737c471c6fb689fd520b313025e5f6c4fb3 +size 72616 diff --git a/metadata/cache/frames/vimu_000309/frame_01.jpg b/metadata/cache/frames/vimu_000309/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab47f657684741a535f72ab7fed665686d762cad --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bba30754767d07faa4657a8b296f0e6b396983606c4d5f90302c97cd488905c +size 72052 diff --git a/metadata/cache/frames/vimu_000309/frame_02.jpg b/metadata/cache/frames/vimu_000309/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a3be0a0df59ab5119a6152ae7bdc89725988736 --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92e70d0cba306608a172ec054b834e06a6608f3fc7aaa5d10bbbe512b8278b8 +size 30631 diff --git a/metadata/cache/frames/vimu_000309/frame_03.jpg b/metadata/cache/frames/vimu_000309/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60139e134377c361a2281dfdb0ef8da8af975251 --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c969ffe1e803fa0d2f1762b0c1e7d422aef1df3a3d59c4d5bfec3f2b316cb540 +size 30222 diff --git a/metadata/cache/frames/vimu_000309/frame_04.jpg b/metadata/cache/frames/vimu_000309/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e1d41fadbde955c430ff9565811e671dd124d91 --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d756bdbba62c5222f5ba56704c1a779a5c048639355ef6ee919f1757197ae7d2 +size 28992 diff --git a/metadata/cache/frames/vimu_000309/frame_05.jpg b/metadata/cache/frames/vimu_000309/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..745ef91db03b60d9e1d3c7716cd4bf5f3394e815 --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2750e3784926a3ff21c24007640d0d1f7f7ad3405335e5dbc514e97468b4330 +size 32326 diff --git a/metadata/cache/frames/vimu_000309/frame_06.jpg b/metadata/cache/frames/vimu_000309/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dcf0c7e781d015869971fed2d89c56b3c1860bb --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee4e906b42ff2a73d5daa572416afb92c69d6759e4ce75f983e1de17ff625af +size 25642 diff --git a/metadata/cache/frames/vimu_000309/frame_07.jpg b/metadata/cache/frames/vimu_000309/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96d1d04b6d4a06e3b3eb0008be2ad5e20204b08f --- /dev/null +++ b/metadata/cache/frames/vimu_000309/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845a2575c770c2e667eed0ee60124959cde54e1049d78295085749675033fb71 +size 32348 diff --git a/metadata/cache/frames/vimu_000310/frame_00.jpg b/metadata/cache/frames/vimu_000310/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e617621dada6f06d7c5c49ec5cc264cca350582 --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf95261e3780fb85b3e2ef08d7e6b1b12f874d617765079a9f4579a6d2ce7e0 +size 40223 diff --git a/metadata/cache/frames/vimu_000310/frame_01.jpg b/metadata/cache/frames/vimu_000310/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5468be242f20118f814b5121e6dc036ec08afcd7 --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706441518ab9f175b9bc6f3329d6e3b743dec266d31c840829bc004ff1ef503 +size 42101 diff --git a/metadata/cache/frames/vimu_000310/frame_02.jpg b/metadata/cache/frames/vimu_000310/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe4a269b66e8a3bb29721502aac535fd59d5609c --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbc7bc28ead8db04dfaf89a06494789d82126917f1a41b9b053f7fd316ce282 +size 38808 diff --git a/metadata/cache/frames/vimu_000310/frame_03.jpg b/metadata/cache/frames/vimu_000310/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca3143dd489ba3f8c0ab9f430462ee1859fc35f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646b3561d205dba452e762f5934d85fab1cfb8152df5ae6f6c7c192314814f00 +size 38349 diff --git a/metadata/cache/frames/vimu_000310/frame_04.jpg b/metadata/cache/frames/vimu_000310/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e38a3442fd1a970ab424047e2e929625d0417bc --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc9aed91ef68d6ef5bd575a1324925ab9c9925fc5c036050bde79af7518283d +size 39086 diff --git a/metadata/cache/frames/vimu_000310/frame_05.jpg b/metadata/cache/frames/vimu_000310/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..268236af74ec0b080bf56e1bcd57bc67cbeb823d --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5199f7d7c4e4d12379e20d2b6d061d93d0e40767eff63bfeb4970be048f8060 +size 36630 diff --git a/metadata/cache/frames/vimu_000310/frame_06.jpg b/metadata/cache/frames/vimu_000310/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fc9fbe7dd84db2344df2d01528346951749710e --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4396c9265db6f7a73ae89533dfc92a2d03af1dfbcc472c2081ade487ca2ca5aa +size 34910 diff --git a/metadata/cache/frames/vimu_000310/frame_07.jpg b/metadata/cache/frames/vimu_000310/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b35ab59c4ae708cd44eb8880eacf25d74396bc5a --- /dev/null +++ b/metadata/cache/frames/vimu_000310/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7100755357176e3123f84d3fd55e4aa9b4c1b64985c46b21bf725f4667f40fd +size 34005 diff --git a/metadata/cache/frames/vimu_000311/frame_00.jpg b/metadata/cache/frames/vimu_000311/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8b51c75ebb7efcdaf8d4ee5aa74ccfc5fab8d29 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a875fe627184159fc43b547931773ad6333c5ddafd5bc517c1dbd09de94bf09 +size 88650 diff --git a/metadata/cache/frames/vimu_000311/frame_01.jpg b/metadata/cache/frames/vimu_000311/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b08ff87723d13b65ea322952fca7b11a00593c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62ff9f35cd0d308d57718ae23d643acd437b4aa8214b39983189c2a03c99307 +size 80766 diff --git a/metadata/cache/frames/vimu_000311/frame_02.jpg b/metadata/cache/frames/vimu_000311/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e3c1ad3f7a1adb0d580ce37631a96046d2be452 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99e6a0513425aecf44d26ce901639929a533aa4a02ba2ea33509f682b5eacdd +size 62998 diff --git a/metadata/cache/frames/vimu_000311/frame_03.jpg b/metadata/cache/frames/vimu_000311/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..530f2a8bd421fdaeee345777a55fd071bddbf798 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4a390a1c442a48457c982949d5a2036d7a3aa28e0d6ce302a0d72542b0b234 +size 61710 diff --git a/metadata/cache/frames/vimu_000311/frame_04.jpg b/metadata/cache/frames/vimu_000311/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dd70c1bbc7e55e5b6404316720e0bcd3f9e43a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ab4f8a915b80d2e1e20e07c79144fd71791ab6dc5cf51d04e7067832b9bc55 +size 65158 diff --git a/metadata/cache/frames/vimu_000311/frame_05.jpg b/metadata/cache/frames/vimu_000311/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89576e39cf2037f7988866a39e634672629db5c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c215246f0ba75e5189c6be45962061b38f736807e8ef24b4ea2efdcc4650607d +size 67042 diff --git a/metadata/cache/frames/vimu_000311/frame_06.jpg b/metadata/cache/frames/vimu_000311/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f7eecdca32d0aa964a891ad2b28d566a8a34a87 --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7691701f212ec33797cf494cf741f9ab0580e34037571961c7c742c1fc24cbd +size 72820 diff --git a/metadata/cache/frames/vimu_000311/frame_07.jpg b/metadata/cache/frames/vimu_000311/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8a7018b063e4fd62d0d5396b71c763276f2810e --- /dev/null +++ b/metadata/cache/frames/vimu_000311/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263f5b8dff9d64f9b1f19adf5630a6df6efc4a0a3a2facaf0cae1d5191a259ef +size 73925 diff --git a/metadata/cache/frames/vimu_000312/frame_00.jpg b/metadata/cache/frames/vimu_000312/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..417576dd1ff80e7a176e337e02d4a9507a46193f --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9863aae9e2135717d049e8fa517455f51a6f3cfef99cf499ffa5ed6e502178 +size 68142 diff --git a/metadata/cache/frames/vimu_000312/frame_01.jpg b/metadata/cache/frames/vimu_000312/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c640a716d610679532d8c9bf54413bfae2bd7025 --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3d546b57071e0a7e067bdcb7a74633e923d925b4d19ee7d1a9fab1babff413 +size 67896 diff --git a/metadata/cache/frames/vimu_000312/frame_02.jpg b/metadata/cache/frames/vimu_000312/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5e9fed2fe2084baa1c164c442b2b9aaa9b5b4e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73da2f695a1a3bfe75bd47f3ec52df6b25941ab73c0ea39a74a03fc367db6820 +size 52709 diff --git a/metadata/cache/frames/vimu_000312/frame_03.jpg b/metadata/cache/frames/vimu_000312/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1a524ccddcad4c2918a77771bc6a3d90c4f4446 --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf3d76842b4b94972748a5364c1340ae0cdfa67de2182e722e0189c69377499 +size 54111 diff --git a/metadata/cache/frames/vimu_000312/frame_04.jpg b/metadata/cache/frames/vimu_000312/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7f75062d78091adc6870fe89c0e0679b601acfc --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdeb1ac9f07395dfd2bbbc5fcd092add2fed25e9dd2a4b6dfaf630e94d293c9 +size 53936 diff --git a/metadata/cache/frames/vimu_000312/frame_05.jpg b/metadata/cache/frames/vimu_000312/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f976e68c0014d3cd236c4e3cf07a5c5b031b18a --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d93e8750d7041e78c98590c2398c653f7d6855c9b86a274216cb89b032af47 +size 47116 diff --git a/metadata/cache/frames/vimu_000312/frame_06.jpg b/metadata/cache/frames/vimu_000312/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3735ec8c3a23a7c70f9789377fdcf13f401396c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f54879233ee8ee9bf96fd70377818514ef97cac868349cdc492f91f9b9a3ed8 +size 56277 diff --git a/metadata/cache/frames/vimu_000312/frame_07.jpg b/metadata/cache/frames/vimu_000312/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d603641d872895aa744b8d61270ceac67daa6ce --- /dev/null +++ b/metadata/cache/frames/vimu_000312/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ce2afad82e3ba99567c807cd1cc215543f91cfb74f2178be3d547af12bb067 +size 61916 diff --git a/metadata/cache/frames/vimu_000313/frame_00.jpg b/metadata/cache/frames/vimu_000313/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8233ddadb93002904ac95882edd4730aeccf1503 --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa69c0343b1715a76b979d9480ac2a5c4e2073150e04fcb940627de8d32c609e +size 55008 diff --git a/metadata/cache/frames/vimu_000313/frame_01.jpg b/metadata/cache/frames/vimu_000313/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b8f04c0aad5808f848342bd441ef6e8a5ea97c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb396353668916a7c3d3e8bd22f99de74ae890b1ca47d1f0cb0abffb22d6bfa6 +size 26280 diff --git a/metadata/cache/frames/vimu_000313/frame_02.jpg b/metadata/cache/frames/vimu_000313/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73bc442b68e1dd22d08484f928dcdcb3d81b42ab --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0c0e3b16c12f199fd993172d502b201edd29663a307473447ddc5aa4cde28f +size 37797 diff --git a/metadata/cache/frames/vimu_000313/frame_03.jpg b/metadata/cache/frames/vimu_000313/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb08fae8cf4fcbbe0970fbf96da516042167b3e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613252746b24975c4606f4cfee536fa2e88e8c38690d75f1466917df02ad06fe +size 49415 diff --git a/metadata/cache/frames/vimu_000313/frame_04.jpg b/metadata/cache/frames/vimu_000313/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..008a262dc90f67ff0da25800fd84be8f950633ad --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae626f240ee762543b6ac6577be23f77ac9fbe9004fe52f5307d6e63418091e +size 68467 diff --git a/metadata/cache/frames/vimu_000313/frame_05.jpg b/metadata/cache/frames/vimu_000313/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9a763edbcda6c65c4eed9b74a6f315987ee79c --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1621af738d93be60b1cc487a787a887085f60ab57c55c088be3cdb6f6f392d48 +size 72165 diff --git a/metadata/cache/frames/vimu_000313/frame_06.jpg b/metadata/cache/frames/vimu_000313/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caab04dcc0b975c98927b2c98ff5256de23ddbd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cf119231ffcdc03163f8efb4804bc325d2b0abf80e355c2a311e0e93f79d29 +size 76236 diff --git a/metadata/cache/frames/vimu_000313/frame_07.jpg b/metadata/cache/frames/vimu_000313/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..116583e050e2a245c25210034860acffe9e4041c --- /dev/null +++ b/metadata/cache/frames/vimu_000313/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60bd5ae9412768ad5022be0672fa598d458efe227458f9ca885738141d6fff8 +size 66224 diff --git a/metadata/cache/frames/vimu_000314/frame_00.jpg b/metadata/cache/frames/vimu_000314/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d38b8760ac1fd0d76ddc09372e9c9959f547071 --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b103471a0a09953a061863fff88c58ca292e1f25dffa66607deee725bc0d947b +size 49496 diff --git a/metadata/cache/frames/vimu_000314/frame_01.jpg b/metadata/cache/frames/vimu_000314/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02de73be2fe9c63c2411f14e5f74baa10fd5a3ee --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9823e2c43171ccb5751d510a9368acb54d1713bd8931081a51a401f8266ac8df +size 50185 diff --git a/metadata/cache/frames/vimu_000314/frame_02.jpg b/metadata/cache/frames/vimu_000314/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c2d009fc87495efcd6fb215cbebb3f7350e132b --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f8313ea0d2859378d9427fa13773e385707fe63d806efe162c8bf372acb8d9 +size 60253 diff --git a/metadata/cache/frames/vimu_000314/frame_03.jpg b/metadata/cache/frames/vimu_000314/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea6400eefcd8affbba0ff7c64e636808735373f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6360a6b956d5aaff1bdcaa36e52d9015aa10cd8cea0c4c920535da8d4a7d982 +size 59278 diff --git a/metadata/cache/frames/vimu_000314/frame_04.jpg b/metadata/cache/frames/vimu_000314/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cef390b73af4a880e388ed40ee2fc024fe7144bb --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c55d4ede3b824d76a37bc9e9ae221c1ae4d374a9f1d3e8ce5874cc2118bccb +size 61253 diff --git a/metadata/cache/frames/vimu_000314/frame_05.jpg b/metadata/cache/frames/vimu_000314/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7533bcd571db599c91d432c9b6f8af36532c83a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ade6cf4d465a17a571bea1e8fe76e58d0ebbd870dec24e8ac4b2ccd79e9b040 +size 56010 diff --git a/metadata/cache/frames/vimu_000314/frame_06.jpg b/metadata/cache/frames/vimu_000314/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97ab71a59abbe599ed3002e93be4ec3e89b17be5 --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70e5bd266532740da3741fe597ef176d433a4bd4348f4a49efb2385c34bbbae +size 49079 diff --git a/metadata/cache/frames/vimu_000314/frame_07.jpg b/metadata/cache/frames/vimu_000314/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e446f2479349e511a25f2e0f22f81fbe460a319 --- /dev/null +++ b/metadata/cache/frames/vimu_000314/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c90ce456f8587da1a150cf3dccbd7738091bc96f128db5757b47ed685844fa +size 46732 diff --git a/metadata/cache/frames/vimu_000315/frame_00.jpg b/metadata/cache/frames/vimu_000315/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..786464b64f1d740e894017417cad7b5937a34f7e --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4880951b900381e7f315ffc5aa75c2e140f8e670b8858e733bbd88db3a97d5d +size 37078 diff --git a/metadata/cache/frames/vimu_000315/frame_01.jpg b/metadata/cache/frames/vimu_000315/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..768688e3c8b8a153e40f721c81bfb0f63e173ec9 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6762815377c929a50ba6257ed7dae9784687ac9092e11e86c828a0c51b939b +size 36524 diff --git a/metadata/cache/frames/vimu_000315/frame_02.jpg b/metadata/cache/frames/vimu_000315/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffcf42843d536bfae0a38e7db29b4ff33a7692f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b0fad57e665695efc5bd600fc6710f30ac45b4212d6e7ed37e82c4456accd1 +size 35889 diff --git a/metadata/cache/frames/vimu_000315/frame_03.jpg b/metadata/cache/frames/vimu_000315/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83be0592186c2cb60a2612fed537393cc5721308 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7617d8e7589f05e7b0900c0fb159e39bf1ee69fd8cf9f46eacff244f68f7ebfa +size 36656 diff --git a/metadata/cache/frames/vimu_000315/frame_04.jpg b/metadata/cache/frames/vimu_000315/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0291c161ee7e05a225d6aea1782c52016ca27e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea979121aafc05566fab7303b7f1f49cbc714801fa3261513c6aaac65929736 +size 28252 diff --git a/metadata/cache/frames/vimu_000315/frame_05.jpg b/metadata/cache/frames/vimu_000315/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18b820868495e79dce6e842119e88acc98a2e183 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ba6ada03380ee73df8c9000544203cf7d20faa886fb1ab1957930de2751cb9 +size 36081 diff --git a/metadata/cache/frames/vimu_000315/frame_06.jpg b/metadata/cache/frames/vimu_000315/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15f1eb626e2eab31e5b4d22775e522a60ba17199 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0e4a1e0b33d76d308ac9011930df0968cab8776d4bbf172ab2444ef8fdf9db +size 23989 diff --git a/metadata/cache/frames/vimu_000315/frame_07.jpg b/metadata/cache/frames/vimu_000315/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee020fc472cbdb84d4685a12fc0cd7dfe1f057b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000315/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84d1fcd9345d141c9367a31cd55dc7554731f204c77e2f06a9abbd44ded9b3 +size 47470 diff --git a/metadata/cache/frames/vimu_000316/frame_00.jpg b/metadata/cache/frames/vimu_000316/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9ff4a6efc183497900f9ce5399c2386f8e23f0d --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c877110827e1f8c5707c66964fbf6754e16d88c800410dd818a4874a43af515 +size 38759 diff --git a/metadata/cache/frames/vimu_000316/frame_01.jpg b/metadata/cache/frames/vimu_000316/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c8aca8704fa3889d51ceb352f725e6fb47a0ce5 --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d153403f1a4d03502963943d891527c233f1fd6df06f56933b2ae4a60239dd +size 39358 diff --git a/metadata/cache/frames/vimu_000316/frame_02.jpg b/metadata/cache/frames/vimu_000316/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be973ea94999090820a65a7bc9831a00891888ca --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148ce20326da27cac27bb1c060701dcaa7c1d483ffd7f9292987387259152041 +size 40367 diff --git a/metadata/cache/frames/vimu_000316/frame_03.jpg b/metadata/cache/frames/vimu_000316/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7f2c3b39a7769c25ca9938bfdf7507364c3847b --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951703fbdb93af230d0d5ba163609bf7c606ad57eca34708c7db783423795ab7 +size 40686 diff --git a/metadata/cache/frames/vimu_000316/frame_04.jpg b/metadata/cache/frames/vimu_000316/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b950f500b94c3321378764d4d39796452866661 --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73140d117e9e0ebcf7530c06232578f642f4efbb861f3e0fe887406dd44b46be +size 37573 diff --git a/metadata/cache/frames/vimu_000316/frame_05.jpg b/metadata/cache/frames/vimu_000316/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..812e5e01343832d8cb686b81b84c9f76237e8082 --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3628ba3724bbb29dbcbd2c8c51487f3f36f1c054afcd1846d6f57fbcdad4115 +size 36834 diff --git a/metadata/cache/frames/vimu_000316/frame_06.jpg b/metadata/cache/frames/vimu_000316/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bc8c5b97e8db9f5d924fbc8a95547291c9e4f08 --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ed4a00b710536897076f163b65a0456f2f24e411e08155a6b39f0e9eef86f5 +size 37660 diff --git a/metadata/cache/frames/vimu_000316/frame_07.jpg b/metadata/cache/frames/vimu_000316/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55618a1cf64dac2fba810c9b24179eea0dfa8fa4 --- /dev/null +++ b/metadata/cache/frames/vimu_000316/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d738bf909fdc3c4342ff58559462b1f45cd04cb75ae3cdbb59fc3c8b6d560cf +size 37651 diff --git a/metadata/cache/frames/vimu_000317/frame_00.jpg b/metadata/cache/frames/vimu_000317/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b7cd75410fb344d086ac7782b484bc019301c32 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444234b5bc6fc77886ce3d0650339a25ecf43857c1e49b1c8988fe40ce6d6dd1 +size 35388 diff --git a/metadata/cache/frames/vimu_000317/frame_01.jpg b/metadata/cache/frames/vimu_000317/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf1783b0cd7a41f94bb7211fca9bec9b3052a748 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e9bbbc10859e2b6165e7c7bd7d340a1510aae0ee1b79b1f5bd48e83f58cf1f +size 32224 diff --git a/metadata/cache/frames/vimu_000317/frame_02.jpg b/metadata/cache/frames/vimu_000317/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d87f11539d39d66643f963e86dc246941a886f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9203a8c4fceecd5d4b5c983fe17f1ecd4a4d7015aaf4914953d5d739852f3b82 +size 43744 diff --git a/metadata/cache/frames/vimu_000317/frame_03.jpg b/metadata/cache/frames/vimu_000317/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1f2adb70588b83a4cff3c1348b8f05b2576708 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7b1296c6ea148d95afbb2e129bdc644d78a6af5538a0da294b309bd88d3528 +size 58544 diff --git a/metadata/cache/frames/vimu_000317/frame_04.jpg b/metadata/cache/frames/vimu_000317/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c086a8c3a0d4c92a9a5c8e64fc3360953587d9d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ec784e023b832e884efbf854f8102963f00933452a28aa4e297be1e9c035ae +size 60032 diff --git a/metadata/cache/frames/vimu_000317/frame_05.jpg b/metadata/cache/frames/vimu_000317/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da1b52d12fd31ff7e165df9e367460dc4b54f868 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54ecd18b4d1e017e507c92d64b2a88ff573c8ab7ab8ddd9d6c916c440c122cd +size 68906 diff --git a/metadata/cache/frames/vimu_000317/frame_06.jpg b/metadata/cache/frames/vimu_000317/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..674f7accb2bceeaca9e866d1f31b702f1d0f648f --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc63ab0dcc34a94b8d48fa58de22ea3927740d2806b1262e66db9c2d006f280 +size 64828 diff --git a/metadata/cache/frames/vimu_000317/frame_07.jpg b/metadata/cache/frames/vimu_000317/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..577e426f2033225fdeda667bbab53ae65158c254 --- /dev/null +++ b/metadata/cache/frames/vimu_000317/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f707e400048a609af96271c9362c243b146d08c21882e9b707ad9fab702e6968 +size 40245 diff --git a/metadata/cache/frames/vimu_000318/frame_00.jpg b/metadata/cache/frames/vimu_000318/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc8ef9e8a2ea63c33ce15808d71d91b42bbe0aa --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e62550d60986801520183891fde78ca422dc4c56a2becf195920ddaa6ab2fc0 +size 40381 diff --git a/metadata/cache/frames/vimu_000318/frame_01.jpg b/metadata/cache/frames/vimu_000318/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77a13c8b714507fe3afea1bf0a58502b761e95b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0f262fd0684c6416de6b008059685c59b39789dd943d559f21765e89406d4e +size 34701 diff --git a/metadata/cache/frames/vimu_000318/frame_02.jpg b/metadata/cache/frames/vimu_000318/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50178b8b7840426e47aaf3c89571301fa6b9bbc6 --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40805233d6b269dcadf1e62359c37efdef04876dd793da4ad1b2f51e7f1cb591 +size 42485 diff --git a/metadata/cache/frames/vimu_000318/frame_03.jpg b/metadata/cache/frames/vimu_000318/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f1420b97facdd8d3f5d0b4b28412284cc168881 --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fa4277265988a083762e30c11c5f65409661d47536c937e1f5f03859b5442f +size 34889 diff --git a/metadata/cache/frames/vimu_000318/frame_04.jpg b/metadata/cache/frames/vimu_000318/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65dc3a2fad0119cac8e3a70489284797ce88de8d --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfa62d9246ead106d618d5c665ee5012d9079cd1b752d6972b1fe144c30ff99 +size 38168 diff --git a/metadata/cache/frames/vimu_000318/frame_05.jpg b/metadata/cache/frames/vimu_000318/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe691615bf1b9296762304cccf50d1644b7d1c71 --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10b7138874f606e84818a07397e623b7b217c32ef8f5aab2ab5d4756b082872 +size 39170 diff --git a/metadata/cache/frames/vimu_000318/frame_06.jpg b/metadata/cache/frames/vimu_000318/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a2f2cd382bf03477fdb3f64912604f6ba7cbbf6 --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730b95609020fd28155780a8fd43b7a15e2db875d3876fe32cc39d3941464e03 +size 38391 diff --git a/metadata/cache/frames/vimu_000318/frame_07.jpg b/metadata/cache/frames/vimu_000318/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a875f398ef6f4defb413d24a9164b49090ca65bd --- /dev/null +++ b/metadata/cache/frames/vimu_000318/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0564056c54f23d4786f16adb9811feb1fc6bcfc2ebbbc2f759ce8703dcfac9b6 +size 39550 diff --git a/metadata/cache/frames/vimu_000319/frame_00.jpg b/metadata/cache/frames/vimu_000319/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ac60c6b8f3182569b709e0312258b8578171d59 --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f2c557081f240c6a99ca0ea437617f4812f7a43e8c11d4e2a0447b80f12946 +size 47041 diff --git a/metadata/cache/frames/vimu_000319/frame_01.jpg b/metadata/cache/frames/vimu_000319/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31fd77be9cd285b175b9aa50f927b71823ee328a --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872c96df536ed28bfddd36c38cc60b690684a17d608f4c39b61f43b1f925341d +size 48941 diff --git a/metadata/cache/frames/vimu_000319/frame_02.jpg b/metadata/cache/frames/vimu_000319/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e86ea128c3ef373d90d211ad8df2aec09579194e --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9110ea28dfea56c5ea11f4a844844019d2ad24427cfd56fe63cf9d1846cb63 +size 40544 diff --git a/metadata/cache/frames/vimu_000319/frame_03.jpg b/metadata/cache/frames/vimu_000319/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e51140978787e6a09036870502adb301d532ae7e --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb4f5ad07b2b944bbdbfa83be70d80f039b8e09269abc0293675af5568c8c99 +size 36858 diff --git a/metadata/cache/frames/vimu_000319/frame_04.jpg b/metadata/cache/frames/vimu_000319/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e29a9c464797cffc86ab8896387f0f5e4e3bc086 --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4bc79797a52f506a04ce77b76deab899bbdd1e5fe10a4d66aac9112a5734f7 +size 44098 diff --git a/metadata/cache/frames/vimu_000319/frame_05.jpg b/metadata/cache/frames/vimu_000319/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..689fc4dc13c9421de9e79fd8cb6fe389d0300b59 --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6ce453686e2dd60254325dc79fb192eb08d5674eadcea4bec2d016c0e16956 +size 55761 diff --git a/metadata/cache/frames/vimu_000319/frame_06.jpg b/metadata/cache/frames/vimu_000319/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d313b8d832533b0f9efa1bffc8b52760f56ac2a --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97fd62792a6128302403413638bcbb74fde2765b4dd29b9fc5d29d6ed5958c9 +size 43723 diff --git a/metadata/cache/frames/vimu_000319/frame_07.jpg b/metadata/cache/frames/vimu_000319/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..823f9af7232838440a18ef329614aebda416a897 --- /dev/null +++ b/metadata/cache/frames/vimu_000319/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0bd118c83d8cd58450a8b9d092123ce2b4b9ec1d43afd9646ce678ba54bca7 +size 37525 diff --git a/metadata/cache/frames/vimu_000320/frame_00.jpg b/metadata/cache/frames/vimu_000320/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd2398403396ee0c28b79ff96118ca4080b5444f --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2d6363785486a982f71c85a2e72bcfd5d0e93baf8226e9f36c1d9c4554fa17 +size 38486 diff --git a/metadata/cache/frames/vimu_000320/frame_01.jpg b/metadata/cache/frames/vimu_000320/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38990edff6060167c1f6fa8c0b0ffad7ab45e437 --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5999aa3ba962b9a9bab807b2e265492bbb458edfeb3f087964c48bc0838b592 +size 41500 diff --git a/metadata/cache/frames/vimu_000320/frame_02.jpg b/metadata/cache/frames/vimu_000320/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40313d7815424e7d0d5982f1ef5ce35a58087a19 --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6661125b610a8cf6c5fdf76df8a60663ff1b5e5928b51ddd9e9b8718b5ff57 +size 43304 diff --git a/metadata/cache/frames/vimu_000320/frame_03.jpg b/metadata/cache/frames/vimu_000320/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..242e04bc64b6531409078dc732964b2eab7b4fbb --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5f972d1ab5ee01ae4ee260b3c47a5d6fb3d73e45a8b9f96e81857f6e52641b +size 43915 diff --git a/metadata/cache/frames/vimu_000320/frame_04.jpg b/metadata/cache/frames/vimu_000320/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4f8db83cd1149d42294a91a7b23e7eaaa5897e --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d1c6926fe694c6df6856e7d200c8501c934646aba2b9e8f78441fdad6f8c6c +size 43290 diff --git a/metadata/cache/frames/vimu_000320/frame_05.jpg b/metadata/cache/frames/vimu_000320/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f646e45c58dda7448893a8ca6591aa273e285954 --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683378bc0f0f137383bc9a4cb8c5d8817f9e1e47a7ef23dfa7bfb0cdbd4828d6 +size 41049 diff --git a/metadata/cache/frames/vimu_000320/frame_06.jpg b/metadata/cache/frames/vimu_000320/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b4ae80ab7a7c05c7efe79e1d6aae41eef896526 --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601c6a800fa97f8a36f0e80a3e39742d49b401cbb779cc301c66d428052773be +size 42182 diff --git a/metadata/cache/frames/vimu_000320/frame_07.jpg b/metadata/cache/frames/vimu_000320/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bed83350fd66b0f624670f0bfbcba18503c6ac1d --- /dev/null +++ b/metadata/cache/frames/vimu_000320/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98abe05d5e4ca77ea8bd9253191750c25e6875fdc7f3547d7949a9a81765a361 +size 18007 diff --git a/metadata/cache/frames/vimu_000321/frame_00.jpg b/metadata/cache/frames/vimu_000321/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2823db5be1ab04ad49a5a939933b959e72771c25 --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e3ff5c27d74987336d314301502ebf13ee2ce0bc468654437958c90c0ffc9d +size 31088 diff --git a/metadata/cache/frames/vimu_000321/frame_01.jpg b/metadata/cache/frames/vimu_000321/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2ec27dd83a87bda7552c1ea9827741dd08e8b14 --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc270dec820e8ceac482565cf30883de3bd7e788cd21bb415a5b0c8c75be9890 +size 32449 diff --git a/metadata/cache/frames/vimu_000321/frame_02.jpg b/metadata/cache/frames/vimu_000321/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe8730552da371d1e50b355cd28b7fe6942de50c --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5296644a91b1665a12e2a8f3fd71595a4a21e353e86ff6935da10c591c2497d9 +size 33688 diff --git a/metadata/cache/frames/vimu_000321/frame_03.jpg b/metadata/cache/frames/vimu_000321/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b82f24376261a2d846c0e32e642ca224d02c9676 --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e62fdf86f1cdcf5c6b49b6ff5fe77766e6b263118c56010da2818207c41b97 +size 30576 diff --git a/metadata/cache/frames/vimu_000321/frame_04.jpg b/metadata/cache/frames/vimu_000321/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62aabf89829c9e79c742a316ef1807ece8cb76d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af1c9880f997745a9ffc0782520ca80a6dbae9a1f732b9703b83a5bb03df3a4 +size 29610 diff --git a/metadata/cache/frames/vimu_000321/frame_05.jpg b/metadata/cache/frames/vimu_000321/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c756aedb20668c517b17582a49e8fbd5f6fc533c --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffef30011b3fcdb58d2b5d48dc6c8a6bb0e33beff2d0c373a33d55e77061f73c +size 30062 diff --git a/metadata/cache/frames/vimu_000321/frame_06.jpg b/metadata/cache/frames/vimu_000321/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1d441d25420b2f46af76199a66fbb253943e623 --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d27e2710e7f5fa1a6056e3c89e37d543fe64895a1384526914709fbaa927fd +size 31124 diff --git a/metadata/cache/frames/vimu_000321/frame_07.jpg b/metadata/cache/frames/vimu_000321/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbd8cbbca5998e1d62c22ed6f6bc33fe7fcd530f --- /dev/null +++ b/metadata/cache/frames/vimu_000321/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8992241d29dc69ac309ad8be6c647f1e8b8e9d6350d8dde54eb619eff11c5664 +size 32451 diff --git a/metadata/cache/frames/vimu_000322/frame_00.jpg b/metadata/cache/frames/vimu_000322/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ffa33d60dc75057cd9b9e4d7f9a693175884bf --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50e2ad5fb7dde37ca234631bf9820773fc65475453023fe6765fc128390315a +size 50707 diff --git a/metadata/cache/frames/vimu_000322/frame_01.jpg b/metadata/cache/frames/vimu_000322/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88637c8cbaf97aa7eae736bbfb46810a31da6b32 --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ea471678358e7980766ad176905fdf1ee9ba2f97c94fc07a426966cafb7ccb +size 50520 diff --git a/metadata/cache/frames/vimu_000322/frame_02.jpg b/metadata/cache/frames/vimu_000322/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4266d93c8de134cadaa5177f78932c291677b202 --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dbefc47759ecd6a560b86411940fdbdf63e74786a8f7dd6c62b7093a4e53f0 +size 45881 diff --git a/metadata/cache/frames/vimu_000322/frame_03.jpg b/metadata/cache/frames/vimu_000322/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37a2387ad5d897af6ee9fd727d057c91c0d06929 --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804afbf1b99d58bd2d519b8339737575904ea5e19768eff65dd9a602771ebde9 +size 43226 diff --git a/metadata/cache/frames/vimu_000322/frame_04.jpg b/metadata/cache/frames/vimu_000322/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb911be79d618f6badea1b20c91432ed410b754a --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe35c96c77ac61601236dea58e875a4e5025a0e3b9ae5bb645f1884c7b2ce1c3 +size 43698 diff --git a/metadata/cache/frames/vimu_000322/frame_05.jpg b/metadata/cache/frames/vimu_000322/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3c94ff93dfb0173759a5b642cd9e9b81a3f794a --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2341bd6bfbfcfffdd9d8061be9f2e74dec3491182405147e4ecf343cd581e8ac +size 49115 diff --git a/metadata/cache/frames/vimu_000322/frame_06.jpg b/metadata/cache/frames/vimu_000322/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d77a73d8d4c6945bfdba8335a97a5963040b5ef2 --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7ca16773629411b85f0caf88abd1e6c4da85ecf70bae0bc9051694a6cf29b9 +size 39269 diff --git a/metadata/cache/frames/vimu_000322/frame_07.jpg b/metadata/cache/frames/vimu_000322/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95563923e27c2a254517b40a5fdf6cfba12efac6 --- /dev/null +++ b/metadata/cache/frames/vimu_000322/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8888ee7c1b5e54229f128979670a2a9be07d2b82f013f6af4e336e1b6dfbd5c1 +size 24683 diff --git a/metadata/cache/frames/vimu_000323/frame_00.jpg b/metadata/cache/frames/vimu_000323/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb8dc416bf14a69ed7137387417881f778484aca --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79bc8ff9129a59ee998445a4eea9618b803bbb4efd7ca58fe8f935c0e651e98 +size 38068 diff --git a/metadata/cache/frames/vimu_000323/frame_01.jpg b/metadata/cache/frames/vimu_000323/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c93101dd94014161213e8a66c1f8035e7d5b020 --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1288002dbc5e6f8594a8b1eb2c7b64c0fecc3c7beeff487d67358c1cc926ee +size 37678 diff --git a/metadata/cache/frames/vimu_000323/frame_02.jpg b/metadata/cache/frames/vimu_000323/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c27d14888dce4231906d91d883c1723a2aecf52 --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3c804b219df55968ae166095c0490b29367d9d3ec23eb1eb9a05a3f09ac3f9 +size 36511 diff --git a/metadata/cache/frames/vimu_000323/frame_03.jpg b/metadata/cache/frames/vimu_000323/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b7d7c13f97234106fe8d15f3f5eb0cc52cb212d --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eadd62529b0dfb847ee8c2d4f039a1bcd762e51707eb7bc44ae2ed21461f508 +size 36123 diff --git a/metadata/cache/frames/vimu_000323/frame_04.jpg b/metadata/cache/frames/vimu_000323/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3643d1c018b0a019ea3a21db7877c0adb20a39d4 --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c222dcc3fb47e6d7395e9a29d289300bb049395ccb351695508f8cf0da36f5 +size 37491 diff --git a/metadata/cache/frames/vimu_000323/frame_05.jpg b/metadata/cache/frames/vimu_000323/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..185d03a107f3f4c2c1f4277298becf33cf76c452 --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7e5fd0c860f5f755185f4c5f7dcc398ae1f4d155a179f8faa21bc23b4c4d8a +size 41500 diff --git a/metadata/cache/frames/vimu_000323/frame_06.jpg b/metadata/cache/frames/vimu_000323/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e301674303abc1fff8a6bf1e4a1ca23e67954e68 --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823ea33a60d0e3ff2faf67695fd0a15839cc60eb3298d8ed94d008ddc1024f82 +size 45175 diff --git a/metadata/cache/frames/vimu_000323/frame_07.jpg b/metadata/cache/frames/vimu_000323/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a0af9370e30758b80b2226b7bbb83fc20c9255c --- /dev/null +++ b/metadata/cache/frames/vimu_000323/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eeaab27608b241456e498cc6a2c470e0f0238c6aae1c38173df537fd6640c28 +size 45896 diff --git a/metadata/cache/frames/vimu_000324/frame_00.jpg b/metadata/cache/frames/vimu_000324/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb824e9e62a34f056d1e36ceaed1d3a67f066c18 --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e15ec171ad6dc5718327e8ad048439459703c59300298a883d1a4e7bae1c96 +size 30686 diff --git a/metadata/cache/frames/vimu_000324/frame_01.jpg b/metadata/cache/frames/vimu_000324/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82bbe395598d31599ad2418427f1bba7525421a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974f79fe807e97d0c6941055b103718c52242156430ebb1f868bb96ce5ec0be8 +size 33516 diff --git a/metadata/cache/frames/vimu_000324/frame_02.jpg b/metadata/cache/frames/vimu_000324/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96c929cf4fb5fd70e3f6ddfdb5948a8b2647eb7a --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c63ff176a3b0061d2495872f9d77c8c24ebad00bb6a2e978b6d797386d3c62 +size 34455 diff --git a/metadata/cache/frames/vimu_000324/frame_03.jpg b/metadata/cache/frames/vimu_000324/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47c8a06e41ac23aff26e052786d6c2123cbcb735 --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d729ea95e065992901bec0df9bb3ace81a0478b32279ecf1981d95e386914a2 +size 35726 diff --git a/metadata/cache/frames/vimu_000324/frame_04.jpg b/metadata/cache/frames/vimu_000324/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..febd0eebf9ab0595380238e46244be8d8365923e --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac04212e2253f33d375de8336accaac84b62b66c4f337ba9603ef9e82d1f7f29 +size 36496 diff --git a/metadata/cache/frames/vimu_000324/frame_05.jpg b/metadata/cache/frames/vimu_000324/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7835f741ffaedd8fd0b98ff2524ba8ef13d1965 --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e433a48fda90ddfa2e8b9c815c0712ce43a8d7cce30300d481f5424c911398 +size 25225 diff --git a/metadata/cache/frames/vimu_000324/frame_06.jpg b/metadata/cache/frames/vimu_000324/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b31f16795f186669a7d33cad4334b93ae681b672 --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1774c8a9092139bf222475f0669f3f82c112c4bd2f2e79d4245b3e7463d1326 +size 26594 diff --git a/metadata/cache/frames/vimu_000324/frame_07.jpg b/metadata/cache/frames/vimu_000324/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92e15c693b0c27541f9520b683cbddc19dc5e046 --- /dev/null +++ b/metadata/cache/frames/vimu_000324/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce534efabf2d752375f1deb4b529c351330c7f60a7970364f641f77286324ec +size 23366 diff --git a/metadata/cache/frames/vimu_000325/frame_00.jpg b/metadata/cache/frames/vimu_000325/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb1a15886d3cc700d748607166271d377a8637e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bd835e9812a3ff232565c8a352bcf3af542e78aedaeb6056dac0224575b679 +size 38995 diff --git a/metadata/cache/frames/vimu_000325/frame_01.jpg b/metadata/cache/frames/vimu_000325/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4847d0f01410eaa8b6502b3e80a3bcd2ed1c8f01 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cda921bd27b8aac367abfa2fcfe3a257ff31b591852848f8e61ea3ab3ba162a +size 40966 diff --git a/metadata/cache/frames/vimu_000325/frame_02.jpg b/metadata/cache/frames/vimu_000325/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e2e8a358e1ad4a693da8c84949fcaf95e168c50 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f30024f6bd83a3e495c4c0b7a0ae6360c3f62c2433077ce6abcc55d79ad360 +size 42419 diff --git a/metadata/cache/frames/vimu_000325/frame_03.jpg b/metadata/cache/frames/vimu_000325/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b200467b0e8c7e55be3d801715cb0459f3bcbbc9 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a7c32d7fd1a951650a27b12cb34447cc628c9476b4cb25991ff6c762cc46c8 +size 43219 diff --git a/metadata/cache/frames/vimu_000325/frame_04.jpg b/metadata/cache/frames/vimu_000325/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1919724cca7a7eb1832685848e3219d9d1c03bd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33de232e4e21aca656b34be9844f804fb25d4d155010f1c507f56042704a4287 +size 42439 diff --git a/metadata/cache/frames/vimu_000325/frame_05.jpg b/metadata/cache/frames/vimu_000325/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0205b58bc325f33d681ce4880afce8793e6450c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23871fc0387a42cefdf2f52513aab173395624e77b94d14bc4c05520c2445561 +size 43127 diff --git a/metadata/cache/frames/vimu_000325/frame_06.jpg b/metadata/cache/frames/vimu_000325/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1995d6c212f9967ea34463f1198be621591cd851 --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2d9f4fc486223ace785188888cc83990e8d2120fc649943ad6ed3aa0056bc7 +size 44015 diff --git a/metadata/cache/frames/vimu_000325/frame_07.jpg b/metadata/cache/frames/vimu_000325/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..affa8a3eb1995699626d19d215936e6a8623a15c --- /dev/null +++ b/metadata/cache/frames/vimu_000325/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2b392b87a3e13c73637d2509c0098b4ba50985d782e05b043f13da486695df +size 44145 diff --git a/metadata/cache/frames/vimu_000326/frame_00.jpg b/metadata/cache/frames/vimu_000326/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f124a40dff02ccde429550d804af35a3bd4ff29c --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4bedf8e68e9a13129ab7fc201fdab3edef1bcf50321979b35c238af30fab2e +size 57594 diff --git a/metadata/cache/frames/vimu_000326/frame_01.jpg b/metadata/cache/frames/vimu_000326/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a81158c8bfce4e986ab58c1c4696962b21defb8 --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90ea79138955ce45d52c57de9533c463548b6a43a689166ba77b7566f58498c +size 65598 diff --git a/metadata/cache/frames/vimu_000326/frame_02.jpg b/metadata/cache/frames/vimu_000326/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04f40d3eb04353e2cefa32d6d0bc5e4eee114cfb --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c2d68b6f5acae224b2eef506e8deeab531cbb1f1eb8d47a7544238a17818ba +size 66029 diff --git a/metadata/cache/frames/vimu_000326/frame_03.jpg b/metadata/cache/frames/vimu_000326/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e434592a93a02316865504239c3053ae9e183fd8 --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a501eac8f3d2e907aaa44ba4a48f0f02c723ecce62735a87ecee5472fa1df416 +size 65744 diff --git a/metadata/cache/frames/vimu_000326/frame_04.jpg b/metadata/cache/frames/vimu_000326/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ba7cae5e13755fc7542d09240863a3a97152616 --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c83fb5e326413541ebbf9be1aad5a51f5b7c452eec742c732c92b91906d809 +size 61316 diff --git a/metadata/cache/frames/vimu_000326/frame_05.jpg b/metadata/cache/frames/vimu_000326/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54219eacd3d13bdb367df272d0f88539088f70bc --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947475b9c50bd28fabc8d4b17c09a1fef682f1189b9f6717e532d9aa13e68eac +size 56798 diff --git a/metadata/cache/frames/vimu_000326/frame_06.jpg b/metadata/cache/frames/vimu_000326/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8096e408d214754b3077745e1bf1ccc2ce61c911 --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a98ed84c691e280e0b8ed98ad53e160a5238418f3170d6494039ecb07e9489 +size 58361 diff --git a/metadata/cache/frames/vimu_000326/frame_07.jpg b/metadata/cache/frames/vimu_000326/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf9a035629a1e9a6c36684387ad80a3b574906dd --- /dev/null +++ b/metadata/cache/frames/vimu_000326/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8f18bb2e9360c3a0a3392a57cfe52b77a66a2608f4484973fb364a82848230 +size 56886 diff --git a/metadata/cache/frames/vimu_000327/frame_00.jpg b/metadata/cache/frames/vimu_000327/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baec5016a08ab281abbae7f8f2b81f59361771a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e820a4e9ef1fb80a0344acfd4b1b96159f636244471ed10b5b8ff68a4c5d129 +size 37846 diff --git a/metadata/cache/frames/vimu_000327/frame_01.jpg b/metadata/cache/frames/vimu_000327/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a803127cb24889b01906415587d3eec38c0cf9c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0022b1dd730dc788cff84dd6fd3ff5303d4c579c6a2b2eb556d7f08b3c4700d7 +size 42025 diff --git a/metadata/cache/frames/vimu_000327/frame_02.jpg b/metadata/cache/frames/vimu_000327/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0c1fa6045b862464a0cf0be6d4862b1c5c021e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdae361aaa018e9713b38235d0315cd2c20de51041993bdb5ea2ba629527ec52 +size 41394 diff --git a/metadata/cache/frames/vimu_000327/frame_03.jpg b/metadata/cache/frames/vimu_000327/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..511b68610e8be8c00ef40f40bcbd412a63527ea4 --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da4d5df53689cf7aa33ecff889a2b1cbba70a4daa9f11cc04484e9cff46601f +size 39570 diff --git a/metadata/cache/frames/vimu_000327/frame_04.jpg b/metadata/cache/frames/vimu_000327/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2d2992dd369b749387b093d486d1e38f42b3d1b --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6790c44c087f78268a700f826d8bef87f57dae9a23efc54cd5bc7039b4a313e +size 39407 diff --git a/metadata/cache/frames/vimu_000327/frame_05.jpg b/metadata/cache/frames/vimu_000327/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c9028fc69ce1af186b962052dde037e2e4148a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d0f5f33d46ad622543e701d3a75b09930f8b96aa013a89db112dc1ece98991 +size 38739 diff --git a/metadata/cache/frames/vimu_000327/frame_06.jpg b/metadata/cache/frames/vimu_000327/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79dfae647a79a8a1ce63bda52b4524da6c52aba2 --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45037db6df9421db9531bb1c8fe7b960aff2f7df5f6f5ce7c17c53909c201b48 +size 36306 diff --git a/metadata/cache/frames/vimu_000327/frame_07.jpg b/metadata/cache/frames/vimu_000327/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbe34e466f7d4585c9679e9745baf3ef0368d2bd --- /dev/null +++ b/metadata/cache/frames/vimu_000327/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d71ca187d54804943c5e7ea6a182853994c15bcf909f2f1cdaa36d7b2bb0eb8 +size 35567 diff --git a/metadata/cache/frames/vimu_000328/frame_00.jpg b/metadata/cache/frames/vimu_000328/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e81e9c157012b077726ffc1b6726d3672a531db --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3813e0d63a72b2cb1ee95563ad7825b515b5ea6276b631bb5f79ad2edd00d0d9 +size 32021 diff --git a/metadata/cache/frames/vimu_000328/frame_01.jpg b/metadata/cache/frames/vimu_000328/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfebd3323ec4323fe69e23192824c21ef9d81a8d --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f6e0ce0ba572f1e2f744e376b78f862e07d994345665ea7a10df6f32909a15 +size 33394 diff --git a/metadata/cache/frames/vimu_000328/frame_02.jpg b/metadata/cache/frames/vimu_000328/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f21275ae9440cef9d96e2c16650cc5fb33408fe1 --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da96a1a6693dcbdd1a2ac3801a928de7cd046a0fa3dfe8377f77e26e4f0f358 +size 29232 diff --git a/metadata/cache/frames/vimu_000328/frame_03.jpg b/metadata/cache/frames/vimu_000328/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6962d766c4fba53910a4e8612fc7da530836f16 --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d734e8c63805645a5be981ee59c572fbbac5e5617d6301b977f3fe1c1962478d +size 34852 diff --git a/metadata/cache/frames/vimu_000328/frame_04.jpg b/metadata/cache/frames/vimu_000328/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7df0dc72e34d8a0d5591be8b106b59044d016ec --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bcd947cb048610ad23fd5340741145f0c52cfae4f1061f5be584d1881b5612 +size 35106 diff --git a/metadata/cache/frames/vimu_000328/frame_05.jpg b/metadata/cache/frames/vimu_000328/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50c7308a50a50705608f0d29e83a6a022216ec60 --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a6312e68857552bef140549a825d8cda134cbc8da0687678fe8f32a6d01518 +size 30551 diff --git a/metadata/cache/frames/vimu_000328/frame_06.jpg b/metadata/cache/frames/vimu_000328/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..680cd55feacf7a3a1623e0089dba0520af2ab6ab --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a9c76a799807ae285f6868eee1ce699c43aaaf7c2404bdb63a8d712525a208 +size 30761 diff --git a/metadata/cache/frames/vimu_000328/frame_07.jpg b/metadata/cache/frames/vimu_000328/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9369334d247a0ee01a326e64ac3d39a1e383a6d --- /dev/null +++ b/metadata/cache/frames/vimu_000328/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66c6994c6af253ff8a5fa43f38bd8a2a88b5a4dfeb83a22126ed6c7ae93aa4c +size 36474 diff --git a/metadata/cache/frames/vimu_000329/frame_00.jpg b/metadata/cache/frames/vimu_000329/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28ac8044d08414c391d3d2d8acfb103b591cd2fe --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d390bb525f92ab4a3b63cf189c4d7bad810b7a263fafc944b6c7c1cd655156 +size 33937 diff --git a/metadata/cache/frames/vimu_000329/frame_01.jpg b/metadata/cache/frames/vimu_000329/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02fa4eeb0877c9c07e5a362cda21b80eefd02bbe --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a313073d433ff77ab746d5d71d5adb9e4e29b503ef69757b67a78f53e91b4a82 +size 44233 diff --git a/metadata/cache/frames/vimu_000329/frame_02.jpg b/metadata/cache/frames/vimu_000329/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24e4ba5cff4081b0adda0c271769aba617288c6a --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3984443479144c4d40d4f2489b220ce8b702a7272eee8bd23a70f1cd6fbbcbca +size 45291 diff --git a/metadata/cache/frames/vimu_000329/frame_03.jpg b/metadata/cache/frames/vimu_000329/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85d90282b1759617f8d33dd0947fdd9e4eb5b7ec --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45beb3da26c0189bf5329fe931c532585091c965d19636130e42495507431a0 +size 31648 diff --git a/metadata/cache/frames/vimu_000329/frame_04.jpg b/metadata/cache/frames/vimu_000329/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5452c4a976f11d811b4cdf7569d7f683550c5cff --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb306903a45984e25367469ca25f1723b4047d05907f29ee0599a979613ec870 +size 29167 diff --git a/metadata/cache/frames/vimu_000329/frame_05.jpg b/metadata/cache/frames/vimu_000329/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d77eab9c22da50773a4c7956d66846059ba123b --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed46818d966edad3387f7308a903a7b570a84ed2e93371478026618eae9bb575 +size 35566 diff --git a/metadata/cache/frames/vimu_000329/frame_06.jpg b/metadata/cache/frames/vimu_000329/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4627ad2492748d103a287bd09a77c09700f926ff --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db53d09c6284fb592930a84229c27ca6b4ed449d46bdcbc9a26843f05d086047 +size 34403 diff --git a/metadata/cache/frames/vimu_000329/frame_07.jpg b/metadata/cache/frames/vimu_000329/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f076a8acf405d046b3d6536b0e8648ccf10acd6 --- /dev/null +++ b/metadata/cache/frames/vimu_000329/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee6cbff2d250c9fba25f1ada46993bc7ea336f6003d30733c762b96863e640d +size 40835 diff --git a/metadata/cache/frames/vimu_000330/frame_00.jpg b/metadata/cache/frames/vimu_000330/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d686f6d8114bd75a9741d2773b0c84fc8e500a6d --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fc2a259c2fd80648d8956b26c4c622ee5e28499c5c79ea5289446f00f5a193 +size 44229 diff --git a/metadata/cache/frames/vimu_000330/frame_01.jpg b/metadata/cache/frames/vimu_000330/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34a73bfc15ed9e1cc2f94d9edf81b365d15ff7d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dab9810edb659890d21a3be8f0f84039b0842540a2e352b20d30b473f5fb0f +size 44539 diff --git a/metadata/cache/frames/vimu_000330/frame_02.jpg b/metadata/cache/frames/vimu_000330/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..999ff9c28d7ee9b4d4223729cde02e89b16a5775 --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1a064af0b86a0a8b3ad9c87a5e0808aaf843afc88d833983cc296979120049 +size 44733 diff --git a/metadata/cache/frames/vimu_000330/frame_03.jpg b/metadata/cache/frames/vimu_000330/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf359c1489c6de3c24879ef327fb2d2f09bd5adc --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799d4075e6a86eaaed4bfff32cada6497cfda8886efd1a25df6ea9c78002a095 +size 45082 diff --git a/metadata/cache/frames/vimu_000330/frame_04.jpg b/metadata/cache/frames/vimu_000330/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c98ff94d8a686d5387f2a9c29bc14c59f31df139 --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a68851a7c4c2e3608b52aa539625e385ca32d1e9d246633b10d9c13b78cb2bd +size 38301 diff --git a/metadata/cache/frames/vimu_000330/frame_05.jpg b/metadata/cache/frames/vimu_000330/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac5713780eddfa16bc4f22af9ca7be0faa91071b --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2cc0fcb7eab98db719aa9de84e6f1149563a7ebe6f29e1dff5d5f99a17a85b +size 42741 diff --git a/metadata/cache/frames/vimu_000330/frame_06.jpg b/metadata/cache/frames/vimu_000330/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..002c6ac16cda89ad7883627c6287d4fc12c3bcf8 --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7082c622193f77534ece031f052c903090db64272320bb1c1154e3fa7ae3756 +size 44165 diff --git a/metadata/cache/frames/vimu_000330/frame_07.jpg b/metadata/cache/frames/vimu_000330/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbf4dedd79215f8661891689175f2b473f10b69f --- /dev/null +++ b/metadata/cache/frames/vimu_000330/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce797ec10e7d8663d4c84dcf0d0a9a28aebf0173644e45e9241bd3013c99cf7 +size 44500 diff --git a/metadata/cache/frames/vimu_000331/frame_00.jpg b/metadata/cache/frames/vimu_000331/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f2c39c1fc9f8a62b86ded1ad083545c3ce53114 --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ef81743be17282f6c6292cb055edecbcdcc3ac530d30e80b5a4ac5e681bad8 +size 30749 diff --git a/metadata/cache/frames/vimu_000331/frame_01.jpg b/metadata/cache/frames/vimu_000331/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17abe020dc0b3e1550b95606ee5ff2f21a83e80c --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9326b12675354efe0977363e4fcd8df15b41a86ade7c532c182f016b0742fbfb +size 34675 diff --git a/metadata/cache/frames/vimu_000331/frame_02.jpg b/metadata/cache/frames/vimu_000331/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..585d3f3a35116d3826a80f627c8595fedfc963ec --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719fdb3e87ab96558c1d8386c1de73bdfbdbf03b24b5073441bd3b4b7104eac2 +size 29285 diff --git a/metadata/cache/frames/vimu_000331/frame_03.jpg b/metadata/cache/frames/vimu_000331/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..154d7baf4f489434e9bca88cac630a96754b0e43 --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9d97ce76bd1660242efc8fee9d8cfdf1691422f0ea17645a241b64022fba7d +size 25220 diff --git a/metadata/cache/frames/vimu_000331/frame_04.jpg b/metadata/cache/frames/vimu_000331/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d821d1b8598b2838204245f5d3b9a3ad5d33570a --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa071039b34b711ee3d705ef61c86d4aa17ea5712a6b6b9c01b33c188a9d0ae +size 31669 diff --git a/metadata/cache/frames/vimu_000331/frame_05.jpg b/metadata/cache/frames/vimu_000331/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbb88b8d52d2213e7fcec567a1d9e33ee5b4d61d --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f46d8433d3aa28e1637302443e06c694b2de0fd98347796418b467f2a8e2eb2 +size 31198 diff --git a/metadata/cache/frames/vimu_000331/frame_06.jpg b/metadata/cache/frames/vimu_000331/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd06250cd0490eebeee7bc3f1b8bf56bd24d331a --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f319e59f75ace0ab97f9a318c0eb182bb100da29b988c728885f74b4864c6e29 +size 31961 diff --git a/metadata/cache/frames/vimu_000331/frame_07.jpg b/metadata/cache/frames/vimu_000331/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84c6cf4dfa07aa6f6046062ca1690b15e649917a --- /dev/null +++ b/metadata/cache/frames/vimu_000331/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065722b2cf76f7bbb92d4988ca9318c68dd1d865cfab27196ef1b4815e52c996 +size 33712 diff --git a/metadata/cache/frames/vimu_000332/frame_00.jpg b/metadata/cache/frames/vimu_000332/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0948d12c56c182330aeed1982b968bdbb261d103 --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f4a5cd4319dded36931c8dd8f86d02a4e05c4020b24a28518e5e594ff14e2b +size 64034 diff --git a/metadata/cache/frames/vimu_000332/frame_01.jpg b/metadata/cache/frames/vimu_000332/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0df7503578dc03becec81cd97324a0a62522711d --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f140ea5e80b63bbdf52f309a16503667d83f6edda88d6680aca77b5ac2a207d1 +size 43159 diff --git a/metadata/cache/frames/vimu_000332/frame_02.jpg b/metadata/cache/frames/vimu_000332/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76378332b46b59a38e13a36de8df4f39c74de99f --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9f73c097c202121b5a835675fcf7dbc31dbc4fef74a417e10ecadfddc33f1e +size 43732 diff --git a/metadata/cache/frames/vimu_000332/frame_03.jpg b/metadata/cache/frames/vimu_000332/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3228d96029bf209dc34850c9e111141827c4ed2b --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33e5f04cd35e3c075ce9087934b130b3e9f39b2b13e646ac5464abb8fc5c228 +size 46707 diff --git a/metadata/cache/frames/vimu_000332/frame_04.jpg b/metadata/cache/frames/vimu_000332/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26e468c85df752b554ec3cec8c7ae944ad1309a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9951fa08381893513d3eca9218d64d1a50a834ccf9943d0589c0edb9ed8a2b +size 29516 diff --git a/metadata/cache/frames/vimu_000332/frame_05.jpg b/metadata/cache/frames/vimu_000332/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..801f5356645a394210bf08f38a85b6d2aff8c46f --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fc1d165fdea63f229923c3e1922501971e612ac11f5cdd31fded206c3b4998 +size 36552 diff --git a/metadata/cache/frames/vimu_000332/frame_06.jpg b/metadata/cache/frames/vimu_000332/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec9434ee954e382eea31062aa081c94ab43bb809 --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea76dab5d25dd46e612a1e5481dad12c4ba30394ed98bc623e545502052101b +size 29391 diff --git a/metadata/cache/frames/vimu_000332/frame_07.jpg b/metadata/cache/frames/vimu_000332/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..244aa3859a631e46c8d97cfa6f984b483bac4583 --- /dev/null +++ b/metadata/cache/frames/vimu_000332/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a6987fe3cdcd93845f04fac0c2e10c086ca529dc131bf54ed32df847410d7e +size 34525 diff --git a/metadata/cache/frames/vimu_000333/frame_00.jpg b/metadata/cache/frames/vimu_000333/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b75ecbb9d9d858555001819abe9f8c2611dd4c63 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987dd2011a5dce4126435cea8929c03de07d60d43ec951a539b857e69f0c54cd +size 67788 diff --git a/metadata/cache/frames/vimu_000333/frame_01.jpg b/metadata/cache/frames/vimu_000333/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5e7640917479159d0b4ed02aa24bef5af619453 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9994458de39c2415848cf34d5af3a1b2359596e43d598c64cec0f4a3a913fd6a +size 64296 diff --git a/metadata/cache/frames/vimu_000333/frame_02.jpg b/metadata/cache/frames/vimu_000333/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aebc5b31b7c8dc3a47431a7e241bc451fd573e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd54f726f7673d1917bf27e2bf088c28bd6a490c50d6537ff7a85d40eed21fc7 +size 67516 diff --git a/metadata/cache/frames/vimu_000333/frame_03.jpg b/metadata/cache/frames/vimu_000333/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22a73dd0e8e2074ebe4824ee68d35d2fd7686ad2 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbc29ebced4d6b719d5cfffb06cd5e0058b9d0b0734a5a6d0be61a5c8785375 +size 67052 diff --git a/metadata/cache/frames/vimu_000333/frame_04.jpg b/metadata/cache/frames/vimu_000333/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ff9066b0118ba7a04dcf7fd06b2cff361ef9113 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6844b3267c37c6048c26415e9cbd67567243f5842ac7835f848dc56a2afb9e +size 59552 diff --git a/metadata/cache/frames/vimu_000333/frame_05.jpg b/metadata/cache/frames/vimu_000333/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..144a935d6d394f46d2f3bf1b73960df801e1c401 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237e3a509ac4a95554a330ab687d89ef092c1c459400715b0965c0dfbdfbc0a6 +size 63097 diff --git a/metadata/cache/frames/vimu_000333/frame_06.jpg b/metadata/cache/frames/vimu_000333/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29060cc171aeda35961c12c869b8f9576f3878df --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4583b116b48f2698e2d92d2dfe9eaedb5d92a39ef646cef029eccfae3e5b88 +size 67694 diff --git a/metadata/cache/frames/vimu_000333/frame_07.jpg b/metadata/cache/frames/vimu_000333/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95e671c7934c399b457fb92b190c2b325ba43137 --- /dev/null +++ b/metadata/cache/frames/vimu_000333/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66996a414ed06a033e985ba38cd4f2ea835dbec6819df821cbd9f929840955e9 +size 72194 diff --git a/metadata/cache/frames/vimu_000334/frame_00.jpg b/metadata/cache/frames/vimu_000334/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63ce17a3b750830bca95c492a276d390c9731150 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209969334f4ab72a29ae4b5fb3503bd03b5a6e5659b94a87e93e08a6547860f3 +size 48774 diff --git a/metadata/cache/frames/vimu_000334/frame_01.jpg b/metadata/cache/frames/vimu_000334/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec0cc5092813e466972c4ef9a655514e5622abb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445f1293d2f0da2b28a314e51a1e768840be1674bf196aad283fe50d53011ec5 +size 46895 diff --git a/metadata/cache/frames/vimu_000334/frame_02.jpg b/metadata/cache/frames/vimu_000334/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de2a4f7c1a3ea113efe152e9d5644cbf19fda485 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b3a20b23af498dd116858a4e51dcdabd91dc8a30a65f94307860f5851d6d74 +size 37396 diff --git a/metadata/cache/frames/vimu_000334/frame_03.jpg b/metadata/cache/frames/vimu_000334/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcb59f995317645c6a81a2f19063cec11bdabeb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa08d89890b0557c54b3d947e29dd20abc137485ca15587bb4081fe6ab80934 +size 35973 diff --git a/metadata/cache/frames/vimu_000334/frame_04.jpg b/metadata/cache/frames/vimu_000334/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa4b96a403a98161ef81e8d49715373cdc6e34ba --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca87f9407ef77f65562c28ea389001c0120d31b3d5958ed7869ecdb049b90a1 +size 35678 diff --git a/metadata/cache/frames/vimu_000334/frame_05.jpg b/metadata/cache/frames/vimu_000334/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02d61e6d589af80a63bd5da1dbb2482c4e811b79 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3066b7714b9c9c42d5f4d55a7e9db56fd77ace8269bdec3ca4f9e7c5b6332838 +size 36420 diff --git a/metadata/cache/frames/vimu_000334/frame_06.jpg b/metadata/cache/frames/vimu_000334/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47b1719c682d14dd94ef518f588e3851a9004b87 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce9bef3bc540431fffeed43c3136c312357d4b0abbc00bc36f7e234269b9759 +size 37175 diff --git a/metadata/cache/frames/vimu_000334/frame_07.jpg b/metadata/cache/frames/vimu_000334/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c744b84c8f940c9faef761a7306ecd01b4f198d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000334/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc733abdbd0e1b4e00a36f1b107fd3f67a1e514f98593adee30be066d2062d8 +size 37100 diff --git a/metadata/cache/frames/vimu_000335/frame_00.jpg b/metadata/cache/frames/vimu_000335/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7278d8111df6fcd4edb4613d98538f8f1c08c4d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3c01287444dda70b0f76e1d4c0176b7a4aa622899cf8c1c326cf391adb6d3c +size 44906 diff --git a/metadata/cache/frames/vimu_000335/frame_01.jpg b/metadata/cache/frames/vimu_000335/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5180a6640492a5df0a5da4ab8200214b7aab3fc --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341a98777bd7c73afa0699ce2b8113b6ab63ff31a4edb48919c2ef9df29cc265 +size 50125 diff --git a/metadata/cache/frames/vimu_000335/frame_02.jpg b/metadata/cache/frames/vimu_000335/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07f4a539a2d4f201ac0565e334202cc291f62ac2 --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c920f9e21922b4a4a6ce3450853488e0a18e1da607825f9008210239c0e5fd63 +size 52542 diff --git a/metadata/cache/frames/vimu_000335/frame_03.jpg b/metadata/cache/frames/vimu_000335/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2df6f648938004576ea98544542194da49c46318 --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cc75164dec1abec3c94a63848d0873fafc6fe7b89b4c746a6e60c395d4ce0e +size 53818 diff --git a/metadata/cache/frames/vimu_000335/frame_04.jpg b/metadata/cache/frames/vimu_000335/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba7ba3f4072eb05e615d3956931fd3b0b69f708d --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dfbbd5a6dec87923880683a80eaf800c264be9b0e3d6c6e54f29c71280f24d +size 52539 diff --git a/metadata/cache/frames/vimu_000335/frame_05.jpg b/metadata/cache/frames/vimu_000335/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e67169bf2ea7fa8442a7ab5ec7f1e50baa56dfcb --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f15e7ae8d90b6526fbe728495356d459138909584029a5a725bff13b9c3bba +size 52423 diff --git a/metadata/cache/frames/vimu_000335/frame_06.jpg b/metadata/cache/frames/vimu_000335/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77dfa2b3b8d242293b0de12e776cac80aa92be48 --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8305e281aa37c0d9eca9c1cce2fa006740241595ff7e46013f3d2f67d040637b +size 48615 diff --git a/metadata/cache/frames/vimu_000335/frame_07.jpg b/metadata/cache/frames/vimu_000335/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2203fe7ac56ace75f932e3b3b6dd207b11c2c30a --- /dev/null +++ b/metadata/cache/frames/vimu_000335/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ff3f6278904785f1ee6ad5e66152b836e1f2d69e0e958a4fa39ae9574b77a4 +size 52567 diff --git a/metadata/cache/frames/vimu_000336/frame_00.jpg b/metadata/cache/frames/vimu_000336/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80e8c08416e9f0788a810ee31c9130e6eff8cb13 --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfe1dab1486c4b7574a19310cdc595502d44716c3b15748e2ed08aefcebdd32 +size 32495 diff --git a/metadata/cache/frames/vimu_000336/frame_01.jpg b/metadata/cache/frames/vimu_000336/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2219ccd5249a7023fa8ac91423a355f2cf22cd42 --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e60c4e5810658b42d33be3178a82ada7bfeacd039225a5c8a7b7b6e9f8c308c +size 30493 diff --git a/metadata/cache/frames/vimu_000336/frame_02.jpg b/metadata/cache/frames/vimu_000336/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39555b994649f65ac09144a865cba4ffa60ddf10 --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d06202881044bf69ec9d41b60add7cd8db1acd67387b4485e83ca6b40cb6c1 +size 38573 diff --git a/metadata/cache/frames/vimu_000336/frame_03.jpg b/metadata/cache/frames/vimu_000336/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12f549e7675257d7ebbfbf0d79e4d886ee02554a --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6bd173d221cd2b1c156d764d6b720d650288bab511d5a7ea3bf8b31b2f4946 +size 37732 diff --git a/metadata/cache/frames/vimu_000336/frame_04.jpg b/metadata/cache/frames/vimu_000336/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6281af30b29daf296a2c0ead785ca8d13cc390d --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484db3ed86f167f13934f42bf9c38d0e803d011b160daa5a58c95099392e5fbb +size 44472 diff --git a/metadata/cache/frames/vimu_000336/frame_05.jpg b/metadata/cache/frames/vimu_000336/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f29103cb6ef5bed2298b3b21f949bb5550963210 --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e43a4ed8ca0e1c3aebbc40eee169effdde642e852a4f26eba63795dbd5baae8 +size 46799 diff --git a/metadata/cache/frames/vimu_000336/frame_06.jpg b/metadata/cache/frames/vimu_000336/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afc254cd77d105c739909deec90fd50c4b453892 --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46722b187ab933202c4dd008b712af033f88fa1891eb99b741742e9386092780 +size 41705 diff --git a/metadata/cache/frames/vimu_000336/frame_07.jpg b/metadata/cache/frames/vimu_000336/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98ccfd32ecc5406b539e2879236ffa8957b22615 --- /dev/null +++ b/metadata/cache/frames/vimu_000336/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9460befd71835d706fa2b984a0954886ae126c07852f1cc87a5acb4939c6e5 +size 28352 diff --git a/metadata/cache/frames/vimu_000337/frame_00.jpg b/metadata/cache/frames/vimu_000337/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b804e856df5955ede2b9fc3361562f28c39a017 --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017b2f8659a590ef819b0aa0d81d9c339be2688b2216f7906c791afe2c6ee95c +size 31662 diff --git a/metadata/cache/frames/vimu_000337/frame_01.jpg b/metadata/cache/frames/vimu_000337/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d551f6bcb72975aa6a3c8031d4608071c4fe59ee --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c261afc9b6aad7279ee128aff113ee0983b928da1089367ee34774a8c0844a4 +size 37685 diff --git a/metadata/cache/frames/vimu_000337/frame_02.jpg b/metadata/cache/frames/vimu_000337/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49e6019acdf53bdfafb910cbcc408c3cf479bd12 --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d127591332bb07a3bf5f5327acacf585a3526db801e8e97078f5dd61f33132a1 +size 35701 diff --git a/metadata/cache/frames/vimu_000337/frame_03.jpg b/metadata/cache/frames/vimu_000337/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41ce98917f233e039b9f339a13d3696deb805ce3 --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451d050bfea66f9751f49f3e2ef036bc937a4d590eb7f0f80115a5d5d288d6c1 +size 32900 diff --git a/metadata/cache/frames/vimu_000337/frame_04.jpg b/metadata/cache/frames/vimu_000337/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1760c9064fcc303b54606a5fa670012088739000 --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f802a52bf7b557ab6d79faa67b03207a2f41393e24f10f3fb3d27d288fc6d315 +size 35572 diff --git a/metadata/cache/frames/vimu_000337/frame_05.jpg b/metadata/cache/frames/vimu_000337/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e36b5301a1b9d019390035ba8e440e757f69c68 --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4bd2842d25580474e8f12de1fa16b87a109f63edea14e2cbb742952d4fd314 +size 39133 diff --git a/metadata/cache/frames/vimu_000337/frame_06.jpg b/metadata/cache/frames/vimu_000337/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38da94026a7141b71beeda10f5e3091c20ce59eb --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c177e49f900520260ec7322d52b02d692e70cf3a276b2737dda591ee2cb7d231 +size 40401 diff --git a/metadata/cache/frames/vimu_000337/frame_07.jpg b/metadata/cache/frames/vimu_000337/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48872e42c2c145aa8036f4c9043d778359903f1b --- /dev/null +++ b/metadata/cache/frames/vimu_000337/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34165a1c3f67b51363d6ab94891e4529ffc3cfe6024149744178c2a6ad3a4296 +size 39850 diff --git a/metadata/cache/frames/vimu_000338/frame_00.jpg b/metadata/cache/frames/vimu_000338/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9de6a8cb135d6034328b7be7c5cc2df9a09fcd46 --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6bdfdfde3006ebe8f63e67c7053cdc087721f8055fd0482a3e70231436256b +size 28387 diff --git a/metadata/cache/frames/vimu_000338/frame_01.jpg b/metadata/cache/frames/vimu_000338/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fcfb66b98478854a440dd582b06a41762ac061c --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130ff5932c1402f181dc1579e2c62c8ec8aa85e1a8aeca2342da80a8b4590385 +size 41155 diff --git a/metadata/cache/frames/vimu_000338/frame_02.jpg b/metadata/cache/frames/vimu_000338/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc15e731006fe2d4cab63696215f5bbcd2d8c018 --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ed89f6b7ca296ba065aa112026a84d8b9ac47731b1bd65462af390fb46b4f1 +size 36792 diff --git a/metadata/cache/frames/vimu_000338/frame_03.jpg b/metadata/cache/frames/vimu_000338/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..261a0cad25a7fe7e7a8b0b9dc8ab3f8438c2233d --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496aa0376728dad39513bd5315301f60d597e43123927a8562838887595ed9ab +size 34484 diff --git a/metadata/cache/frames/vimu_000338/frame_04.jpg b/metadata/cache/frames/vimu_000338/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3dea1058d252fd91400dd72af39023d7d2f1fc48 --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec107c29ea5ffd99f12130803065879b330e6f3cef0c6da6c8775f4a64e025 +size 35411 diff --git a/metadata/cache/frames/vimu_000338/frame_05.jpg b/metadata/cache/frames/vimu_000338/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..637deca15328dadc32a5f2cfb06bd2658a9615c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24de332f2ce00cd3987f66cac71cb0c4a8e29ca5734a3d06f0c3d1e20a8d30ef +size 32143 diff --git a/metadata/cache/frames/vimu_000338/frame_06.jpg b/metadata/cache/frames/vimu_000338/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..318d4ac2d6dab78f160a3d8184ab6b630e6fa2c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227ef26d6f30a0bd91afac42f340ed7e967e0b42d4774c5022b9a1769283bd4d +size 26178 diff --git a/metadata/cache/frames/vimu_000338/frame_07.jpg b/metadata/cache/frames/vimu_000338/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4996075eb4917668b2bcf05efdb2008246e08764 --- /dev/null +++ b/metadata/cache/frames/vimu_000338/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d85ba2875a7c1daa8a367144433133cda047266294b6468221008d8989aa436 +size 31604 diff --git a/metadata/cache/frames/vimu_000339/frame_00.jpg b/metadata/cache/frames/vimu_000339/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..310fcbc072881c002c1c24d252ae37900b321eeb --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd608d8034e4263bc2d1def76694658d41e3ca4cbf63bf2e3224dfc75ab101ee +size 53832 diff --git a/metadata/cache/frames/vimu_000339/frame_01.jpg b/metadata/cache/frames/vimu_000339/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a040eace505cf1d871064125c115d167828d0747 --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a688c0756ba5a74e550e3abee4b4b66c03ce793b2f151ccaf094cdd05830b +size 37046 diff --git a/metadata/cache/frames/vimu_000339/frame_02.jpg b/metadata/cache/frames/vimu_000339/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79a521d910353e6f3bdb9c85197a1d2ce86d7c5a --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af24c24b5ec4995c41de163dbf7ab8a337bf45435af59f27708b070184f5a81 +size 48198 diff --git a/metadata/cache/frames/vimu_000339/frame_03.jpg b/metadata/cache/frames/vimu_000339/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbfddd53d8ce82a21ae97ab65bdcaf4e5321e690 --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bdcd16914fd9a002fe4e5884f05863f0eafc206076c24faecb15be2bb3cb17 +size 42217 diff --git a/metadata/cache/frames/vimu_000339/frame_04.jpg b/metadata/cache/frames/vimu_000339/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69f8a341ac3dc680cbadf1e182c88ee2d3a71fc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b48bee9b1832063ed6e5455f4d0180c7802bbe18d306767357d0eeb6029265 +size 46016 diff --git a/metadata/cache/frames/vimu_000339/frame_05.jpg b/metadata/cache/frames/vimu_000339/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81d90effdf73586eea02a510fe69476603d4b3f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ae087292ff1eb63cc72264077a1ee5c09806b98899bb7c90abc36cc31e5485 +size 45737 diff --git a/metadata/cache/frames/vimu_000339/frame_06.jpg b/metadata/cache/frames/vimu_000339/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc51ecf30dac5787d000c8ab56db4d9e94b985bb --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fd7ce70d4f02276775a31a6643d1114ebefa134de260668630de0d40c3e475 +size 50462 diff --git a/metadata/cache/frames/vimu_000339/frame_07.jpg b/metadata/cache/frames/vimu_000339/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e35a0ca0790ddab23ebcff1e89d68a1d598e12bd --- /dev/null +++ b/metadata/cache/frames/vimu_000339/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd313bdd28708f5dbd53d61ded350a5fe2b11337d5fb1aee34be0a4e71ac2246 +size 52722 diff --git a/metadata/cache/frames/vimu_000340/frame_00.jpg b/metadata/cache/frames/vimu_000340/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e919770dcf1fc1b3d7bea296d6e6da83938ac31a --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f502b82e79eda358dd4afab0126699d813a55d8dd383d84e2a89c9f39cd6f917 +size 33516 diff --git a/metadata/cache/frames/vimu_000340/frame_01.jpg b/metadata/cache/frames/vimu_000340/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..452228b143871d052e833cb261bd5adc4716140b --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b33dcf778f9a9975a7d1de6839692d0c40ca4dc043823b98f8f0af22f184d27 +size 36154 diff --git a/metadata/cache/frames/vimu_000340/frame_02.jpg b/metadata/cache/frames/vimu_000340/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a1dfa0224f5230df2c7344871a18227378ce6e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2fd7e24f3b7b678c50b311e4ea260010471bbe35a25938fd249be05b773e97 +size 34730 diff --git a/metadata/cache/frames/vimu_000340/frame_03.jpg b/metadata/cache/frames/vimu_000340/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2d2749b6bedd91bbcf9117e6a8d680da7aae988 --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e0fa75cd7454ee93bace13d2f7d7da2f19200902c42622233818fcfad4a125 +size 61743 diff --git a/metadata/cache/frames/vimu_000340/frame_04.jpg b/metadata/cache/frames/vimu_000340/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72607f52905a59b221737be44c2341739d25fdd5 --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b29a2b0b6c7d4273a8e9edb3c7bdfe76424d59e88217f45e84e3e41da24ffb +size 63429 diff --git a/metadata/cache/frames/vimu_000340/frame_05.jpg b/metadata/cache/frames/vimu_000340/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..583fc6aa8b6afee7f5bf1feb40e72dcbbf80b7ea --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc68b181f86d6b8e73fdb039ec62d1a314b230d4d3c6771cb954d3f14d8514eb +size 69325 diff --git a/metadata/cache/frames/vimu_000340/frame_06.jpg b/metadata/cache/frames/vimu_000340/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4ccd906a69c19af265798fa8dfc8d67167135bf --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcfd18d03147df78b8f14ea41cff0fdb6a04b767452771593c651b83564fa10 +size 68805 diff --git a/metadata/cache/frames/vimu_000340/frame_07.jpg b/metadata/cache/frames/vimu_000340/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1cac31d9b4a8950e597c1db1932b23ca274fc3c --- /dev/null +++ b/metadata/cache/frames/vimu_000340/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b52517ec860bc696ba13c49f3108d0fa81fd3ea5e4e92738d05f1a18c6ac6b +size 66454 diff --git a/metadata/cache/frames/vimu_000341/frame_00.jpg b/metadata/cache/frames/vimu_000341/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa2cb00870d44e49c2a7b9cbb75b9e29bb103ac9 --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e060de5a5aa926cf09936ec6eaa6d44090233262f59ce1bc7e4b995efa9f1c28 +size 17393 diff --git a/metadata/cache/frames/vimu_000341/frame_01.jpg b/metadata/cache/frames/vimu_000341/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8cd2b789029a829e39353b6b613c7a619947ab8 --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c5fcb769c140187ec29652e2fa71857732dc998c8428b9ad1a52635944b889 +size 17651 diff --git a/metadata/cache/frames/vimu_000341/frame_02.jpg b/metadata/cache/frames/vimu_000341/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..650b0d5693401d84d3a4bd23f5b1bb6ec9290a39 --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c2ca511a765a82233c88f8260c8fc9f57d822229548e95421690e7d00942c8 +size 18885 diff --git a/metadata/cache/frames/vimu_000341/frame_03.jpg b/metadata/cache/frames/vimu_000341/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f12ffce767fe0a5f20f4de3a33f10e552b45bc6 --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1097b7e840fae9262e81faa083c0c714f1a1fb6b048736e262e2e109038fe3ea +size 19988 diff --git a/metadata/cache/frames/vimu_000341/frame_04.jpg b/metadata/cache/frames/vimu_000341/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c49e16466671ec0f4b659481517db4f0f854dfe --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c1af4e880adcb416bf12e4fa9e921489c348661016c08a026732b87543cfd4 +size 20476 diff --git a/metadata/cache/frames/vimu_000341/frame_05.jpg b/metadata/cache/frames/vimu_000341/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aaca61c377e1a1cbed8f167d7da92840eb27df44 --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae0e770b207bb1399dd447ff2ff94023296adf9ddbb0a9b409f106fa1eaf3a1 +size 20703 diff --git a/metadata/cache/frames/vimu_000341/frame_06.jpg b/metadata/cache/frames/vimu_000341/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e369c8da1af0b6a871e6e0edda32b6619ec49fb2 --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a39f93c66e149b9c66c6c91f196eec176d02624fb92bd9be4e6b964ecb97863 +size 19332 diff --git a/metadata/cache/frames/vimu_000341/frame_07.jpg b/metadata/cache/frames/vimu_000341/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f17ba4f37b1e2f8b90bd3b92d0e34732f109f6f --- /dev/null +++ b/metadata/cache/frames/vimu_000341/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e6bb6132d4f95e14fad746dde9c3c231cf570636bb85412e3dae90a236a6af +size 18292 diff --git a/metadata/cache/frames/vimu_000342/frame_00.jpg b/metadata/cache/frames/vimu_000342/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fc2dacbe16c8661dac096da884c908e1e621c90 --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93349efb8b5e175b7a5b062ce529e935a64dd6ab95e6416e69a05bb461a2d2d +size 53841 diff --git a/metadata/cache/frames/vimu_000342/frame_01.jpg b/metadata/cache/frames/vimu_000342/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8248b6c5ca61722a2f93d2db0569e152b1026649 --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae59f4da387960f68e16fcfc786d2ec91f0d7cbe28e66fcf4896a222a804cf22 +size 45890 diff --git a/metadata/cache/frames/vimu_000342/frame_02.jpg b/metadata/cache/frames/vimu_000342/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35c2708fa841de3f46962818232694f388e94773 --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101860a43b83417c0832e60a4bc0da69bc61ed197dc1b205c4cf956f52759909 +size 45690 diff --git a/metadata/cache/frames/vimu_000342/frame_03.jpg b/metadata/cache/frames/vimu_000342/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5f25b1b542724f36860053a192f6cbb4dd8e014 --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59698372f5840b62611a2bc20a928d9b58f26ded7d486cc64db36b19691a84db +size 49343 diff --git a/metadata/cache/frames/vimu_000342/frame_04.jpg b/metadata/cache/frames/vimu_000342/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66a4754d231ccd21c30d9186dc61897dee582b3a --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc55358e783d8b3e309cdab3ca544df94c006c05cbfd778d6d1b8c6643cbe773 +size 54093 diff --git a/metadata/cache/frames/vimu_000342/frame_05.jpg b/metadata/cache/frames/vimu_000342/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..069837e1a307d783b678b9cd94e298643c19fc43 --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6314dc34d7cf493688576a56f97fc2ba3c5a91f03c34912617b3edc5b6514563 +size 55937 diff --git a/metadata/cache/frames/vimu_000342/frame_06.jpg b/metadata/cache/frames/vimu_000342/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d88cbaf9cbe8bcaa72bb76e993b6fef825668331 --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa5ce460e0c8204adb3ffd179c6e8fa0c53455427f65d92580950feeb896afa +size 54220 diff --git a/metadata/cache/frames/vimu_000342/frame_07.jpg b/metadata/cache/frames/vimu_000342/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..765a957c57f800dc4648e93915fdbc206eb0187d --- /dev/null +++ b/metadata/cache/frames/vimu_000342/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd4130deba6a40859a947fd2440a3b620a246af94c90f35d39b1bd1a9b7be8a +size 52987 diff --git a/metadata/cache/frames/vimu_000343/frame_00.jpg b/metadata/cache/frames/vimu_000343/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b52e28a82ce91d8aa9df8891b0a7cc5da538a43c --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a0ea6e0bb4b5b102a793bc9bfc61829882038adedacc9a4aaeadafe5d9b747 +size 40004 diff --git a/metadata/cache/frames/vimu_000343/frame_01.jpg b/metadata/cache/frames/vimu_000343/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df61f5feb1a41b6269d903c547cc9714159036d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d258d060cd660367b7edd3a6b75764b90cb532cdcc81e24c86fcdf098b59a9 +size 37052 diff --git a/metadata/cache/frames/vimu_000343/frame_02.jpg b/metadata/cache/frames/vimu_000343/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4de4d3cc8a36b3029a53cb0ae309773d27569992 --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ab1969c904edf27cc28a9acaf99c94e2963a23c8ad62eff531e06b125995be +size 42336 diff --git a/metadata/cache/frames/vimu_000343/frame_03.jpg b/metadata/cache/frames/vimu_000343/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53711de2b9c985c4929a34ecd7169811d0b41fd4 --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223388349fa14ae4be01ba3bd4f6c0c1a346ddcc99106938411b8237b834afd5 +size 33476 diff --git a/metadata/cache/frames/vimu_000343/frame_04.jpg b/metadata/cache/frames/vimu_000343/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9504ba2e7da6b8b63d01350caed68d2166d3153 --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5a832ebdf2951da4d73461a4220cadc9ef68003caaaf49c46d4c313050f419 +size 49466 diff --git a/metadata/cache/frames/vimu_000343/frame_05.jpg b/metadata/cache/frames/vimu_000343/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd740f7ce0369d91470efb2d206ce8deaaacf62f --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69d52f16833a43a2d75ef7d435dfb16ebf63f5b25a5a64ca958b97da8042231 +size 54027 diff --git a/metadata/cache/frames/vimu_000343/frame_06.jpg b/metadata/cache/frames/vimu_000343/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad9cc27f841dd8feb5d17c47056c36d37972794e --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13b5dbbc020c46f8ecfb61b235322c2948f001de89754fa8352dda72c30f61b +size 50475 diff --git a/metadata/cache/frames/vimu_000343/frame_07.jpg b/metadata/cache/frames/vimu_000343/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff7635ad04b63fdb9d3c4305270c988fb5a36a09 --- /dev/null +++ b/metadata/cache/frames/vimu_000343/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac14a5863d639ab1ef2793ac86b3a0315b801565bb0463c19c58da6515d9c74 +size 31727 diff --git a/metadata/cache/frames/vimu_000344/frame_00.jpg b/metadata/cache/frames/vimu_000344/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0af4ca44d4325dbcbcfef3b81da71e42b71664c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4e4fc6f35b1564671a8c4743be29e70c890d413b294c3356b355c8226591f7 +size 44082 diff --git a/metadata/cache/frames/vimu_000344/frame_01.jpg b/metadata/cache/frames/vimu_000344/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38a7827f7a3ba7e9256c831a4ea216c5fdde991 --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046ec6932bcfaa28689163b80d9deef108eeaf273bf7af394191f6421bce47db +size 66015 diff --git a/metadata/cache/frames/vimu_000344/frame_02.jpg b/metadata/cache/frames/vimu_000344/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e528fccfdcf15254dcba2e34345cf3afa2ebf65 --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb3320b9531a2a75b6fa044e15f1bfb2eb7eaeda2110657ea49674ae58d7a68 +size 66953 diff --git a/metadata/cache/frames/vimu_000344/frame_03.jpg b/metadata/cache/frames/vimu_000344/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2639a1d7a742be16769a41f9833d17b351b5e9b --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f515bd639cbfadef94d7da1a116793c0fc484ef28ff0c665b34ad4558c59959f +size 41111 diff --git a/metadata/cache/frames/vimu_000344/frame_04.jpg b/metadata/cache/frames/vimu_000344/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4b01e468872ee9df65cb198d604597355eff0a --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d377042f4520aa78238d5ea5257122ce5b3f218da0f31b530df629e1622aebc1 +size 40087 diff --git a/metadata/cache/frames/vimu_000344/frame_05.jpg b/metadata/cache/frames/vimu_000344/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8a6aae3a045c55a806e8e4837d225697d67179f --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c83a99150e7e8d47751308a50683660d6b2d3df2aac0dab8689e0c4577a78e +size 22001 diff --git a/metadata/cache/frames/vimu_000344/frame_06.jpg b/metadata/cache/frames/vimu_000344/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdeacb404e5f76126c02fd98540b980698cfda8e --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647ba7982742122b7b8c8169ada6d418567953ade8f2b7d9eb14dc6886076baa +size 25118 diff --git a/metadata/cache/frames/vimu_000344/frame_07.jpg b/metadata/cache/frames/vimu_000344/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b76217c9c0c6739a566750f0dfe2316214e386e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000344/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cff70c48bfca87f7abd518f802dbb1b73c0e21a7da2e2884cc1c186e808bed4 +size 39224 diff --git a/metadata/cache/frames/vimu_000345/frame_00.jpg b/metadata/cache/frames/vimu_000345/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f5d40095c839ae63bb5f07d2bd9c640524d2d65 --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373d6abfb46f0c1be1d40e305abf4c754818c02ad74ed3fd7046b5951c94f771 +size 41901 diff --git a/metadata/cache/frames/vimu_000345/frame_01.jpg b/metadata/cache/frames/vimu_000345/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81bd0c3a29a79c337bd468448c861522d14eb1ad --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e1278c476e77e391c7ffe7d0918a79c0da5923c8f2ce5e83e886035d7f86b5 +size 36081 diff --git a/metadata/cache/frames/vimu_000345/frame_02.jpg b/metadata/cache/frames/vimu_000345/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0397a63058db52bc6063eee038d3fad30e3700b --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4e4b580d333c699eb283962340c33cfa9a4c692ffd02a6f0648b201e9d608c +size 39031 diff --git a/metadata/cache/frames/vimu_000345/frame_03.jpg b/metadata/cache/frames/vimu_000345/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fba378ea6563931477655f92aa94d51ea13cf7f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949cff17d2ca3cfeea6546b8e575e28d4fbd5b5a3d1891c0cbb545c5c985b943 +size 37427 diff --git a/metadata/cache/frames/vimu_000345/frame_04.jpg b/metadata/cache/frames/vimu_000345/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c835f6e00ffe041d4c04f9c934e4ee53e367796 --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b7fd2892aa57505b38828afeb7ef40a184aecaf5437ed2c91ec6154b79a7a5 +size 22302 diff --git a/metadata/cache/frames/vimu_000345/frame_05.jpg b/metadata/cache/frames/vimu_000345/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24a08068e7907dfc3380959d700c5628fda862c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f19a10608a9b9d86914ac06fd14081b3385c94521dbcb040baaafac4f5b2645 +size 22268 diff --git a/metadata/cache/frames/vimu_000345/frame_06.jpg b/metadata/cache/frames/vimu_000345/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b2228c97f0aea0f08dfbad1b5f39cc411d223da --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639a40f37af8623afa154842005f1a5177804b1d97e673c7a79c1449f34eecb4 +size 20390 diff --git a/metadata/cache/frames/vimu_000345/frame_07.jpg b/metadata/cache/frames/vimu_000345/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc91ff8ea61502494036229ea9b690b2a657e169 --- /dev/null +++ b/metadata/cache/frames/vimu_000345/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1352ffc0ac7aac5a51797e821d13ecfc805d311b6da6e9ff726e2e4f7d5fd767 +size 22252 diff --git a/metadata/cache/frames/vimu_000346/frame_00.jpg b/metadata/cache/frames/vimu_000346/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c515786af84895a1567a827168b28c773a6dd13 --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c4f25ae3ad2a44eb4eaee575d3cca591528c8303706f7b53efd1285fcd4300 +size 69101 diff --git a/metadata/cache/frames/vimu_000346/frame_01.jpg b/metadata/cache/frames/vimu_000346/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39156d846a8e79ea8091a7e12ed19018bd70fd2e --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e5c4596caa3fb9873eb9114c18a0dbaffe5666daed12ac32d03b21974cd286 +size 88380 diff --git a/metadata/cache/frames/vimu_000346/frame_02.jpg b/metadata/cache/frames/vimu_000346/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90f6f7bde1821363305bbd4eadb5c5b06430a6ad --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185ee6f830f4bdc30b932405865e39093a9198d2170bd4672f032382dbf01903 +size 67681 diff --git a/metadata/cache/frames/vimu_000346/frame_03.jpg b/metadata/cache/frames/vimu_000346/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef4fa0da5e0c8716d0741c1fe7dd093bc0909e71 --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbdc9ccb4872576b200b1b27e437ab3e0b68d3e3182161bb531e91dbc4fa863 +size 60510 diff --git a/metadata/cache/frames/vimu_000346/frame_04.jpg b/metadata/cache/frames/vimu_000346/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bac80bfb9df857adef9a60fae13056babba5e9b --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bfbb26c12ebb3cbca52484582bf303b0883b12a11e6a6841bc921e3c6872e3 +size 71406 diff --git a/metadata/cache/frames/vimu_000346/frame_05.jpg b/metadata/cache/frames/vimu_000346/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbf964ca311f4915e97ab69dfb8680a1ce3da5f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccded2f10e878975f18c161031f95a693301d9bd1d153d1e0ea108c944cf6cc2 +size 69180 diff --git a/metadata/cache/frames/vimu_000346/frame_06.jpg b/metadata/cache/frames/vimu_000346/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb5fd5c4bd01f76f7d374eac2e51976354d978fe --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fa1ac955e6f2104bc768e4d2e5ca29c70eee4b655c73e520c7993f609e232d +size 59953 diff --git a/metadata/cache/frames/vimu_000346/frame_07.jpg b/metadata/cache/frames/vimu_000346/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b86796e077db691b0cd0d36cf0f26abc0b53df46 --- /dev/null +++ b/metadata/cache/frames/vimu_000346/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5b26a3cd25137ea071eae3d7b8ff8b5bc72cba6819c745779b634ebefe4724 +size 78626 diff --git a/metadata/cache/frames/vimu_000347/frame_00.jpg b/metadata/cache/frames/vimu_000347/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bdf9f6249dfdbc484309f87702ed66efd416b8d --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dd7f22a53e9b772f0dbb74929e1d414baa123c0a29ca24c609da98fcb45d9b +size 40959 diff --git a/metadata/cache/frames/vimu_000347/frame_01.jpg b/metadata/cache/frames/vimu_000347/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d75ac11be21c58671a12e5710924557f4c86b62d --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6c70997778400344d18eefa35b88e90c13a015dcb65edcf5fb850975905adc +size 40560 diff --git a/metadata/cache/frames/vimu_000347/frame_02.jpg b/metadata/cache/frames/vimu_000347/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7901ba5e86cfa4caaa27c0a26042fb59ebc7c3b --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5949d7e96084fa81012e059ec431cd9128d1fd542179cc5fb87ec6a127d7271 +size 45147 diff --git a/metadata/cache/frames/vimu_000347/frame_03.jpg b/metadata/cache/frames/vimu_000347/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27b8c138d2a66fc6fbf8c1592c79453d6d279962 --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac5404a5eaa6317bd05461da63e7dcc7774c809b032874b94f294f67d37e2fe +size 37018 diff --git a/metadata/cache/frames/vimu_000347/frame_04.jpg b/metadata/cache/frames/vimu_000347/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c0ec9924e8ac98bce9fba7876d46dd180f630bf --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bc817a0bfedd6902dbd95b6003ba4d8675b7f276f205f179940ee949fa3f79 +size 38490 diff --git a/metadata/cache/frames/vimu_000347/frame_05.jpg b/metadata/cache/frames/vimu_000347/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9f614540ab3ecda81012287fd4a5f17857b8fe9 --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029aeb3137a5c6b847f1215b584020ea1e53c90f8b5c7d6376c8e6e2e6cac799 +size 38108 diff --git a/metadata/cache/frames/vimu_000347/frame_06.jpg b/metadata/cache/frames/vimu_000347/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e2df8fee323012b2aeee38ed1433ba6af4257cc --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcc1c83fbc2c67b04a8f79f2525a94d3dc71258cbeb6955ebb358a8290c8648 +size 35742 diff --git a/metadata/cache/frames/vimu_000347/frame_07.jpg b/metadata/cache/frames/vimu_000347/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea081561c0dd9dc320260d89bc29cd2d119a4dc --- /dev/null +++ b/metadata/cache/frames/vimu_000347/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baeb33cc500094b7236b7af2114fb17e3d520219d3ada1b31b3016da2b9de383 +size 44737 diff --git a/metadata/cache/frames/vimu_000348/frame_00.jpg b/metadata/cache/frames/vimu_000348/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42b2bc622fe0f27e03098a6da1d8fe002d62b313 --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c610a05e72aaec8c08a95784f95d1bddf06fdee5c878d49e656615aff3bccb7 +size 45518 diff --git a/metadata/cache/frames/vimu_000348/frame_01.jpg b/metadata/cache/frames/vimu_000348/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..893174247da2742dc91ab8280758a2cd0ebe1aea --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55cea4152f41286ce4f203d2d4898fee14833876b61ab91d6cd83e70ee21a58 +size 42897 diff --git a/metadata/cache/frames/vimu_000348/frame_02.jpg b/metadata/cache/frames/vimu_000348/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b22868c2bb4c5c17e61101a9ee9d12db9d37d62 --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a98cb6ec86ce00c7fdc5ea76686a5a74850c86beb03ec153962ecf8ff6ba241 +size 40436 diff --git a/metadata/cache/frames/vimu_000348/frame_03.jpg b/metadata/cache/frames/vimu_000348/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89fadcb24e983975d8cb727dbdcd666bae06e9b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fcf7bcbaffa9674768f9731a3c9f198d04b02433f1c6385566d7fdcc3740f4 +size 35214 diff --git a/metadata/cache/frames/vimu_000348/frame_04.jpg b/metadata/cache/frames/vimu_000348/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0979095a9cbe417dd18ce86c67fba040d574f5b --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0283a4933d32b9d242c57e22947953bf57f7aeedb166d2e9dea1425a117a2dce +size 30322 diff --git a/metadata/cache/frames/vimu_000348/frame_05.jpg b/metadata/cache/frames/vimu_000348/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f09cc605b8ebfb5b21c825173495920a9176ef --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9870719ea6c2cab76e9098037c831b9281e7bca75691b20ba21dc966431235eb +size 26773 diff --git a/metadata/cache/frames/vimu_000348/frame_06.jpg b/metadata/cache/frames/vimu_000348/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..179d444395e61ed2150e8009f0a5d8c4d1a082d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d369ca7d79346bf5e1781a6ae16e516c4d1e806b0ce32513f3e69bc63fd848b +size 26713 diff --git a/metadata/cache/frames/vimu_000348/frame_07.jpg b/metadata/cache/frames/vimu_000348/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acb0334181b5190b319407321aa185546b3bfa64 --- /dev/null +++ b/metadata/cache/frames/vimu_000348/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982e8c635a01a44ce6c270648313f3b6da6d0a142901fdc214308a49d7841dfe +size 33482 diff --git a/metadata/cache/frames/vimu_000349/frame_00.jpg b/metadata/cache/frames/vimu_000349/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f492d4cfa33b040dc0341e59aef350258b973fde --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806b23a76d0fd1842594408b71d4bc10c06e3edba53a6e0e4c77c2de367341e7 +size 52189 diff --git a/metadata/cache/frames/vimu_000349/frame_01.jpg b/metadata/cache/frames/vimu_000349/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a180838705bc938e53748f41150b6d5b9fe21465 --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b0822a7462c19c028ca23d8ad02b3d225380a6c097686e7d2f89c435fffbf0 +size 49375 diff --git a/metadata/cache/frames/vimu_000349/frame_02.jpg b/metadata/cache/frames/vimu_000349/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2bdd1ba1180451aa4e6ee9f4efaf00bbd33c6fd --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38578e596a1c762e3c4160167c31b4e81ba865ef651f4593173ea9eb5dc6b99b +size 83562 diff --git a/metadata/cache/frames/vimu_000349/frame_03.jpg b/metadata/cache/frames/vimu_000349/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fc49b8d762ddd713f6b7e3cf1be257ca1ceb171 --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbac048d86241f2a16f809b88ac5cb923282d497b4d3d5c25551c67d3b4312b +size 90477 diff --git a/metadata/cache/frames/vimu_000349/frame_04.jpg b/metadata/cache/frames/vimu_000349/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..925da730fdb7b59a67fd95de3ca97a038e064320 --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8372172dade996d7808435ea2b7aa8461bb3534c6205b55e47160816b3b863 +size 78598 diff --git a/metadata/cache/frames/vimu_000349/frame_05.jpg b/metadata/cache/frames/vimu_000349/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..661e6f2f28398735402590e83e66b229ad91b111 --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed21a7e096975f98caabe88aa7895ea979d9cc68817c0ceca80df363bc867c67 +size 72564 diff --git a/metadata/cache/frames/vimu_000349/frame_06.jpg b/metadata/cache/frames/vimu_000349/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35c477d58232bef04e15b49e1cd3f51c6f6ba271 --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb7ca767b1b9961b72b266cc9b6e3bd649694154920351be4eede5dc1a0eef3 +size 56563 diff --git a/metadata/cache/frames/vimu_000349/frame_07.jpg b/metadata/cache/frames/vimu_000349/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b11677ef6631c9951a41a94369a09c1e1612136e --- /dev/null +++ b/metadata/cache/frames/vimu_000349/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f25d7bdbc8fa20fd9b0cbe902c124044942f4be31eb8e2d8ae46564234b9aec +size 38022 diff --git a/metadata/cache/frames/vimu_000350/frame_00.jpg b/metadata/cache/frames/vimu_000350/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c46b6c2182509c9103cffd9f4d4c232bbc616107 --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18951690d13a3baeb61e580b9543e9e59caef8ca91ee394519915ff8077e3dd0 +size 31812 diff --git a/metadata/cache/frames/vimu_000350/frame_01.jpg b/metadata/cache/frames/vimu_000350/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae77373377d33d47fce8bac8cdeeb85b491afc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dc0d6aae8eca6b2faa51897835ac37bee627979e2a15311191b904844d9a44 +size 28026 diff --git a/metadata/cache/frames/vimu_000350/frame_02.jpg b/metadata/cache/frames/vimu_000350/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0ffedd97f4eb1103bcac8f5aa4f5432227004bd --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f91d33bcfdc61ff87894d2e483694e1d36f675941db74984d40c14c3e17764 +size 36229 diff --git a/metadata/cache/frames/vimu_000350/frame_03.jpg b/metadata/cache/frames/vimu_000350/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffb3dba44c840f865f78195a86e15d314961cfc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75bd8c844c8abe2d407baf77a9b93e1d2c5c4525adf41f47b887e232fe06a75 +size 38233 diff --git a/metadata/cache/frames/vimu_000350/frame_04.jpg b/metadata/cache/frames/vimu_000350/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2bede3f33cde32b270798a2e2a9dd136b3d2b79 --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa0c98f657fce93e47f5e742a49e0a853cffae17365dab43371be0f59a92da1 +size 41972 diff --git a/metadata/cache/frames/vimu_000350/frame_05.jpg b/metadata/cache/frames/vimu_000350/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1a9b819131a8082db34214e98798e952b0bfd3f --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b68db76cb998efca08d24b9aa754a4d1c486d78d157ffb4d0114db4b057f05 +size 37635 diff --git a/metadata/cache/frames/vimu_000350/frame_06.jpg b/metadata/cache/frames/vimu_000350/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..608cc792abd0bef266bf6950fea5be9c1d416ff7 --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26617af17d03718bab0298f27c393c090425f5f74862f4a02b01844d1949846c +size 38773 diff --git a/metadata/cache/frames/vimu_000350/frame_07.jpg b/metadata/cache/frames/vimu_000350/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fb401e5f41d6a8b2c1132f9f9860ed3a5d55761 --- /dev/null +++ b/metadata/cache/frames/vimu_000350/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa677cc4b217c622d7cb6591cb18c9883979b6647760f59a05c169486112139 +size 33902 diff --git a/metadata/cache/frames/vimu_000351/frame_00.jpg b/metadata/cache/frames/vimu_000351/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a65737f45d6fbb4e9b938601ab6723ecaa6a57fb --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c11dc90d97c89fe3e6346ff81b5232876751fa46c3aac2f372b53dbde7d5083 +size 62735 diff --git a/metadata/cache/frames/vimu_000351/frame_01.jpg b/metadata/cache/frames/vimu_000351/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eb25aedeeb92781420d2333154d00ea4ed5a20e --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909b9e49c59176fabe083a1754678e5fd0f7577d31c73bc17a6c8445966f71fb +size 58577 diff --git a/metadata/cache/frames/vimu_000351/frame_02.jpg b/metadata/cache/frames/vimu_000351/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6f0cfbe18cbdaa05c40912195b21cad1bc13d76 --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7371a28d45638402359cd9ff66f56fc1c890d58b6ffc9713921074610ebf674f +size 58643 diff --git a/metadata/cache/frames/vimu_000351/frame_03.jpg b/metadata/cache/frames/vimu_000351/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1166f7ec6cf8c0bf3948b23da7200d2773a53c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9292abbe24255bcc54a4a2eba4678d20b415605c183c5548bb65ed377c0314 +size 60278 diff --git a/metadata/cache/frames/vimu_000351/frame_04.jpg b/metadata/cache/frames/vimu_000351/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d2ca21ce21dd404a164312b3149a6565a0af963 --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06fe6f284caffb5ce0cca7b8b86240630c96c592fe6b0b0e9817539282e6e51 +size 59425 diff --git a/metadata/cache/frames/vimu_000351/frame_05.jpg b/metadata/cache/frames/vimu_000351/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e747f2802034d90488a36cd763b58b77a533bd2a --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73dbc89ca5e273bf07c5198c7afed7edcf2bfb4b9dc24e3520fe5383a3a0cbf +size 59462 diff --git a/metadata/cache/frames/vimu_000351/frame_06.jpg b/metadata/cache/frames/vimu_000351/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..453667ef68469bd54f856ad2bd3bb9af9733358e --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e7a0159efb281a68e3b39538b09bc75bcb5cf7905eea7fa3bc7863a670c1e4 +size 57323 diff --git a/metadata/cache/frames/vimu_000351/frame_07.jpg b/metadata/cache/frames/vimu_000351/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f7cfe29f55116ae3f24f7d31f73f81fe6580c30 --- /dev/null +++ b/metadata/cache/frames/vimu_000351/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b39670eff92ad4da1847568995ffb77e469de4b250e117e513da24b9e0507f1 +size 59720 diff --git a/metadata/cache/frames/vimu_000352/frame_00.jpg b/metadata/cache/frames/vimu_000352/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38a23ebbecef1214a6affad89d5f1f0bbc9c750 --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcb909ba2139557db09f7929cb7f37f6d6474da1cfafc179b1891a95b9c96ee +size 23069 diff --git a/metadata/cache/frames/vimu_000352/frame_01.jpg b/metadata/cache/frames/vimu_000352/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d44f673d174e0be25cfc9d2d71260f48f58a8318 --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a820230124eb30f3582add9e3764d68f83fb86d155cc446166e0a23cd1f595 +size 22037 diff --git a/metadata/cache/frames/vimu_000352/frame_02.jpg b/metadata/cache/frames/vimu_000352/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cab11e63fc712a7fc4c4ae3ea4b0ba8ebc5f2d6b --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026447ce2f07a005b2cc8316c3c22091305765bd8fd15053108f423f9b4a0d03 +size 20554 diff --git a/metadata/cache/frames/vimu_000352/frame_03.jpg b/metadata/cache/frames/vimu_000352/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81cbc9aafe4ade99901cdd006448117c3677d60f --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6a7bdb51e0730c3e1a30620987df1924ad7f354db42edfca2b36007d7fc25e +size 21609 diff --git a/metadata/cache/frames/vimu_000352/frame_04.jpg b/metadata/cache/frames/vimu_000352/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dba8f6dd7b28c4c7bd4078a44b4f8c788c9b34a --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c0aec6e6901a78638e172bd9f60a0cb2a9fba771aa24e6f6653bf534a06b5a +size 22821 diff --git a/metadata/cache/frames/vimu_000352/frame_05.jpg b/metadata/cache/frames/vimu_000352/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4008fabbfb37f48331def1080f6952a907c27273 --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5022c20b2c138eb52c9f490f81123324e06cf493576f2a220639c2cbc7aaa34d +size 23907 diff --git a/metadata/cache/frames/vimu_000352/frame_06.jpg b/metadata/cache/frames/vimu_000352/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..866c8c96dcb771f25b33ab90b135384f68b3316b --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4704ed8c7d4c33060358b83f9c8119d40c51218b9fb81436d9c5a7f56fdd3f9c +size 23629 diff --git a/metadata/cache/frames/vimu_000352/frame_07.jpg b/metadata/cache/frames/vimu_000352/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc5cce9043181762af0ec8b2eaf0c49e5b7d6556 --- /dev/null +++ b/metadata/cache/frames/vimu_000352/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dd72339b804375a8b32c0cf93c6247b7ad4115816448011c2e362d2ea77bb9 +size 24233 diff --git a/metadata/cache/frames/vimu_000353/frame_00.jpg b/metadata/cache/frames/vimu_000353/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6a9ce2206a509688f2e451a621b5e35f100c8ea --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c082e568d03331f497ba7595fc4d0fe9bd49df6a5b027ec8b2b5211a974074c7 +size 38041 diff --git a/metadata/cache/frames/vimu_000353/frame_01.jpg b/metadata/cache/frames/vimu_000353/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb4007970567d340c985f746487870d21f4f0e00 --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e1cdbade4d4b49f9750858cf2ffe2de7ffb73a58080d897f32fb9de8d817f6 +size 39421 diff --git a/metadata/cache/frames/vimu_000353/frame_02.jpg b/metadata/cache/frames/vimu_000353/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..055b0d0537b525dd378081fb71b3063cdc17e13c --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737650a1dd65a9f8600a3e0e0e5b766f6e293b1243358e0be1c1b6ddce2e4263 +size 45412 diff --git a/metadata/cache/frames/vimu_000353/frame_03.jpg b/metadata/cache/frames/vimu_000353/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b3e25d28ee99dcd7a61c169f43edf4d23c311d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a510e79d27e8b290b9389a41703b1d2720c663b6498f1e0cddb20ed277e621 +size 42747 diff --git a/metadata/cache/frames/vimu_000353/frame_04.jpg b/metadata/cache/frames/vimu_000353/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8053d27cab2f29b4005cb0a4a6a596382470d806 --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09fad8b66060880e07a52fa7d1083f18037ab3b4067966687a795617bfa5f0a +size 38451 diff --git a/metadata/cache/frames/vimu_000353/frame_05.jpg b/metadata/cache/frames/vimu_000353/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3d357e9f72ba831429071b2ae8bec02378bbc52 --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5adcf9f0f57ebe5e30113e477efaa167b768e55b2c92d721b5a3fd8c83d40d +size 49573 diff --git a/metadata/cache/frames/vimu_000353/frame_06.jpg b/metadata/cache/frames/vimu_000353/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85a4e680161ed1db0a408b95fa4515877d9c0e49 --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c822b4de038ebbff677d4ad37c670e06dc473e97e468da0e4bf0791325bc99c2 +size 47537 diff --git a/metadata/cache/frames/vimu_000353/frame_07.jpg b/metadata/cache/frames/vimu_000353/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01caf2ee36da87d046cf15fae1f28c0163bccea9 --- /dev/null +++ b/metadata/cache/frames/vimu_000353/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3097284140883a9b184845f6ce2b178a4d2ecc67c5b943e2c3964541728d5aa3 +size 38250 diff --git a/metadata/cache/frames/vimu_000354/frame_00.jpg b/metadata/cache/frames/vimu_000354/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde24d1262a8b917ffc07f12cd975caf4bcb26be --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9431d00c511c10adddd6284780b01326bfaa7626bfcba0972267517286479d +size 47910 diff --git a/metadata/cache/frames/vimu_000354/frame_01.jpg b/metadata/cache/frames/vimu_000354/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81395ba9345520d1c35b402e1bf4cbe2b9f8eda8 --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bf2afc9559a5ebf607873ab6599747751fbaa804283d2b1e42fc98b2d67a7a +size 52137 diff --git a/metadata/cache/frames/vimu_000354/frame_02.jpg b/metadata/cache/frames/vimu_000354/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95ea5575e9b96a6997a661f6018a1271cdceb516 --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e9f1ff0f4ac6ec20a3f18356ac5f2bef494d509771741a2d566d12b250bcaa +size 51058 diff --git a/metadata/cache/frames/vimu_000354/frame_03.jpg b/metadata/cache/frames/vimu_000354/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5e9aad6533f71b7b07df63e14d0ff9eff48c53 --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48aad2895ef41443da681cc3a77dcdc098f35326147ae0f5ed7ed43171386402 +size 51556 diff --git a/metadata/cache/frames/vimu_000354/frame_04.jpg b/metadata/cache/frames/vimu_000354/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bc8c387eaa110299b81cdcc449610cb089aa840 --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4a43056f6abb0c554a1920a5aa52538d8ba6ee2eb86e5d539631e461b29a01 +size 52675 diff --git a/metadata/cache/frames/vimu_000354/frame_05.jpg b/metadata/cache/frames/vimu_000354/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4ad87102e77f6a094d6a039aca7d7aa9831efd6 --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32ea8a5d8e777ba5b583c81f569c4ac31d307eb00668ccacfb303835c68f3aa +size 49816 diff --git a/metadata/cache/frames/vimu_000354/frame_06.jpg b/metadata/cache/frames/vimu_000354/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..721f44376e196a9a8527cabffa35d6c81dfaa9f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67535ac67f4e82c149a24adf212ef5b4005acb5e3159e574590c9bee2c7771ef +size 37617 diff --git a/metadata/cache/frames/vimu_000354/frame_07.jpg b/metadata/cache/frames/vimu_000354/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c417f55c867d844cda6f35e34982c6c7e64df88b --- /dev/null +++ b/metadata/cache/frames/vimu_000354/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835799978ec89d28951bb785c8947a0b312c3e6fac5c98e88fdbc93afcc65f7d +size 42098 diff --git a/metadata/cache/frames/vimu_000355/frame_00.jpg b/metadata/cache/frames/vimu_000355/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99071a00d2dc803787d70a0d91a0da8d3a80186b --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb716ce187ef0e2d0e7285182c3fe2e5e14d3c397ed27057a71adfee53054d83 +size 38053 diff --git a/metadata/cache/frames/vimu_000355/frame_01.jpg b/metadata/cache/frames/vimu_000355/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae14dc1425f91b2a678ce6ce168be4e13535bf43 --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031b37678aee95aa3308193f19f7bf641470df3c87322df68087090fdf8fcdce +size 33892 diff --git a/metadata/cache/frames/vimu_000355/frame_02.jpg b/metadata/cache/frames/vimu_000355/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..148e94467c93497d7429806d28d2c1bae09d16c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855f1502d72ede402f546d88dd1d9f8f546dcd3b533b6a46ee774c7c6211ace7 +size 34502 diff --git a/metadata/cache/frames/vimu_000355/frame_03.jpg b/metadata/cache/frames/vimu_000355/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc5ce6a4972dc1e3a7124003888f83020379b4a --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b513f0449016c5fdb783fd7138b33039bf8df2dd594542720719e92fce4638 +size 34903 diff --git a/metadata/cache/frames/vimu_000355/frame_04.jpg b/metadata/cache/frames/vimu_000355/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b42f8fc6a20efd981fe1f9870cb6cae80581966 --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735dd8f4cab256a4bc48ad5bc6c8454ad03fc1f718cc235d3caef7b76baaa5e +size 37641 diff --git a/metadata/cache/frames/vimu_000355/frame_05.jpg b/metadata/cache/frames/vimu_000355/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f24ca1ee0ed2791e67f3d0cb3d8a16e74ba916c --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdef7f176b8612bc5b938dced453ddf903dbef76ca1cf2bdc2f79541728a7160 +size 30405 diff --git a/metadata/cache/frames/vimu_000355/frame_06.jpg b/metadata/cache/frames/vimu_000355/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de3c343794471fc3f3dd95740eaa268fd4d1ba88 --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301b7091f27f8be9bd1486affc55f2c3001b4a08fb9f811ea0c44685b4acd769 +size 22863 diff --git a/metadata/cache/frames/vimu_000355/frame_07.jpg b/metadata/cache/frames/vimu_000355/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0daa8e3aa21450e357f09e4d76da23c14baa0108 --- /dev/null +++ b/metadata/cache/frames/vimu_000355/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c016824a7550f44463d7ad36373dc63c90bef431e208da4bf8c4a988a913828 +size 33110 diff --git a/metadata/cache/frames/vimu_000356/frame_00.jpg b/metadata/cache/frames/vimu_000356/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f15815aa1850f034226f8fc374b9b50a66333038 --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fbfd037d4b5db8b95e6c2c8fc11112fe8fa69dafd1166dfd90f693a6658461 +size 39669 diff --git a/metadata/cache/frames/vimu_000356/frame_01.jpg b/metadata/cache/frames/vimu_000356/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45e19c86aa58d9812102a0895b2ce9f7ab24d901 --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea35cab7d164eb50a8c074ccbd330249544022ba2231f0d0d7abd6548d8c7b1 +size 43843 diff --git a/metadata/cache/frames/vimu_000356/frame_02.jpg b/metadata/cache/frames/vimu_000356/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8455a8755792e9e1af7a93f5ea03f6339d60243d --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95228f4a399d3b8e8acc52b9e14183de17061023659d9a200b9b29405ed38655 +size 44841 diff --git a/metadata/cache/frames/vimu_000356/frame_03.jpg b/metadata/cache/frames/vimu_000356/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a451e9583a837176ff7e3e72f0db77677501e2b --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc2d04bfbeb059aa6f37a936c6ba14e11e63b82053699126c6329d30d2a5d77 +size 45292 diff --git a/metadata/cache/frames/vimu_000356/frame_04.jpg b/metadata/cache/frames/vimu_000356/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0369ad874af56e0eb180460cec1eaf4a2268f0a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dcacc4f7d225fea47e70fa12d3a36f77d4e36c24e0c3846a351138732571b0 +size 43656 diff --git a/metadata/cache/frames/vimu_000356/frame_05.jpg b/metadata/cache/frames/vimu_000356/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1c1521cecfe5301b50f326ea385369d87138be7 --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde6e4dd642273af31f2d3eac760f0f9f8382f82e623afad7da4f94d121c2c41 +size 45074 diff --git a/metadata/cache/frames/vimu_000356/frame_06.jpg b/metadata/cache/frames/vimu_000356/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6d2637d0df7ac96d066ef0e5db1a0949fb19a78 --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1526812e1bf4263be588642748313dd5536b3ca80fffc561e34914c45ebb4b86 +size 50212 diff --git a/metadata/cache/frames/vimu_000356/frame_07.jpg b/metadata/cache/frames/vimu_000356/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a31de2ddb357033a4f383c52588c7baa0a5823be --- /dev/null +++ b/metadata/cache/frames/vimu_000356/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5a1f2ab51dd45b39de69d0a79bbcbe3f1f36417165d42d16a9e97644e31767 +size 49542 diff --git a/metadata/cache/frames/vimu_000357/frame_00.jpg b/metadata/cache/frames/vimu_000357/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4194b4df64d5b69c9b1cecd0d1fe480ed043f30b --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761f828bc0b96aabc0940fd8d54001ff5c6e48fe0f7ef78d7c0d273ce920f55c +size 38448 diff --git a/metadata/cache/frames/vimu_000357/frame_01.jpg b/metadata/cache/frames/vimu_000357/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b32bb28dc40a857b682479fe683ced9974a0a663 --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e6bc1f58a0d5225331e74c89be8774b6c51cfae147c5d2eb127fda07cac8c0 +size 40236 diff --git a/metadata/cache/frames/vimu_000357/frame_02.jpg b/metadata/cache/frames/vimu_000357/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04029fb3b38007d9bbca5af4b0b8234820019b34 --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6af7e23a0e8b6cc791e55296f846509563489dc49901e1b1ea1fd177c71e097 +size 37277 diff --git a/metadata/cache/frames/vimu_000357/frame_03.jpg b/metadata/cache/frames/vimu_000357/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d151f7338f20279c2dd7003758e6070792e2d3d --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c921968429e33cfadfd7d431a4367251134b77c2109114cad58e9043f1965c +size 39684 diff --git a/metadata/cache/frames/vimu_000357/frame_04.jpg b/metadata/cache/frames/vimu_000357/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef49e25371382b51726dc72dd06aa60a9e8e0a8f --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5038f40b5b864872fdf84c98c120e12689706ec08b391c829243a9599cf77eb2 +size 36374 diff --git a/metadata/cache/frames/vimu_000357/frame_05.jpg b/metadata/cache/frames/vimu_000357/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9efdd399fc73d7ebf58242e358f7178f956024af --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d441a8a7c9e336ecb3c00790b325ed40f24ade5b8766b82abf09b86e12bf3a7e +size 43914 diff --git a/metadata/cache/frames/vimu_000357/frame_06.jpg b/metadata/cache/frames/vimu_000357/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a1637fe18b7e41e6c074a3a67554efb387eaf88 --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff502558c2008e35463d5953ce26f97e2299b6d6d8dd6cdc4094947fb2f576d +size 41047 diff --git a/metadata/cache/frames/vimu_000357/frame_07.jpg b/metadata/cache/frames/vimu_000357/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b2fb604db23ab82b2f857b888ccf0dc544d77a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000357/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bebc5e0331fa41389d94b930aa6e7e4b750273f5f5e580dab293327d8b6c3bc +size 38650 diff --git a/metadata/cache/frames/vimu_000358/frame_00.jpg b/metadata/cache/frames/vimu_000358/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87516a307c239121ab95d9427bf88c56e3bae81e --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbe234a5359fc45d617d63fc03a71a10bd0e13aebdf8fdd8e883abf0f0d8c60 +size 25056 diff --git a/metadata/cache/frames/vimu_000358/frame_01.jpg b/metadata/cache/frames/vimu_000358/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cca4112e839d88664fb672eb2fffcecf34182a27 --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901a5ca3c51a8a36d3ba10a2400174d3d807bf22ed51e8dc2345c15674193a94 +size 22245 diff --git a/metadata/cache/frames/vimu_000358/frame_02.jpg b/metadata/cache/frames/vimu_000358/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72283a81044efa57c15dbd71f3d298f02de92695 --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f912e187175ea1bc7f8865c95528c355579de6ef20086916696fe6025fcc211 +size 30130 diff --git a/metadata/cache/frames/vimu_000358/frame_03.jpg b/metadata/cache/frames/vimu_000358/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cd3d54564530af260d6182140fc3bdf684bf676 --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9944ef4f20a9b38d876e8a2af41a9506d71f3479d5bdca898af0aba8ac4d353 +size 30064 diff --git a/metadata/cache/frames/vimu_000358/frame_04.jpg b/metadata/cache/frames/vimu_000358/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35f7472b47c4a747192052b4f80a1c317fdede11 --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18bca26f38733530e844d6e173f591d339a8a79e274f7a1cc7e702fcb1f2c4c +size 29279 diff --git a/metadata/cache/frames/vimu_000358/frame_05.jpg b/metadata/cache/frames/vimu_000358/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7077c54d20349ebb44e0390dcedfcc0ec18881ac --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f018e32dae368807ae505d08a7ee8260d8507905d43672d01d89d3d1875373f +size 30008 diff --git a/metadata/cache/frames/vimu_000358/frame_06.jpg b/metadata/cache/frames/vimu_000358/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a5f2c156f62ee3853f38d91ce09f5a3556cde69 --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abed2008bb967f244523414021e30400a99546a40c530dd12aa7d8564afa2da +size 32141 diff --git a/metadata/cache/frames/vimu_000358/frame_07.jpg b/metadata/cache/frames/vimu_000358/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4243305b3ecd47e3147b89a103531a002293c33e --- /dev/null +++ b/metadata/cache/frames/vimu_000358/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6508c0bee438d13b5d91c49fe90178dfb123a5004712125c86378abdb09917e9 +size 33780 diff --git a/metadata/cache/frames/vimu_000359/frame_00.jpg b/metadata/cache/frames/vimu_000359/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3a543e7ee648bd1a6425c8ce69e07694d087a30 --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff9a1f5695e7be4fd4dc166cb0b327b730f5b8e8dead250e2e261d241f0d9c2 +size 32816 diff --git a/metadata/cache/frames/vimu_000359/frame_01.jpg b/metadata/cache/frames/vimu_000359/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff3b7bbed2582e2df574ac68de1f3f95c5cd4676 --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1170ff6d6f75a2f120a1611fc35ed9b45848125c14d381d99bed14db684c8b +size 31329 diff --git a/metadata/cache/frames/vimu_000359/frame_02.jpg b/metadata/cache/frames/vimu_000359/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f970b80e4c277c4d991b92737398d221be88d6a --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c4cfb38ac5594947dfe0df9efe254e973190dd156c9781d74718b16efe5991 +size 31648 diff --git a/metadata/cache/frames/vimu_000359/frame_03.jpg b/metadata/cache/frames/vimu_000359/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf719cb7848cec02b5af6ab7726d7392fc136b2b --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8f724c70a30a3c54b234a47dc6cf3ae4b787ce848c26eaab91da745291b60a +size 31864 diff --git a/metadata/cache/frames/vimu_000359/frame_04.jpg b/metadata/cache/frames/vimu_000359/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b09aeab0bf0c5509a59f7f0467f4db53493da1be --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabd98638735d67f96cc7195a2fdc03c7a0e55be9db7627f41ad634ca64158ea +size 31414 diff --git a/metadata/cache/frames/vimu_000359/frame_05.jpg b/metadata/cache/frames/vimu_000359/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71df1613cf5216fe6e26aedc11d467b5b7ef4d8b --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe335f0f53eba98f0c699ec6f94cb0850bd58e936323a18191289fa5788a04ff +size 31055 diff --git a/metadata/cache/frames/vimu_000359/frame_06.jpg b/metadata/cache/frames/vimu_000359/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c948514cd9fd52f2791436927dde0075553b0a13 --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfdb87cf9e45826529f3eaa0c9164caef10d5269b0dd1a84460c6104b82c188 +size 30529 diff --git a/metadata/cache/frames/vimu_000359/frame_07.jpg b/metadata/cache/frames/vimu_000359/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..789a5d2de012d8ab462f93a74a9ab203b416f26b --- /dev/null +++ b/metadata/cache/frames/vimu_000359/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff323b615472a6d505b0dbc8efbc7e5f8c74d4802712a67f6289cfefd383c7b +size 29755 diff --git a/metadata/cache/frames/vimu_000360/frame_00.jpg b/metadata/cache/frames/vimu_000360/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6b9c9b3b4aa06dd7cad589051ff2c2fb438b1c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28856975f8baea930d85c1c6dd02f93384a72bd9e31b9ba3295b07e9f1abf60 +size 38030 diff --git a/metadata/cache/frames/vimu_000360/frame_01.jpg b/metadata/cache/frames/vimu_000360/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a522602858a7435b97e7472fe61e5d5edbb9dafc --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f46d40b508c8dfd163a1077479b039c5ae961a143302a12a08dddd8ecc9075c +size 39769 diff --git a/metadata/cache/frames/vimu_000360/frame_02.jpg b/metadata/cache/frames/vimu_000360/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7fdb2d93258eb7759b5bcda359e06350f456912 --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150b86998b42b839f173591290376a6c96bc6dce8526f82c5e0b63cb1e3def9a +size 43770 diff --git a/metadata/cache/frames/vimu_000360/frame_03.jpg b/metadata/cache/frames/vimu_000360/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d83b564d6b324be607b9479d8f837b724f6bbf4 --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476063ca05db5b5136b482fb2853db33d75cac76cb6409a1828cb28336c4b842 +size 42784 diff --git a/metadata/cache/frames/vimu_000360/frame_04.jpg b/metadata/cache/frames/vimu_000360/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e51bcad38964c3bdf9cd11703332d1f697cfad4 --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b530780d371206dee133c6463b6f24846116173a1d9e34338cd0e228bf9f62 +size 42913 diff --git a/metadata/cache/frames/vimu_000360/frame_05.jpg b/metadata/cache/frames/vimu_000360/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbc683ffab31dd03148bb837af0d0b071dd5efe8 --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21ec02e2105aa768102e27863cec74d7d0ffa0dbf5f88ed4c15606159d94d99 +size 44332 diff --git a/metadata/cache/frames/vimu_000360/frame_06.jpg b/metadata/cache/frames/vimu_000360/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9503c925b521345ba8132258e752a8f30bc8bb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea83df48ffef16bd9a9dfe75b22463352dce09444cbb9c5e9d139778d0091c28 +size 46099 diff --git a/metadata/cache/frames/vimu_000360/frame_07.jpg b/metadata/cache/frames/vimu_000360/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..679b00efa45bc1409d06dedef2ec0d7c1883990c --- /dev/null +++ b/metadata/cache/frames/vimu_000360/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc17d1821672dbe8dfa5840b4e227c0f1c3fe5c9405684ea9cd2ddcf5380cadb +size 36281 diff --git a/metadata/cache/frames/vimu_000361/frame_00.jpg b/metadata/cache/frames/vimu_000361/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5244ba629e8943182c101a665557e4d9f7683064 --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a299d2324f68a6df23c393754f19b5d215e9c9e8d90b9e9bfc3ef9299e3929b +size 8969 diff --git a/metadata/cache/frames/vimu_000361/frame_01.jpg b/metadata/cache/frames/vimu_000361/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0e5d3d92d8da5f8189947544458c5f3e934079 --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ce1f9b28148e937e353616b09b204049fc9e30c4ed951b568db0c24265e3fd +size 10036 diff --git a/metadata/cache/frames/vimu_000361/frame_02.jpg b/metadata/cache/frames/vimu_000361/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf48c06bfa98029f72109da57bd9767139f8a16a --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97698c685798075684caee8c79ebda02361029b2479c744052a79a56bbc7b699 +size 10418 diff --git a/metadata/cache/frames/vimu_000361/frame_03.jpg b/metadata/cache/frames/vimu_000361/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43bce4c611295e1aecaccf85c4d19d541e24a5ab --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2ce7a73140e46bcfb8f78a229233c54a9686a304a177921ec128e96698d6c3 +size 12397 diff --git a/metadata/cache/frames/vimu_000361/frame_04.jpg b/metadata/cache/frames/vimu_000361/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d04e9497690c9a7dc339081cc02eacf7560c29f --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97587c604a79a09589413e59adc8bdebb5849f537fffb14801cc93bc4327077a +size 10931 diff --git a/metadata/cache/frames/vimu_000361/frame_05.jpg b/metadata/cache/frames/vimu_000361/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7368f26bd8a38ae2d8c73b9ff96338f813168f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35eb33da5f00379d304b9457c2cf8fcd14a0e33bcf99a9cfc9c403e48a128fd3 +size 11847 diff --git a/metadata/cache/frames/vimu_000361/frame_06.jpg b/metadata/cache/frames/vimu_000361/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22f0588487d6dabd59ac3b8bdad6ad436525c6ee --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd6c85c92b9dd5c787b87c8c4e6e24379a90a04ed8a6bdf460350356dc5ca66 +size 12742 diff --git a/metadata/cache/frames/vimu_000361/frame_07.jpg b/metadata/cache/frames/vimu_000361/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9717abd51ec8dcc561bddddd5feea28ebdede645 --- /dev/null +++ b/metadata/cache/frames/vimu_000361/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44fd94108a98bdea9daf9b27b6d335c1f4056199cae865afd06479370d7a0a2 +size 12992 diff --git a/metadata/cache/frames/vimu_000362/frame_00.jpg b/metadata/cache/frames/vimu_000362/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2b6c70629499a02be1eb66a4aa864ead6cc791b --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31ae6757c6acd10e30b304876b79a139c52bc947b22b22f6a34f59cb124fd2c +size 10244 diff --git a/metadata/cache/frames/vimu_000362/frame_01.jpg b/metadata/cache/frames/vimu_000362/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17218996311d31447e61b2f62688f6647fe9ed06 --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334be85807a3b87007d76de8dbaa2e7b6a089d92bc79283bc6a1e2243c403aae +size 9412 diff --git a/metadata/cache/frames/vimu_000362/frame_02.jpg b/metadata/cache/frames/vimu_000362/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67383b4471794afc68e8b7762915cd8d4e939b3c --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1599c556e7260d09f96e2b21d9f05e921db54753d8a49c5886a07d6e6ef3214f +size 9390 diff --git a/metadata/cache/frames/vimu_000362/frame_03.jpg b/metadata/cache/frames/vimu_000362/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27dc7d2eb8a7a4ac2d054a1e4a13f7c480017def --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de1297dd00abfc07ddd9a67b4db04daa5b9531b55300e71749a2bd11062b19e +size 9601 diff --git a/metadata/cache/frames/vimu_000362/frame_04.jpg b/metadata/cache/frames/vimu_000362/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..929531e7c22efd171e3d90ecbe5f70e2cfd6a2f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a054ff81536688684a3c08a7d96edfb4e15433bf4766e79241fa45ef8de1776 +size 8692 diff --git a/metadata/cache/frames/vimu_000362/frame_05.jpg b/metadata/cache/frames/vimu_000362/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a929cb7da89ca67996d1c1b252db8d0ee5f87e88 --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e3c740ded8be738007cba6b81f3f5282ae6d00c1dd68255f6ee08beb8694e8 +size 9646 diff --git a/metadata/cache/frames/vimu_000362/frame_06.jpg b/metadata/cache/frames/vimu_000362/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..207b154a835433c8b6d9c8cd571bcef0506912df --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1476769f6625e46c2b61eeaad3ea47b8c99a9d3f43fe6fa0884c8398eb4f19 +size 10281 diff --git a/metadata/cache/frames/vimu_000362/frame_07.jpg b/metadata/cache/frames/vimu_000362/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c61e56fea3cbdc1cb825eab39ff9529adeb10be1 --- /dev/null +++ b/metadata/cache/frames/vimu_000362/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57acc25d3766d82bdf25abf377ed0a482a4fb21f78ed4b109b072a55130df0ef +size 10261 diff --git a/metadata/cache/frames/vimu_000363/frame_00.jpg b/metadata/cache/frames/vimu_000363/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c77625b7ebc593bda19a22e83f67d0d841d991a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785cbf47e263ab34ba17097b5a915cabab48dcacbe5614da534a9d7f9ba7d523 +size 8696 diff --git a/metadata/cache/frames/vimu_000363/frame_01.jpg b/metadata/cache/frames/vimu_000363/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e34aa3531c403d6b3b744d892437b2b01e5692bb --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b374e4eb0c53964ddd2b42c1ca2762bd3b44b2367444d9a1029135357771b64 +size 9110 diff --git a/metadata/cache/frames/vimu_000363/frame_02.jpg b/metadata/cache/frames/vimu_000363/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79088d8dc880d849e01b937a1b03900332db52ca --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20018fdeda0f5378c96c10211e05c72dfe2df63f50b84d464658e02014ddff54 +size 9240 diff --git a/metadata/cache/frames/vimu_000363/frame_03.jpg b/metadata/cache/frames/vimu_000363/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f153eb2546352ea73611329a18e3b4db72603f23 --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9387a5da74b8c42d999f13166defb1e5db351444f5d0d69291a55dfcc6f49bd +size 8321 diff --git a/metadata/cache/frames/vimu_000363/frame_04.jpg b/metadata/cache/frames/vimu_000363/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d5db0da0df9e98b122d450fe59113e09a316d27 --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d02d417dd1deb342b58eb7e5329a623e0ebbac1f07c46c4b59c069b3cd1aae +size 7238 diff --git a/metadata/cache/frames/vimu_000363/frame_05.jpg b/metadata/cache/frames/vimu_000363/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f995e199d8847c76730b792c2389f7b668df9fdd --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247eab803ec41835782933611ae59345d0e4fc0054a21891bb50f09ce28bb9bd +size 8795 diff --git a/metadata/cache/frames/vimu_000363/frame_06.jpg b/metadata/cache/frames/vimu_000363/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a90e7fb14599b780058b3c58533c12072d7e21b --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cf68625ecd9b1035a7dfd5ed78817fdad4448c40a8e71a429fbb44812956f9 +size 7939 diff --git a/metadata/cache/frames/vimu_000363/frame_07.jpg b/metadata/cache/frames/vimu_000363/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..002ea0d2efc05deed7382505654aeb34b5747b5b --- /dev/null +++ b/metadata/cache/frames/vimu_000363/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd57db1567cb65d8ed38823ca5c2b80a0d7e3c0021dc8107de31842455cfa42b +size 8850 diff --git a/metadata/cache/frames/vimu_000364/frame_00.jpg b/metadata/cache/frames/vimu_000364/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a33bf3ccb63cf29df0cb9c16602c3d77528aaae --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33691eb98c8d190aba34490d1036c95f8db1f38fa10ea141f1e9bc66df33134 +size 31441 diff --git a/metadata/cache/frames/vimu_000364/frame_01.jpg b/metadata/cache/frames/vimu_000364/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc642bf60e462ea89b3cc07820da1187ecbc3868 --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5017bcc696f1013e9cfb22188e544e8b018a1de45338d70771607492c198a205 +size 35446 diff --git a/metadata/cache/frames/vimu_000364/frame_02.jpg b/metadata/cache/frames/vimu_000364/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19a70f8dd1b986eb27c572b5c7570209476da505 --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adf933ef492907ac396d0f8ad7a60c781e20278bc8e0174aa2e71e6f1ee9a5c +size 34055 diff --git a/metadata/cache/frames/vimu_000364/frame_03.jpg b/metadata/cache/frames/vimu_000364/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0c6fa83fb141c2a595f5b23bda8f67a8029d310 --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3a16feceed2053ceb7309d3e792749d423a658be4b4c65398696f6ae991412 +size 31354 diff --git a/metadata/cache/frames/vimu_000364/frame_04.jpg b/metadata/cache/frames/vimu_000364/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b29acabc92eb6e44881910b542ad96506b7fb5df --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ceb405adcf0b1713342b00a9765993d9cfa8fbbc53ad3baff4bc4f9225870c +size 35792 diff --git a/metadata/cache/frames/vimu_000364/frame_05.jpg b/metadata/cache/frames/vimu_000364/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5e4c0e593d2fb94f453af387a3777b4c6ecdb96 --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767dff91fb6e2742642d6f858475faa382c8f5d379b78d7cd960388750315919 +size 32622 diff --git a/metadata/cache/frames/vimu_000364/frame_06.jpg b/metadata/cache/frames/vimu_000364/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0569c971ec0a3d90d2e2c95d692287988bc9c1da --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224d8904a3e3f1a7643e30534da7d944d7ecb383bb72e308ec90dc84447a7b6f +size 33372 diff --git a/metadata/cache/frames/vimu_000364/frame_07.jpg b/metadata/cache/frames/vimu_000364/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d1252ac4620ba1c7063930527b808a5babd33be --- /dev/null +++ b/metadata/cache/frames/vimu_000364/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6080c51c55c719406a18a1ffb5a294d589209e38b045c499089113cff209956d +size 37585 diff --git a/metadata/cache/frames/vimu_000365/frame_00.jpg b/metadata/cache/frames/vimu_000365/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..599571c07083fe483949d25b17f7df1f1e9680bf --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5463dceca2fbf24a0ae7e5c90bbdd2db2dec9510a7b25709141fe91e928cd3a8 +size 38231 diff --git a/metadata/cache/frames/vimu_000365/frame_01.jpg b/metadata/cache/frames/vimu_000365/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..019fbb758a25bb542e05542190444f920396bd5c --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef73f62893ff55f083e2616cb177e35375cc88b685a603b32eb91ee602e4058 +size 37856 diff --git a/metadata/cache/frames/vimu_000365/frame_02.jpg b/metadata/cache/frames/vimu_000365/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e18968a75a54ad86353d747fcf950f7ecab9e67 --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc9d8476f342c2ded776cf9072f5480ba441a41bfbb4ce50cbf32a021699e77 +size 36910 diff --git a/metadata/cache/frames/vimu_000365/frame_03.jpg b/metadata/cache/frames/vimu_000365/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9bfb6252eace93b2637bdf3b19efbaa83687f6c --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70aa6a9864f0cceae4f58e7ec27be1a52cdeaa66bf0013e850c450c4e5556fd +size 36213 diff --git a/metadata/cache/frames/vimu_000365/frame_04.jpg b/metadata/cache/frames/vimu_000365/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6561ec3afbdf7f93b76cc08d25f4508cac2ab986 --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf57a3e0d827b2a52fd0a96f00793f115624aa89ccec3bf176af8eef6a970042 +size 40206 diff --git a/metadata/cache/frames/vimu_000365/frame_05.jpg b/metadata/cache/frames/vimu_000365/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f9a9754b11227c07c025da05b98fac3623f0088 --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5066bbc98d472d773b5bc892bd0be15bd39672a2e462083111829ab2fd21e9 +size 40987 diff --git a/metadata/cache/frames/vimu_000365/frame_06.jpg b/metadata/cache/frames/vimu_000365/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f56ac7772dd3e13aa5048ceb75119c13f6b8bcf --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e075dd6b86c92fef738f6f4993d7f1dca8656291fcc88b3c769fe524e93531b +size 39978 diff --git a/metadata/cache/frames/vimu_000365/frame_07.jpg b/metadata/cache/frames/vimu_000365/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdb4cc86ca6e2c6ce078e395a8c13b88b91a3bc7 --- /dev/null +++ b/metadata/cache/frames/vimu_000365/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102b2e3691ac03b966f0a92870e09bcf5f1a12776519f8d65d0d3b02d42f7d41 +size 40724 diff --git a/metadata/cache/frames/vimu_000366/frame_00.jpg b/metadata/cache/frames/vimu_000366/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd9df3232401d9741b4c66a7930539c39f4f9edd --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316baefb7dcf640f61c25628899fb24ec0fa4c847fe7b67cee2ab85ad5d809c5 +size 32817 diff --git a/metadata/cache/frames/vimu_000366/frame_01.jpg b/metadata/cache/frames/vimu_000366/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2c94a5b53fbeea07586fa9bd4411e6872ec76b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102a3c9634eeb506aaff30237461807eccd2afff0ca41de71d67586b1fc28a22 +size 33658 diff --git a/metadata/cache/frames/vimu_000366/frame_02.jpg b/metadata/cache/frames/vimu_000366/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a026dd64454fd8771de920dc4ab71bfab19055a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9b4fdf54c116e2ca3ed2359f8f241876aeb7205839fb31b8d9a6fb49ce4c10 +size 34879 diff --git a/metadata/cache/frames/vimu_000366/frame_03.jpg b/metadata/cache/frames/vimu_000366/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d218b82da4108f6dc2388f77b17bd22f7db30f13 --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cde32c699b0ea236892e897529c216038d49ec3ebfe4ddc53e5a88542372fe +size 34960 diff --git a/metadata/cache/frames/vimu_000366/frame_04.jpg b/metadata/cache/frames/vimu_000366/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ebd2beab468c5ef7ab4c98e27a5abc85fa72f0f --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf95bf3162bf80c1e2868ad5a0a55f7486e949b9ad38994f2ed8fbd43ac1dd4 +size 24106 diff --git a/metadata/cache/frames/vimu_000366/frame_05.jpg b/metadata/cache/frames/vimu_000366/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe22d37d4066646f593fe21cc8242e9c01b989ee --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47802fe27837baf4bd92c1f38db92b4af88315eeb1427a8a18c7209996111547 +size 35185 diff --git a/metadata/cache/frames/vimu_000366/frame_06.jpg b/metadata/cache/frames/vimu_000366/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3e73c0d4a6d57a65e4114686d7535091a1975bd --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de0d95202496feaeeb9711ecf39739f96d337b16761ae18490ca04a282f0c58 +size 35812 diff --git a/metadata/cache/frames/vimu_000366/frame_07.jpg b/metadata/cache/frames/vimu_000366/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cca9d05b7a7cdfd8ac3d2cfa31505c5fd0567114 --- /dev/null +++ b/metadata/cache/frames/vimu_000366/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb93b1a22cf0ea99c3015dcf6fc42db8020bfaade2fd7ad87dac9983f209c95 +size 25265 diff --git a/metadata/cache/frames/vimu_000367/frame_00.jpg b/metadata/cache/frames/vimu_000367/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf33759a19ee8e42d44c62db9bb9f12c28919c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39bc2252cd0227ec1c8248624ade9c270005c137936cef4d5ec973888bed5cd +size 15185 diff --git a/metadata/cache/frames/vimu_000367/frame_01.jpg b/metadata/cache/frames/vimu_000367/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e34ea0115a393f676eb6c1e7a7d3e6944e93398d --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb036601318417e64bddf39f066cfce25370a35cf518b6e35b5c069dbb5d42ff +size 16250 diff --git a/metadata/cache/frames/vimu_000367/frame_02.jpg b/metadata/cache/frames/vimu_000367/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0c9584d719f62f7670eea22f41ba42ae15d12bd --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce7cf5057898de30ef810d0b2792ad09e563bffa893eb51c98aedf622930ae6 +size 17336 diff --git a/metadata/cache/frames/vimu_000367/frame_03.jpg b/metadata/cache/frames/vimu_000367/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..60dd90f7c0e5c9d027b6bd24e7e5ae172ba4ae1b --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f430672767ecfb5ef20eafdef2361a02839c3f5d7a5733bfc291c67266dd23a +size 15579 diff --git a/metadata/cache/frames/vimu_000367/frame_04.jpg b/metadata/cache/frames/vimu_000367/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..636aedd7a2ccd8c2a1e7d3fc1d7eb4b36f86f6a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f891bf8a2ea2dc681fc338ca8cd3df2317247bf6b8b90eac52bde4a4611ec1 +size 18378 diff --git a/metadata/cache/frames/vimu_000367/frame_05.jpg b/metadata/cache/frames/vimu_000367/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42abd1bf58853f412e7e7bb86026974b2e2dc81f --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bdf0ca7cdf007e2f68929ff34a265de786762f6eefe304810d9dfb536f7dd7 +size 15463 diff --git a/metadata/cache/frames/vimu_000367/frame_06.jpg b/metadata/cache/frames/vimu_000367/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a3cc9d27ae4241b3cf191cc04681622a83c7c87 --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a272ab76278db8a31f04946f1ee203d247c0bd854f3fad87276cc1ef3b0e973 +size 17776 diff --git a/metadata/cache/frames/vimu_000367/frame_07.jpg b/metadata/cache/frames/vimu_000367/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6194bea2cd6dfef7ccd7d4eded4f63c0ed7cc5f --- /dev/null +++ b/metadata/cache/frames/vimu_000367/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208036c1136f8e2800fdfbc85eb6478c52117280941f6d0d3212edc51c45fba0 +size 17415 diff --git a/metadata/cache/frames/vimu_000368/frame_00.jpg b/metadata/cache/frames/vimu_000368/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c940ef20fcf7c5aa98a74791d80a2d7ba39099 --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6bc5c11c7b100481a6f5420dbbc9dc63b65a9aa98780e716456b7a110f5b0b +size 21454 diff --git a/metadata/cache/frames/vimu_000368/frame_01.jpg b/metadata/cache/frames/vimu_000368/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b714293675a7955f70e29b0850194dbd06390be0 --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de9e6e1e6ba608dc658b7936667d79bead7b94a50fcabb7ffd001ddace840ab +size 21090 diff --git a/metadata/cache/frames/vimu_000368/frame_02.jpg b/metadata/cache/frames/vimu_000368/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad81cdbc053a82c1168dc28e9f372a9b76c5ed6b --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055b605a093ad4e304dfdf2a49ade8b7b3ba9017bd643fd634fbcf5a19710f66 +size 19123 diff --git a/metadata/cache/frames/vimu_000368/frame_03.jpg b/metadata/cache/frames/vimu_000368/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf79d01b9b873e185f2cfa0d8e0b1bf400ab5a55 --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac07c64ecce6558e30732242e837c062c3aa146efd129c33739ceade9feb8343 +size 20368 diff --git a/metadata/cache/frames/vimu_000368/frame_04.jpg b/metadata/cache/frames/vimu_000368/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b9512bcd54ece4ffe1ca54a7f2eb69b5f8ba8a --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1874c41c5867a999e3465ad8a7aabdad5576a39007b27ab44e93cabec6969c9 +size 21834 diff --git a/metadata/cache/frames/vimu_000368/frame_05.jpg b/metadata/cache/frames/vimu_000368/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb9aa825336f6d67bef04871b8f63f32b433ebc9 --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d274b4b0908b593e46526ff1ed28033d3aed6c83db021a9dd5218c5cedc26a80 +size 23209 diff --git a/metadata/cache/frames/vimu_000368/frame_06.jpg b/metadata/cache/frames/vimu_000368/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d30f34c95c94f6b527e15cf9090bb3717e2981fa --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468264cb202f32a26f193855db03d0cbc2bb2453fe9c6682395d20353d101a4b +size 21667 diff --git a/metadata/cache/frames/vimu_000368/frame_07.jpg b/metadata/cache/frames/vimu_000368/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..518698a104a4e4549eebbc27be2dc03c8063da5c --- /dev/null +++ b/metadata/cache/frames/vimu_000368/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c3474fbf0f8980d98321184b2b112d0d23d8c2500a9c3009d2cafff3edbe53 +size 22118 diff --git a/metadata/cache/frames/vimu_000369/frame_00.jpg b/metadata/cache/frames/vimu_000369/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c1435e450d58e1794725e4038a2828bc247dac6 --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93af42e59eb98035fcb22b7d210610da58c6930684722c2dbd41de62dcd091ad +size 29341 diff --git a/metadata/cache/frames/vimu_000369/frame_01.jpg b/metadata/cache/frames/vimu_000369/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f996e8572b4537c906b4854ae7c611f163f88a6a --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e725303ffbd0b1d187a2b78625d5b26210a355bd161e5e8383535c1fdb3e86b2 +size 29209 diff --git a/metadata/cache/frames/vimu_000369/frame_02.jpg b/metadata/cache/frames/vimu_000369/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecc3df045f8fc06fd71788211dbbcbb34bac1355 --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba005b79e2aa932e85a4fa7d2d04bb9a04092a7cb1f675d4c6ee4dc50895614 +size 30254 diff --git a/metadata/cache/frames/vimu_000369/frame_03.jpg b/metadata/cache/frames/vimu_000369/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e07d36535f81bc83c6d901ba62ce5b9a928a0baa --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33d00f07031fc446600fc2d5d780c8b6efb641ddd1b14d033bdbc7050010005 +size 29376 diff --git a/metadata/cache/frames/vimu_000369/frame_04.jpg b/metadata/cache/frames/vimu_000369/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75c2db6d63fdaed4c27b8781f635d3e9c4e3d3d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bca79c99074419d2e4fedeef4e627be8c5a510722107a0d33773ccda5702251 +size 30456 diff --git a/metadata/cache/frames/vimu_000369/frame_05.jpg b/metadata/cache/frames/vimu_000369/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32de35eac2cef0a628644449a5c29d5c42a11723 --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81746e28ee90da493ad2d69571ab279e1160fd76f14b675b637ab22fbcc09ad5 +size 29300 diff --git a/metadata/cache/frames/vimu_000369/frame_06.jpg b/metadata/cache/frames/vimu_000369/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5056ffd9d964e1a634a54918cbbea0c46f7a27e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b16ad07483138b88fa1d637c8ff017a2d1f56411e6445e5de1cd7944e4a4022 +size 31120 diff --git a/metadata/cache/frames/vimu_000369/frame_07.jpg b/metadata/cache/frames/vimu_000369/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..557e603eac1c43658d6f60610c21cfefcc2623e7 --- /dev/null +++ b/metadata/cache/frames/vimu_000369/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f55d62789387e33a9e40630b2ab7648668268e011c62701239cdb08106ab8b1 +size 39143 diff --git a/metadata/cache/frames/vimu_000370/frame_00.jpg b/metadata/cache/frames/vimu_000370/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b657169e1cf57aa087ac96f8f8bdaa94acad243e --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfd3889682ab109a44ade47ea271329250fc818f00e7faa8b925519f677b5b5 +size 26241 diff --git a/metadata/cache/frames/vimu_000370/frame_01.jpg b/metadata/cache/frames/vimu_000370/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0cfa76de1466a8b22448310dc7bab2d09556bff --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78c354bac35dbe2bd5d645c63a0e694910388d83e9ab5343f2d42772188f3ec +size 28455 diff --git a/metadata/cache/frames/vimu_000370/frame_02.jpg b/metadata/cache/frames/vimu_000370/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be98674d142d333eef68debeac15ccee0b053a65 --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766a55b41ed89c4aaa2f7b8125e368a73556d52c77c662cdabfa01384a53179f +size 29633 diff --git a/metadata/cache/frames/vimu_000370/frame_03.jpg b/metadata/cache/frames/vimu_000370/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65f7d2702fa08e36ba9dce33c138416c9332c34e --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17daa4ae4c4bbd83682b77bb5634d3a3ede47acb134a1e1eb1e694f3b402b2c7 +size 30142 diff --git a/metadata/cache/frames/vimu_000370/frame_04.jpg b/metadata/cache/frames/vimu_000370/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72cfcef73c9b3c849bc74c3225c9e68ed5109692 --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73771edeff661b9c41a83fe206f5182c8d0d1e0f1ee8c26c149aff043403b21c +size 30699 diff --git a/metadata/cache/frames/vimu_000370/frame_05.jpg b/metadata/cache/frames/vimu_000370/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a34064f206fea31b2ea3a47cca1dd087ef170392 --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25778d5e097fc088234beaab25817b1b968b37199355f255723f8545bef99851 +size 31225 diff --git a/metadata/cache/frames/vimu_000370/frame_06.jpg b/metadata/cache/frames/vimu_000370/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c392989dcfc837f203fa9f2bd374806ac58f7287 --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d7d9d2e36d459a845d02c4dc28d172977f5929cf93da7f582536a8e8bb0cf7 +size 31830 diff --git a/metadata/cache/frames/vimu_000370/frame_07.jpg b/metadata/cache/frames/vimu_000370/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b71b0d56a303a14e390d4c8003492d729aa4d48 --- /dev/null +++ b/metadata/cache/frames/vimu_000370/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfa687e3c9ca5745839b4c059842977be9ef8ef2a2e2a2eb7c87a90140201a1 +size 32446 diff --git a/metadata/cache/frames/vimu_000371/frame_00.jpg b/metadata/cache/frames/vimu_000371/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee379d65041e0be7a32c4d603a0357d68d0624f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06d22083a3ea36eb7de89d2b41bf071e063bafc1e7b6d86607f8a5195af6241 +size 39393 diff --git a/metadata/cache/frames/vimu_000371/frame_01.jpg b/metadata/cache/frames/vimu_000371/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4634935aaa6aa33defef38d11d6879eb2a70579a --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c7f2529a0720095c4e87d74073ccdc26b802720e8b5c955c7ef188ca83824e +size 41719 diff --git a/metadata/cache/frames/vimu_000371/frame_02.jpg b/metadata/cache/frames/vimu_000371/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5361efbfbe82b264eabe364ad3d13df278a8097a --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9428be2ff9625da317368ac4ce5d23fda81ed73c329ecd49489a71567f9e01 +size 19721 diff --git a/metadata/cache/frames/vimu_000371/frame_03.jpg b/metadata/cache/frames/vimu_000371/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56718fbf51a06faeb3aedb0bac55b66448dfa0f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccd06f79431eb19b0730a0431dd5e9d04fc640c203fa0e95e665ae9b6e66826 +size 35893 diff --git a/metadata/cache/frames/vimu_000371/frame_04.jpg b/metadata/cache/frames/vimu_000371/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8623ba9a382e15051ac7952cb2813a6c48ff7fb --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90ce137d19694e549ca3ccb0214cdb2fc6f28ded56d39ae63e972d146cf0dfa +size 30260 diff --git a/metadata/cache/frames/vimu_000371/frame_05.jpg b/metadata/cache/frames/vimu_000371/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e46a524898093be1a50934e74662c0c7ded1bcb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbe330072e82df075e1f99acd86b50cca268e49692128e0d1faa20beb405da2 +size 28712 diff --git a/metadata/cache/frames/vimu_000371/frame_06.jpg b/metadata/cache/frames/vimu_000371/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67ad0f1c2cd041c1169fb1f9bbf15b60f127abcf --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdb69d0ecfc21bc6b8d61341034affd08699807c6215e2dd69d23a0e002785a +size 27205 diff --git a/metadata/cache/frames/vimu_000371/frame_07.jpg b/metadata/cache/frames/vimu_000371/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8df58fe4c709ac941a908d7dbe6f8b3ca15b5ec3 --- /dev/null +++ b/metadata/cache/frames/vimu_000371/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6d9d5b6fc46258fd3e66c134c5979919adb24f65f1050e591e6f74a41af10a +size 31258 diff --git a/metadata/cache/frames/vimu_000372/frame_00.jpg b/metadata/cache/frames/vimu_000372/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6414b1452307dd49e97ec82c95fd027e3e15da1 --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef34cf635da62ee3d1d7634ac919d9fdeb6cb8f9590aa95a463a01addc07f22c +size 43023 diff --git a/metadata/cache/frames/vimu_000372/frame_01.jpg b/metadata/cache/frames/vimu_000372/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e80cbd0e8a463a04e8665f181761751c33869a07 --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2ac91cd38d61b2aadaa92e8ea3621238d58d7e05392fa2a28ed8fa28b9d8a9 +size 41640 diff --git a/metadata/cache/frames/vimu_000372/frame_02.jpg b/metadata/cache/frames/vimu_000372/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d5a3ca57f52dedfac187d690034deaef059bf33 --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23922680d6ba32dac5b11b4afec3c945d8d0456ba480dceaf9575768c50b5936 +size 41649 diff --git a/metadata/cache/frames/vimu_000372/frame_03.jpg b/metadata/cache/frames/vimu_000372/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..835436b2df9349d08a92736470a1019c8ea0a3fb --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159afc7a8192260a67a652bde0f177f682a77b722a18da597b2a316c68b3c7ba +size 42843 diff --git a/metadata/cache/frames/vimu_000372/frame_04.jpg b/metadata/cache/frames/vimu_000372/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc7369c93eddf0d13fb595488fe4e138945484f --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b2ac0f490dd38af6e1bd4f6c709e6dfaa5b7c7aa1ff436f90e0a2dce22bb95 +size 42497 diff --git a/metadata/cache/frames/vimu_000372/frame_05.jpg b/metadata/cache/frames/vimu_000372/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2df970e45de3a769bd6992ccb274e37cde63d3d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd1916387b2e339b7269c74f7843d755e0888ec6cca56e38207895da8cb682f +size 42843 diff --git a/metadata/cache/frames/vimu_000372/frame_06.jpg b/metadata/cache/frames/vimu_000372/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a311164c3e3f17e096b44cc04f5a753a5ea50c67 --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf328237d1ea66855e646c88fc5051a95456fd45dd7fee8570f063e5f28d93b +size 44092 diff --git a/metadata/cache/frames/vimu_000372/frame_07.jpg b/metadata/cache/frames/vimu_000372/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a74471a756444533250ba74e7d49652fba00335 --- /dev/null +++ b/metadata/cache/frames/vimu_000372/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7827016bae390a87fb7b9e03b50436521c394e6509e5e01b7989b729d9e48a0 +size 41469 diff --git a/metadata/cache/frames/vimu_000373/frame_00.jpg b/metadata/cache/frames/vimu_000373/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d6ff75328b3e1d2c87b7b8eab1e2a1ad116ef75 --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d51ab670664ac201c5c882f30ea894e83cb7be6326a486c4836d6b381bd72 +size 16301 diff --git a/metadata/cache/frames/vimu_000373/frame_01.jpg b/metadata/cache/frames/vimu_000373/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3310a256f471c43974f98dbc5e4be8b0cc58222d --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738ceb21a37c348be8ee38dbf6c1b97f615dce4c37deed43f539c503bcd95492 +size 17253 diff --git a/metadata/cache/frames/vimu_000373/frame_02.jpg b/metadata/cache/frames/vimu_000373/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b8f5bd5f3ec5c501ba90eb778253590e44c3743 --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8b6328d7fc18bf7a629be6104c8d3b77e1b16935f8b144334954651eebaaea +size 20033 diff --git a/metadata/cache/frames/vimu_000373/frame_03.jpg b/metadata/cache/frames/vimu_000373/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..821c81016aaeded34d8be1a669ccec7af94b134c --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256928085db182218f53ac4253a6d2922b5f213295bb862bdcef162f9a8acd43 +size 15691 diff --git a/metadata/cache/frames/vimu_000373/frame_04.jpg b/metadata/cache/frames/vimu_000373/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef2f93edf5568edcebecc77804ddc0ee0ec2de83 --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be9f5df33c39198424083a562654c8ab93e30a76258bca699c08456a2df2fd7 +size 14454 diff --git a/metadata/cache/frames/vimu_000373/frame_05.jpg b/metadata/cache/frames/vimu_000373/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef4983e35ec6cfdbdd3f38ad2512d35de7400987 --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f40269f61ffccee48ef98dc8152dff24e2edbdec66058e00c6b66eb9d3a689d +size 11732 diff --git a/metadata/cache/frames/vimu_000373/frame_06.jpg b/metadata/cache/frames/vimu_000373/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af077c35e422cdcc9b79a99cfec04e1c54033793 --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ba8a04d9506640ece54388bf931e1d6dddba641e84de64369a1688653ec673 +size 9111 diff --git a/metadata/cache/frames/vimu_000373/frame_07.jpg b/metadata/cache/frames/vimu_000373/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef6446e4195d0e20c5059ae327e280aee3530658 --- /dev/null +++ b/metadata/cache/frames/vimu_000373/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64df34ccd95c54e31f76b23bc2626fb0d26f649cd07442a676150112d3b2519a +size 8952 diff --git a/metadata/cache/frames/vimu_000374/frame_00.jpg b/metadata/cache/frames/vimu_000374/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7c389410840fff6af3523170899c6234906bed3 --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839168ba23f075dd57393e5cbc36df725c752714cf571284694cd0ca0563f4d9 +size 54882 diff --git a/metadata/cache/frames/vimu_000374/frame_01.jpg b/metadata/cache/frames/vimu_000374/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f27b0ba9006fdecfe9031867bd6ebb71d359a80 --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c818ab74ddb12e2f9a8579e01320db805d2f8ffb5965068b1a36ce2ebf7935ac +size 54858 diff --git a/metadata/cache/frames/vimu_000374/frame_02.jpg b/metadata/cache/frames/vimu_000374/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..598ed90e8547799e8041dce9df317a4e27a9c990 --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24b339b49b026d96a78e440310d87873e65b8f004495d134ba0427db37f3db8 +size 53203 diff --git a/metadata/cache/frames/vimu_000374/frame_03.jpg b/metadata/cache/frames/vimu_000374/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6219a6fa2e8490426eac3f14dfa19269a6a5af1 --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a09704433868eb7d8894b45074fdc115a8b8f39dc14a722a02027f7283f0223 +size 51656 diff --git a/metadata/cache/frames/vimu_000374/frame_04.jpg b/metadata/cache/frames/vimu_000374/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7e3a9c9497efa607ac622f712498db0209fa6eb --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab67669af4f52b4938d120a37cc181ceb91b9b7d273e2debdc829f2dc3e50cd4 +size 49531 diff --git a/metadata/cache/frames/vimu_000374/frame_05.jpg b/metadata/cache/frames/vimu_000374/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..978c772bb277b79fe740aa9fa1c9b678b819d981 --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c70ab7e099442d740bf03792a47858d428ebe64cbbcc4fdf552e8cdf466c6ef +size 39019 diff --git a/metadata/cache/frames/vimu_000374/frame_06.jpg b/metadata/cache/frames/vimu_000374/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..248e20a51dd7e6199181bb7714b309b31eeefc3c --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5ed228eb4c3b43b636c186d0353cfa08fde8eafaee10eca040af7b2d3dab76 +size 43853 diff --git a/metadata/cache/frames/vimu_000374/frame_07.jpg b/metadata/cache/frames/vimu_000374/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6c603dec8b693edb234ec678995f8de509fea98 --- /dev/null +++ b/metadata/cache/frames/vimu_000374/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795700d8bae8ac5d9387de373b9c0815978e71639a8ba84ebd33fce33db18a86 +size 45532 diff --git a/metadata/cache/frames/vimu_000375/frame_00.jpg b/metadata/cache/frames/vimu_000375/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dbbef6bedde75a23db37d3e8c7267ed609ed708 --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37234ad6bfcff4aafecfd312bc853ce38e1836a5e25d6638b571db553ccbc8e +size 54296 diff --git a/metadata/cache/frames/vimu_000375/frame_01.jpg b/metadata/cache/frames/vimu_000375/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6012d2f91e36445805cef530566f678bf86b9748 --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b16bcc4045652125500189af6809fb34a5d2a1b8d639516800d8a0fb40dc61 +size 57965 diff --git a/metadata/cache/frames/vimu_000375/frame_02.jpg b/metadata/cache/frames/vimu_000375/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..591c173dcc8cd5666c4f0491910aadca77ff24de --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b1557f1a57def04c1dffc670200b878af534c056657943e4ad8a1a1510ea7b +size 57245 diff --git a/metadata/cache/frames/vimu_000375/frame_03.jpg b/metadata/cache/frames/vimu_000375/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..975d897a3edeca667229c13399eb1c09619d5db2 --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67ab0c7d9a308e660476bc830fb6d54c5e7d322d65b69248a6b4efce68272fe +size 56341 diff --git a/metadata/cache/frames/vimu_000375/frame_04.jpg b/metadata/cache/frames/vimu_000375/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fb49803e9730fc960e5ced69a2a8435d92853be --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce426e7b7735f17e2823abebd865497be958f47fe032d3bc704f869f578c38d2 +size 55845 diff --git a/metadata/cache/frames/vimu_000375/frame_05.jpg b/metadata/cache/frames/vimu_000375/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcda1440e287ab82c68d14ba2368abe5c33e80ce --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f151ef016c38188ff768df1d6d5cc0682300c620f8211abe0cad355a04431866 +size 56858 diff --git a/metadata/cache/frames/vimu_000375/frame_06.jpg b/metadata/cache/frames/vimu_000375/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecfe9f1c869e7f9bb5a117a334b4cfa8319eaf27 --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a2ce802b1f6cee7003468f6a344a93c51e3feac9e86b41f7c5b2c16dffd72 +size 55783 diff --git a/metadata/cache/frames/vimu_000375/frame_07.jpg b/metadata/cache/frames/vimu_000375/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df7300202351fbc03fdf542c9dd8964466eba63e --- /dev/null +++ b/metadata/cache/frames/vimu_000375/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f198f2df2579aae3ccdc10fd90bc36b37c1c6017eec3fa3afb5e7da5a5cb04 +size 50426 diff --git a/metadata/cache/frames/vimu_000376/frame_00.jpg b/metadata/cache/frames/vimu_000376/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1b87b4dece03a2ec90b316d06deb0855370ca71 --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5babf8342c1111eb9717cfa316ccfcf2fd90f739e2846ba130c9444dfb012d6f +size 41957 diff --git a/metadata/cache/frames/vimu_000376/frame_01.jpg b/metadata/cache/frames/vimu_000376/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..956be114e87305ec4b2c514307f094cc5b37017d --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb870b2bd200db018ec31e9f315f9b7e21242e33b2d3b0e7b7bdad9bd8d8bfb3 +size 41575 diff --git a/metadata/cache/frames/vimu_000376/frame_02.jpg b/metadata/cache/frames/vimu_000376/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73bae89e4af2b379bc024552a6700226bc338bbb --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbee36f7b2cf350c1255a8fc656f51c4d2e65ec4a773b3b711519103dba5be7 +size 34967 diff --git a/metadata/cache/frames/vimu_000376/frame_03.jpg b/metadata/cache/frames/vimu_000376/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c18c30ae76498350aaccce587f7897a9dd36a29 --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503f7ff574e550bd0889eac500b326588b47760a0dac7bc2634a961bf720729f +size 37623 diff --git a/metadata/cache/frames/vimu_000376/frame_04.jpg b/metadata/cache/frames/vimu_000376/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f04dded42d295f832f78402e822e52a70b4ec009 --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa8efa427e38f2f2a2c49e8b8a573d2fc7879ee6047ed9bd22a177fcbac2de6 +size 37318 diff --git a/metadata/cache/frames/vimu_000376/frame_05.jpg b/metadata/cache/frames/vimu_000376/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b13086dee47740dcb561e3b7b20f7fd2537476e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73430137d414ec40e39741026a037d78f4692ef8eef14ce758f388cc99531065 +size 38781 diff --git a/metadata/cache/frames/vimu_000376/frame_06.jpg b/metadata/cache/frames/vimu_000376/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5041992817660d8db7901c6bb49b958f53fecd8 --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224b29693b683ddaea81cd11fcf8387b4a7e06444a5c1d628d28cb5727aaed86 +size 28274 diff --git a/metadata/cache/frames/vimu_000376/frame_07.jpg b/metadata/cache/frames/vimu_000376/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..025117bf1e79429df9803042566ef757967efeec --- /dev/null +++ b/metadata/cache/frames/vimu_000376/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0b5d0016a1beef126d3b89fb94797a0abd1f088afdad21ad6a51ba14abcef8 +size 42649 diff --git a/metadata/cache/frames/vimu_000377/frame_00.jpg b/metadata/cache/frames/vimu_000377/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b2a4bbedeba49e729fa015d3aadd2981c64902e --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c674de3198e0f3febe8f291429068b2f3844a9a29cd1e558f691e08f2aa658e +size 29365 diff --git a/metadata/cache/frames/vimu_000377/frame_01.jpg b/metadata/cache/frames/vimu_000377/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39b30bcb8860d773b624f25c2466541a2a0b47cf --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e11a65c5ce62309239d7adfa0d19d01b31746550cacbe86763231327eebb1fa +size 33014 diff --git a/metadata/cache/frames/vimu_000377/frame_02.jpg b/metadata/cache/frames/vimu_000377/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b5b2574b64e9534774e4ede9cb673944aee95ad --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbd9ff8418fdbfa022f5be320e8710c97fca4b9a75ab0be3663185372fbb08a +size 42399 diff --git a/metadata/cache/frames/vimu_000377/frame_03.jpg b/metadata/cache/frames/vimu_000377/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46bf808c5d771591a358120a7322f4d9c10c6dfb --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bba7513faa03a43b689360cc644a887c03e70ba94a40894505643a58418a969 +size 43483 diff --git a/metadata/cache/frames/vimu_000377/frame_04.jpg b/metadata/cache/frames/vimu_000377/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa4033b7677f4b461581779cc3c9ac1c47013e1b --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa50ba6c0e72bed5048c85cf5be9a083b39e8e5af0ed49db6d8d191722fe8959 +size 45272 diff --git a/metadata/cache/frames/vimu_000377/frame_05.jpg b/metadata/cache/frames/vimu_000377/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11109d516f0bfa73518efc0305adaa7136bafb81 --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bcdff9994ff41c1e1aeca818e9cf114248cd8fbd8f690c02f51e921a1643eb +size 45944 diff --git a/metadata/cache/frames/vimu_000377/frame_06.jpg b/metadata/cache/frames/vimu_000377/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3e58b787ff2c2fd47af923ef2ba6a496d1c3a9b --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb1bfddc2b6a1744fa16b77889afe127fd396a076d3567186286433f35ac241 +size 44879 diff --git a/metadata/cache/frames/vimu_000377/frame_07.jpg b/metadata/cache/frames/vimu_000377/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..556e82e1ffbb4ea458d748e09cf958c5558f6ba9 --- /dev/null +++ b/metadata/cache/frames/vimu_000377/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca929213e6453aeca6502f313204ff20c81ee9284d568d0c29baf60bca0e5f48 +size 32752 diff --git a/metadata/cache/frames/vimu_000378/frame_00.jpg b/metadata/cache/frames/vimu_000378/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5aed30f8abd8203a07225a8076f741af69fb05b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a792f57ca1e2866edc34d8e1e7541f08a25e22825c0c0b7910cd284a98579c1d +size 35058 diff --git a/metadata/cache/frames/vimu_000378/frame_01.jpg b/metadata/cache/frames/vimu_000378/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d50eaeb809c982ba858009b8aa2fbff6a7ce656 --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16724f15dcd91c7cebb8bc9c18d7030520d79649fe777c7959555272072f8fb +size 35854 diff --git a/metadata/cache/frames/vimu_000378/frame_02.jpg b/metadata/cache/frames/vimu_000378/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..724c28d88f1f13666a67e126de4d9e1d7ef607b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337372d1f9a8abb4833fab4025a0d790f1f41b2473fd5275aab73ea9dfb18b9f +size 36560 diff --git a/metadata/cache/frames/vimu_000378/frame_03.jpg b/metadata/cache/frames/vimu_000378/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..176393e3643822fc858569e77037cbaa921b5581 --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f22abf046f8a27c6b8079d5c397fcaffc24c0b681c7893dd7d045d2a81f7e50 +size 26144 diff --git a/metadata/cache/frames/vimu_000378/frame_04.jpg b/metadata/cache/frames/vimu_000378/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6b608f181df36d65ae5665c4c5f6aa67720670d --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420064bea474806f25c18553f4283ca75af6baa783146d79b373617fe6998ee6 +size 37300 diff --git a/metadata/cache/frames/vimu_000378/frame_05.jpg b/metadata/cache/frames/vimu_000378/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52e8dd9e77ad6695fc2d1151688a25e3bba2f20d --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56f4bb71f9dea6afcdfe731d2c34ebc0b8a0e2b52bddf415b8e10a435397092 +size 48901 diff --git a/metadata/cache/frames/vimu_000378/frame_06.jpg b/metadata/cache/frames/vimu_000378/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..593d072f8082f9d816a587cfc54b900b1d3fba95 --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9e12eeb59949e2c0435cde36d89e158ca48062c630c5702cf82cdc5060e515 +size 46120 diff --git a/metadata/cache/frames/vimu_000378/frame_07.jpg b/metadata/cache/frames/vimu_000378/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceb682af20b3bb77a65265ae7f5fc4deae0319ab --- /dev/null +++ b/metadata/cache/frames/vimu_000378/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485af38565ae49212b54d0b3b53826e74b44575cbf7ed3bb9995879f2864e4f8 +size 49208 diff --git a/metadata/cache/frames/vimu_000379/frame_00.jpg b/metadata/cache/frames/vimu_000379/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7911334cc186ac6bd52be4a4a421582136bac7e --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610be4b4f97326de4f5fe3be1bfcd15b67194992119f89fe0a694f6972326b80 +size 38918 diff --git a/metadata/cache/frames/vimu_000379/frame_01.jpg b/metadata/cache/frames/vimu_000379/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63720ed7ee355f1ea33fc1168f9a709766fba457 --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9138c79aaee7abff867fcc5b86a98be1770a020854142c75ea47ebff412e0cc +size 40778 diff --git a/metadata/cache/frames/vimu_000379/frame_02.jpg b/metadata/cache/frames/vimu_000379/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12adc730e40899e4cf322f07c32acffe7ed72278 --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9238ee4db8cc1b7ae3e138cc28048ec78797dae626e4337c5f4e94a1b16a441d +size 34977 diff --git a/metadata/cache/frames/vimu_000379/frame_03.jpg b/metadata/cache/frames/vimu_000379/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1575743ad4285a87fe9079bc1963956bee2eba4a --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792cdf986f19d2b931f89dc120edb3213267801cdb8304819581d520d12475c2 +size 48738 diff --git a/metadata/cache/frames/vimu_000379/frame_04.jpg b/metadata/cache/frames/vimu_000379/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2377c75d403ad59240057b0d9d2d15d2ffcd6070 --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4018be3875d267e3348f332e6322fa30f9910378d73f4b76478f7bdd5f2ecb6b +size 60222 diff --git a/metadata/cache/frames/vimu_000379/frame_05.jpg b/metadata/cache/frames/vimu_000379/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acadd490b63194f8725de8a68f1111f0f1f37539 --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51bd7d1ae75daa492f56c54edf0a62c77b48198fc3978ea9051eb2fa21c24ee +size 59127 diff --git a/metadata/cache/frames/vimu_000379/frame_06.jpg b/metadata/cache/frames/vimu_000379/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d5c1dc97d548d9b4acf950f3d94d2ea294f8366 --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a0924eb9e1a90291c378c73c8a6dc5e7f47724d6db41af081fc4e9c2ab7d44 +size 61292 diff --git a/metadata/cache/frames/vimu_000379/frame_07.jpg b/metadata/cache/frames/vimu_000379/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21f00787e227a617ebdecb311dadac3931eaaacd --- /dev/null +++ b/metadata/cache/frames/vimu_000379/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b85ab4cd4f910ee792b73ab45aedffbd839afa8e365db1caae5220470ba9c04 +size 60465 diff --git a/metadata/cache/frames/vimu_000380/frame_00.jpg b/metadata/cache/frames/vimu_000380/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50abde695019ed6fe6ebfc8cce50f8848d0e621a --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591644dbe0bc2da36bd95c371b0cb657c622913f079813cbe370d9b876f84456 +size 37857 diff --git a/metadata/cache/frames/vimu_000380/frame_01.jpg b/metadata/cache/frames/vimu_000380/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c6b5d58684df77f580a6ab529988e2c63fe8f41 --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ea3ac8c14fbff4c3dcc40b746f31f9e573b1685ca67c14053548b1e745dad8 +size 37493 diff --git a/metadata/cache/frames/vimu_000380/frame_02.jpg b/metadata/cache/frames/vimu_000380/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa6e3ef3905ec4475678a3789a03ee2833ebd9cb --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6f55ed135302d91b5d65941100449b7907edac68e7d4afd12e6a56a2f17c62 +size 37560 diff --git a/metadata/cache/frames/vimu_000380/frame_03.jpg b/metadata/cache/frames/vimu_000380/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94466d498db9816816e4e7a4052389ccb18d7d5b --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478a35e05532b1c6467ee5aa784bf59ae2f88af3cdc7d3d8a6fe572caf1a0352 +size 35075 diff --git a/metadata/cache/frames/vimu_000380/frame_04.jpg b/metadata/cache/frames/vimu_000380/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..186a1a67c58c923da8ae29193a1e6da1b11d592c --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1471d4a91b1042dc1dbc08c36aa785b4b77c5087fa83f638ea01d4caab3d44 +size 35410 diff --git a/metadata/cache/frames/vimu_000380/frame_05.jpg b/metadata/cache/frames/vimu_000380/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a96425e97b159d3c5462343560d7b0921c29379e --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9435a622ea7b1434bd157ba5b26ac3098200f41955199c9331ba167f93542853 +size 35462 diff --git a/metadata/cache/frames/vimu_000380/frame_06.jpg b/metadata/cache/frames/vimu_000380/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a312a8b274d6ca89ffd5655cb0730b16d17e391 --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9375bab34d96e4797ab5e2a409a73d39455e67c56bb7fd460a055803e994e31f +size 35565 diff --git a/metadata/cache/frames/vimu_000380/frame_07.jpg b/metadata/cache/frames/vimu_000380/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd5e5c6c82ae33b3643c3e032bd41fa2fd4f9ede --- /dev/null +++ b/metadata/cache/frames/vimu_000380/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1729999b001a6af2ddc2c3995119b1b5de2c516c8cc6d258b244368b8498706 +size 35599 diff --git a/metadata/cache/frames/vimu_000381/frame_00.jpg b/metadata/cache/frames/vimu_000381/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58967a8423e3120e7d17d3f1c44cb846cc44b1ca --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8216fe501f0835cb7813df9ffdbf9ac68bb72d334353592fb46777d5912a49 +size 32551 diff --git a/metadata/cache/frames/vimu_000381/frame_01.jpg b/metadata/cache/frames/vimu_000381/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..039c61ac87b0b978225c91c4d0efe3f1a6ac3beb --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dcb49890cab7e3a6685acd1c84407a725c45153f31ace387db7a39cf5382ec +size 32830 diff --git a/metadata/cache/frames/vimu_000381/frame_02.jpg b/metadata/cache/frames/vimu_000381/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddbb0afe61b13f1adae785e1175e7df1584b282c --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08690567ff5e875a8e1758af583af9a788144df6d4b58220508e85da13717086 +size 35577 diff --git a/metadata/cache/frames/vimu_000381/frame_03.jpg b/metadata/cache/frames/vimu_000381/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c407ffd7d86a30e4a93ad8ef4233e8be674f9251 --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8a709917b574cb593a376d0b5ae2a832a8b4092739ef1df96f7714b818d863 +size 36493 diff --git a/metadata/cache/frames/vimu_000381/frame_04.jpg b/metadata/cache/frames/vimu_000381/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99755208faba25c3091c522aab9ac7ff0c859714 --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd12dd0eb388717635d1ed95e7619a2d3f366ef92995b62e750e4cf9414c35ab +size 37458 diff --git a/metadata/cache/frames/vimu_000381/frame_05.jpg b/metadata/cache/frames/vimu_000381/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..374f288f5052ff4d4d217d6f5928fe3082e7d147 --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111b87ecd9f919c8099286d79fc2afc06e9e6e0e0043169537c4d55b75c40d4f +size 41784 diff --git a/metadata/cache/frames/vimu_000381/frame_06.jpg b/metadata/cache/frames/vimu_000381/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b046b6be22a4cfb4b4164662810c58756a037d68 --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c1a2b86c3ce4f3781876032557388866b28410e1b52d7eaf32217708dd3f76 +size 39036 diff --git a/metadata/cache/frames/vimu_000381/frame_07.jpg b/metadata/cache/frames/vimu_000381/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9a7657ec486a1ecd6a24494e59cefe6d639a6e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000381/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5dae7b221e54ec54b3308b1f56fbee212e4a335c83f00be2f57932d4ec2eb8 +size 33713 diff --git a/metadata/cache/frames/vimu_000382/frame_00.jpg b/metadata/cache/frames/vimu_000382/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88983c92fa847124fd6629cb60530d7f2e0a505c --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7969e9a6124e35741cfbd1beb75cdb2a6d8d6d2b9bda1335ac803e153398e0be +size 37849 diff --git a/metadata/cache/frames/vimu_000382/frame_01.jpg b/metadata/cache/frames/vimu_000382/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..301945fd7bccba5a5c2efdae3b364dc9cc73d08f --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad4944b375a01609419d105cd2c11c8081237226cd2b7b453f8d1be5939038d +size 34177 diff --git a/metadata/cache/frames/vimu_000382/frame_02.jpg b/metadata/cache/frames/vimu_000382/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83e3cd21e367873265cbb741437afe64507bdbd0 --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d8ed4a1392fe76fd650db45db2c7f891b6bcdc9096e7863401b8918011778d +size 35042 diff --git a/metadata/cache/frames/vimu_000382/frame_03.jpg b/metadata/cache/frames/vimu_000382/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb8b96bb2d89119d9b3c3d6cd44d16aaf8bc06ac --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b071d0b58b96474d7d350a17641dc1c3f93f255552c9d2018c6945c7f5b1e6cc +size 35629 diff --git a/metadata/cache/frames/vimu_000382/frame_04.jpg b/metadata/cache/frames/vimu_000382/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eed649c92ae976c7304bfcf02c59bbd427080f84 --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a962051dd282164097a3833d6372e6880550047306de96dfaad00e07c6e181b +size 35597 diff --git a/metadata/cache/frames/vimu_000382/frame_05.jpg b/metadata/cache/frames/vimu_000382/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd41dc3cb5200cb42cd6c84468af472c7552dfa5 --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7effc7ff06ea286dfe18736990f32a594ed40ed55952e00e75459a577791926 +size 38296 diff --git a/metadata/cache/frames/vimu_000382/frame_06.jpg b/metadata/cache/frames/vimu_000382/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5c411003d76476fd24621002cc1a51c4b024d97 --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d19fbbffede5e70fa8ff414c8c9d1b4adddbb13094c68672bd2cfd3bcd3267 +size 38985 diff --git a/metadata/cache/frames/vimu_000382/frame_07.jpg b/metadata/cache/frames/vimu_000382/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa66e647bac9f65256eb34dcea3284b244c0043e --- /dev/null +++ b/metadata/cache/frames/vimu_000382/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79574add5ac65a3a4afbf71699614473d8d30e0ab5b2af601143b38f8f651a9 +size 37272 diff --git a/metadata/cache/frames/vimu_000383/frame_00.jpg b/metadata/cache/frames/vimu_000383/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07d6a0ec02c7b3fd0d3c3d61cefa5cd6048a4443 --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41222aa52c9ebb3129ba83f21e90454c6ca30c08b4fbfa5b659a91c9fb9812ae +size 51355 diff --git a/metadata/cache/frames/vimu_000383/frame_01.jpg b/metadata/cache/frames/vimu_000383/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aae5e37a6bbd2a37420a4e0d57aea698d4474956 --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620737897e5dbaeda59826abf3334975bf7357dea24145ee920053489da4b436 +size 51717 diff --git a/metadata/cache/frames/vimu_000383/frame_02.jpg b/metadata/cache/frames/vimu_000383/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1d4db85fdce78e0e475e49acf0c7eed86a82c26 --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dace458bf60aad8b3e16249a1db51440094da839320e41a5b8988f4ebc0b887b +size 46664 diff --git a/metadata/cache/frames/vimu_000383/frame_03.jpg b/metadata/cache/frames/vimu_000383/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f55a0cd7e18ac08dcfc181f38c4bc636c92e31c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18f1f60c9d321a1aedaa7eb197ee4f9fb8f6088fcf3495fbe7d292954cd804b +size 46724 diff --git a/metadata/cache/frames/vimu_000383/frame_04.jpg b/metadata/cache/frames/vimu_000383/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31587bae8a55f1b413ad50757cbd3f02c011105e --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dae47f9457af6f67295192b71fbf133bfec489fa95639c17b5f3806f5cf819 +size 46658 diff --git a/metadata/cache/frames/vimu_000383/frame_05.jpg b/metadata/cache/frames/vimu_000383/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5330dea4b97cfe8d9d858a955eda7b8ca2e21c11 --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ffa28a035f079c82fc74b93a1e128ab23ed3ead2d87e7a8174ab23309b3fda +size 46577 diff --git a/metadata/cache/frames/vimu_000383/frame_06.jpg b/metadata/cache/frames/vimu_000383/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ea62d367fe41f9ffa9f6cf2645b6648f50ea78b --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdb2a686c0b79f5f917475ed2df83e17f82326763428eb34a07d64b98f3d265 +size 46080 diff --git a/metadata/cache/frames/vimu_000383/frame_07.jpg b/metadata/cache/frames/vimu_000383/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1462b1e6140b80128331b19bc9333f745f3aaf7 --- /dev/null +++ b/metadata/cache/frames/vimu_000383/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976bc224e2fcbb9f33f82595c79e541eebc363c07842466b91f068b4ef201602 +size 46567 diff --git a/metadata/cache/frames/vimu_000384/frame_00.jpg b/metadata/cache/frames/vimu_000384/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2581681933bde3adffc7af05c018e46c2fef82ff --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e6c8a2f0db684ce4fb01b627f58e0d386e7353413e564569ddce2a3ab3212f +size 48642 diff --git a/metadata/cache/frames/vimu_000384/frame_01.jpg b/metadata/cache/frames/vimu_000384/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..948d827b55f94bbf92b71f19395bd4ca4a350d7e --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a095d4aefa3b837283eae2eebadef66bd07594ff80c95b4f631ec082949a0d6 +size 41410 diff --git a/metadata/cache/frames/vimu_000384/frame_02.jpg b/metadata/cache/frames/vimu_000384/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95b94899d456a005ae29a5fb6e901a0f22af452a --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb08e2338378bcc332229d8916e90d19ce71940f03032807ba9e932aa244fd8d +size 50344 diff --git a/metadata/cache/frames/vimu_000384/frame_03.jpg b/metadata/cache/frames/vimu_000384/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bff07634857dc1b646de0d40b4a631da0eac9983 --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712a7e93d804a569ec54df3b0ee4e64a8db10271b58dee02c821d804b04dbb22 +size 51766 diff --git a/metadata/cache/frames/vimu_000384/frame_04.jpg b/metadata/cache/frames/vimu_000384/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb3dfc66fc4767091e6b0d0b49dd67f0e7d7bc56 --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd4b5fc8996156c90078ee57a5c059c22f21faa1daf9184bd9c04be213fc75c +size 50758 diff --git a/metadata/cache/frames/vimu_000384/frame_05.jpg b/metadata/cache/frames/vimu_000384/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c8b6a87c37075bc9d5c5a9066cd9f8b5b7169d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c88262c8410fde09d67b11d5f870f7cfbe456c700ab44068ccbd2751141ea1 +size 49483 diff --git a/metadata/cache/frames/vimu_000384/frame_06.jpg b/metadata/cache/frames/vimu_000384/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecd69045508be4af047abfc7d99e9d2bc962370d --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc219122ae4ff412e34bd84629d4ad8323659e5b8184d8a3803bfdf6203f85f +size 49016 diff --git a/metadata/cache/frames/vimu_000384/frame_07.jpg b/metadata/cache/frames/vimu_000384/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd6f4f92b140849aa0017aeb6403803e8a1ea1fd --- /dev/null +++ b/metadata/cache/frames/vimu_000384/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e1cd70dacf5e87d3e16f291ff57f3432f3419f80e4eb984c528f4c33f2f41f +size 48360 diff --git a/metadata/cache/frames/vimu_000385/frame_00.jpg b/metadata/cache/frames/vimu_000385/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82994b6c2b454be0e0b1f9105d1173a584fb7b9a --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8450e5d1886a0a6e966284f76d68c3ab3d7788179db183b56e05012200115bb +size 31830 diff --git a/metadata/cache/frames/vimu_000385/frame_01.jpg b/metadata/cache/frames/vimu_000385/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85d0eadd866f71a7f8140da38ee4d57c2ecb7fd9 --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cd7e2b67a769fee6d7237ce5e35f8e402f5b4df22a6033e0b2821b607dbe78 +size 29749 diff --git a/metadata/cache/frames/vimu_000385/frame_02.jpg b/metadata/cache/frames/vimu_000385/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb8be8016a33b1c8e9b6bfe9fb1c00c749d31f9a --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42f77f73e00e3c265be05d0ef3145d52abb7f9f2137f2f92559928b8e4aba15 +size 24364 diff --git a/metadata/cache/frames/vimu_000385/frame_03.jpg b/metadata/cache/frames/vimu_000385/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f710d5b7d193faad6f5d3e11cf0a08887673916b --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a84b23457757de6aed9762c53ae7d53193b09dfbc4feb58b1984e758ad5fbb +size 20486 diff --git a/metadata/cache/frames/vimu_000385/frame_04.jpg b/metadata/cache/frames/vimu_000385/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b338a11748445d81dd1752c4c4783b6560335e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d88530fbcf916f54f690b8a015ee53a86c834335edded7b9eaab2346b78682 +size 27848 diff --git a/metadata/cache/frames/vimu_000385/frame_05.jpg b/metadata/cache/frames/vimu_000385/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e9a4ddc8c86a3127235163150c2f6b87b7d6c71 --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd21c5377d7b6e80bead966cf4a43b1e183a17b9673a615998637c8e41426b7 +size 33358 diff --git a/metadata/cache/frames/vimu_000385/frame_06.jpg b/metadata/cache/frames/vimu_000385/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5a66f2d6bdf1db2d27bedfb31b18ef3ad17bfd3 --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed810f179a7a7fbdc7d244f03cd7340e4ca5e2886f4b4c10c766dafb4499161 +size 24828 diff --git a/metadata/cache/frames/vimu_000385/frame_07.jpg b/metadata/cache/frames/vimu_000385/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfe8d0e18b13f2126d3519ae7e5d0f265306aa05 --- /dev/null +++ b/metadata/cache/frames/vimu_000385/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2542b038a9241d34233a068f8f54168b0384d47132ecf3d913ede8caf4738276 +size 24292 diff --git a/metadata/cache/frames/vimu_000386/frame_00.jpg b/metadata/cache/frames/vimu_000386/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c55d7e65ff8319bf39f062322f2b44f11b6a92a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4c918fe2f761b7077dbf69d0e54bc16697c3abd3703d5e1b9069f40de26772 +size 55610 diff --git a/metadata/cache/frames/vimu_000386/frame_01.jpg b/metadata/cache/frames/vimu_000386/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee4a95159b35ef1376b9c6178777cce777ec051c --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d030674aa691e090d8c703b74e24778f03644cb1eb57b3fbd98c5f11bf66532e +size 55649 diff --git a/metadata/cache/frames/vimu_000386/frame_02.jpg b/metadata/cache/frames/vimu_000386/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bf6ea307f2c338cbeb0f4f1912ddb4ea6f93101 --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cfb1f3997a1f252405cc1f9ad302395548ba54b8a74fbb8bcafd6bd74c917e +size 52628 diff --git a/metadata/cache/frames/vimu_000386/frame_03.jpg b/metadata/cache/frames/vimu_000386/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40098bb2c814876d80385b2811dbf6fa382b6744 --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3240be86d2d7aca64a04aa931c832015e476e8cb9e466da2d7b2528e2b53e290 +size 54896 diff --git a/metadata/cache/frames/vimu_000386/frame_04.jpg b/metadata/cache/frames/vimu_000386/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81dec7c16e36dd870e11cca7a4f26678d6204779 --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c3b8b894677b827338d5b34b314e2fb8f59420d3219d5ad22e3664411bec22 +size 58228 diff --git a/metadata/cache/frames/vimu_000386/frame_05.jpg b/metadata/cache/frames/vimu_000386/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9fd86d254ea4355c1be2fe60d0c191b9e9bb39e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7807842a2218ce6ccdb02b72b76cab8bdf4f01f2138a3fbf75b9ca9150cdc8b8 +size 52104 diff --git a/metadata/cache/frames/vimu_000386/frame_06.jpg b/metadata/cache/frames/vimu_000386/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3acad23290d5a0f418feb4b687fdfde80b3c322a --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f497885db1859dee57f53cff04d360efeed1bcdf37939fffd5cdbf44aaefe34 +size 51017 diff --git a/metadata/cache/frames/vimu_000386/frame_07.jpg b/metadata/cache/frames/vimu_000386/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aabd4fce033d64fcaa3eab73544ce39d439d3f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000386/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdacb4049cd93cb4edd59020009e073c1a35735c1fe56fef357cb7a99c1b111 +size 53640 diff --git a/metadata/cache/frames/vimu_000387/frame_00.jpg b/metadata/cache/frames/vimu_000387/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d672b084f95a5c5b5481f43ad01fd439dd8dcad3 --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dae4469c982655322f4818ebab01a20c8b29eba38929cff0c8a9b977684f0a2 +size 33196 diff --git a/metadata/cache/frames/vimu_000387/frame_01.jpg b/metadata/cache/frames/vimu_000387/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2842e14de8b8043807c893f01990dbc004f2d6d --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4091c3a46611ff885a78de6a3a9348f3a61a636fa3bcc37e6c02cac712e39a62 +size 30781 diff --git a/metadata/cache/frames/vimu_000387/frame_02.jpg b/metadata/cache/frames/vimu_000387/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e685b04e6f937bc44230a2a13d8b2a9be4607f --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282c17954668a16383963dc70d48db7977f074b9bb9fa49d7fdac1f0574e6211 +size 31942 diff --git a/metadata/cache/frames/vimu_000387/frame_03.jpg b/metadata/cache/frames/vimu_000387/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b76101caaf131bf7eca4640d551f6449f898194 --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ee75e7188e25edffec9534d5c22699d2d867e24a7953ecefa9915729ef6942 +size 34325 diff --git a/metadata/cache/frames/vimu_000387/frame_04.jpg b/metadata/cache/frames/vimu_000387/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a16dfbec77e82d0267b96187d0feece0171a5f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da2cd897cbc8ed225b3e6a3abf0ee195f214f44521183551d8d07cff2184418 +size 30197 diff --git a/metadata/cache/frames/vimu_000387/frame_05.jpg b/metadata/cache/frames/vimu_000387/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da57aa3a57b6c1e71476d18f3c73576578aed9b0 --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f99b1a1150a73a8fdfb521329ad74b6b98256412e77f64f34a6262c1df39d4 +size 31304 diff --git a/metadata/cache/frames/vimu_000387/frame_06.jpg b/metadata/cache/frames/vimu_000387/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b84770eedb70ed7122a84d9dd807c235050f433b --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a580cea4df390ae55c56bae483983efc6ae9e0b7fc6543059ef87167ed76feee +size 40272 diff --git a/metadata/cache/frames/vimu_000387/frame_07.jpg b/metadata/cache/frames/vimu_000387/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac9a83d06668f60eb28a5477178a2aebb673a1c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000387/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e96c84351d6fcce617858d8a0fb6409004c48522a08001cbd31edf93fb8658 +size 34938 diff --git a/metadata/cache/frames/vimu_000388/frame_00.jpg b/metadata/cache/frames/vimu_000388/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad3ef81e5e8f6691ac66230446bb176da21bc5eb --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a502eac165fb833ade52206d02a2b339aa5c2814536ccea25a3edcd86e31789c +size 25572 diff --git a/metadata/cache/frames/vimu_000388/frame_01.jpg b/metadata/cache/frames/vimu_000388/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d5ae1ba55a6bf2b7ca93d104f290aa0c68d639c --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a82607c0327d6842476830da2d0cd073327176dd3a83529b8a5d2c9337ba44 +size 25339 diff --git a/metadata/cache/frames/vimu_000388/frame_02.jpg b/metadata/cache/frames/vimu_000388/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c51083bc69e886c7bf19c9d50aa1ffe98519a0f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8657f388f596605a6a899f12f37fba80d9e0136ff7c06b6e88483994b2fcde90 +size 21872 diff --git a/metadata/cache/frames/vimu_000388/frame_03.jpg b/metadata/cache/frames/vimu_000388/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2afedf09bdaa68ea3578f06fd12edbd9ddfdc1f --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab94b499fdcc40ab2fc5b2fb7ada27dfe4e1542f8bca1406900cc7598049f2e2 +size 18816 diff --git a/metadata/cache/frames/vimu_000388/frame_04.jpg b/metadata/cache/frames/vimu_000388/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ecf26407343f979d34d1ecc1f4c0cb44540e353 --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227a6795543285366b2b388e91f7afd28ec03f4a3823a80bb0df66f87e25e0a1 +size 23562 diff --git a/metadata/cache/frames/vimu_000388/frame_05.jpg b/metadata/cache/frames/vimu_000388/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fef8412faa4fe6fcf9e046f30434ab65879ab91 --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6a285fa21010a6e3beb3cf0ae75f0486ccbb63a9b560a454b72305b42ca1b4 +size 26883 diff --git a/metadata/cache/frames/vimu_000388/frame_06.jpg b/metadata/cache/frames/vimu_000388/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bf95ef4cef7a1a2402eea5f9567bece8b24cb40 --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72efde3db3ddbc1ae71fddbe09862783c8eda27d759c04b90dba63b9774a3836 +size 31179 diff --git a/metadata/cache/frames/vimu_000388/frame_07.jpg b/metadata/cache/frames/vimu_000388/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73341af4cee3e26e16d38ad6e61bc6b7e6ec1892 --- /dev/null +++ b/metadata/cache/frames/vimu_000388/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd85e86c7e8378a3b2eea632bba22a7e8bacba5db9bac43b15a6c6dc7ebc2de +size 32058 diff --git a/metadata/cache/frames/vimu_000389/frame_00.jpg b/metadata/cache/frames/vimu_000389/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33cba5977de425b672bb1a6f9c8ed4cc43b6745b --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819821e1142c28773bb79598dcb86a953ac8bd0946fc767bae44af3de0b3913b +size 39977 diff --git a/metadata/cache/frames/vimu_000389/frame_01.jpg b/metadata/cache/frames/vimu_000389/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..186fabba2d2108473542aa4db69a25fc38b12d1b --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbcbaa0b072897f8acb5bca99004397c475959fbdce32de895069525cba17ae +size 39646 diff --git a/metadata/cache/frames/vimu_000389/frame_02.jpg b/metadata/cache/frames/vimu_000389/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f494922da09cf46c346df303cb38a7bad7ca531e --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6145dc3ed6df34806daa0d9871787e98a704a0ba251270bcb47bf547c83fb8 +size 23740 diff --git a/metadata/cache/frames/vimu_000389/frame_03.jpg b/metadata/cache/frames/vimu_000389/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e350b803a0fcb36f72c1e1592b12bf62e09ec933 --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f382352bb20f044a2893a280d78096e7effadecdd7feb78541b59130747da4 +size 21148 diff --git a/metadata/cache/frames/vimu_000389/frame_04.jpg b/metadata/cache/frames/vimu_000389/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7d6f6727e23c626fec9a5401743374680291cce --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cac4c6c4609b42b3c821e7e9f40a4360fc77c4d9b7b6ba85283ee2f2f1fbb8 +size 20549 diff --git a/metadata/cache/frames/vimu_000389/frame_05.jpg b/metadata/cache/frames/vimu_000389/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..532d63b0ee31dc18be727ce3a1d2ab1ac500c9e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f3c7736c58670f36755b3aeabe55e0e8c590d02af2969d9eca0fc660102fae +size 23915 diff --git a/metadata/cache/frames/vimu_000389/frame_06.jpg b/metadata/cache/frames/vimu_000389/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88ec65974a5f0fdc5d1da3333b2042808c0c23c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e787c1d8113236827f32d73c2ed71c0a9277a71dafb078a487cfeadf4c7e10 +size 27835 diff --git a/metadata/cache/frames/vimu_000389/frame_07.jpg b/metadata/cache/frames/vimu_000389/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7100d9af4f76b7fb57256d6c649ed6f1dfea4f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000389/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627ef80e9b194491960de070d7b360277787fd3efe2e9f91970746dacdf3b77b +size 31327 diff --git a/metadata/cache/frames/vimu_000390/frame_00.jpg b/metadata/cache/frames/vimu_000390/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74e51e722db8cab3327781c3e2c0eba2c879bbb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0ddf474acd2053a3b0046fbdc4aeaced25059c7050069e87780c050669ca2a +size 48671 diff --git a/metadata/cache/frames/vimu_000390/frame_01.jpg b/metadata/cache/frames/vimu_000390/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a2a47e2e6339bd639edf600ea5c319fa263f8fb --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf38ce47c133db626699051f8e2e9b1f50bc8a7d3aeee8a2bfa0bd29006919c +size 46797 diff --git a/metadata/cache/frames/vimu_000390/frame_02.jpg b/metadata/cache/frames/vimu_000390/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04c7516ad344bec7341e54fa245dc41b91f625f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e6c0a109210bff55dc74ed6f8919969066146798ef4baed4de56433a07c349 +size 55140 diff --git a/metadata/cache/frames/vimu_000390/frame_03.jpg b/metadata/cache/frames/vimu_000390/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc760e717490ebc8f48d53675b23acb30185b2a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe9151c1493d4930a488133d1909faf5264ed0d34890e7e7308c8bd6ea51b68 +size 55687 diff --git a/metadata/cache/frames/vimu_000390/frame_04.jpg b/metadata/cache/frames/vimu_000390/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ee93e470e83c778f6490d2a9910bd8cb597312b --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e666f126d3d00c6c753c68a31e5ea6fc004ebb729d4b3e43f7df7dedaa41b25 +size 52215 diff --git a/metadata/cache/frames/vimu_000390/frame_05.jpg b/metadata/cache/frames/vimu_000390/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef85d822f1096426398946682882ffcceabfadef --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076229397c7851d20f02c8754dae34df0717823d594d7802f7868fca92a0bcde +size 26660 diff --git a/metadata/cache/frames/vimu_000390/frame_06.jpg b/metadata/cache/frames/vimu_000390/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc4a2fb085bc8f2290abf0086fe1448c91ece1ab --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0de014abf53fdc0dd4a9da4cb34cb52dc25c533b4cf0eff717c720756b2464 +size 34340 diff --git a/metadata/cache/frames/vimu_000390/frame_07.jpg b/metadata/cache/frames/vimu_000390/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3013aab38721208383e1a8d2baf30e5b33250c03 --- /dev/null +++ b/metadata/cache/frames/vimu_000390/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb1b4295445aba64c42aebb01276a46c1018c6d5b3fa090ced2dcfe17135860 +size 36272 diff --git a/metadata/cache/frames/vimu_000391/frame_00.jpg b/metadata/cache/frames/vimu_000391/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfb04def4167d494484c7dc24f991dbeeec0bf5d --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619d6c93461f28f79534381d0f0677dcf6003e068802c0c96b901ca865716117 +size 43225 diff --git a/metadata/cache/frames/vimu_000391/frame_01.jpg b/metadata/cache/frames/vimu_000391/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bc0dbc77d30deb473f11971491cad2c49073732 --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62662f073c306293229eebdc734964620208d714a5711af67f74f840b875359 +size 43087 diff --git a/metadata/cache/frames/vimu_000391/frame_02.jpg b/metadata/cache/frames/vimu_000391/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9f8c46a9a06cc0339e6d568626a684606ca60bc --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6c3e93952b01dc040ceeab944bb749552626ba8b1fae810fc96b5f9be1c2c3 +size 43037 diff --git a/metadata/cache/frames/vimu_000391/frame_03.jpg b/metadata/cache/frames/vimu_000391/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fd0fc9e12fe0f8bf43838a54249a317c398d214 --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef293dd4dea3aa0f39e4ae4fd1710f76a240b142b2ec6cd67fa13b1f090854a +size 42392 diff --git a/metadata/cache/frames/vimu_000391/frame_04.jpg b/metadata/cache/frames/vimu_000391/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89d90747167c35908500bc7622841bc5eed4d6c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a01024d952695bf03b4f2a05ddb527048b58071ab9fa2505d4ffb9899d18bc +size 40775 diff --git a/metadata/cache/frames/vimu_000391/frame_05.jpg b/metadata/cache/frames/vimu_000391/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1809852365dbae443cc003e9f6673adb396a3a68 --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4d418d1599c937236f916bda45ac64604fd522998f3a84460d46d1fd4ab51f +size 36149 diff --git a/metadata/cache/frames/vimu_000391/frame_06.jpg b/metadata/cache/frames/vimu_000391/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b7af8668315492bf6058138acc2198c85e922fa --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bbfa3ef7e27ba2eec4f92b67b604fd59c89a329310040fb2754a9ca2f237b5 +size 40177 diff --git a/metadata/cache/frames/vimu_000391/frame_07.jpg b/metadata/cache/frames/vimu_000391/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff2afed737f04973c6a8eb6baee2733a10210ed9 --- /dev/null +++ b/metadata/cache/frames/vimu_000391/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19fa93f2a1667e44f36a6b5828d306200567ddd2ffabcef033d4d22c528156d +size 46012 diff --git a/metadata/cache/frames/vimu_000392/frame_00.jpg b/metadata/cache/frames/vimu_000392/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49de8564304696a0a6eef03352730e9ac0605b7d --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa137641e13bb82571381ac59c30c2452e0c6623c83435583411c8ccecc2357 +size 31901 diff --git a/metadata/cache/frames/vimu_000392/frame_01.jpg b/metadata/cache/frames/vimu_000392/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6744f3e33f6c33fb98ca58261bc9ba898dce567 --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e625569ad981455431859f0314db8530c1b79f9aa1ffe797d5d3dcc03503009b +size 32432 diff --git a/metadata/cache/frames/vimu_000392/frame_02.jpg b/metadata/cache/frames/vimu_000392/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec28571a3b479286e86eaac117c0b0a54d4b1ad9 --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0349d8476d824280abad3d6f1a4d059b3cf77460ed1ef2fee9bff07c3a42a6 +size 8773 diff --git a/metadata/cache/frames/vimu_000392/frame_03.jpg b/metadata/cache/frames/vimu_000392/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7387f6a71800ea73cb92510bdf814a0d14322fb9 --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fbad3918f93a285f2dbf62458162ede434eab1b666ed349708a06166970309 +size 33884 diff --git a/metadata/cache/frames/vimu_000392/frame_04.jpg b/metadata/cache/frames/vimu_000392/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c97cc647353b9f580d260cb54849b4e17bd3c8c --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7589c6ec8a29ccecf61ef0636f36f9790c5a0a1f5449e0d7605b07858508fb9d +size 44948 diff --git a/metadata/cache/frames/vimu_000392/frame_05.jpg b/metadata/cache/frames/vimu_000392/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c8fd5cd47584e279d3fb23a15ad4c9477574cd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcceaaf9c2af2ba2120daf4a7b7e58be20d6bcceff0fbf228dee1f0ef74fb14 +size 45243 diff --git a/metadata/cache/frames/vimu_000392/frame_06.jpg b/metadata/cache/frames/vimu_000392/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db60b2e9730b2d0f003d86a3a35e6352ec0b7e8b --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2f59491bf227d265ac14cd593e1f884074b51d4ec0d536aa8728bb169fc1e3 +size 43643 diff --git a/metadata/cache/frames/vimu_000392/frame_07.jpg b/metadata/cache/frames/vimu_000392/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..628ec0e6afe388c0f76481093f8ddcc18c1d1447 --- /dev/null +++ b/metadata/cache/frames/vimu_000392/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d389d2f4ca954b823d803bde42cb7bf8f2acff2da003e22de125150af1844fdc +size 43936 diff --git a/metadata/cache/frames/vimu_000393/frame_00.jpg b/metadata/cache/frames/vimu_000393/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fec4cb0b1fde1bec003ef0c90334725a53f07e33 --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3898ee9c7b5a432dc332e4cd4777024d533f013e8020e37657c9e078d9fded15 +size 24069 diff --git a/metadata/cache/frames/vimu_000393/frame_01.jpg b/metadata/cache/frames/vimu_000393/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f47a0eaf420de309480f7073e10a87fea9edc1b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d02afd9d4b289f7934443b9e0b7960b0d9094ea44d6cc1ba31f75be65ceebc +size 24030 diff --git a/metadata/cache/frames/vimu_000393/frame_02.jpg b/metadata/cache/frames/vimu_000393/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4836aa1d9ab8e9fb496f24c32f561ed591be6450 --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0193c2d3fa86322a02b2e053c75a7d059bb08374ee56319c16fb06f39829ee15 +size 22228 diff --git a/metadata/cache/frames/vimu_000393/frame_03.jpg b/metadata/cache/frames/vimu_000393/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7977441bb36392f8bb4ed8dea19b4532fa1761db --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b51c92fc54f038ae12f7cc0d3d11d8d7b19093a86d3dc063ee9079f4da17e3 +size 26243 diff --git a/metadata/cache/frames/vimu_000393/frame_04.jpg b/metadata/cache/frames/vimu_000393/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88a0aa9ed526eb0acc78c0c9bdc34fb1afb82508 --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caeaabf1079b5d10134b5dac726d41d5fa46a76f90ff149475a0c96d914db3e2 +size 28287 diff --git a/metadata/cache/frames/vimu_000393/frame_05.jpg b/metadata/cache/frames/vimu_000393/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd0825b0787bb41eda944ec30f5b7d95566b84ff --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8c60fdac70b5bc86dce7800eb133bed6f88acf298c97877e33838d2033386b +size 24613 diff --git a/metadata/cache/frames/vimu_000393/frame_06.jpg b/metadata/cache/frames/vimu_000393/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28cd12caa0b90644dc100d4d03fc25c8ab34feaa --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54451b37b15792a02be23587150b84b75ca4945ffc0b5e45281cc6ebcedfcd5 +size 22660 diff --git a/metadata/cache/frames/vimu_000393/frame_07.jpg b/metadata/cache/frames/vimu_000393/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..320688cab02368ebdbfebad326186328e980f602 --- /dev/null +++ b/metadata/cache/frames/vimu_000393/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2960e9a1c10913ddaafcb8d272f5a7c6d6ad5ad0177e76b0825bd983ef7eee7 +size 23570 diff --git a/metadata/cache/frames/vimu_000394/frame_00.jpg b/metadata/cache/frames/vimu_000394/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb4701d5f856277af4022708813243411d02a038 --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7564330bccd04cc5470b576abc2b456993613f6fb197fe1aae59765bd2d88f +size 50949 diff --git a/metadata/cache/frames/vimu_000394/frame_01.jpg b/metadata/cache/frames/vimu_000394/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd70bb88913e4c824d556e542ae11093ad4a889d --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d424bd9291c6956870fb9d642be76f5ed024f859376f1cc0a5781e543b69773e +size 46458 diff --git a/metadata/cache/frames/vimu_000394/frame_02.jpg b/metadata/cache/frames/vimu_000394/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..746557af7d2d3d472091d432e4f05e2b54aa335a --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3a091b42766bb268b704bf566e021f207635d1c0d8df986115fa847dda4e94 +size 47784 diff --git a/metadata/cache/frames/vimu_000394/frame_03.jpg b/metadata/cache/frames/vimu_000394/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3995e87f2c6c75f17f38980a8f36b568ceaefc13 --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ec498c7595a8084c812cdad5b351249d52f847624647410aa9e35f97e9c04c +size 54340 diff --git a/metadata/cache/frames/vimu_000394/frame_04.jpg b/metadata/cache/frames/vimu_000394/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48d6b2367904b0df16e1fdd18e74c45473b0b9e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c74acd01f5ca438b6d6c3333585b323cbc369362b1f9024cdd5a671381bba03 +size 38840 diff --git a/metadata/cache/frames/vimu_000394/frame_05.jpg b/metadata/cache/frames/vimu_000394/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e84e449afde605868df83dc80a5d7dc38b218b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe66017c4fa3796bf8e3aef0d31084dcd9261e1140734229cfa9fe8d094f090 +size 34611 diff --git a/metadata/cache/frames/vimu_000394/frame_06.jpg b/metadata/cache/frames/vimu_000394/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61c1fd12dd85747faef17e34f5dcf5fc0f308538 --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021c448378a78f57c89ec884933c355624fc5b98f1f9b3105ef67627a412759b +size 35904 diff --git a/metadata/cache/frames/vimu_000394/frame_07.jpg b/metadata/cache/frames/vimu_000394/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6534789b67cfb5941d77e1597632153e6ae3ec50 --- /dev/null +++ b/metadata/cache/frames/vimu_000394/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06c7dc584fa9d11c31c798d2582da62de6abbb50d2c9a6a340aed407e302987 +size 36509 diff --git a/metadata/cache/frames/vimu_000395/frame_00.jpg b/metadata/cache/frames/vimu_000395/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b6e0132a83c2604746ee2cc5e6a95815174891c --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16470602b058d0f93602b64b627c88b2f7a9cbef8103e691d3e1a4b932bbd392 +size 28546 diff --git a/metadata/cache/frames/vimu_000395/frame_01.jpg b/metadata/cache/frames/vimu_000395/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e3322d84409d59e2688edff243a9aaf489275cf --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c678ea1d87a4e2106c1a8956b578fdf0ddb64d81ca24a89a67289742187e0a3a +size 28678 diff --git a/metadata/cache/frames/vimu_000395/frame_02.jpg b/metadata/cache/frames/vimu_000395/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35c8e566ea925a043a4a974da1f9ff22d14a92d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb812be299076d79c01eba950bd5d5d50261dbf7ffb03b07525bff8cc5ef2961 +size 36426 diff --git a/metadata/cache/frames/vimu_000395/frame_03.jpg b/metadata/cache/frames/vimu_000395/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20adc26f51200c8cbb48af3ce8e191b329664abf --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5585418cb9cac52e766270eed3b666c86e4495ca050d6f0b36a4ef9f13f09a4b +size 32440 diff --git a/metadata/cache/frames/vimu_000395/frame_04.jpg b/metadata/cache/frames/vimu_000395/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57c53e5c68fda55611bcffb46b5edb8ab6130718 --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309ab83860e978083db145974656a57de411cd882aa78b74a6c4950375c2354b +size 30692 diff --git a/metadata/cache/frames/vimu_000395/frame_05.jpg b/metadata/cache/frames/vimu_000395/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90bc924e865570e52c84ad8441f07461303adadc --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c938d58ade526220c2174d2ee629356392931b4c5f2a89e966c70326da99dd4e +size 34163 diff --git a/metadata/cache/frames/vimu_000395/frame_06.jpg b/metadata/cache/frames/vimu_000395/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c10d9ce744d88b11ad33c8784b909224f9ee488 --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86241c3947a041bde4af6cd6a0b77050873fbb054d9dcb49dfbf36d857796bc2 +size 35071 diff --git a/metadata/cache/frames/vimu_000395/frame_07.jpg b/metadata/cache/frames/vimu_000395/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..819fbe4cbb361ec858af855e0d04c9eaacd394bb --- /dev/null +++ b/metadata/cache/frames/vimu_000395/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6e1294244358d33d8c7c6def446fc4e655428cc2d9e21e3fefbe1c478f4f23 +size 29522 diff --git a/metadata/cache/frames/vimu_000396/frame_00.jpg b/metadata/cache/frames/vimu_000396/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f1e0ddc1f2750005e97e56b484e7295fed55dd8 --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f85bd5b583f00e504ae880bd6876c3b8f476a891cb7e7e693711591c2e5357 +size 30870 diff --git a/metadata/cache/frames/vimu_000396/frame_01.jpg b/metadata/cache/frames/vimu_000396/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d52e66a059dfa7a86695bd46c494403872e9792 --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661529d43d9d9ac72adf3dbf56d991846b23a4aa10d0b1be34d5ebf2a4ce5d75 +size 31623 diff --git a/metadata/cache/frames/vimu_000396/frame_02.jpg b/metadata/cache/frames/vimu_000396/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e84046837bb80176eb3608d964785d50201a2c2f --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2959954f4d3d1d4863d2fc1e4337412ede5cb89d2bcfb1881c34d11c7d94170f +size 30345 diff --git a/metadata/cache/frames/vimu_000396/frame_03.jpg b/metadata/cache/frames/vimu_000396/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d52883d94b9c827d571e6284c6059cb9ac027569 --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b6b605dba2fccf1dd4f06b0dce0a541286cf110d7219b89a7323723af154d9 +size 24145 diff --git a/metadata/cache/frames/vimu_000396/frame_04.jpg b/metadata/cache/frames/vimu_000396/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd0d9bd7de7d3b213fcb116a3f5c3049bedb67fb --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9b18f10a591b55227626881d36e6770755d663e12bc80a10cb6ea6546f6188 +size 26375 diff --git a/metadata/cache/frames/vimu_000396/frame_05.jpg b/metadata/cache/frames/vimu_000396/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8f3374c33c819152d717cbb331c9a34afc27429 --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30482b4f1ac1cc5b5b7bac3e9b9875e1dff48ccd6f4dc1893c270be67b32bf6e +size 28239 diff --git a/metadata/cache/frames/vimu_000396/frame_06.jpg b/metadata/cache/frames/vimu_000396/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..355009817b2ada230bda52a10819c55dd556c0a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675a0044a0053ee50aa328724ea5cafb19703fd9f8da3cfdcdea8739cb24ca2a +size 30415 diff --git a/metadata/cache/frames/vimu_000396/frame_07.jpg b/metadata/cache/frames/vimu_000396/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ab469a9a0771b592402e78ac51efc4c888579a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000396/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90eb1bbd692031ea403f68a34f6882f188d7782c1b85da2f908d61dc3dcc31f +size 34494 diff --git a/metadata/cache/frames/vimu_000397/frame_00.jpg b/metadata/cache/frames/vimu_000397/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efb39175c8a561be97a7cda21455179976bba900 --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd89a6190d60b42594538349c9905b5cf97d59e5f5cc85b9fdfca439b44d2d7d +size 39524 diff --git a/metadata/cache/frames/vimu_000397/frame_01.jpg b/metadata/cache/frames/vimu_000397/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b51ddb0bdb5c49742ffcb0251229093f3acdf2b --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1010eb06b23083d91106da7e783093b4f148c548c47d4d5a0419c7e4b94f42 +size 38366 diff --git a/metadata/cache/frames/vimu_000397/frame_02.jpg b/metadata/cache/frames/vimu_000397/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..372763179c61e6b0634cb2f07c59ab8ee186a54f --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e12bf6dffd96133bd373cf7c98fc31ca459cf01f6bfb8f42266820ac0709a47 +size 36106 diff --git a/metadata/cache/frames/vimu_000397/frame_03.jpg b/metadata/cache/frames/vimu_000397/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f72f2ebb916cf1d7bee70204304e5bc2ceaa01da --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1f062fa4ba6065aa1cda0529916a1a16f8b6d6ed9185b55c817d3397ca7868 +size 34435 diff --git a/metadata/cache/frames/vimu_000397/frame_04.jpg b/metadata/cache/frames/vimu_000397/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b22ad91635afa5a8bb59c91ce4ab2ad5df85341 --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d5eaa53e1bb0e6e251fb3569e60f1b99877cec1649cbeb4cf2c6a4666cf6c +size 32874 diff --git a/metadata/cache/frames/vimu_000397/frame_05.jpg b/metadata/cache/frames/vimu_000397/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cb21cf0ffe189f004b72fa7d754029d5dccabdf --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9550622a3a76742afed903b795e67867bfff4c36b33ebe3d112fbef994324828 +size 37079 diff --git a/metadata/cache/frames/vimu_000397/frame_06.jpg b/metadata/cache/frames/vimu_000397/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bed251d78041b5781c5090839969565cc315f044 --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af837622708cb3502632736e660bf35990aece43b182df7cb26b192144cb216 +size 40977 diff --git a/metadata/cache/frames/vimu_000397/frame_07.jpg b/metadata/cache/frames/vimu_000397/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b550cca20b1d7f98da9210529cfc73dd868f8868 --- /dev/null +++ b/metadata/cache/frames/vimu_000397/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a55257d79f4d9bf3dcef1ad0a7903396411b791b61dba381e5b5f519fffc2f +size 24172 diff --git a/metadata/cache/frames/vimu_000398/frame_00.jpg b/metadata/cache/frames/vimu_000398/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33bd2dc23ca8acd780f7c3804b3a20fbef4d0939 --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e16130ecc578dae84a21d6a2a3a0624568e4d0cf1560b0339e0b910091527e5 +size 34315 diff --git a/metadata/cache/frames/vimu_000398/frame_01.jpg b/metadata/cache/frames/vimu_000398/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5b57e7f994fad8e03755b6f79b56e0afb2e4855 --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8efbec6a1dc1fa0431be695ce8e9546a134bca2c18fa04ab84fede2fb9ff96 +size 35471 diff --git a/metadata/cache/frames/vimu_000398/frame_02.jpg b/metadata/cache/frames/vimu_000398/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e92f24de0a968fe7c96203c1411237cc2317b9b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6ef94a73bbae1261c2f53c0a42ed076eaac73b68eac662edb518b648cd84d4 +size 31344 diff --git a/metadata/cache/frames/vimu_000398/frame_03.jpg b/metadata/cache/frames/vimu_000398/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e0bb8ba5b1962206afccaebd43989ad28f16048 --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39eb5f8a96d59a78a60348ef3905f2919e5a1b5fe45634a713a7dc4cd30b499a +size 29574 diff --git a/metadata/cache/frames/vimu_000398/frame_04.jpg b/metadata/cache/frames/vimu_000398/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..980f0af8475023982d970f67aa8b5ec0dab1e732 --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e067a676afd6b0a56177172e23639973f70341d1cedad8d379aa78bcf9c008d6 +size 29854 diff --git a/metadata/cache/frames/vimu_000398/frame_05.jpg b/metadata/cache/frames/vimu_000398/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a465eabd74adbe680313362d5e7406602240b34 --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54eeeb56eb5c60828378d6f7e9ae1e292e5bef99388a448198bc5e71149d629e +size 30875 diff --git a/metadata/cache/frames/vimu_000398/frame_06.jpg b/metadata/cache/frames/vimu_000398/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..380cbd7985b10010245dd68dec135d64dd2b43ae --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8b5459f7f81135aa52ffa16b3cceda46c1b3d9f30c16f8b6d943c68d6010c3 +size 29799 diff --git a/metadata/cache/frames/vimu_000398/frame_07.jpg b/metadata/cache/frames/vimu_000398/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a8b92335b36e0b6fc12782601d32d5cd32a6d4e --- /dev/null +++ b/metadata/cache/frames/vimu_000398/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b151ae028a85f6f5bf301fd384d2e958bf5b6d49e5ba11e69112fd5a697aed +size 29653 diff --git a/metadata/cache/frames/vimu_000399/frame_00.jpg b/metadata/cache/frames/vimu_000399/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93cc66d9fc142cc4ddfe52c9de39b9520b169a76 --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0076e41449cfea15c6fe2ce3f1863e92d21063693385b3623b539b583be8fab9 +size 49209 diff --git a/metadata/cache/frames/vimu_000399/frame_01.jpg b/metadata/cache/frames/vimu_000399/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6afd8fefa4ccf57493888249e743ee025a1185b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb1853a4e6697690b12e500ecc2ba1138bda29344adcfba0baeae36afc6c7c7 +size 42718 diff --git a/metadata/cache/frames/vimu_000399/frame_02.jpg b/metadata/cache/frames/vimu_000399/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa82b85a284711c85c188b8f4a6ffb1c9935052 --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488ab572490cd3c17c1ec69d7637e2aac4df90fbff0f28e835ccc047761883f5 +size 42149 diff --git a/metadata/cache/frames/vimu_000399/frame_03.jpg b/metadata/cache/frames/vimu_000399/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72b77e775fbb289abe565b669b29454c66a1b24c --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf042df4371666b4d365ed8509c7331ab92fa8010da31774748aeb5d567f06f9 +size 53094 diff --git a/metadata/cache/frames/vimu_000399/frame_04.jpg b/metadata/cache/frames/vimu_000399/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0ab4a3b2c5db1f9f99a50c0175af04b0a1dd845 --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd12baf7e73ef8bc367552c2c78b84853384512b8cdb7f0612010e82c573da8a +size 57398 diff --git a/metadata/cache/frames/vimu_000399/frame_05.jpg b/metadata/cache/frames/vimu_000399/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a2d5effe481829bf33ee01080fdf6cbd15d216d --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a367a1dc1cc0ccdf32af1f8c93a0586fb25777278305a6c399365e4cd5de9106 +size 55682 diff --git a/metadata/cache/frames/vimu_000399/frame_06.jpg b/metadata/cache/frames/vimu_000399/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a9f5459cf1c11afbb9cbaf14b120ac84a72e46a --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb77dea0323f2d2b9d4d9989374bfdaf3c1bb9fce7f144059f8bf910bbd8d56 +size 57398 diff --git a/metadata/cache/frames/vimu_000399/frame_07.jpg b/metadata/cache/frames/vimu_000399/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c589702014bfb6c100dbc4a9a65b65590e5ca579 --- /dev/null +++ b/metadata/cache/frames/vimu_000399/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e7c38c3e65b73ca1af8a9035c9a2787077c98dedcf2d6e3cb1b062f9d94b0e +size 57952 diff --git a/metadata/cache/frames/vimu_000400/frame_00.jpg b/metadata/cache/frames/vimu_000400/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d734f2dac0733b1ce47853557f4be37187cca4bc --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783c993cc004e76e18e4f9584fce1565d8c8c4b6c6a3036857ddabc0aa967b0d +size 50623 diff --git a/metadata/cache/frames/vimu_000400/frame_01.jpg b/metadata/cache/frames/vimu_000400/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4757deefbd497d579f7ddd95d1e93a6bb9627bb --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114b8931da9e3daa293ca6167e4e4ed82fe5f8b49f65302a05716727a30471a6 +size 51303 diff --git a/metadata/cache/frames/vimu_000400/frame_02.jpg b/metadata/cache/frames/vimu_000400/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c53d8e8b70c4764ebe172630945c0b5e12d184e --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223a0eb2883ec577cdcace118ef5944ab01b18fd02cac2bd5c97dfb18cb1529a +size 51818 diff --git a/metadata/cache/frames/vimu_000400/frame_03.jpg b/metadata/cache/frames/vimu_000400/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ade83cd7b2934d3e16e8f652deb2c76d3c21da8 --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a171ce9416b92ad15664ac78a5abe4e7f446a98fc28a7b2bcc1c0d58187415e +size 49001 diff --git a/metadata/cache/frames/vimu_000400/frame_04.jpg b/metadata/cache/frames/vimu_000400/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7844fad36a07072c08ea310af77764ceeefec854 --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b47db608757503f5d1fbc6bc8b31c69b5c40ee7410173a8006cb756ce2b5b4 +size 45094 diff --git a/metadata/cache/frames/vimu_000400/frame_05.jpg b/metadata/cache/frames/vimu_000400/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86474ac45b1be3ee9d532eab4dfddc9a065e9e24 --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0d95aef4a33fc2705346e0b47358dfe7143ee1bc9334b0e36f89a43cab3750 +size 46406 diff --git a/metadata/cache/frames/vimu_000400/frame_06.jpg b/metadata/cache/frames/vimu_000400/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4b2cd7b2e8df88cc633dc16bc6adacea8b8aa09 --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c7c6981277280020cfb95123ebc426172f1ab3dfa495cbd262a3a31253145d +size 48495 diff --git a/metadata/cache/frames/vimu_000400/frame_07.jpg b/metadata/cache/frames/vimu_000400/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1701e34377c029b2e80bb4c8ff43a225417f9bee --- /dev/null +++ b/metadata/cache/frames/vimu_000400/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f0906ef14ea33a88f34f739a768dc7f18a14ca57c957e76b0f5ad2a41e298f +size 48991 diff --git a/metadata/cache/frames/vimu_000401/frame_00.jpg b/metadata/cache/frames/vimu_000401/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc8a2a5c59b49517b56c0fe9e07b50360827aab --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283b72d3bce018d0d01eee374ee88f8eb1b0251f90b73edd3d8d040ac581c727 +size 26425 diff --git a/metadata/cache/frames/vimu_000401/frame_01.jpg b/metadata/cache/frames/vimu_000401/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c2e51605ae61ba47267c7c2037a62642b385bcc --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c40a676a879a77a68b4f64f36ca9b2a21b162b66f9be7dd37e47810eddcd55 +size 26550 diff --git a/metadata/cache/frames/vimu_000401/frame_02.jpg b/metadata/cache/frames/vimu_000401/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2be385009073c1a2ce33775f62acfd3df8fdc9e --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1ab8e13e50cedb692cd44c5debc6500c1f55c1cae59bd5116248300eccdd83 +size 26993 diff --git a/metadata/cache/frames/vimu_000401/frame_03.jpg b/metadata/cache/frames/vimu_000401/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5d376dfc12b7f8aed809ca0b71ef1728f97d3db --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f32f40759a9e16c649aa119435cb16912e13811ad2c82071480743d22504d7 +size 24147 diff --git a/metadata/cache/frames/vimu_000401/frame_04.jpg b/metadata/cache/frames/vimu_000401/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dde95465f54084e6da36ffee5464b27f7c272023 --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13e7386c9760a0184b43813ec91c30a1a4dc4ec98a0ee7ce7a239d6831c1fea +size 23557 diff --git a/metadata/cache/frames/vimu_000401/frame_05.jpg b/metadata/cache/frames/vimu_000401/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cde562fb240ff2c30440210b739875ac3681d31 --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae5d0eb1f4cd4e9b72e832e57d344eb7ddaff672ff9616282a7535ff0644319 +size 23670 diff --git a/metadata/cache/frames/vimu_000401/frame_06.jpg b/metadata/cache/frames/vimu_000401/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d155587f4b9109aec78aa24f9bbe4414c0ea735d --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6d2625f436fa3b1e3bdb7b2208df8fe1ebc5d84b4b854d3862a60edc464d9e +size 24911 diff --git a/metadata/cache/frames/vimu_000401/frame_07.jpg b/metadata/cache/frames/vimu_000401/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ef563b875b0b9d7097a4748dcc67c16bf743ab0 --- /dev/null +++ b/metadata/cache/frames/vimu_000401/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b23a299f86024920e25b565881ed0076d95497243e7349e2cd7d9a8e635a30 +size 23703 diff --git a/metadata/cache/frames/vimu_000402/frame_00.jpg b/metadata/cache/frames/vimu_000402/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99d811aba590392ae356bd01ffcdedbf6db19410 --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8e7d5a23182cdb5e585c913501eb0f5813f643098ae85b78b6a6eb6c632990 +size 38751 diff --git a/metadata/cache/frames/vimu_000402/frame_01.jpg b/metadata/cache/frames/vimu_000402/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b37ac114c81b28075ea804944a7c15072c6de49 --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82909e484c0968e168ea77ebb53343dce1e0148ff1d7fcdd1c2703619594fc6 +size 28736 diff --git a/metadata/cache/frames/vimu_000402/frame_02.jpg b/metadata/cache/frames/vimu_000402/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7482dfec93c13ad8003840221a7062f080c24f8f --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159e242e614ca2ff4435d2184ad4c9e014cf3838881677f1bde1960193e7e808 +size 25860 diff --git a/metadata/cache/frames/vimu_000402/frame_03.jpg b/metadata/cache/frames/vimu_000402/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2c5df8b98774cdc2b713f6cacbe59d4c801d8e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f558ff4434b9f4a68077a51e6f2ebd1cf07b778bbb9ad9c694d3a5d2eb9adbf +size 35177 diff --git a/metadata/cache/frames/vimu_000402/frame_04.jpg b/metadata/cache/frames/vimu_000402/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ccf55deddf554fdbe40207d071caa3e246caaba --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f9abc4700134ef814375847f86cfb7b58190fca9b2999f56f9df5dd4e2bbc4 +size 34059 diff --git a/metadata/cache/frames/vimu_000402/frame_05.jpg b/metadata/cache/frames/vimu_000402/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b4fe9a2044563d23533762397e3606bf9bb6226 --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b748b902a7f31d29984fba13b6b20d2d7d2c9cb40df0b2850c666a5d357ab1fc +size 29115 diff --git a/metadata/cache/frames/vimu_000402/frame_06.jpg b/metadata/cache/frames/vimu_000402/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..031cb22b11c2cf9b4185e8030af1db93d4005cc9 --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0ed976f319e15c460af5d1c26d6c430d67b22fce3f40cc8acdf02ad28fef64 +size 25939 diff --git a/metadata/cache/frames/vimu_000402/frame_07.jpg b/metadata/cache/frames/vimu_000402/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..967a816e20832786f81773c92b41312833359523 --- /dev/null +++ b/metadata/cache/frames/vimu_000402/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede49392db35c92ee6545e7a1ae46f845c85797e9ceeb5c722cde5d67009e27c +size 30347 diff --git a/metadata/cache/frames/vimu_000403/frame_00.jpg b/metadata/cache/frames/vimu_000403/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..415fbf95084f25a1010c29a8c99a82c5b16f0f4f --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9babbe3e81e68b1a7d6b10911703b5d65f9094b2bcbfe530b19ebc7e5ef48c8d +size 44973 diff --git a/metadata/cache/frames/vimu_000403/frame_01.jpg b/metadata/cache/frames/vimu_000403/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ed09c4f66f240efdba093c23d3b2b6cf50cfac5 --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2991474c5a759b13f261e3f4213e848422c13cc0c16db8e89153b4e9813f9ed6 +size 48726 diff --git a/metadata/cache/frames/vimu_000403/frame_02.jpg b/metadata/cache/frames/vimu_000403/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34b2426825a9a58a9fca544fcda7cd7b925627b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7f32e3c969f2b4e7bf88278224226b1bab63c943fbf7370ec69c6a9c059e57 +size 47972 diff --git a/metadata/cache/frames/vimu_000403/frame_03.jpg b/metadata/cache/frames/vimu_000403/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36a34977030ec2bfbc518d5597ff6b4d35eea7f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96cdf0d09863246651f09cd589490e5cbf7969a391fd523b7bbd0b2cb2c9121 +size 49678 diff --git a/metadata/cache/frames/vimu_000403/frame_04.jpg b/metadata/cache/frames/vimu_000403/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..966b2da7e9dd2139d9d44ec1b9119446fe42c06b --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273bf77b9ea73d3d9d75112ab8f1d2a538cec2ad1d076a33002ac2036a70e4fa +size 49321 diff --git a/metadata/cache/frames/vimu_000403/frame_05.jpg b/metadata/cache/frames/vimu_000403/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8706fab3161d1730ceb771618660557e0a1bd3a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1569af7244ec3767f063c7f344a56ee5fb0ec207d0658a8927a8817ab313c4d8 +size 43147 diff --git a/metadata/cache/frames/vimu_000403/frame_06.jpg b/metadata/cache/frames/vimu_000403/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e696730a9042f2f389747e5d377dc62da34deccd --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5761eaacc3a830623c33ef3592849cb14c413de7fbea236e461b82de6077182a +size 45783 diff --git a/metadata/cache/frames/vimu_000403/frame_07.jpg b/metadata/cache/frames/vimu_000403/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1094bca0d613f1630aa3a8bab6fe5a3c3b3da407 --- /dev/null +++ b/metadata/cache/frames/vimu_000403/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd71053626e3b1e54220ec22363dd946c317599eab3a2c6b50e1ad1809bdfe8 +size 45821 diff --git a/metadata/cache/frames/vimu_000404/frame_00.jpg b/metadata/cache/frames/vimu_000404/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd113a6742e3568d0d76257f7d73d4a1bc11ebd6 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a4b9e84e096fb2c9a2819db4e7413e13e23ac9bf22f52111423f20df3b4d7a +size 61672 diff --git a/metadata/cache/frames/vimu_000404/frame_01.jpg b/metadata/cache/frames/vimu_000404/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90038bb081f8bd6cbba73779e5d05af89db55b55 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a720e25887450809e24dce15103002812266619db9618c2cda523182cb710f1 +size 70597 diff --git a/metadata/cache/frames/vimu_000404/frame_02.jpg b/metadata/cache/frames/vimu_000404/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7998056458db88c374d6f825421b9b6d2d50d336 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a9edf0c60b7e4e310c2020e631fd927f70c16c5e52d7bd04536ac9181473fb +size 65199 diff --git a/metadata/cache/frames/vimu_000404/frame_03.jpg b/metadata/cache/frames/vimu_000404/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ba73f03714045c3fdac282b8ed582921e7a877 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde4d977d0ea43ce1cd0de4610e2703e6c74cdcf56f5b501bdb6321fa8878d6b +size 52275 diff --git a/metadata/cache/frames/vimu_000404/frame_04.jpg b/metadata/cache/frames/vimu_000404/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..785f0e381802370b84758af3bebb8a84dea6fce3 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93b03ea1cd8251429524864198449c035a226adf2aa8d84fe3a9319d6420d0a +size 56044 diff --git a/metadata/cache/frames/vimu_000404/frame_05.jpg b/metadata/cache/frames/vimu_000404/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51e99bde7e147e81f0000b5687e110ef043f9df6 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5a53a2132b5721b5e1c669b4239bac386302260b078e474c2cbf87550dafb6 +size 49438 diff --git a/metadata/cache/frames/vimu_000404/frame_06.jpg b/metadata/cache/frames/vimu_000404/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a299dadacdd6fd4e196f4c742d3d0282c21fc34 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56887f6ee8c373e35a84d87b92b22a1077637c7c0d8dcdad1c7b54ff8b83ef59 +size 63347 diff --git a/metadata/cache/frames/vimu_000404/frame_07.jpg b/metadata/cache/frames/vimu_000404/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ff20822801f2fa5cd7c0521c0e338aa11517e10 --- /dev/null +++ b/metadata/cache/frames/vimu_000404/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ca56c882ab2e1b9a09216fe4482396600f7e7f0d37046379512ea0b195d860 +size 55054 diff --git a/metadata/cache/frames/vimu_000405/frame_00.jpg b/metadata/cache/frames/vimu_000405/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..561250336c335272bf5a22b4282f3fb72fb1f9c4 --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbc33012d29bf4b151ade8ae2ce58ef56820e1d1cdda9821f6888eae410171a +size 29714 diff --git a/metadata/cache/frames/vimu_000405/frame_01.jpg b/metadata/cache/frames/vimu_000405/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..455a0e5ba93adef561a900a1917288956da0b6aa --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477bfbc511b73cd4d12a7c00edda541193ee69f3453a7409a723cc485de89bb2 +size 39992 diff --git a/metadata/cache/frames/vimu_000405/frame_02.jpg b/metadata/cache/frames/vimu_000405/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2539888a0b8b4bc8396b07f5ef9da67203513d73 --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef385d61f6af03205fa17b7df857edf5f205959d2b42c165b4a4453a6c8010d +size 41102 diff --git a/metadata/cache/frames/vimu_000405/frame_03.jpg b/metadata/cache/frames/vimu_000405/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a6f5cf53194ef212d8b5c52fe2d2204cae36f2b --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff6eb7036d6b18bff4f8259d27253f7fdca0ea0ef0634981b05d82bb4534f42 +size 37349 diff --git a/metadata/cache/frames/vimu_000405/frame_04.jpg b/metadata/cache/frames/vimu_000405/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..869333439e7f1ab116531717bf165036820fba9f --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03d7a53247f3c1e3ee2eb652e4bcc3a2414a8cd2b495e77a75a1dd4eb9d18a0 +size 34757 diff --git a/metadata/cache/frames/vimu_000405/frame_05.jpg b/metadata/cache/frames/vimu_000405/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62e3fd6f7f865174aad368ce9b2d554c8505e0be --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a77dac5a8f129885f0781311c620cca11166b5f3199c3b9ed21ca843ac7e11 +size 27038 diff --git a/metadata/cache/frames/vimu_000405/frame_06.jpg b/metadata/cache/frames/vimu_000405/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc96ca312cb32045ffd60a469214f0b6a5529518 --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae43f4f1b157f88a505fb60cf85ed7010a82efb6ed56fbb743a8f6b3525d90 +size 23602 diff --git a/metadata/cache/frames/vimu_000405/frame_07.jpg b/metadata/cache/frames/vimu_000405/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1966c8aeed7ffd274ec4855d8e2ace9672db78c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000405/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08f8ec910797b0e27fde220c985ccae25fb942a3358fe8f8ae486f8aaf8446d +size 23497 diff --git a/metadata/cache/frames/vimu_000406/frame_00.jpg b/metadata/cache/frames/vimu_000406/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35b7e9e261e2757c0cb3a0584a10a7554af97431 --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449b055a0982291a9eb8c53b15ab19adfedf376f9b1b156522c0c85406c4b926 +size 41784 diff --git a/metadata/cache/frames/vimu_000406/frame_01.jpg b/metadata/cache/frames/vimu_000406/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..479e59f5640829490c0f39a7b32d5d585680156d --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387c335581e36948b447ee33617966f45812f8a8b5ce91bcb9c75efe5a0f1360 +size 40828 diff --git a/metadata/cache/frames/vimu_000406/frame_02.jpg b/metadata/cache/frames/vimu_000406/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc8ab6b4f5381809c67a9ed186d5c3d805d5b1d --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175a9c4b64dacfe777b811da4121c05a4668f35ba048b6397d8c16182267eff9 +size 37675 diff --git a/metadata/cache/frames/vimu_000406/frame_03.jpg b/metadata/cache/frames/vimu_000406/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fec53e41a088e1271f276279e6df46543d7e1f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedcb44f753f0f6e497d1f46f4bdf5c1a132bb21f10d8f4dff4f26c61b9d10bf +size 37763 diff --git a/metadata/cache/frames/vimu_000406/frame_04.jpg b/metadata/cache/frames/vimu_000406/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef76f9ef863c68827efa8344c1b33bcaacbc4841 --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971b93777c41c1edc722f14c72d04272d28b67146f76246ba205849f3e6aade4 +size 37411 diff --git a/metadata/cache/frames/vimu_000406/frame_05.jpg b/metadata/cache/frames/vimu_000406/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd3306274f23184f300513e6719728bcdd87a262 --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f226930811c0dcb8a34d987aeeeac27e1b60b4892aa8776bb4db2a06d595a41 +size 37327 diff --git a/metadata/cache/frames/vimu_000406/frame_06.jpg b/metadata/cache/frames/vimu_000406/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79788bd3ba7bc5beb9cd0ee1e27f91dfc37438ad --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888266a4755f19cf43e19cf375816638e6b963f47bfcd77c11f193b7fe474b11 +size 34146 diff --git a/metadata/cache/frames/vimu_000406/frame_07.jpg b/metadata/cache/frames/vimu_000406/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69312cb6173730d57ccbe811470d6e9725c00370 --- /dev/null +++ b/metadata/cache/frames/vimu_000406/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585bb76647e5e55d1b98846418d0947fa87a0e4912fd57c6e9a18c6eb6b51df0 +size 35447 diff --git a/metadata/cache/frames/vimu_000407/frame_00.jpg b/metadata/cache/frames/vimu_000407/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b00b516d6c7413afa7f99ec0602e642ba61cfc5d --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c49c160d81e5f9d3707aa050b27b58b80f0c575259f425b182f91df2020f72d +size 82373 diff --git a/metadata/cache/frames/vimu_000407/frame_01.jpg b/metadata/cache/frames/vimu_000407/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ca24500bf859d635adfbb8f00a80e5ccc9d89d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ff2dadd755bb3896c67c05e56653716dbc08ce3f4ba4f8a65be01012e76c02 +size 81798 diff --git a/metadata/cache/frames/vimu_000407/frame_02.jpg b/metadata/cache/frames/vimu_000407/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214b985bb1ef66052f9d8d2efd6cf4b155460107 --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36996f0eadfa3c3520f7e6fa792487720b16a3b8cf2a8d37234db0030a0dfaf +size 78832 diff --git a/metadata/cache/frames/vimu_000407/frame_03.jpg b/metadata/cache/frames/vimu_000407/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f3975c7a137cca57c654f06cc9d3624202724e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a1b3bb81638d0584589170b14f6c25e30bce77bc106e400421282c63aa20bd +size 85135 diff --git a/metadata/cache/frames/vimu_000407/frame_04.jpg b/metadata/cache/frames/vimu_000407/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c824aa952089d36230102f89ebf5f79e0a57390b --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779d0cca3df1c6aa09857f6ca40a5f976b99e04b76d2a8399955599212a8e4cc +size 82293 diff --git a/metadata/cache/frames/vimu_000407/frame_05.jpg b/metadata/cache/frames/vimu_000407/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e823f54271db5a3f44959ab398dbb1a1e4955f96 --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c8b4afb10de8f36e8973c4289ddab3f45da411483fb0ae53122c88e319b8f2 +size 67430 diff --git a/metadata/cache/frames/vimu_000407/frame_06.jpg b/metadata/cache/frames/vimu_000407/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..452eb799b5b77c0400f73c1af850334d2f4c7959 --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064f094cbef875042b066af1ace11e5b7f8d3523a853b95676f5693f7d103426 +size 69447 diff --git a/metadata/cache/frames/vimu_000407/frame_07.jpg b/metadata/cache/frames/vimu_000407/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f0f2330641f8792493740c5bbaf4f28c8469747 --- /dev/null +++ b/metadata/cache/frames/vimu_000407/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec76d73a20f667937289310ffed71ec1490938e459421f0863cef3296af101f5 +size 71418 diff --git a/metadata/cache/frames/vimu_000408/frame_00.jpg b/metadata/cache/frames/vimu_000408/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65ca502cb4a514a98c71ea5322c94217abb10c76 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cc1c606d28206fb4098f53acf31890c0dd001657dabf6f865addb2c005814c +size 33886 diff --git a/metadata/cache/frames/vimu_000408/frame_01.jpg b/metadata/cache/frames/vimu_000408/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bc44eaa52e0f5c07497142f1d5459605f7fd8d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4418ca3e339d07e5c45ea158c02a7931b400831383cebeb94074ad53debfeee +size 35472 diff --git a/metadata/cache/frames/vimu_000408/frame_02.jpg b/metadata/cache/frames/vimu_000408/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1739fa6248eb4eb31ee3f5e6c11ab7245402836 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef72b5681f5477d91c2b347c9bf6000ab0a69185d6e47ba48f1055950ddc62b7 +size 40094 diff --git a/metadata/cache/frames/vimu_000408/frame_03.jpg b/metadata/cache/frames/vimu_000408/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0e9e5576dde71d632856e510db60748ec038a16 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3733b34b5c9fc1b64f2611cc8a8f1cc370357fb97b8cf18558b1ba110f318601 +size 43806 diff --git a/metadata/cache/frames/vimu_000408/frame_04.jpg b/metadata/cache/frames/vimu_000408/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6702cf062814b59c1ceacdea0b065867d946d1e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ea72967ba39688b63880712b26279f579f5eafdd35f878e2a65082bb6a59d5 +size 44275 diff --git a/metadata/cache/frames/vimu_000408/frame_05.jpg b/metadata/cache/frames/vimu_000408/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2b3d53c963a32f80734dad83fb63f2e6504ce05 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e9334dfd39e30304f2cf9ed7930262e84d3ae310f2e9b3480cff6d03385c74 +size 45753 diff --git a/metadata/cache/frames/vimu_000408/frame_06.jpg b/metadata/cache/frames/vimu_000408/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fa8e5a769b1a71ce08fe87b7a5cee33d06a7560 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0658d158fbe9f2f5275ea132a582a9186c7ca926988e29dcae5eececcc342c +size 42022 diff --git a/metadata/cache/frames/vimu_000408/frame_07.jpg b/metadata/cache/frames/vimu_000408/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0df01530e807d390f6fcbe068b8902ea92c7cf18 --- /dev/null +++ b/metadata/cache/frames/vimu_000408/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0aff6f557b08f1c30ac5c0779850c0f26a8607b791652595930637f06ee50e7 +size 42009 diff --git a/metadata/cache/frames/vimu_000409/frame_00.jpg b/metadata/cache/frames/vimu_000409/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f494f5e9727e7cf29d0609c227db899f8e14085 --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2502044262060936e3928256b65adebcaf0306587f17861468af3c39fc8a3159 +size 33826 diff --git a/metadata/cache/frames/vimu_000409/frame_01.jpg b/metadata/cache/frames/vimu_000409/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e1fb91cf1b6f0bf6b2ae9d47e6490a8bc8966cf --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25a2654af104b93611930e58ff33634b913737bde5d71c97fa57fad3ab6822b +size 52231 diff --git a/metadata/cache/frames/vimu_000409/frame_02.jpg b/metadata/cache/frames/vimu_000409/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f53fe72b3ac0755326471714ba5c62565e58dede --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572ee8f3ddb4892ac280c91e3d7fd2ac60fc0ea3ed9f4ed0375ccd88ff0b9d6f +size 46339 diff --git a/metadata/cache/frames/vimu_000409/frame_03.jpg b/metadata/cache/frames/vimu_000409/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7728fc03b692f2bbb440fd265a6ef95bfe5e790e --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3fd4d4c143cd931efedaa624b5f9e89d5bca479ee7b4a1db770947aeea0318 +size 51242 diff --git a/metadata/cache/frames/vimu_000409/frame_04.jpg b/metadata/cache/frames/vimu_000409/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d5744a8084a35352a966747399657d9970047f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b52e0d5d6ca7f8d4a7cc6c982e0668059b1cbdc19d546f73058da455f3fa08 +size 46881 diff --git a/metadata/cache/frames/vimu_000409/frame_05.jpg b/metadata/cache/frames/vimu_000409/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0531fed7654b44af558403f29e65675565872308 --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144b40dadc8ae62a6345144aa52800ab72fc3d8fa0f8f6405eac366f2d8e7b33 +size 43742 diff --git a/metadata/cache/frames/vimu_000409/frame_06.jpg b/metadata/cache/frames/vimu_000409/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02b46df570c4126d3740eec5c470aab08b9dec12 --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e577d67c0c63b2724a17f57f891442fb4879c0152104803b3f8f13c4731929 +size 43832 diff --git a/metadata/cache/frames/vimu_000409/frame_07.jpg b/metadata/cache/frames/vimu_000409/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91bc00bca00e64267358444a846dd3744d05557d --- /dev/null +++ b/metadata/cache/frames/vimu_000409/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda81c85c0fe934306fb447da859d5aa74d7954fb1cb6aff70f7f466fc084c36 +size 48919 diff --git a/metadata/cache/frames/vimu_000410/frame_00.jpg b/metadata/cache/frames/vimu_000410/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..656bd46811586d0c29cebabed675ed2655ae665a --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e037b9e91869559b5d378a70ce12d3ba9526a0456081160f9e64583f43107f +size 26953 diff --git a/metadata/cache/frames/vimu_000410/frame_01.jpg b/metadata/cache/frames/vimu_000410/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29f46ccf47bf4952bf8a9065fa0ed7ebce794bfe --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1999825c41fadf08edd6be5480ca904c10e81c27fa6d172a517437e795bff42 +size 32466 diff --git a/metadata/cache/frames/vimu_000410/frame_02.jpg b/metadata/cache/frames/vimu_000410/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8f4ccddba463648559f84eb448608ad6c48ac06 --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5850be4905b2aa1db69eadca23da1186a51b9f6f7b88011f26b520fb59f1f40 +size 32502 diff --git a/metadata/cache/frames/vimu_000410/frame_03.jpg b/metadata/cache/frames/vimu_000410/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed57047303725ca3127602e66f81f7adf663c73d --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fec673f5f42f3d429742387d3cdf9abd9ce2ecd6cc2e6d361ee7d7c195d0be +size 31756 diff --git a/metadata/cache/frames/vimu_000410/frame_04.jpg b/metadata/cache/frames/vimu_000410/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9edda4b7c0a83fbd8bffb370c0e508b07379193e --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fb8330215998633add23fb9e42eac8ae41514fcbcac4f661866e5492af18fe +size 34267 diff --git a/metadata/cache/frames/vimu_000410/frame_05.jpg b/metadata/cache/frames/vimu_000410/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7be9352d87effb1b2b0249a957599001b6e8b139 --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728bbaab782ce33b358fdf6b933fc0b5417be4aa37062d2eb280a7bc39690830 +size 40313 diff --git a/metadata/cache/frames/vimu_000410/frame_06.jpg b/metadata/cache/frames/vimu_000410/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24f8c30d92eb0429afc82d1898e4e4507eb15543 --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f106594d1e3f3de6a281183c62001fcb452152bea7fe41184dd4f1fb212dcf +size 56774 diff --git a/metadata/cache/frames/vimu_000410/frame_07.jpg b/metadata/cache/frames/vimu_000410/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49081716962baa7a036b71e8507a9e2d7d931a6f --- /dev/null +++ b/metadata/cache/frames/vimu_000410/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c620074f4677be6246ab6b9e3ce5b703e3df8846077fb746761592a08e8cb1cf +size 61562 diff --git a/metadata/cache/frames/vimu_000411/frame_00.jpg b/metadata/cache/frames/vimu_000411/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de306bab93d1b974407df9602150d18b3d8f32a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1b051972532142d6441c1b755bfd93bbb282740abf8006652d74afa52908f3 +size 39831 diff --git a/metadata/cache/frames/vimu_000411/frame_01.jpg b/metadata/cache/frames/vimu_000411/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3e4d9a01f37ed6be279a567a2b882be7d96ca76 --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6396dd3b9a8ab5593e15332a0726eaf16002fb85ffb7da2942b75e1c26439b94 +size 45430 diff --git a/metadata/cache/frames/vimu_000411/frame_02.jpg b/metadata/cache/frames/vimu_000411/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39f086400b71b1c6e72190d419bc471218989b89 --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39c83f46edd5e8ef49ae0d798ae18525a41312ffcca0efff3e3a501d9711c33 +size 48293 diff --git a/metadata/cache/frames/vimu_000411/frame_03.jpg b/metadata/cache/frames/vimu_000411/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b4990c30eb83c0ac34eada0d7b3e7d2007aad35 --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f62530ead9bfbb2274fc02ec452e12d1452a751733fe3607a5e6d7839871b7e +size 48746 diff --git a/metadata/cache/frames/vimu_000411/frame_04.jpg b/metadata/cache/frames/vimu_000411/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cb6967f9b25a16133b3092852f65f875cf74034 --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ce325212c0fbea824a5d4a332e210d26048fca56edf5618dde19b96db5389a +size 49264 diff --git a/metadata/cache/frames/vimu_000411/frame_05.jpg b/metadata/cache/frames/vimu_000411/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..646295a13d5af68d36aa46ba66ac9cc59aaab0fd --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad34b25df7c7e1406002fdc659529191a43e22486fa95ebb4cc5c20bd45eaa5 +size 39356 diff --git a/metadata/cache/frames/vimu_000411/frame_06.jpg b/metadata/cache/frames/vimu_000411/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ef24e27569aa03e2a5edc2123f6c4179dcef7ed --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fec7c3f4b786fa01667e2bf0b36418dd87ed1a9bd739af78f4dff9bbe18bee6 +size 35200 diff --git a/metadata/cache/frames/vimu_000411/frame_07.jpg b/metadata/cache/frames/vimu_000411/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..361890e060c144092d46499299fb5db39a815c4c --- /dev/null +++ b/metadata/cache/frames/vimu_000411/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28cf853a02da9fbb2be8af2b8a57cacc6716b8d6e05adb1e62bbd427177c87f +size 40833 diff --git a/metadata/cache/frames/vimu_000412/frame_00.jpg b/metadata/cache/frames/vimu_000412/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..329763b6e2111c5160027dc3d7875fad746fd492 --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4f380187074b41ed14854eb159b68ba5015a645f845f883cddec8f98ad96ce +size 43743 diff --git a/metadata/cache/frames/vimu_000412/frame_01.jpg b/metadata/cache/frames/vimu_000412/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31aee0d84958dc30f8ca7aff11ab1af4ee3027fe --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26d70b9143dbbe8cf93fda6044bf3080d8a9e71b335e4949bec58d40e3e9799 +size 45563 diff --git a/metadata/cache/frames/vimu_000412/frame_02.jpg b/metadata/cache/frames/vimu_000412/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bf1dd01607846cfd7830183f845abffe32b5f4d --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc8d553320311b878344a09d6faa32bf96111207fda4e3a6539920e828d71cf +size 46527 diff --git a/metadata/cache/frames/vimu_000412/frame_03.jpg b/metadata/cache/frames/vimu_000412/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10a429f6b902e714281c15025b5b49931ed17a1a --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd99516b6949a3931abdd72e9e345a0ca3577e018597a1109ac14ba58e5abd4d +size 47839 diff --git a/metadata/cache/frames/vimu_000412/frame_04.jpg b/metadata/cache/frames/vimu_000412/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bc8789f93a1c40657c090d01a91eb7375dc7dbd --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb146812b3f5a5e7fa445da4f4be585312141c6eb2b6dee7e0494fdb6f4bdb66 +size 47851 diff --git a/metadata/cache/frames/vimu_000412/frame_05.jpg b/metadata/cache/frames/vimu_000412/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a89332da1f71151d7244ee37443fa686536e4542 --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe7b902868ba499b112ad79ca1ca88252e6829eadc3e528f359dbb86356f840 +size 47851 diff --git a/metadata/cache/frames/vimu_000412/frame_06.jpg b/metadata/cache/frames/vimu_000412/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3055ed6ba006d21bbe4ea26da8e302655e75a4f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80c00e801183aa7408326f18d7ce303b81663d2a5081481ac580b8e0cb6a572 +size 49271 diff --git a/metadata/cache/frames/vimu_000412/frame_07.jpg b/metadata/cache/frames/vimu_000412/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f1a98d3cd50fe49ddf13d40f5640b0a397b8a32 --- /dev/null +++ b/metadata/cache/frames/vimu_000412/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcd537ad2f0c386cdb405b270ccfecc03f56ba05f970d30983fca19ba33500d +size 48099 diff --git a/metadata/cache/frames/vimu_000413/frame_00.jpg b/metadata/cache/frames/vimu_000413/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e0c0a8177d8164997bf1e19d7880e18dd2aa35a --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a378b40602eb51f789a9c2727302a49639873bd89295eaace1ed4cce1e0231 +size 45396 diff --git a/metadata/cache/frames/vimu_000413/frame_01.jpg b/metadata/cache/frames/vimu_000413/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da44fc76b265e98694781172373033a6b2b1c19e --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f6e10fdb6cf21b018259eb8664085d363bca9777a86fc90de88661db264794 +size 46952 diff --git a/metadata/cache/frames/vimu_000413/frame_02.jpg b/metadata/cache/frames/vimu_000413/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..126d607a7946ab6eb12b44f1d1b8034eac9d98e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bd069a89a482bc0731ad08aee7fbc5bd059706a2d635a48b84f3616b03c537 +size 42759 diff --git a/metadata/cache/frames/vimu_000413/frame_03.jpg b/metadata/cache/frames/vimu_000413/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df0e3206859bbe5b45100d481eb40dcff339e91e --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7af0663879c5982c543e6973d53d3df693e8306778c746660aa25a59b4d9fa9 +size 44096 diff --git a/metadata/cache/frames/vimu_000413/frame_04.jpg b/metadata/cache/frames/vimu_000413/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31293927a5895e21a15554ff879aaaf5422bcae6 --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf7cdc08d2de0f942e042e0778e751b7ef2822bebc9b7224faa22cb1a11d44d +size 46412 diff --git a/metadata/cache/frames/vimu_000413/frame_05.jpg b/metadata/cache/frames/vimu_000413/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4629193a95418817a749c9dc1093fffee8fbf70 --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d863615c753707060f39d15c93b938a3e6f0613bd56135a3a66f4f648ea0ec7 +size 43854 diff --git a/metadata/cache/frames/vimu_000413/frame_06.jpg b/metadata/cache/frames/vimu_000413/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5560ed5790fdba07572e9b7e2da44d4c9cf2ceb3 --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbd3fa9cf0951b88283d294eae146e8afc082f3a44a25081efa04b676758d8c +size 40995 diff --git a/metadata/cache/frames/vimu_000413/frame_07.jpg b/metadata/cache/frames/vimu_000413/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6b65e07d81474e1eae74f3d45a610f8a2c87bba --- /dev/null +++ b/metadata/cache/frames/vimu_000413/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e085423e1a3cca60643f727ad1306b56a5e96cf2759246576f45992158f1916a +size 38967 diff --git a/metadata/cache/frames/vimu_000414/frame_00.jpg b/metadata/cache/frames/vimu_000414/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55c1fa50b02858bb5c4a23835d50ce9c93502856 --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3431a3337582c3f6004f5c2c91f63983564e0cac2f82ceda6307bddeb620d94e +size 25374 diff --git a/metadata/cache/frames/vimu_000414/frame_01.jpg b/metadata/cache/frames/vimu_000414/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c1887a7b3c94adaf02a6e0dc262ea23bb27a875 --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6cf3286f973679a4f350c1257baa16b5bd88a667ecde57d8e405550e6fa84e +size 29486 diff --git a/metadata/cache/frames/vimu_000414/frame_02.jpg b/metadata/cache/frames/vimu_000414/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed98c11259b061cabde215567142129d512354d --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c095bc1aae86b33a178474d3268801b45cb7df55f793f0fe3b14879a60a1b9 +size 31163 diff --git a/metadata/cache/frames/vimu_000414/frame_03.jpg b/metadata/cache/frames/vimu_000414/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23cb368de2bd2554a819fc7ad7e45143555cf3ed --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78edca76cc6713578af3852b3655580434fcb43cee7427de61702d906bab5840 +size 26528 diff --git a/metadata/cache/frames/vimu_000414/frame_04.jpg b/metadata/cache/frames/vimu_000414/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b341aec68d0e79993158996104d87f4f8e39216 --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348c4eb1f934dffbfc818a9e9e84996ea2ba7b251b5f0f5c252bca9830949978 +size 27855 diff --git a/metadata/cache/frames/vimu_000414/frame_05.jpg b/metadata/cache/frames/vimu_000414/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ea2b054130ad89e8a1431f351f84cebfc311c6 --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a18b84978f2bcda7df36cdfd8108676c96af1856e8f19c15f6cc88a60f4bc48 +size 27337 diff --git a/metadata/cache/frames/vimu_000414/frame_06.jpg b/metadata/cache/frames/vimu_000414/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e961b4421c9e10845067c96e580bf053d5bfe52 --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3339e62284cff0251ede4331562bd0f2a7734b2077029984dc798e6c25f47b94 +size 28372 diff --git a/metadata/cache/frames/vimu_000414/frame_07.jpg b/metadata/cache/frames/vimu_000414/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78f79cfa450feb05fbed1856b1cac95c72a46f69 --- /dev/null +++ b/metadata/cache/frames/vimu_000414/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8c881fc08310df6cfd4aaa518f8e05541687a98ecf794b2f85b2a5d7222c4c +size 28550 diff --git a/metadata/cache/frames/vimu_000415/frame_00.jpg b/metadata/cache/frames/vimu_000415/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d18a4b6420da72b571111d6bcfdafb5b776ab9bd --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17945749a8bc09fcc1088aebb84508415ce278c862702f06834704a2f3cbdbb +size 30302 diff --git a/metadata/cache/frames/vimu_000415/frame_01.jpg b/metadata/cache/frames/vimu_000415/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa84fe73411446bf6ddc2636a0be46d9362a5343 --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759925d2d8244199c9eb612bdab089fa4c4172b32b4d8384267f57b76639a75c +size 38219 diff --git a/metadata/cache/frames/vimu_000415/frame_02.jpg b/metadata/cache/frames/vimu_000415/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2bea366e0f27f33935aade2e38ac18d4c015afa --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cef22635637e97e33e4d8e4ddf4617f5897778e25c429caddd3967a7c75f84a +size 39378 diff --git a/metadata/cache/frames/vimu_000415/frame_03.jpg b/metadata/cache/frames/vimu_000415/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9c00be0cdc8e76ced9197b7ffdd499c97cc3221 --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd63374c97b0ab59e57bf9754a3aef34a95301b444794432c3682831379f12f +size 40137 diff --git a/metadata/cache/frames/vimu_000415/frame_04.jpg b/metadata/cache/frames/vimu_000415/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3aa10f52f0cdec48dc1c7d0c17821a0edd324ec --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b85d88c7de035423f4ebf0655ae184efca30edde2d68c92eb6dfb8984c4c66 +size 38995 diff --git a/metadata/cache/frames/vimu_000415/frame_05.jpg b/metadata/cache/frames/vimu_000415/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5e9ab6473ca27921bfb1807243e57f83ece5442 --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2553cda00ae1d38c554565e6eadf3043b6c055b0aac656c94ddf4e3073f709a9 +size 39040 diff --git a/metadata/cache/frames/vimu_000415/frame_06.jpg b/metadata/cache/frames/vimu_000415/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25fc468d4e7668de7281214988f7ff7fb7752c4e --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ea183958f881c84f71645e3bfcb11c0acf74add67f95a4cefb1f2059c89369 +size 32770 diff --git a/metadata/cache/frames/vimu_000415/frame_07.jpg b/metadata/cache/frames/vimu_000415/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d30e16e254930b344d05d2dbc1070b187d58b9e --- /dev/null +++ b/metadata/cache/frames/vimu_000415/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ce27028334287f3fdb45ea3b627239f30c0763f811517e62a713fd8e5bc6ce +size 35608 diff --git a/metadata/cache/frames/vimu_000416/frame_00.jpg b/metadata/cache/frames/vimu_000416/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..116a08c97bd5c05f539cadd8aeaed04c378238bd --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99116cc035729e57c1ad9491c35872bd951ad71f9791cb5514780993fc9c88e1 +size 44661 diff --git a/metadata/cache/frames/vimu_000416/frame_01.jpg b/metadata/cache/frames/vimu_000416/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29459ef3827cf1d776f48da96346b45fa9821c9a --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85dc00bb1d279c2ab9e9db60e724fed59de534eef1f0c7da182601055a77b64 +size 44470 diff --git a/metadata/cache/frames/vimu_000416/frame_02.jpg b/metadata/cache/frames/vimu_000416/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34f85ed7e3e43f5bcb7b3830eeed9028fc32a0f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8ce144025d8725266663f41f3436ada4de33297dcbf27037d9bc5b76fdc1dc +size 40066 diff --git a/metadata/cache/frames/vimu_000416/frame_03.jpg b/metadata/cache/frames/vimu_000416/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4591ad3732784f0e9e460a9f40f6d8525ec127d --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b559523c7ff51347968b34219934b786c5d4015c7924a32511dc0e6888d09920 +size 38942 diff --git a/metadata/cache/frames/vimu_000416/frame_04.jpg b/metadata/cache/frames/vimu_000416/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c6518033a7a3a11bb16a6ca7b978f94ba00cab0 --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff736bbdfdaacd4f7bcbe3aede7ca45da98d6dbec7429b14b210986b302293ce +size 37261 diff --git a/metadata/cache/frames/vimu_000416/frame_05.jpg b/metadata/cache/frames/vimu_000416/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0322fd59a6ce80619cda3db9aa80ed1543f067be --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a718ea8ce536feba7cf8f5d34584956e25673f96f4ab9a6028e0ab89dec4e9 +size 38090 diff --git a/metadata/cache/frames/vimu_000416/frame_06.jpg b/metadata/cache/frames/vimu_000416/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..265aee1b5fc5997719978cc391e4935c306eadf3 --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bd75a335694f90634d36a54bfd7927d705c334bfaf1c47aa06c40afb7518a6 +size 39565 diff --git a/metadata/cache/frames/vimu_000416/frame_07.jpg b/metadata/cache/frames/vimu_000416/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8961539642dfeac9a59f4e2049fec135de4b879e --- /dev/null +++ b/metadata/cache/frames/vimu_000416/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c530c9a4f09098c531f020a3c3fd75c1f3e3cf2a6c76d9dd97f179ee32b7adc7 +size 35792 diff --git a/metadata/cache/frames/vimu_000417/frame_00.jpg b/metadata/cache/frames/vimu_000417/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54393cb4a4d9e64cbe94e0a1e18f9f4b371bbcb3 --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ad0c6bf840b9c0e09b8be1b8c126cf57b8d36b075c8a00d83ec15c6b4ff39d +size 96175 diff --git a/metadata/cache/frames/vimu_000417/frame_01.jpg b/metadata/cache/frames/vimu_000417/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fba36178a99d136fe919c843f7cd4737e6563aca --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527e911d3763d07d79628920139b95f4cb48b30a25f6b1ce73e232882a6e5e8c +size 98017 diff --git a/metadata/cache/frames/vimu_000417/frame_02.jpg b/metadata/cache/frames/vimu_000417/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..365a45068051a4db856e99c61a9c17ddc9084424 --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e1144d2ff43000bd5c106a037cbfaf8802e07c028a7d09d8d5b29d4a63c7db +size 96350 diff --git a/metadata/cache/frames/vimu_000417/frame_03.jpg b/metadata/cache/frames/vimu_000417/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aac919ec8a9e52217f51b2a065e7646835ea5d6f --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cd402740062cdf97fbd5268b3b8961b3a2b47e7fa91072fbd92690daf7b6c6 +size 74943 diff --git a/metadata/cache/frames/vimu_000417/frame_04.jpg b/metadata/cache/frames/vimu_000417/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..102d7e6dbeaee86a32cdc57c6186601764445cc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e361ad157485958cfb2b1733aae9d1b90c4fdf1a459057c1a4000ce5ad47bc +size 87472 diff --git a/metadata/cache/frames/vimu_000417/frame_05.jpg b/metadata/cache/frames/vimu_000417/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e0536c0d3d7940cc9b28a2ac865b4d18695d2b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c581c69a1b4acf3c4ef3b8dccad3010e4d9c39e6066a92b81d54c498f18fc08e +size 89058 diff --git a/metadata/cache/frames/vimu_000417/frame_06.jpg b/metadata/cache/frames/vimu_000417/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9716050210bb9d147829261beb3de532b79f7d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a69f6ed36b9e9606fa59cbffd5faa50f38ab09a15f126cc7d535754ec7872d +size 89662 diff --git a/metadata/cache/frames/vimu_000417/frame_07.jpg b/metadata/cache/frames/vimu_000417/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c66974d1d146bfd3cd38c9a4ec425d5292a15811 --- /dev/null +++ b/metadata/cache/frames/vimu_000417/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158c82e46e2c2b3dde7c67d3b0293c5bd008557f7a076b3a118e1888fb8df214 +size 88880 diff --git a/metadata/cache/frames/vimu_000418/frame_00.jpg b/metadata/cache/frames/vimu_000418/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d305c90abcc0048952a026ac92d024f597b47531 --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e30b1e81ea66ba59a14fd7e983d2d9c4546f94a5cbe1339a113dc022d1d7fa +size 27819 diff --git a/metadata/cache/frames/vimu_000418/frame_01.jpg b/metadata/cache/frames/vimu_000418/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b194712c67dbb38ba9f047047db629cb70381ee2 --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a92aa621480595ada33575447caea077ad0ce1bd4ddcf8b54961f41976f2839 +size 30286 diff --git a/metadata/cache/frames/vimu_000418/frame_02.jpg b/metadata/cache/frames/vimu_000418/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c279df0e3740657bd2c71bfca899815d6a4e85b --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cc8d2aae55879c436c3d65d390a84fd00dbd5fb51ab09cb82e5d113124f998 +size 20994 diff --git a/metadata/cache/frames/vimu_000418/frame_03.jpg b/metadata/cache/frames/vimu_000418/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..588ab4fe60980e7b0c5308b9cf936f849696e20c --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f6c7652eecbf6ced9b10110ee9fe57056abba56c65cdd2880131c73d7e0487 +size 17294 diff --git a/metadata/cache/frames/vimu_000418/frame_04.jpg b/metadata/cache/frames/vimu_000418/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e00c61ae7f0216cd8319870b19558334c2cbaf81 --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64daec8cc8c942783f47c7f7c8c6ca046cb90e22a655ec26eed694eb6ebdbb4b +size 21142 diff --git a/metadata/cache/frames/vimu_000418/frame_05.jpg b/metadata/cache/frames/vimu_000418/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebc28cc4bdf8b4400328ce1354c8e8dacfbab9d4 --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03532847d2278c1a6f2fb870e021edddd073a94b4d4f0afc436f4e053519a00 +size 25163 diff --git a/metadata/cache/frames/vimu_000418/frame_06.jpg b/metadata/cache/frames/vimu_000418/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbb10918805c42aa0d545445c61a99a6f35dc97e --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91351c461945fd8635be5dc2392edfbe91b6b32667e2db30687a34ec3993429c +size 26961 diff --git a/metadata/cache/frames/vimu_000418/frame_07.jpg b/metadata/cache/frames/vimu_000418/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e3e88f439f6deee2df1f31c78f1e5b56b761baf --- /dev/null +++ b/metadata/cache/frames/vimu_000418/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a204fe1a0425b812d88dce603978342b5e18ae5ebbe732e2dd8bcbc2217e6454 +size 35229 diff --git a/metadata/cache/frames/vimu_000419/frame_00.jpg b/metadata/cache/frames/vimu_000419/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0f05766de10979fe2dc96a1623b7f37f4e889ab --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714a313acb94560a1b6ce0ec60fba5ee8da8c37ae05243a0f939b4d9398a5de0 +size 52397 diff --git a/metadata/cache/frames/vimu_000419/frame_01.jpg b/metadata/cache/frames/vimu_000419/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb2adb72ccf747de37446c64e48f965a967648d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d195e5b2bdecd30d5ba8d974c386455d50e09caf63364a7da65f20facde92684 +size 50931 diff --git a/metadata/cache/frames/vimu_000419/frame_02.jpg b/metadata/cache/frames/vimu_000419/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e52bfd5c485a27dbfafb663e2f8c5995988763d --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d32bd55b7e6732489208f7dcbc357753797c73b0ad4d3d24ea42ce9bb71b5a +size 50455 diff --git a/metadata/cache/frames/vimu_000419/frame_03.jpg b/metadata/cache/frames/vimu_000419/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c9b15db1e08767e97e4cd7bd3526a33cacc65b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641f9e0fd68869431b3eaa02786134d39b6f762dfa8200bc86ee8e43b3e8687a +size 47790 diff --git a/metadata/cache/frames/vimu_000419/frame_04.jpg b/metadata/cache/frames/vimu_000419/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0026e43b99f472f36da9bb188762cbbf7785ef54 --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482940282feaa1908f1c029e6192ae28cdbcab1e12f3d69cd80dd5add86f2bf8 +size 42277 diff --git a/metadata/cache/frames/vimu_000419/frame_05.jpg b/metadata/cache/frames/vimu_000419/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09fc3768617ce38e96ac5d2f94786dabbd461b38 --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ede49f7a37a680dfd189e438c473e64badab7d86df61b2da94a9ddff00f6f8 +size 49132 diff --git a/metadata/cache/frames/vimu_000419/frame_06.jpg b/metadata/cache/frames/vimu_000419/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c840ab9ffec6e6e0a3b1c3c1519e6810a0645587 --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b996b400280e727e40e759a5441371734fd2929085daa8b1e6c635b55b6e990b +size 51240 diff --git a/metadata/cache/frames/vimu_000419/frame_07.jpg b/metadata/cache/frames/vimu_000419/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0481b12777085687b2d533e1c55eddb01435aa4c --- /dev/null +++ b/metadata/cache/frames/vimu_000419/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987449dfed419cefd6a9ea1bc880e47510f0b2b45c68cf8d847bcf564d95b10 +size 37352 diff --git a/metadata/cache/frames/vimu_000420/frame_00.jpg b/metadata/cache/frames/vimu_000420/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c69ad4644a2c886cbf4e5503ba3a3e45553843b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eccba85b35c1b7d82ec09ba4f83bfdbcd8af6c4032578dba822e339033d7ed6 +size 9984 diff --git a/metadata/cache/frames/vimu_000420/frame_01.jpg b/metadata/cache/frames/vimu_000420/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d454668b77cfdf3c68be3ef04e66931579cba12 --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc7d5b8b63a6ab035aa247cdbbb6f1f3205ba8131b91fb93934cd8cb3854970 +size 8836 diff --git a/metadata/cache/frames/vimu_000420/frame_02.jpg b/metadata/cache/frames/vimu_000420/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..514eb5dc212910532eb6c9794d9412080837fae9 --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c78b0dd260a0f20bcb1825b752d254e096dddd70873361669803968d67e6942 +size 9405 diff --git a/metadata/cache/frames/vimu_000420/frame_03.jpg b/metadata/cache/frames/vimu_000420/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88aebc5ddb85285aad5ebcd5db5630ed734e929e --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc681b60c226ddd7c54289f25cdaea7e82050cba664d10c79b58a913378d51e8 +size 8978 diff --git a/metadata/cache/frames/vimu_000420/frame_04.jpg b/metadata/cache/frames/vimu_000420/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f058a21cd48b81d49747ee815752574090bad756 --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea629adefaf517504fccb3ae60cf84be2bc6a01edcb42fe8f57b7e1c9846b207 +size 9215 diff --git a/metadata/cache/frames/vimu_000420/frame_05.jpg b/metadata/cache/frames/vimu_000420/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b1aaa70236a650a3f6cdf1ff5ce2c12cafafc4 --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abcc7d88264f1f67fec33c8b7a4bf3b976bee96057beb5988749c2ddf825d12 +size 9459 diff --git a/metadata/cache/frames/vimu_000420/frame_06.jpg b/metadata/cache/frames/vimu_000420/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7a658496f24cfbd0ad271e3c631bece6ec32b67 --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4a520b19bd438d5b28dffa7ea38b3be21e1e8637505ff62e7b1f0ffb106912 +size 9627 diff --git a/metadata/cache/frames/vimu_000420/frame_07.jpg b/metadata/cache/frames/vimu_000420/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b3d959cf5e3953d653ee94057d367a73a30773e --- /dev/null +++ b/metadata/cache/frames/vimu_000420/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0908e2fceb6d2350a9a6227df19652bb3a99f9c2f431aea7eb58a37848ea8c8e +size 9726 diff --git a/metadata/cache/frames/vimu_000421/frame_00.jpg b/metadata/cache/frames/vimu_000421/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..899310e71e37f794a2cd027a54ec171d721c1829 --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc638f95e6ae3f47af447f6e199f6445aad6dfb0fc48c133129cd8ddbee572e +size 49870 diff --git a/metadata/cache/frames/vimu_000421/frame_01.jpg b/metadata/cache/frames/vimu_000421/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e82a7a9187be2dfaf565ff91ce591f425232df6a --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000457d8d2db5f5218ce7ffdcf414f39d99f89c70d0b4990fab619072e728b86 +size 54945 diff --git a/metadata/cache/frames/vimu_000421/frame_02.jpg b/metadata/cache/frames/vimu_000421/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4024670cf6bf60f391bfc26c14ebf877735adf06 --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79f388eea2f243ceb016748fb4b6f5a50aeb9ca75b80758f00ae797db62618c +size 55742 diff --git a/metadata/cache/frames/vimu_000421/frame_03.jpg b/metadata/cache/frames/vimu_000421/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5788d4483127cf88cc375ab011f2a6555e96a008 --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b860530ca1dbe62d5d3726bbd2f60162cc84ed75d0f0708080ba5b3d1fb8d5e4 +size 50924 diff --git a/metadata/cache/frames/vimu_000421/frame_04.jpg b/metadata/cache/frames/vimu_000421/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..23c94acd897a23339e040fc8d41b7868317a964a --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ccef6b33daf01e3e229db27169fadc6b86360d6f2a3dce14a44d30d2642ada +size 47996 diff --git a/metadata/cache/frames/vimu_000421/frame_05.jpg b/metadata/cache/frames/vimu_000421/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c77e12da806f96555f8d2e25d7c793f0414666b --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded71de2011d7001cc5873bec07d3d6582a00a331aa736bb5392f0958f4f23f0 +size 48829 diff --git a/metadata/cache/frames/vimu_000421/frame_06.jpg b/metadata/cache/frames/vimu_000421/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db553fc4bc0e104a0e341b8494effbfdcec657de --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618dfafa9fa59461d4296477072d492aee2ad2358bf5ce584a47ae2c28770085 +size 44073 diff --git a/metadata/cache/frames/vimu_000421/frame_07.jpg b/metadata/cache/frames/vimu_000421/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0419d8cd424cacc74221d1919468e1cb40273dd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000421/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bf935462227ebaab2759b7e4266017ce2c7eae88acd74db38f3bb403725dc3 +size 46749 diff --git a/metadata/cache/frames/vimu_000422/frame_00.jpg b/metadata/cache/frames/vimu_000422/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5def156859b29efd87cf9ec6c94a76de43c54c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1844a370dd8df951a7115b965ccf2a97d19f1fc54a2efe2ffc5b3fa4f66dc333 +size 28412 diff --git a/metadata/cache/frames/vimu_000422/frame_01.jpg b/metadata/cache/frames/vimu_000422/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..597092f85d42e73232212e31b5be525e54661072 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c47c329c995b26fd8e7855040b94b1ef98dbaecfefe0cf4d3abf42be21be663 +size 29510 diff --git a/metadata/cache/frames/vimu_000422/frame_02.jpg b/metadata/cache/frames/vimu_000422/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..759af7614d79477e60f14d1c3f3b471a262e8b25 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fcf5a94956b2c055da9098dc8f943c64748a125b10f1aba676b3d642da6d63 +size 35645 diff --git a/metadata/cache/frames/vimu_000422/frame_03.jpg b/metadata/cache/frames/vimu_000422/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df8d7327d01bc473dd756a2303d6d54154bc7043 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbc80ffc3b8d393d8046097ba77d4d3eb9bc12631691a327003476b88179306 +size 34914 diff --git a/metadata/cache/frames/vimu_000422/frame_04.jpg b/metadata/cache/frames/vimu_000422/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27c3988596f92e1fe989b1bee4e8ecedacb0ffc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50584535f11ef4b19cfe0fd07c19b25e4cb3d48152a8dc151fb4cf4197d5e5c +size 32918 diff --git a/metadata/cache/frames/vimu_000422/frame_05.jpg b/metadata/cache/frames/vimu_000422/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2029556f62c5c38d09dde5b7957f501fdbc8c25 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e55248db3d57d20d6248b4855f51071f257e50b6c8c597f46c18a70a33f04e1 +size 41966 diff --git a/metadata/cache/frames/vimu_000422/frame_06.jpg b/metadata/cache/frames/vimu_000422/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e4517f966a6a0f3fad57eca38acf5d9ea535554 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753482b2c8cab499056893d64d9a60f17cfb321cc047e4f80e2b063b383e096f +size 38801 diff --git a/metadata/cache/frames/vimu_000422/frame_07.jpg b/metadata/cache/frames/vimu_000422/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b217445fc97d311455940d18c4654da6c9d8ec66 --- /dev/null +++ b/metadata/cache/frames/vimu_000422/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81446a41bf9c666d64aeff4bb472f712da0ed54ad3d68246241990ff1621914 +size 32127 diff --git a/metadata/cache/frames/vimu_000423/frame_00.jpg b/metadata/cache/frames/vimu_000423/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2f4d9f7557068938a0b7d6de5592ef3b4368d53 --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a919a798ed03271be4c12c9389a71a13c744e2137280564ffb631e3625ef5b2a +size 14434 diff --git a/metadata/cache/frames/vimu_000423/frame_01.jpg b/metadata/cache/frames/vimu_000423/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8937abfc912e2f31d44e85699ce2a6e10f0e02d --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747a519afcb67504a3792d050fb29f238bfc75e6c8d857d936e0a9452f3e8a1e +size 12438 diff --git a/metadata/cache/frames/vimu_000423/frame_02.jpg b/metadata/cache/frames/vimu_000423/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83ff3b319acdb99294ae6e420387b237859cb8a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5975bbb0e78b32c3313e357efee77b94f40dffda07e1613e20e5c1f816d16f43 +size 12887 diff --git a/metadata/cache/frames/vimu_000423/frame_03.jpg b/metadata/cache/frames/vimu_000423/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e406e66f9f814c8aca515ec397f0c01f8c27a9df --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea03621c74b5c0fdcca65588f0e8c074f63d7903839e51f417941a89bd3a033 +size 12893 diff --git a/metadata/cache/frames/vimu_000423/frame_04.jpg b/metadata/cache/frames/vimu_000423/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c96b28ea9a912c4cba3b8ed5c4f73dd4e4bd8f5d --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42d00c43555d9149fd7879c4246cb11839ce3b94e4989020729a4bc08d44659 +size 13631 diff --git a/metadata/cache/frames/vimu_000423/frame_05.jpg b/metadata/cache/frames/vimu_000423/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2640084804bb5cdcdfd0a242d9515baa4324d840 --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d99097a8d75584ef9adf714f3e736984c849af06ec0d10bbb0c9172f2b14805 +size 16204 diff --git a/metadata/cache/frames/vimu_000423/frame_06.jpg b/metadata/cache/frames/vimu_000423/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8fa18221912969b848a9c6c1260b091a27adef5 --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8fec013c627e2d74c1c45bf4166196d90515656f591eb45c34cc5ad62bb862 +size 15939 diff --git a/metadata/cache/frames/vimu_000423/frame_07.jpg b/metadata/cache/frames/vimu_000423/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4eeb900de65243ffd62d98e4f03b3f24b4031d9c --- /dev/null +++ b/metadata/cache/frames/vimu_000423/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50efcac978c7ec68c4223b5558bff669e906814f6eee14dd615af4e2114b5879 +size 15881 diff --git a/metadata/cache/frames/vimu_000424/frame_00.jpg b/metadata/cache/frames/vimu_000424/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ca1b1a12fd3c814979e64a68adf16c2b52721d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdbcb84192109c094e6cd8e3f0ae4836dae38f508202527f5ecb8d8114ef976 +size 43072 diff --git a/metadata/cache/frames/vimu_000424/frame_01.jpg b/metadata/cache/frames/vimu_000424/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7308f5e53070163b21bca63fc3494cc84966941 --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e6ff716e2e49bdc43400c34491b30197dd2145197bdbb20e14025dd5940294 +size 41612 diff --git a/metadata/cache/frames/vimu_000424/frame_02.jpg b/metadata/cache/frames/vimu_000424/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22a3c7647fa4a2425201dec6aef272c3c91edb1d --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3f7e666c0f87d5a191fd3f4aedf69be46dc3f80ed5f7d484797271d146a1ea +size 40961 diff --git a/metadata/cache/frames/vimu_000424/frame_03.jpg b/metadata/cache/frames/vimu_000424/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..615948a030fce3eb4ecf074212cb565854438f2a --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72461dab88bf5708a235f164019ed8c1e5ea659d1d08fe01eaced96a9ce0930 +size 42066 diff --git a/metadata/cache/frames/vimu_000424/frame_04.jpg b/metadata/cache/frames/vimu_000424/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f45bab628486f9c11cf7ded1f003f3ebde2ded31 --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168101207ea4aaa8284bb8a907b98e42688903dbff5c8146adff8d07b1336f40 +size 38823 diff --git a/metadata/cache/frames/vimu_000424/frame_05.jpg b/metadata/cache/frames/vimu_000424/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..50de94f38a6a23ec66ef1994d613842bfc941701 --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c4644d84d377a1d8e2e30aa42de82c0f563efb2bafa62802f33b7e97260100 +size 39767 diff --git a/metadata/cache/frames/vimu_000424/frame_06.jpg b/metadata/cache/frames/vimu_000424/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65732618415fec45339569a8f709235669fd5736 --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4ae35c21e07a9c42cba5593c08153581e60024cdf3fe84749cdf5109aaac1e +size 36176 diff --git a/metadata/cache/frames/vimu_000424/frame_07.jpg b/metadata/cache/frames/vimu_000424/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..769bfbb8236f91b7f82b501d66e4d17ece83e4c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000424/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b8f087198e7e31f5c701f2da89239403f97b54223f233cc3432000af0fa57 +size 31329 diff --git a/metadata/cache/frames/vimu_000425/frame_00.jpg b/metadata/cache/frames/vimu_000425/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc190bc36260bfee3a125edc8ab216738bd3f181 --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34997af5d45fc875d86dd29a90093d44ca40e75eda678565f1f5927f3406b3c +size 26281 diff --git a/metadata/cache/frames/vimu_000425/frame_01.jpg b/metadata/cache/frames/vimu_000425/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87dbe291990da93fd0d25e3839c99758aaed686b --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3692a49a972944325b54a51c0fc0a520fe2d1d9f79418569f15e29a500e5bcf6 +size 23845 diff --git a/metadata/cache/frames/vimu_000425/frame_02.jpg b/metadata/cache/frames/vimu_000425/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19e9bc8fb56b20551547035cede91d7bf3e7328d --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48efe714eba14f23e3f578e12e62da208a61684e334f09559e5f5cb947b9a6d1 +size 25666 diff --git a/metadata/cache/frames/vimu_000425/frame_03.jpg b/metadata/cache/frames/vimu_000425/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59bae2be3a704297cb3294e87a95c1bbd61e40eb --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b81bc18ef060094aa6f898bb39bbbc2ac5a6557b395a4de8275f802f2ae4cb1 +size 23320 diff --git a/metadata/cache/frames/vimu_000425/frame_04.jpg b/metadata/cache/frames/vimu_000425/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc36a6053b3d46b4f0ae347807845f732b17794d --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a115d85591ab79e79c5c10c29c0bee7594980040687295259a3836193a210d +size 22791 diff --git a/metadata/cache/frames/vimu_000425/frame_05.jpg b/metadata/cache/frames/vimu_000425/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ba51bb126447a656421a4204e156bb17641ba73 --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ea4149b9f69f27647f972631ac14c3def0228d4c701b8c011450a040c5750f +size 18096 diff --git a/metadata/cache/frames/vimu_000425/frame_06.jpg b/metadata/cache/frames/vimu_000425/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5157016a97a6de01c3e224444a10caff0652a204 --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbfcb7f87da108c6ae8e2dd3fe974be63bae473e519f6afc8729a689bdfc821 +size 39764 diff --git a/metadata/cache/frames/vimu_000425/frame_07.jpg b/metadata/cache/frames/vimu_000425/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32d8c65cc9172f467e2c92e06153e36139aded24 --- /dev/null +++ b/metadata/cache/frames/vimu_000425/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bbbba6f3633820627d2d9d97f33903d42c9eafe57115f4becd0678d51330a5 +size 40409 diff --git a/metadata/cache/frames/vimu_000426/frame_00.jpg b/metadata/cache/frames/vimu_000426/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eee42e09e9d7d3518f9b0e0cc26519be6387a8b --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67fa6aa2abc7d76fd5f23ac78206963d51093b0d4f4b4ad1b3a4aefa98bd1b0 +size 26644 diff --git a/metadata/cache/frames/vimu_000426/frame_01.jpg b/metadata/cache/frames/vimu_000426/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b1998f4967fce7778d1c017379e82f64f417bb2 --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a213ebf5faf17583e4a9da9ca39a14faad4e58781c1bd5805f5a9ec16d043c +size 27527 diff --git a/metadata/cache/frames/vimu_000426/frame_02.jpg b/metadata/cache/frames/vimu_000426/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..792bd1c714297228015e89f0dccbfb575999653d --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aef2e08df33221bdfcbda71845b77f305d9ef2027835aaaeb0f2c5f3a13a7c7 +size 26983 diff --git a/metadata/cache/frames/vimu_000426/frame_03.jpg b/metadata/cache/frames/vimu_000426/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc55b682feca27b912e8ae7552100753e2204e29 --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2ce3de666bc3381c3b80774c9d226c54fb375a757c2e0dc41bc4dd5bcdfe58 +size 28987 diff --git a/metadata/cache/frames/vimu_000426/frame_04.jpg b/metadata/cache/frames/vimu_000426/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5af9f927205bea1c0aa5e8c417ffaefeb148613a --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f29f2c9975445326fe11c60455bafa9bc33972be871c5646cd3a2a4896fc3a +size 14207 diff --git a/metadata/cache/frames/vimu_000426/frame_05.jpg b/metadata/cache/frames/vimu_000426/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83c88815a2fb24f886b61632d351d07e6b9240b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da759c11ce6e6d0f299131013ab4161b5ca371ffe9fb581d64ac4da27c487cbe +size 28101 diff --git a/metadata/cache/frames/vimu_000426/frame_06.jpg b/metadata/cache/frames/vimu_000426/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48d5382406d80e83ec03116b58958c8c5acae5f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e42dffb17d474dd83b3f3a3eaa0772a6e618a38a908735a6fca3c3009319e97 +size 33573 diff --git a/metadata/cache/frames/vimu_000426/frame_07.jpg b/metadata/cache/frames/vimu_000426/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cef51ef236682f99130521669e229da621e0ae60 --- /dev/null +++ b/metadata/cache/frames/vimu_000426/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cbc00c2df3f37d4ba6af93df2151909368e8c642b6b52c24e780b9874b67ce +size 11487 diff --git a/metadata/cache/frames/vimu_000427/frame_00.jpg b/metadata/cache/frames/vimu_000427/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39bc86f311afb7cbc4779d58989b91d12195a589 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd7cfc7071a3261afdfe338225b6cb9a3439296fa9ecb8ba9981a790d5bb3f4 +size 43080 diff --git a/metadata/cache/frames/vimu_000427/frame_01.jpg b/metadata/cache/frames/vimu_000427/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb60e3a16ebd1e8f8b06c52b660646bd7bd9b9f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0110a39c7671ed4f4592c536f9127c3c7018727d06929b13ebe9d8002ae7f4 +size 43607 diff --git a/metadata/cache/frames/vimu_000427/frame_02.jpg b/metadata/cache/frames/vimu_000427/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82727a7ee09160165c518ae71493051f19bede46 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3a92df521b0c6fced86929e3f561965de078d8b8cc1c1627cf0104bc77c4ef +size 54547 diff --git a/metadata/cache/frames/vimu_000427/frame_03.jpg b/metadata/cache/frames/vimu_000427/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..323787c843cb2c8bfaaeecc423dc50b4a3895e04 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53f9d238065763f9f10e4265a223a5f0b7e333e6aad51236abf08b604f994f3 +size 52657 diff --git a/metadata/cache/frames/vimu_000427/frame_04.jpg b/metadata/cache/frames/vimu_000427/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cc51693afeb4a02cf6f1259155eb7b046fc3680 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21875f06d21993a8cfe21882cb14536c6d9824c55eff2350ffcd2ac6d2709521 +size 51654 diff --git a/metadata/cache/frames/vimu_000427/frame_05.jpg b/metadata/cache/frames/vimu_000427/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc18a06b879a7944ea6c0a1d9589c291b4d84b41 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5119f31ad4c5cabaae28ddb8850e743503a9344518520504b2099dc025c07c +size 52427 diff --git a/metadata/cache/frames/vimu_000427/frame_06.jpg b/metadata/cache/frames/vimu_000427/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c16d2f830a22fd763b94a1818c3fdae5dccbeba --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353c9fa0f4ce15333b4da5956cfae95fddc7517de597c87e14ff0f23598f1d5f +size 54541 diff --git a/metadata/cache/frames/vimu_000427/frame_07.jpg b/metadata/cache/frames/vimu_000427/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17017e1b25bdfcd46bf06daca455ab16402d4e78 --- /dev/null +++ b/metadata/cache/frames/vimu_000427/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c722f46a1772c95711c6237d0cc61345d13692d18249f60c5fe7f50e0b5b99bb +size 43287 diff --git a/metadata/cache/frames/vimu_000428/frame_00.jpg b/metadata/cache/frames/vimu_000428/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dda81bd7b8f3f0359af370d76710be067871152a --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a919fcb052fa7cda9ab5768a27a6469cbc396f38ecb2e2de38c6b8217a405e +size 55277 diff --git a/metadata/cache/frames/vimu_000428/frame_01.jpg b/metadata/cache/frames/vimu_000428/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eec89f4cd6f538313d42a307d99507d1e48d284d --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5065b520ab4b2e080688ac9e0093ff81e47ac687b47890e490e8ec16edee23d5 +size 53452 diff --git a/metadata/cache/frames/vimu_000428/frame_02.jpg b/metadata/cache/frames/vimu_000428/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fffe4f2d6b6160515712d50a42765dbbeedeedc --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb66fccb0b22eadf676407a021cc40f45a476ae22deba8dfe065d98f5dc04957 +size 53157 diff --git a/metadata/cache/frames/vimu_000428/frame_03.jpg b/metadata/cache/frames/vimu_000428/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fdf0b0950fdce43126d8ff09bd179f274446175 --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018b81e1fbdac80b0f99e5cf4b9f5b6707cfa97f496c9e8cb900da5fcaebc285 +size 48753 diff --git a/metadata/cache/frames/vimu_000428/frame_04.jpg b/metadata/cache/frames/vimu_000428/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..026f3a3ab38c649c8ab12c89895249953db0c505 --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a3a95687e971bfcdf3ffc7956a6ba5c77b6a5501c1390a10719f1b31deef0d +size 39352 diff --git a/metadata/cache/frames/vimu_000428/frame_05.jpg b/metadata/cache/frames/vimu_000428/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c480cba0f398b939e407d0ad2c6208a14168d886 --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b98cf619c6c19816569df81fc4779f4e7facf5474031f389c7e3f63c986205 +size 38686 diff --git a/metadata/cache/frames/vimu_000428/frame_06.jpg b/metadata/cache/frames/vimu_000428/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18bec80e306e5690526c790c919124a5883ba3d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dd2d217b9cbb6aaf4b8719ccdbe9eda2c23edcf7d56b6355bf71e91dcb1418 +size 47318 diff --git a/metadata/cache/frames/vimu_000428/frame_07.jpg b/metadata/cache/frames/vimu_000428/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab1fd5430cb6a61ab9138af3ab6aa40d13ce50ad --- /dev/null +++ b/metadata/cache/frames/vimu_000428/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2123545c25b004bccf5df5aa51dd88b57e70db02148fb4bf1a8f6a06e075f3 +size 49542 diff --git a/metadata/cache/frames/vimu_000429/frame_00.jpg b/metadata/cache/frames/vimu_000429/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de761f121d5cac33c329791411aabb9d0822a6b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ca8d35747f2317cabebb088de833f465f2763dab6c7819f04829d1194bfa91 +size 44008 diff --git a/metadata/cache/frames/vimu_000429/frame_01.jpg b/metadata/cache/frames/vimu_000429/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4a2664f61a7eda3456470d1673e1fcb13919926 --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bec793952bc2be6f16bd8dce3ec02c18204b004b525747cb7d3e4268c4287f +size 43294 diff --git a/metadata/cache/frames/vimu_000429/frame_02.jpg b/metadata/cache/frames/vimu_000429/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e40a479c19e794d4df95b7ae6f98598b5eb7bdd --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301f1f08a941b90abd8940d805cce411a5fbd11f0ac57d1b22b0de6cf7855260 +size 34804 diff --git a/metadata/cache/frames/vimu_000429/frame_03.jpg b/metadata/cache/frames/vimu_000429/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd6e2cc134e1d371abe6e0a432f488e0e035c5fb --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e379bddf634f14ee8695aac39aeb3777f84e2096bf52bb591f8af2b31b80f5d +size 35587 diff --git a/metadata/cache/frames/vimu_000429/frame_04.jpg b/metadata/cache/frames/vimu_000429/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d1f55c412a82582e07ea0474f55a343b20f7f06 --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5f69a0790cd09e9ecbc430dba4009cb08e30a5225be76ac85a48c17282d535 +size 33148 diff --git a/metadata/cache/frames/vimu_000429/frame_05.jpg b/metadata/cache/frames/vimu_000429/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df6f7c5d9ca0370d46604988ac69dd1ec878c430 --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29f75db0632ec8029cb882ac36ffd9802b17e9421bebd8cf0d29aee1c8e7f03 +size 31943 diff --git a/metadata/cache/frames/vimu_000429/frame_06.jpg b/metadata/cache/frames/vimu_000429/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e15fc8f224a463226556a8e230e24ca0429b7aa --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1982c790ac5760df2aa890d9e43611ce1b3c3100351a382532c9a80db5d5672 +size 36115 diff --git a/metadata/cache/frames/vimu_000429/frame_07.jpg b/metadata/cache/frames/vimu_000429/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0feffc50d5d9273dd482aac43e5808ed5d67c987 --- /dev/null +++ b/metadata/cache/frames/vimu_000429/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56a07aa6b033d96adc2bbb30700fa6f6ce76888a0438fd0be2c6740fcfbdb2e +size 37547 diff --git a/metadata/cache/frames/vimu_000430/frame_00.jpg b/metadata/cache/frames/vimu_000430/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44c8c6a4f44004c4b3404334639fda8e815378d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac02fb6f22062956c712d296d51837de5b671530e047ee9b59022e3c6e7d8d90 +size 53943 diff --git a/metadata/cache/frames/vimu_000430/frame_01.jpg b/metadata/cache/frames/vimu_000430/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02799065954e665169e417bf84a824faf5b9d685 --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cf0346398a2790830ae90edb891c2bb7fcc8349b4410a2c0e8b848044b6b7f +size 56022 diff --git a/metadata/cache/frames/vimu_000430/frame_02.jpg b/metadata/cache/frames/vimu_000430/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b41933d9a5e7b5f2708aeeec3444c77b81b67e7d --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7fe667f10f3b72f4311d695308889c141a6c06d2f7c4173bbf7e5c2199bfd3 +size 64990 diff --git a/metadata/cache/frames/vimu_000430/frame_03.jpg b/metadata/cache/frames/vimu_000430/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54f7d6eda8dfb36c732ba9ddac4503b695eae5d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb39f207fd46f5c2972a45289640b1b4fd1adc7cefc2a6d97b409d25f4d575c +size 42589 diff --git a/metadata/cache/frames/vimu_000430/frame_04.jpg b/metadata/cache/frames/vimu_000430/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..729f8e65f5ec4d738b9cbcfb88092c7dd6b333fb --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01afbe1e77e570ec47cc46075a3fd9e2cc7ccf928ee579f6609314f25f25be72 +size 44063 diff --git a/metadata/cache/frames/vimu_000430/frame_05.jpg b/metadata/cache/frames/vimu_000430/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f6ca4c3077aab9ecc37432ab5a1b0db81fb7224 --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3f141c9e35e3c8e9f1233c4a0921d805c4ebdcf27368d004c344e822e9a432 +size 47569 diff --git a/metadata/cache/frames/vimu_000430/frame_06.jpg b/metadata/cache/frames/vimu_000430/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8e963bc2c4467a9463f4f78788cf8b1c73cb1b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b929746e4eaf5111c8d1fcff7bf465ce362648efe7ec0f93a2769828bc63da +size 42084 diff --git a/metadata/cache/frames/vimu_000430/frame_07.jpg b/metadata/cache/frames/vimu_000430/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bd38b69d7aa391656afa2fd67946a504aba7d90 --- /dev/null +++ b/metadata/cache/frames/vimu_000430/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d1ca6692c59b9b8af004e3b358f4e8dc882acd2c3f31ca9e4f3fcf2bbab003 +size 45185 diff --git a/metadata/cache/frames/vimu_000431/frame_00.jpg b/metadata/cache/frames/vimu_000431/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bb8273b4ec63b943f3c2c3ab2289ec3c7283244 --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ed1a5c9291dc617248876e357cb2bb9eedbdeb5de71b235eddd3dacbfdf9b +size 49065 diff --git a/metadata/cache/frames/vimu_000431/frame_01.jpg b/metadata/cache/frames/vimu_000431/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a2fb44569fa960d1c8839badeee3f5d736070f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e88d33df4559d566c740fa99f9f78d7d9bbbd57e2de9009dfafb8f731b265c6 +size 49939 diff --git a/metadata/cache/frames/vimu_000431/frame_02.jpg b/metadata/cache/frames/vimu_000431/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..492034b8f6ffa5bbd316568c6f91346f2ae929ee --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdd1b3263d92f0f82207b183cee666724e52e5882aabe5635c87c6ef6b6e624 +size 26855 diff --git a/metadata/cache/frames/vimu_000431/frame_03.jpg b/metadata/cache/frames/vimu_000431/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c06b47012000ee477d9019a1c2472165e0f85e55 --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eb49ca5a0f182c013dbb6daf227273a98afe8c600bb2fd650b1ab17bc64f71 +size 22119 diff --git a/metadata/cache/frames/vimu_000431/frame_04.jpg b/metadata/cache/frames/vimu_000431/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32a97fe0b9c295ec7023d8d4c2d8dc3a761de3ce --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bef9bc3a2efacd68ffd7f0764119b7678a4a12b08a3a3032dea1da0290b9ab +size 22754 diff --git a/metadata/cache/frames/vimu_000431/frame_05.jpg b/metadata/cache/frames/vimu_000431/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97ca9ac561a1fa408e33c7db65a57a6971654a8c --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25d85e1fb5329f4ce3e37a10c698f67fec35c8c6fc7261952872ee7a5781349 +size 25019 diff --git a/metadata/cache/frames/vimu_000431/frame_06.jpg b/metadata/cache/frames/vimu_000431/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb4befaeaa51b3ff4ff608ae9298edc2ca4d553a --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e019c2694e965a4baa10a58186e202c4fa71b27b318e8cf920986c3a957028 +size 29838 diff --git a/metadata/cache/frames/vimu_000431/frame_07.jpg b/metadata/cache/frames/vimu_000431/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52cb1e3b3f7788ad41fdc684dc3cab49f6828109 --- /dev/null +++ b/metadata/cache/frames/vimu_000431/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0248949846d3453bcb38ffd838bfed396483487c2e94e353acbb79fe11201dac +size 33253 diff --git a/metadata/cache/frames/vimu_000432/frame_00.jpg b/metadata/cache/frames/vimu_000432/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5338e90433fdbb4313448b80cf0fc918d5c62530 --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd74c31b75b4376c3d52c195ecaccdc15ffbd0a79c9e131738b14784563dc752 +size 34486 diff --git a/metadata/cache/frames/vimu_000432/frame_01.jpg b/metadata/cache/frames/vimu_000432/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3a483ef5fb44b1dc8456e86b7a587623c52b9bf --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238d038bee18b812dac944428169a91267819e79145682c72a5a0a51d99a5e22 +size 24129 diff --git a/metadata/cache/frames/vimu_000432/frame_02.jpg b/metadata/cache/frames/vimu_000432/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ea30c56cee4456dc13210a067079e4661feb53f --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed39c537a48e56855802ecf8ddd0b20d25e7d9d4fe120bf6ab5ea81b6fe211a7 +size 45969 diff --git a/metadata/cache/frames/vimu_000432/frame_03.jpg b/metadata/cache/frames/vimu_000432/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ef5f39eef20b500742a445dd339067ce0ebf617 --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e815a063fc3f5a002e54ab124275f35367490f3b8c6633301c0d2e3ad73a89fd +size 41244 diff --git a/metadata/cache/frames/vimu_000432/frame_04.jpg b/metadata/cache/frames/vimu_000432/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..382d0a2f07b9420ef49b9800a1d78e5fd66b868f --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed6d8c457c6dd870b3bd5ab8faec528fa208eddaf6800932c2aef14f0a45aca +size 45930 diff --git a/metadata/cache/frames/vimu_000432/frame_05.jpg b/metadata/cache/frames/vimu_000432/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eae3ec03b480aae37b89119e29b2acc2dfe680c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24a3f829d2f7aa9079e3ff7875f1d771601cf03690c8b773cb6a844f6c2b86d +size 43617 diff --git a/metadata/cache/frames/vimu_000432/frame_06.jpg b/metadata/cache/frames/vimu_000432/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f9984c5a5ca054e226e70a88f46c334fe0513e7 --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3e0c2736dc0e38682d1fe1ea16b33c57335ddd61b8a722fc65500baf3a84e5 +size 49516 diff --git a/metadata/cache/frames/vimu_000432/frame_07.jpg b/metadata/cache/frames/vimu_000432/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2c8da7de01f8417a92db1df1daea885ea9b5360 --- /dev/null +++ b/metadata/cache/frames/vimu_000432/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1cd274b873cc9f179b3929676ee6b8b469ff1ea91b1512121f102f8023a43a +size 49445 diff --git a/metadata/cache/frames/vimu_000433/frame_00.jpg b/metadata/cache/frames/vimu_000433/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d1294cc01f03264cdeddef56db8cd64deac2a42 --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d652a060f55248fbef2996d7e3a7eca1684f0e8b20f6caad99a2490225d3b3 +size 82688 diff --git a/metadata/cache/frames/vimu_000433/frame_01.jpg b/metadata/cache/frames/vimu_000433/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0af8e30d489b25a498f502581e338b9a5ea5ba --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb2bff33932a433e7514d0434bd496780874d7ed477a3c1005d9efd4b0a3bc4 +size 82845 diff --git a/metadata/cache/frames/vimu_000433/frame_02.jpg b/metadata/cache/frames/vimu_000433/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbb0100e8dc2284efaf9af2c290ce3430d7733c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccb6e54c5734e669630349160daaf899e2b3e17ce09d5515d139151342eee17 +size 78716 diff --git a/metadata/cache/frames/vimu_000433/frame_03.jpg b/metadata/cache/frames/vimu_000433/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1ea582d62e5ca0eb775a371873d3c17e5038e7a --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e266e034aebecaa90019bfeab2ca44e65f5d12a8f55c787b6a32adf7c63340cd +size 69210 diff --git a/metadata/cache/frames/vimu_000433/frame_04.jpg b/metadata/cache/frames/vimu_000433/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69f757889127c9f757ad8dd191d511c43d87d57b --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f5139c2e2a7b77b02eded59724f84ee5a2a14218d722a970f26dd587568fa7 +size 58673 diff --git a/metadata/cache/frames/vimu_000433/frame_05.jpg b/metadata/cache/frames/vimu_000433/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0106b2a90f7540a9516a27885f1f3fde65a4fb57 --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4cf14401165c849fce885b32b4a13b1e70622d78a896b7098976b209111573 +size 53240 diff --git a/metadata/cache/frames/vimu_000433/frame_06.jpg b/metadata/cache/frames/vimu_000433/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da9ef3a6be5f58c43284ac3412343789272af130 --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daeb65275ab1ecbafd62f8cc50ffca31b11c6854f9172a31e5f964a62c059878 +size 55693 diff --git a/metadata/cache/frames/vimu_000433/frame_07.jpg b/metadata/cache/frames/vimu_000433/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3412ff260deafecda3e17d4b9d19fe820e4c67c9 --- /dev/null +++ b/metadata/cache/frames/vimu_000433/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163fe6749ed0014de55ae6ae8820bc4a88182f04f9ff4783c232b64c4ebb14f6 +size 57746 diff --git a/metadata/cache/frames/vimu_000434/frame_00.jpg b/metadata/cache/frames/vimu_000434/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4ade8c922419d2a629880a1a4afa275c6e4e081 --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffecdaf2bc7a5915330aea1af14f23aa3362152a49b69db07e23c998dc356cd7 +size 46979 diff --git a/metadata/cache/frames/vimu_000434/frame_01.jpg b/metadata/cache/frames/vimu_000434/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b31da0ee14d98f2890da0c3de4f4188a885c1b66 --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68a44561ed3e9d9f1ce7d8266bed06c5c323def7a611d442445d923deca916c +size 47878 diff --git a/metadata/cache/frames/vimu_000434/frame_02.jpg b/metadata/cache/frames/vimu_000434/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe5c47b67b676b180ba3af867cd798439a27960f --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd00a56a0c2c3f02c478715d16ad5ee67835dd703ddef29c2b94c8640fa3012 +size 46383 diff --git a/metadata/cache/frames/vimu_000434/frame_03.jpg b/metadata/cache/frames/vimu_000434/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65af66602fb9bb84517af2d8558ce8a62e3c4514 --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4584ad2807fbbb783fa2272b787de95030650349157817bedd19b6e0c8ebe2ba +size 48139 diff --git a/metadata/cache/frames/vimu_000434/frame_04.jpg b/metadata/cache/frames/vimu_000434/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..080f0f626af3ddc07eb66e2522731b643ea2ad1a --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f04479018be49b0e065c3fba4070c771c4c9ac16771d5896da30674d11c2bd6 +size 49530 diff --git a/metadata/cache/frames/vimu_000434/frame_05.jpg b/metadata/cache/frames/vimu_000434/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f812b3b24107c5ada5b88ad0d126484844c300b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4075e9e9fb7a6182659c50447377d25b7b9972a221e6dba47573618e36c9f0 +size 50329 diff --git a/metadata/cache/frames/vimu_000434/frame_06.jpg b/metadata/cache/frames/vimu_000434/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52e877def375865f85f507b28b4871c7a8a2b885 --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e618c9f37dd033581707215de63b3444f222ac7b81bdb0e5c43ab6ac9ab87dd +size 49863 diff --git a/metadata/cache/frames/vimu_000434/frame_07.jpg b/metadata/cache/frames/vimu_000434/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f28341c7dde13af61996e014684807a88e4691f --- /dev/null +++ b/metadata/cache/frames/vimu_000434/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5dd55967d53bee6dd55be2c163f60cd749b36c20846afeb65a363a56d4e934d +size 49917 diff --git a/metadata/cache/frames/vimu_000435/frame_00.jpg b/metadata/cache/frames/vimu_000435/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0edf1275c4dcd344752e627cc0e86733d29846c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260a6b4d4f523585eb0673f7827c2bc718b4b36f021b132559d728752a0bc144 +size 50294 diff --git a/metadata/cache/frames/vimu_000435/frame_01.jpg b/metadata/cache/frames/vimu_000435/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b0d20d24db829f650eb99f64c3d51c8343d4628 --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a188b088a821907aa5a64d8e1ab0a7785e8f0e15f0c4711fa9da4d6631a1b2eb +size 49045 diff --git a/metadata/cache/frames/vimu_000435/frame_02.jpg b/metadata/cache/frames/vimu_000435/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e37ad859d788a48532ab9bb4953e6157fe9be319 --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b2057add8a7548d12a9f588eb2c804a70c468dfe1cafa43eabe3bcd5913333 +size 51398 diff --git a/metadata/cache/frames/vimu_000435/frame_03.jpg b/metadata/cache/frames/vimu_000435/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b00d44b308b397efb8a07f3ebddb7364a63b63a --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278c1de84b43859ce521e26e6031696885598edb60cf74a7d1c3029401e08059 +size 39272 diff --git a/metadata/cache/frames/vimu_000435/frame_04.jpg b/metadata/cache/frames/vimu_000435/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d02234ed53e0d991d0e555b82fa59c20fa6fa0a --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecfd69541c2b6455a0310083739eeabd1820c0be108711f36649782849dfea5 +size 40615 diff --git a/metadata/cache/frames/vimu_000435/frame_05.jpg b/metadata/cache/frames/vimu_000435/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c261849e3e83af972f2ea1003c006a88c9d8118f --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf183246fa7266047c5d91d2913f420fcd12b4415fde255392fd1ec7db6d28e1 +size 39023 diff --git a/metadata/cache/frames/vimu_000435/frame_06.jpg b/metadata/cache/frames/vimu_000435/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a854194b81464f3186063467e55ad929378ac76 --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ade766fa9d8544905e71d06c157c21bf447a79aa9d4a9acfc487873ec922e7 +size 27311 diff --git a/metadata/cache/frames/vimu_000435/frame_07.jpg b/metadata/cache/frames/vimu_000435/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cea73af3e948888c0346cb4aede6b370aeeb24e --- /dev/null +++ b/metadata/cache/frames/vimu_000435/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbf922cc49d8831519008d56d787e2a49dd49aeaec9a4363e42fa29c4168a59 +size 25634 diff --git a/metadata/cache/frames/vimu_000436/frame_00.jpg b/metadata/cache/frames/vimu_000436/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6388291eaced3581e6ee5fe4284c0f5010a2b768 --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1db7b29ea8b14b11af481b9e8014dfd8a5153e9a4c32cf982d22be4b5f4e77e +size 18071 diff --git a/metadata/cache/frames/vimu_000436/frame_01.jpg b/metadata/cache/frames/vimu_000436/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c90995b39a6cafdce2ab379765462809ee74ddb --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afbfdb727201fb75fb8418c20dad79b4ad410a31c16ba18b6b80c5a3c8ea7c9 +size 16485 diff --git a/metadata/cache/frames/vimu_000436/frame_02.jpg b/metadata/cache/frames/vimu_000436/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc79f4eb783d763de6467f526e39f5969d51255f --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a29a9fa084cf9dd2209dd30ceb7c7937d13c665b5f60b3485933d9e85e9c1bc +size 20012 diff --git a/metadata/cache/frames/vimu_000436/frame_03.jpg b/metadata/cache/frames/vimu_000436/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00e66d7c343ffdd76496b9b49409fb111d381c7a --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb4bd536503074e7d9496307ac79801352e5a4412dbc1da90170a3840727bf6 +size 27829 diff --git a/metadata/cache/frames/vimu_000436/frame_04.jpg b/metadata/cache/frames/vimu_000436/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d790ef8028ed281862d73bae6dff17422cf0609d --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eccee755649a0470cc7125f31e6a47956f26bb06ef88605dafa4e5fdba07ad4 +size 14789 diff --git a/metadata/cache/frames/vimu_000436/frame_05.jpg b/metadata/cache/frames/vimu_000436/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebfb363404aa76ff25dc968a688c5038d3e0f0a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45acfccdee6a9eafe290617768cd6a4f54001ecc966bed533a44b5c2b164cd45 +size 42990 diff --git a/metadata/cache/frames/vimu_000436/frame_06.jpg b/metadata/cache/frames/vimu_000436/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33dddb446345667ae3c7f4656a5cbd7f96babd63 --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083fcb860de8164402be371a1b8913e7498fde0347bf537c076ec22dcd8f2ad4 +size 48008 diff --git a/metadata/cache/frames/vimu_000436/frame_07.jpg b/metadata/cache/frames/vimu_000436/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2a3de0409a9839bdfa025dea00d34574124b8e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000436/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf86293d6091641ed2df96cf1254593dcc32c6e6beb3a879e688d3cf0b626f0 +size 33354 diff --git a/metadata/cache/frames/vimu_000437/frame_00.jpg b/metadata/cache/frames/vimu_000437/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52e1eaf64332be9df171da73c8bde41d68ac3761 --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e6e4ca0c1f1c851ca87b54d588939cc0ddad27ab7a7ec9c6ca4ee85890d526 +size 37514 diff --git a/metadata/cache/frames/vimu_000437/frame_01.jpg b/metadata/cache/frames/vimu_000437/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f22acd6b60e2c37488a13cf44a6de665a3468e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f3c6130902ce3abe4445471608049caff6cad3604fe3a3d4b31a6c62f3cad6 +size 39859 diff --git a/metadata/cache/frames/vimu_000437/frame_02.jpg b/metadata/cache/frames/vimu_000437/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8920393b66f9d4c29ef941a9d7a87e96c171150d --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4792b1cf66f453ad6ba1384893e92d04853e1c546c26a8c9cb791d40ef1d9769 +size 38401 diff --git a/metadata/cache/frames/vimu_000437/frame_03.jpg b/metadata/cache/frames/vimu_000437/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd864ba1bf73d186e54fcf8e9df83d663883ff83 --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fc1a75553f0cd3ef622c7bec1c43a141b67f2d55ae09dc705f75c0b554f5cc +size 43453 diff --git a/metadata/cache/frames/vimu_000437/frame_04.jpg b/metadata/cache/frames/vimu_000437/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..463a4623e9e52042bf595403a5b9ab5324d77da6 --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb4913a9340f524939d0374b0f12d696fb9afa053b9f8d024e8444c2e96c76a +size 44980 diff --git a/metadata/cache/frames/vimu_000437/frame_05.jpg b/metadata/cache/frames/vimu_000437/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61ae8184562e103dc480fd1d5929cff9a666b620 --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92cf9f4d7f06363d8e30a3ecbd0bc04f0fd1c13d50dfbbed79be4a401d05bdc +size 46224 diff --git a/metadata/cache/frames/vimu_000437/frame_06.jpg b/metadata/cache/frames/vimu_000437/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b12ea8968576cc35ce4a9739b63629784f748a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b151e2ee5632c1f0d2faf1b92aa766e7264d9d00195664dedacaf913212d826 +size 44116 diff --git a/metadata/cache/frames/vimu_000437/frame_07.jpg b/metadata/cache/frames/vimu_000437/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18da0f4363db8bb4add9ef19cb199a66ce4bd96b --- /dev/null +++ b/metadata/cache/frames/vimu_000437/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62be436abec6de52294faa58b30bb6ac34e30686672551fae752e3d75ea91ea2 +size 41043 diff --git a/metadata/cache/frames/vimu_000438/frame_00.jpg b/metadata/cache/frames/vimu_000438/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d45e487d4b7c979178d1ad274cc79fc100aea7f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57575e91bf80414d53f2848adaf4c7a1db99048d1a6a2bc463afb1d64c48927b +size 38184 diff --git a/metadata/cache/frames/vimu_000438/frame_01.jpg b/metadata/cache/frames/vimu_000438/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ef6cb1b279b09fbd37a27dc8be0e3f735d107af --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baeb61694b92261bd94cb4b98d7765d11e16a6e23d7d357ae252144126590741 +size 46552 diff --git a/metadata/cache/frames/vimu_000438/frame_02.jpg b/metadata/cache/frames/vimu_000438/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44334236a5c3d1f3be34092e296416218dccdc58 --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39af4ef174c897ebf2b2d23d13bfeff0f4ab826c4578394e98de157ef1aad08f +size 34012 diff --git a/metadata/cache/frames/vimu_000438/frame_03.jpg b/metadata/cache/frames/vimu_000438/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abade0d47c63bccabca91127845e504353d6a35b --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641853b0a796115bbd91e9ac1fd0db694c4554726c5fe937da772d1f8533d105 +size 35242 diff --git a/metadata/cache/frames/vimu_000438/frame_04.jpg b/metadata/cache/frames/vimu_000438/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..995b63b94d66a74a24f30f5594af9816808fad8b --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015c597c9107840a399702c6b626c60c3e4003ddf1d40597547ac940c4971058 +size 70973 diff --git a/metadata/cache/frames/vimu_000438/frame_05.jpg b/metadata/cache/frames/vimu_000438/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62812a916d23e03b7ecb5cb323b10263965b97ea --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d412f12ee28d30572f3a49ae0f40dd9ba2bc946253ec9589e1257624f9469a7 +size 68331 diff --git a/metadata/cache/frames/vimu_000438/frame_06.jpg b/metadata/cache/frames/vimu_000438/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a3e28effee386260554b483d98a796173a938b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6591fc07ca2a2d209eff36fc99cbca6d9164f658a40ab3cacc09d2628a5c112e +size 67649 diff --git a/metadata/cache/frames/vimu_000438/frame_07.jpg b/metadata/cache/frames/vimu_000438/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d02a7363adc09e5acf239e471fc55f3c808749d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000438/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ebe8725689ecd9aa3732f2123890af2ca718db5e784b4eef4ef30458f97166 +size 48038 diff --git a/metadata/cache/frames/vimu_000439/frame_00.jpg b/metadata/cache/frames/vimu_000439/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d99ccf99261147d8733044be95a9db33d2e0dfe --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585ea3061a7f894f3dce876c67abde39a47e3dbdbfe59dff57ee4cd233c3a0dd +size 36403 diff --git a/metadata/cache/frames/vimu_000439/frame_01.jpg b/metadata/cache/frames/vimu_000439/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a665daf76b4802e31b1dc92bbafc063bb625dd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9ffc22c79ea18b57ec6d181611e517be935c0c50ac065ffed6b3c706c98b51 +size 35434 diff --git a/metadata/cache/frames/vimu_000439/frame_02.jpg b/metadata/cache/frames/vimu_000439/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e42419e1d9e5f98bc79544dd662eee97f555e41f --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc91ed992be74e160572c754186cd0ab9c9f3c9da0ee247a84794d71febfe087 +size 34471 diff --git a/metadata/cache/frames/vimu_000439/frame_03.jpg b/metadata/cache/frames/vimu_000439/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8c56fefaeb664a452f9ad37d46035ed8595eef6 --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae32e05251db0be352e65069dcf2eb44b147c9dcf6e07d7b27d3b42cf011804 +size 33531 diff --git a/metadata/cache/frames/vimu_000439/frame_04.jpg b/metadata/cache/frames/vimu_000439/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14eb979d49ab539d9f6b35cc9f1d59b24c1df5c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddccd1e4e0c6fe18b608bb613554698bcbf7728e78748ac0b610bed92b1832ee +size 46504 diff --git a/metadata/cache/frames/vimu_000439/frame_05.jpg b/metadata/cache/frames/vimu_000439/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..421e991edf2792bdf6915d597da855794578f3e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae924e3017c9ee1f6026f349ba5a6fca75b4594c33f52f7d53c726ad615b542 +size 38195 diff --git a/metadata/cache/frames/vimu_000439/frame_06.jpg b/metadata/cache/frames/vimu_000439/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..099375c76afa2f25da6bf59b02da08f41fb85539 --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2b1473cd2840202467ab7b2225960c0136da1661ad0a70b4fc34d91dad7c5b +size 40105 diff --git a/metadata/cache/frames/vimu_000439/frame_07.jpg b/metadata/cache/frames/vimu_000439/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2a2507caa034f17640e62eccfcf8678fd168f2d --- /dev/null +++ b/metadata/cache/frames/vimu_000439/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbafcfb4c50a1c475b245944cd817ba4a7073bce1a364dbcd3dc3ab120dab08 +size 41100 diff --git a/metadata/cache/frames/vimu_000440/frame_00.jpg b/metadata/cache/frames/vimu_000440/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f489ba4519009d8bd75c401b1dbe3d36528f9d8 --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528fc96756934266843554ae727d87ef92f17f27ebe003e6942c27e37cd59be7 +size 73223 diff --git a/metadata/cache/frames/vimu_000440/frame_01.jpg b/metadata/cache/frames/vimu_000440/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..467fbf7ec6ec9e40609bd852ddbccc9477af82c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00160974fb49cbf124391b80ec1999c2857f0953a0c485506c004542f48212f +size 67577 diff --git a/metadata/cache/frames/vimu_000440/frame_02.jpg b/metadata/cache/frames/vimu_000440/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27f68784cca67d6553f254ea348a3e7b545b4fac --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2ecc2cd3ff0d7e1ba1744b795d9592397bfded96d1c089396776928f8a1f3c +size 66609 diff --git a/metadata/cache/frames/vimu_000440/frame_03.jpg b/metadata/cache/frames/vimu_000440/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..065be50a66785fe8d5700c18395d9b939256fb05 --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5326948d3cd105189522481ba96a7afb6cd02b02a13fd552c48d0d9ffd5dd016 +size 67552 diff --git a/metadata/cache/frames/vimu_000440/frame_04.jpg b/metadata/cache/frames/vimu_000440/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d11fdd32faddbde8f21dd92962400e5582290d0d --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cdbc84623cf41cacb54d1dd0058f2f78229ee426fb93d88aae628f06110673 +size 65486 diff --git a/metadata/cache/frames/vimu_000440/frame_05.jpg b/metadata/cache/frames/vimu_000440/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..309265c4d3fc1944fafc9d940d725c515cebd9a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6791f4bc2dc0062b4868ddb9d8a798b71a4577a8596acd497fe7bb596408c14f +size 65825 diff --git a/metadata/cache/frames/vimu_000440/frame_06.jpg b/metadata/cache/frames/vimu_000440/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0db636d14f40a41fdb292abee11dea8ae9539af --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b15fb611f4b30c88f59db3e1dcb4c8d63282b5773865d65f3e3aa7cbba8cd5 +size 64331 diff --git a/metadata/cache/frames/vimu_000440/frame_07.jpg b/metadata/cache/frames/vimu_000440/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b12c4951084ba7ee2f2b99af97e49594d544dcb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000440/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec026e634cdba4ecac128cba629bf637e80d43dba59ae9876ab48ef392c2dce +size 65209 diff --git a/metadata/cache/frames/vimu_000441/frame_00.jpg b/metadata/cache/frames/vimu_000441/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d960cf35517f7a1b91699f475675dc76444e9222 --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6853468817e09609e0c843581105f15d6fc0054caa9b7a57351069fc966edab +size 44927 diff --git a/metadata/cache/frames/vimu_000441/frame_01.jpg b/metadata/cache/frames/vimu_000441/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bea152448a65d943e9cafbe03abc182a4caa284c --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03c6d74865ba052aec6c48befa67cfe786624907b044ce8eb60d6a7314579d7 +size 44499 diff --git a/metadata/cache/frames/vimu_000441/frame_02.jpg b/metadata/cache/frames/vimu_000441/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c611a8ddbad6bfe7bb6b2197623eefd880c5b2be --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947605ca259938dbb13204aa1196f3c293d01bd890fbc2447f93639e081426f6 +size 47700 diff --git a/metadata/cache/frames/vimu_000441/frame_03.jpg b/metadata/cache/frames/vimu_000441/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2b671a6c60b8f3ef736f6109fba8252310807a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e2611cda0c90c97f7d93ca413def630041ba2d69b06a7d046da91cd04d9c40 +size 48690 diff --git a/metadata/cache/frames/vimu_000441/frame_04.jpg b/metadata/cache/frames/vimu_000441/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..033fa287f09b0a14b6eaaaa304216b32da129884 --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f1f07bd141721274107b0573ae67612e34a1e5298485d3eca619976dc11a25 +size 51661 diff --git a/metadata/cache/frames/vimu_000441/frame_05.jpg b/metadata/cache/frames/vimu_000441/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc59b30ad1b366d31c52c1f199fc9b1008d98f43 --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef7985d5948de8ab68c13e29a18acc3fa3a141965a0a80512fdda7b66d4bf50 +size 52492 diff --git a/metadata/cache/frames/vimu_000441/frame_06.jpg b/metadata/cache/frames/vimu_000441/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..551ac37689d15b2f2b266f0de650b49c1d3dee90 --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2fe2c875d5f353aae678505326af45563c2d1a0bd51ae3e1e7c31c9c8bb4db +size 51099 diff --git a/metadata/cache/frames/vimu_000441/frame_07.jpg b/metadata/cache/frames/vimu_000441/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e27bd6b6a0aeddf1889ab6ed6ebfe7f545256955 --- /dev/null +++ b/metadata/cache/frames/vimu_000441/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a96f024e1c0a6d5168571d8cc140db6de2f337cb200b413f9ab53476026b0b5 +size 50956 diff --git a/metadata/cache/frames/vimu_000442/frame_00.jpg b/metadata/cache/frames/vimu_000442/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fed2b3a07d85467abdcbd5147754af80ed3d91e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8006effce094859c75ab1484948987dbb4c6e9f611baac3283975dc467a0d762 +size 33958 diff --git a/metadata/cache/frames/vimu_000442/frame_01.jpg b/metadata/cache/frames/vimu_000442/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214dfce7ef1d925fd5041eced2da5126852ce929 --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87998ab095f60a40d8b0063444989f22ee6d814b15b8053d87e901594b65b40 +size 35987 diff --git a/metadata/cache/frames/vimu_000442/frame_02.jpg b/metadata/cache/frames/vimu_000442/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..09e92e3bbd51a12ef69df6e3e8a61fb9c3befc88 --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56902e493169fe36c3db72c5c2e3fbcd8d331fbe75c2b9651a0297df698ae2a3 +size 38392 diff --git a/metadata/cache/frames/vimu_000442/frame_03.jpg b/metadata/cache/frames/vimu_000442/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7aa284e4673789bc8cc51f5de75b87116ce869b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29844c43406ea558f531b2c3debd5c51b91afdb8dd9c21dbc56b5862ad3144c0 +size 39378 diff --git a/metadata/cache/frames/vimu_000442/frame_04.jpg b/metadata/cache/frames/vimu_000442/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37d1083cc98edd6cc9c1770697625a902d69020c --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c40892e9db851b82fd964ded1db6f4e695765d7cbf3e49f53052e5d6870102 +size 38911 diff --git a/metadata/cache/frames/vimu_000442/frame_05.jpg b/metadata/cache/frames/vimu_000442/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0a012cda5e06efc8ce5175bd79d8a6f976141ff --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef6dbb824dd1371f393d986348ff9a1738f9c684b409a4bf81173ead205d988 +size 39622 diff --git a/metadata/cache/frames/vimu_000442/frame_06.jpg b/metadata/cache/frames/vimu_000442/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5d747e8b298c9e1bb391a520b62a9656fafb6b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae279acc49c28f758730762e13e35a50afbf65b2e0883c2ea39f8960cfbae325 +size 41002 diff --git a/metadata/cache/frames/vimu_000442/frame_07.jpg b/metadata/cache/frames/vimu_000442/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a14991c78c6b89f7bb92d59a2466646de9a6488 --- /dev/null +++ b/metadata/cache/frames/vimu_000442/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebc764f6a0901f08627954ed8f448a9aa274c366e89831d054b7d1ab1a381f6 +size 41184 diff --git a/metadata/cache/frames/vimu_000443/frame_00.jpg b/metadata/cache/frames/vimu_000443/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..904c903722070816bee9add7ac518db56169fa59 --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeabb71212dec2379c58a4462225533d21599ced5525fe57b05e18aecf87fc6a +size 44937 diff --git a/metadata/cache/frames/vimu_000443/frame_01.jpg b/metadata/cache/frames/vimu_000443/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ec8857a748ef2da503befe99c9511f85d5e2cf6 --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0ade69b96a38a327cde410ba21b77bf28b325ab3dcce20d0cf92b586a00bc9 +size 42932 diff --git a/metadata/cache/frames/vimu_000443/frame_02.jpg b/metadata/cache/frames/vimu_000443/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88066ea3a1ed7d054d7a632696c12759a9467594 --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411b1bedafd3ece1392b03fd4398216f1e2c106c7686d0ded342655b348b49b2 +size 27918 diff --git a/metadata/cache/frames/vimu_000443/frame_03.jpg b/metadata/cache/frames/vimu_000443/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29222ae095c5e27204a120a38e1b99f556251d1b --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4b16ac80f34fccfcf1b588ac466f82399a5e0286d9a05affafcb93b1888402 +size 37779 diff --git a/metadata/cache/frames/vimu_000443/frame_04.jpg b/metadata/cache/frames/vimu_000443/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..057bddc25ff446907c0714b94f38827009f50b53 --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71f23b602291e3d7d8194d0f47282317ed8a7f9de8ad6006d0cfbad5ead979c +size 40520 diff --git a/metadata/cache/frames/vimu_000443/frame_05.jpg b/metadata/cache/frames/vimu_000443/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30599f3af6e61366a967c339ea56019918ffd024 --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dcbaac9250b8a971342b7f4c7fa98fe7b60fcf06739d546a773cf443e97e70 +size 38740 diff --git a/metadata/cache/frames/vimu_000443/frame_06.jpg b/metadata/cache/frames/vimu_000443/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef188ddd01622c1fb6b23dbcce3a815170abf6e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4221226f2cec22524e38a8dde551608ab017e51fcd007ae32c7cb1ba2ba2aa5 +size 35642 diff --git a/metadata/cache/frames/vimu_000443/frame_07.jpg b/metadata/cache/frames/vimu_000443/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d21d5e5421af6558016490c6033c185c202fd8e --- /dev/null +++ b/metadata/cache/frames/vimu_000443/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f092bb3fa533f976d1ca99178a872dec7fa2e4864e7c0a3a139661309e44162 +size 39451 diff --git a/metadata/cache/frames/vimu_000444/frame_00.jpg b/metadata/cache/frames/vimu_000444/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc575be6f853b2f27ca3027a34e1098a27d9ff00 --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5090f77aa20d86a899579505743fc436b38a75b6453d501756d5ac2831046e5 +size 30785 diff --git a/metadata/cache/frames/vimu_000444/frame_01.jpg b/metadata/cache/frames/vimu_000444/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95eaf00cc0266a1f35a0195be5a130dccff13404 --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3ee5d77fc8a9900d59a52d59626be2ec09e8162fb8a1263c6eac31e79fba30 +size 31924 diff --git a/metadata/cache/frames/vimu_000444/frame_02.jpg b/metadata/cache/frames/vimu_000444/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c8eda1ebaeed19b54d0ef6223acf2002ca3ede4 --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0712e9e1a3d6104c376a5295b795b841e9a1f2c3c2ee2f353a2ca7b047375a01 +size 27750 diff --git a/metadata/cache/frames/vimu_000444/frame_03.jpg b/metadata/cache/frames/vimu_000444/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06dfed4eed3684682514e8c92eb8d42b139cd281 --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a70e3a80750b2f31e795d0a1e2c0f75aace7cdc109288ed522f33479874724 +size 16202 diff --git a/metadata/cache/frames/vimu_000444/frame_04.jpg b/metadata/cache/frames/vimu_000444/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57dcf33d575c6a478f5a4dd2943b744cd15c868d --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6c5577c96344e7ff20487c403e3b04a7593a605240463b9a86f8fe2d90a9bf +size 13203 diff --git a/metadata/cache/frames/vimu_000444/frame_05.jpg b/metadata/cache/frames/vimu_000444/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddb2c0b8a0cbbae9f3a071d95d2c9f8532b626ae --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ebb9b1ae26e3d050e17c1f1ccad43e780f36b63f1f40a06de243cb538cf811 +size 12258 diff --git a/metadata/cache/frames/vimu_000444/frame_06.jpg b/metadata/cache/frames/vimu_000444/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d96cdc9a84bd41fea0d91247e56c30be8b7f55a --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccff78350b9736b41bd8e02c76e8caa850bcbd8c5aa90e2dbe37b87e9d876416 +size 12284 diff --git a/metadata/cache/frames/vimu_000444/frame_07.jpg b/metadata/cache/frames/vimu_000444/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..118f5e283b18e367ab926a624783f4663b963a25 --- /dev/null +++ b/metadata/cache/frames/vimu_000444/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0848968ceb9057906235621f30771fc2414e3e50fae332d4112c338b7aea43a9 +size 13669 diff --git a/metadata/cache/frames/vimu_000445/frame_00.jpg b/metadata/cache/frames/vimu_000445/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe14d232d0e0db3d6bc9e658ed1f8325c064602d --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b689343de063d0754c4a0defa6d1721caee5288ce81a2ceca9b0c4adf03ba90 +size 34502 diff --git a/metadata/cache/frames/vimu_000445/frame_01.jpg b/metadata/cache/frames/vimu_000445/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cbed74f118122b97574e051fe553bb9bfc4b10c --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364192c58f9d159d332f8b0ceaa6463b8fc412035d520f4b7fcf8f42624b6e85 +size 32263 diff --git a/metadata/cache/frames/vimu_000445/frame_02.jpg b/metadata/cache/frames/vimu_000445/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02a2755658949dcf314c010e8f50131dffe06c5a --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782baf013a750fa1f782e1a3f5971c1c0a31d4386d93b70f204b9b97e6290426 +size 31827 diff --git a/metadata/cache/frames/vimu_000445/frame_03.jpg b/metadata/cache/frames/vimu_000445/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1e95f0b1170717b30d80f351e7d16b3a6feafac --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fad2ed45f8e47d9bf62b649ff746d159dbd0ae364cb5b44bbb574964b4f3792 +size 33801 diff --git a/metadata/cache/frames/vimu_000445/frame_04.jpg b/metadata/cache/frames/vimu_000445/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdfbc4f022c5f4c1dd25a6c8203afa89aeb6dcb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3598e552d10fb953c8ad7f0a3ba2307b29511458d45593c6ae815b49a0103882 +size 32752 diff --git a/metadata/cache/frames/vimu_000445/frame_05.jpg b/metadata/cache/frames/vimu_000445/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a098b65492810a3a217208cb10bce761fea49239 --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744a5f996e283585a0de625e5918851b0093702f96660355d3e1eeb7480dcbaa +size 33473 diff --git a/metadata/cache/frames/vimu_000445/frame_06.jpg b/metadata/cache/frames/vimu_000445/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4fcd71dca2a371f6da140b7c6fa96a6b9a0fcdf --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77ab98544190f448ef3d00d2ab5ca027f3432a0c218fd2e81ae2edc1d85222c +size 33355 diff --git a/metadata/cache/frames/vimu_000445/frame_07.jpg b/metadata/cache/frames/vimu_000445/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17baa6d4e9c27901b334d2ddddf9dafc9b51e50e --- /dev/null +++ b/metadata/cache/frames/vimu_000445/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a195432d704d99648b4648ead0c398afad667c03238bc9216909791fe77fbd +size 32708 diff --git a/metadata/cache/frames/vimu_000446/frame_00.jpg b/metadata/cache/frames/vimu_000446/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39db9f7ea47d9c4d61769234305e5d409eb3fbfa --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3b5e831a4560877b6c69d85bd4c49f148b439779622e5492770c3b039a0c85 +size 27121 diff --git a/metadata/cache/frames/vimu_000446/frame_01.jpg b/metadata/cache/frames/vimu_000446/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f64c1933c5f4cbf53c9ccf99060241e36f6153b --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec26e1030a70b7078e05d5ae0d6df2da5a3c8b6854c58977a6034bfa040ec4b3 +size 18954 diff --git a/metadata/cache/frames/vimu_000446/frame_02.jpg b/metadata/cache/frames/vimu_000446/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b778e597108175187d24a7d5af0a8d805cf4ff4a --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137921bc9906d1d5b2880e92ad7ee32355003ee6b4ee7540a339bc227c5a5c33 +size 23677 diff --git a/metadata/cache/frames/vimu_000446/frame_03.jpg b/metadata/cache/frames/vimu_000446/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..581b14eb634a4454b0a0a8330f3ed8488d31b3fb --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d74d360dcc484ed4363638d9e562679c14a47587eec2c8c9a172650378d547 +size 24915 diff --git a/metadata/cache/frames/vimu_000446/frame_04.jpg b/metadata/cache/frames/vimu_000446/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efc705613acaa10a303951c7aeec70743367f68d --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94896bc3a0dccc32df4761085b0eb8743dd0d527dd3c6b5ed9f21e0fccd63c71 +size 21742 diff --git a/metadata/cache/frames/vimu_000446/frame_05.jpg b/metadata/cache/frames/vimu_000446/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cae998c99c703813fc3870ed6d3ef5ade3250d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b138d1f80643ece0c01a6d9e6830b4511c13678804a3f2e681944cb1d35ef4 +size 20372 diff --git a/metadata/cache/frames/vimu_000446/frame_06.jpg b/metadata/cache/frames/vimu_000446/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..927b64c807260161afe412351305391f59f981b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4d05eed87fe244b55a2720553b312b7cc9e81021e696a270e8736260421732 +size 20050 diff --git a/metadata/cache/frames/vimu_000446/frame_07.jpg b/metadata/cache/frames/vimu_000446/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1c5faccd79ef8a25561a646a2771772cc8f97d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000446/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567aee7a41fe8e76170d262766c67a1c5231389d89a47ebe799078f7e5f2f690 +size 23703 diff --git a/metadata/cache/frames/vimu_000447/frame_00.jpg b/metadata/cache/frames/vimu_000447/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7920ec3452e656336cb3acb46c2b6ef0d59b31d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dd5564883f8c9d961a432698419001b4f78cb4b628b37ccdb4e80fb40c39b7 +size 56745 diff --git a/metadata/cache/frames/vimu_000447/frame_01.jpg b/metadata/cache/frames/vimu_000447/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93da3b3fd17caba5937fec22d0a761cbab0bade6 --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5d4367a82273122e28f363fba32844d67b7bad95038e48dd77a58368477639 +size 51302 diff --git a/metadata/cache/frames/vimu_000447/frame_02.jpg b/metadata/cache/frames/vimu_000447/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9cb6d6c9b94bffae8d84c23cf707c00df72665bd --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb797da47d8712406e7fabef920b53645932f1d7cadae49c61bb62c671380ce9 +size 48510 diff --git a/metadata/cache/frames/vimu_000447/frame_03.jpg b/metadata/cache/frames/vimu_000447/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21ff91b7c9c8a0c4e4f3c6c21678b38dfd68d460 --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc599c8c333f59b7b42d554af6ff538cb4aff4f22276714a2a28455abc5940ae +size 53522 diff --git a/metadata/cache/frames/vimu_000447/frame_04.jpg b/metadata/cache/frames/vimu_000447/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d20c4284cba78ceebaaac2688de8cdf15725d10 --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab49a6b380542bf010cb10c7d4cfae04f9a1e03cc92839272bd5fce4fe8e3a6 +size 55581 diff --git a/metadata/cache/frames/vimu_000447/frame_05.jpg b/metadata/cache/frames/vimu_000447/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..196990208c5ded5bea220b0214f534b3d47d8c8d --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cec52659fdd9806fd5787e93241a7563dd329c9c4d20f6ce0b57bfeb2a0806 +size 46882 diff --git a/metadata/cache/frames/vimu_000447/frame_06.jpg b/metadata/cache/frames/vimu_000447/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16e990a145d1820cfc47ea5917060c443efff459 --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fedf77cdab850200603f7a02336d431485b96e82617b4678100fc11108496bb8 +size 52977 diff --git a/metadata/cache/frames/vimu_000447/frame_07.jpg b/metadata/cache/frames/vimu_000447/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44023422ae9ce1e86befd21c79b65e1a2c1519e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000447/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195ed9b21beb8136dd77ad1c1e6ce71d7729e9b795e5980b2a6030e6b8b04eb4 +size 50594 diff --git a/metadata/cache/frames/vimu_000448/frame_00.jpg b/metadata/cache/frames/vimu_000448/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6261d37feefcd9f959b33bac5187b876b72821cc --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba818f3cfb4ad97ab7f7a122f12abc8880c9b9464be13fe72ca4fc1fedee37f +size 29363 diff --git a/metadata/cache/frames/vimu_000448/frame_01.jpg b/metadata/cache/frames/vimu_000448/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f09c3b6f058344dbd1a7ba2e03d9b4cce8417e --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddbf4d4927154f4d1a6c09d87b2a023352d670747054902473b51396cb02c98 +size 28630 diff --git a/metadata/cache/frames/vimu_000448/frame_02.jpg b/metadata/cache/frames/vimu_000448/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b818a475c13b4d6a26d3b92177cb325a450f5ed2 --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34739fdf4f8a1fd9c5ea252dbf65fee1b6a9a9b4686e8bf1ba118f32d8d64d9 +size 27873 diff --git a/metadata/cache/frames/vimu_000448/frame_03.jpg b/metadata/cache/frames/vimu_000448/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..767f3fe8fb4021d2d2c46839a0449942c992f403 --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01825fb5fb975211556a7cda59c505c84f0d52c21a503d1282b0c1938ccb1436 +size 26440 diff --git a/metadata/cache/frames/vimu_000448/frame_04.jpg b/metadata/cache/frames/vimu_000448/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c44ab6606b11282869a953626f1915e54e4285f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b0f78706264d7591e143aef22c959786523fb55d29ccd08f4b8741e31e37a6 +size 25199 diff --git a/metadata/cache/frames/vimu_000448/frame_05.jpg b/metadata/cache/frames/vimu_000448/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..714127fc4ef08cdf06737ca5cf30a54966c74bc7 --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58660c3f4ecb7c00fe6e251b7443d67f66e3888db690f338892f154610820c75 +size 26578 diff --git a/metadata/cache/frames/vimu_000448/frame_06.jpg b/metadata/cache/frames/vimu_000448/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa31dad9893f5a5261bca7996a0af25cabb6fcc0 --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3247ad19c3dc94e2b402a00f7645f22666c6eba2eb9286c54b135a14e24885 +size 28704 diff --git a/metadata/cache/frames/vimu_000448/frame_07.jpg b/metadata/cache/frames/vimu_000448/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07dfd48c2e5999e9ff0a153eb5716eba5e808424 --- /dev/null +++ b/metadata/cache/frames/vimu_000448/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fb919619f8c85c85ff666af07f64e136c0f1e60ad54e6e626e17b7aa07d1c7 +size 24485 diff --git a/metadata/cache/frames/vimu_000449/frame_00.jpg b/metadata/cache/frames/vimu_000449/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91d8b2ef3fbb7486200c573a61585042b7418c65 --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa40544d179d330f5bbadb11fdb7c97dbe666b982c0380bf375b5e6ba8517548 +size 26455 diff --git a/metadata/cache/frames/vimu_000449/frame_01.jpg b/metadata/cache/frames/vimu_000449/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69fc081af9219062b77023f7bb8d280c2e296404 --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a3598a832165a60e833a947a7e98fb45c222af75bb8dd78abf6c55696d1a53 +size 29130 diff --git a/metadata/cache/frames/vimu_000449/frame_02.jpg b/metadata/cache/frames/vimu_000449/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2128dcd53e0caafba10fc6ad5dadc23fbe7820eb --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea6b27a856870b1d71505c50bc7a0b9fcb2a191ca49f530f58f3998ea623eb6 +size 23907 diff --git a/metadata/cache/frames/vimu_000449/frame_03.jpg b/metadata/cache/frames/vimu_000449/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e9fa72aa4b905d537d09e294365e5773d4a2d68 --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e32e16de3ace652d4a38c587af76a1bd3cfc1018ce7381b7065676ca3dbe0b +size 24869 diff --git a/metadata/cache/frames/vimu_000449/frame_04.jpg b/metadata/cache/frames/vimu_000449/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3a535c0b9ec50edd77f06ddbd0078196317c30a --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11987b91e8ac6b2199b284ad69637ac9e02cbf2854ff60b0fa1b9dedaff0f486 +size 25414 diff --git a/metadata/cache/frames/vimu_000449/frame_05.jpg b/metadata/cache/frames/vimu_000449/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2319476ed16a3f21d58dddbc47eabdc84a7543bd --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b294b891894f832edd41bcd4511dd767647ee48bccd1d78eb92976dbb287823a +size 27020 diff --git a/metadata/cache/frames/vimu_000449/frame_06.jpg b/metadata/cache/frames/vimu_000449/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7094fede86e2f68a21fa84c8a1a02fe511b64a9a --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0f35f745b5fc26bc680b77edabe652764cb00677f4923fb9b346a529829d42 +size 32490 diff --git a/metadata/cache/frames/vimu_000449/frame_07.jpg b/metadata/cache/frames/vimu_000449/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b3b0a2d3791c35ab259e9377ef429c5f33da258 --- /dev/null +++ b/metadata/cache/frames/vimu_000449/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08645dc56ff0d0e3a612b33dc5e206c64372eb9e68de342c6849050de7401231 +size 24389 diff --git a/metadata/cache/frames/vimu_000450/frame_00.jpg b/metadata/cache/frames/vimu_000450/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90d54af9a4ab04b593e455e2228bcdf0e53a1c33 --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4eb77f3b73265594480621c7fe5382f45ec670988b08855b6f3ae8822df306e +size 48981 diff --git a/metadata/cache/frames/vimu_000450/frame_01.jpg b/metadata/cache/frames/vimu_000450/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bc535562947ec2fc051c67f6658d03e4de9133f --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3941980eb93398d053758613dad5360b616b25e228a501831fc8e77386aa92 +size 50552 diff --git a/metadata/cache/frames/vimu_000450/frame_02.jpg b/metadata/cache/frames/vimu_000450/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12ef9806ed59aa93325848b6edb6a3e4d96c71d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0a3cccfac50f29eb66d268f9fd4e74fcbf3e754e5438fee14675b2e172f4aa +size 49335 diff --git a/metadata/cache/frames/vimu_000450/frame_03.jpg b/metadata/cache/frames/vimu_000450/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0ff65de412b855b5602f6296cc7e640de8da8b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8179956f5eeebf8bfb00c99108ef5034f7e7d70dc73b183e79bd21f5690bfa22 +size 43176 diff --git a/metadata/cache/frames/vimu_000450/frame_04.jpg b/metadata/cache/frames/vimu_000450/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ed945b11089a4a30a54d7155d552ebcdb50f0f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43da809be892a5b3c55081cd94d034b58c674652eebde6c6d953935b5b0afd68 +size 38747 diff --git a/metadata/cache/frames/vimu_000450/frame_05.jpg b/metadata/cache/frames/vimu_000450/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..358cd0fe340e6b9865892450b2ed2e4d5a3465bd --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fbe2496328e96134851cb6f0581ea1986628234d231cc8f281257c43e9d69b +size 37399 diff --git a/metadata/cache/frames/vimu_000450/frame_06.jpg b/metadata/cache/frames/vimu_000450/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef3aaa0fa2c0f443d3960f6c56e87e1378b804f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c12f5b69048cd813574b10d5fcf468e08fb1b35d686489e20a6e434348439c +size 34644 diff --git a/metadata/cache/frames/vimu_000450/frame_07.jpg b/metadata/cache/frames/vimu_000450/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68b467d216df0cdced1357a13711491667423996 --- /dev/null +++ b/metadata/cache/frames/vimu_000450/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e57180273f527fa77fd878f49f850a52b19c06c9cbefdbdb8b393c7aa53704 +size 31863 diff --git a/metadata/cache/frames/vimu_000451/frame_00.jpg b/metadata/cache/frames/vimu_000451/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d65e7e9709eb463778780f8a7b122b44a4d58e9d --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e5e8de722551155684d1d7d1f9be08ca964fd83af93dc208d5a4b818e2224b +size 35925 diff --git a/metadata/cache/frames/vimu_000451/frame_01.jpg b/metadata/cache/frames/vimu_000451/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ea722db297cb8041f199d4998a05d01b5f8e8df --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929a025083e395657261a91efc19c05c2c2dcbd3ee5e7ce43ac8f56e961f579a +size 35696 diff --git a/metadata/cache/frames/vimu_000451/frame_02.jpg b/metadata/cache/frames/vimu_000451/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1e9bc66decf83462dfae47b3567062cbb0122ec --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37cac29af35afff60b67704aa3a2e930e7cadf2a51973fbc8b2eb6cb34b48f8 +size 35830 diff --git a/metadata/cache/frames/vimu_000451/frame_03.jpg b/metadata/cache/frames/vimu_000451/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d40f5f77d75bdb487802b691b2df0fa9db20865 --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d090461198a8649a263b04449f9e086c5fedda776eb3372a0f5ad207a2ab8d77 +size 35983 diff --git a/metadata/cache/frames/vimu_000451/frame_04.jpg b/metadata/cache/frames/vimu_000451/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..adf741b18552e1e7d297fd6e72d05725e0b81af5 --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffd82fe061cde1fe45cdcc073c760c8a6af84153b38925c5516453025d11a53 +size 36568 diff --git a/metadata/cache/frames/vimu_000451/frame_05.jpg b/metadata/cache/frames/vimu_000451/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87fcca61555c367b3db67db148377d6ea084338c --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9eafedd1a54562b76fddea74a458070fc6371c3ab0e76018658234b2c9981f7 +size 37085 diff --git a/metadata/cache/frames/vimu_000451/frame_06.jpg b/metadata/cache/frames/vimu_000451/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd23ab3176926fb346ef07244ada868ff58728fa --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf193f5a16288ebbecb8e1692c289588f3041bd565e685d95fbf238d3ee5473 +size 35081 diff --git a/metadata/cache/frames/vimu_000451/frame_07.jpg b/metadata/cache/frames/vimu_000451/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d477b4bdd72c4c8676d907ed9394327d225f3f80 --- /dev/null +++ b/metadata/cache/frames/vimu_000451/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baf51d1de88729d0efb97d251547705aa3b90b9afb2a98772a0aa93906d57ec +size 28672 diff --git a/metadata/cache/frames/vimu_000452/frame_00.jpg b/metadata/cache/frames/vimu_000452/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d98e7df18fd564aafcf8fe66cd0c31e17e968b2c --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d3325315396b1d6cf0ee28d3ba591b85c8c4a1639b65cdb78b9338d0689625 +size 38830 diff --git a/metadata/cache/frames/vimu_000452/frame_01.jpg b/metadata/cache/frames/vimu_000452/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46ec0e325f839dc3f2861a9922e297a0a9279c70 --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f3858ffab36e31e8ad5d531db6d62fb735047be0b2ae40a9ff9eaabfeeb236 +size 42078 diff --git a/metadata/cache/frames/vimu_000452/frame_02.jpg b/metadata/cache/frames/vimu_000452/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ba1f17d958fd2ef49354e89ec94945d9b0eb46c --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac024571e6a9621bbbae7819f360739f7dc086eb8b76c310795805273f90771b +size 41441 diff --git a/metadata/cache/frames/vimu_000452/frame_03.jpg b/metadata/cache/frames/vimu_000452/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88fb1f8669b01116cb8231d8bbca5881eef31569 --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e2d30f563b226af36cfe2fa1ab1b8f71e7e0a1eedcdb254eb511fa95b9cefa +size 38813 diff --git a/metadata/cache/frames/vimu_000452/frame_04.jpg b/metadata/cache/frames/vimu_000452/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bdc898956702a0e884c0f0814075513b34c1bc12 --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e83a4452d129fe8d53fd9d0181734eb1881afabd3bd493eaf678e9b0b65ec19 +size 39146 diff --git a/metadata/cache/frames/vimu_000452/frame_05.jpg b/metadata/cache/frames/vimu_000452/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f9b4b9e23784fa0240e7960ade877adb3efb47c --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88201f2c7346a01b7340a903d2827cf73b9b47a3ce65d1ebf375567b96909a82 +size 37360 diff --git a/metadata/cache/frames/vimu_000452/frame_06.jpg b/metadata/cache/frames/vimu_000452/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dbbe7400ed7c267c3f9642c19009d33863fd739 --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a3f7b83c6395c94f9b08dcc21d49ea0d7438a3ba075c55536da009203141a3 +size 34625 diff --git a/metadata/cache/frames/vimu_000452/frame_07.jpg b/metadata/cache/frames/vimu_000452/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a12326c926b56af52aeb6cc6fb5d075c79fca7c --- /dev/null +++ b/metadata/cache/frames/vimu_000452/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda652f57056b35c67221d899a5ecf261013d4a4b7fbc09c55b4104f62087ac0 +size 34487 diff --git a/metadata/cache/frames/vimu_000453/frame_00.jpg b/metadata/cache/frames/vimu_000453/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5b6f2093d2ee8573c614256141c472a69dbd00a --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5322f71de0ff068aa9cb1feb1475a42f496f33a53b89a5a7ab0a2aa68aa9e532 +size 41590 diff --git a/metadata/cache/frames/vimu_000453/frame_01.jpg b/metadata/cache/frames/vimu_000453/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d0650778de44ff27c2038a04dbb75217f4d9c7c --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb0f38d4caf4f2f0ce9d6cca5d3104adc8ec189d70ab77b6bc8eba4da07fa27 +size 44499 diff --git a/metadata/cache/frames/vimu_000453/frame_02.jpg b/metadata/cache/frames/vimu_000453/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca77c186afd99d4a04f7cefa6c545de2ff39cf04 --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd89249fdea12cca7218883e807ac8839cc6e70f61598e6a4375e6c182b43662 +size 43232 diff --git a/metadata/cache/frames/vimu_000453/frame_03.jpg b/metadata/cache/frames/vimu_000453/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c57e63a1cb68de35a57f61ec0809be911a59ae6a --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4aaa6d5c90cfb269e20e8507720b588165a41ee865c686b2b65a6eda558b56 +size 49009 diff --git a/metadata/cache/frames/vimu_000453/frame_04.jpg b/metadata/cache/frames/vimu_000453/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34014a0246bb0bdd3dd3930d0d09e203b99e9577 --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5ee877c810304500bfbe11f90f8b6e942fc3f41ae44205ccce66050b9e4d2c +size 53837 diff --git a/metadata/cache/frames/vimu_000453/frame_05.jpg b/metadata/cache/frames/vimu_000453/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..274ae5a4f196df037f9eb07b3d9d86bda4a75899 --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01ebef5bdbd400d74a2915b629414055679d32d36fe765cb59752fa63cae63f +size 58084 diff --git a/metadata/cache/frames/vimu_000453/frame_06.jpg b/metadata/cache/frames/vimu_000453/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd327ab629e171fd374080ccac989c8273190cbd --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49278ae298123de76135d48f49b48321362579b474924eac6e29608eba5885e1 +size 57094 diff --git a/metadata/cache/frames/vimu_000453/frame_07.jpg b/metadata/cache/frames/vimu_000453/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..519c18d52c974039f994c911e9fb5ace1ed69004 --- /dev/null +++ b/metadata/cache/frames/vimu_000453/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0fdfa2acd7a8c55c5901898d95bc49cdcfe5eefe120e9b0f9cc8e4d928a1e0 +size 58651 diff --git a/metadata/cache/frames/vimu_000454/frame_00.jpg b/metadata/cache/frames/vimu_000454/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afd84d689554dfb1024c74175629a4a20d0f7d7d --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27de4d1066bfbe89c07db2dc493765a2a622eb40a832e22db008ecd890e9e88 +size 64443 diff --git a/metadata/cache/frames/vimu_000454/frame_01.jpg b/metadata/cache/frames/vimu_000454/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2537462201802b7de5952967b364734be0aa08c --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c17c240ef5a7686d278c6a92e69d202440e4f4cb9b65ee4fa1c441be72770d9 +size 64619 diff --git a/metadata/cache/frames/vimu_000454/frame_02.jpg b/metadata/cache/frames/vimu_000454/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b52abe85ee2734fc23ddafec1914def47c6aad0 --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488ac79bf0e6d55fb6ac3752bfe3e9ed2eee4b0c22337cec876fedef93f119d6 +size 52352 diff --git a/metadata/cache/frames/vimu_000454/frame_03.jpg b/metadata/cache/frames/vimu_000454/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6c702f3b50b5ef79c633e18f8320f8386a350d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065d085a537a22d6b5561b3586d3dfca83dda77c4b0e5f29cc47c6a848631676 +size 53000 diff --git a/metadata/cache/frames/vimu_000454/frame_04.jpg b/metadata/cache/frames/vimu_000454/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8344415f169e505806b7f833a0d630ef57d5652f --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de25120fe7c25f0567366907596ee35a2e3e610ae6b94428ca50e2960300de6a +size 51875 diff --git a/metadata/cache/frames/vimu_000454/frame_05.jpg b/metadata/cache/frames/vimu_000454/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..163c9222b492a4272c54e5746e54056bad2669b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2b6537add661bf3b7d12312e6c5d40eeb81e9a99b120106e9336dd0f1c92a9 +size 46878 diff --git a/metadata/cache/frames/vimu_000454/frame_06.jpg b/metadata/cache/frames/vimu_000454/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d9fddf880ef87fc70e554c659dc8c87e44461d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c914ab67f99bbbf085eab3a0191ec1ea3a14229397fd43be86c6bc70310e9ac +size 58120 diff --git a/metadata/cache/frames/vimu_000454/frame_07.jpg b/metadata/cache/frames/vimu_000454/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c0c8d905f3f00d8bec14fdf3769e8dfde079e5e --- /dev/null +++ b/metadata/cache/frames/vimu_000454/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b2a68e9bf3364f68f780118031260e621fe586f440747bf7598e29bae137a8 +size 62375 diff --git a/metadata/cache/frames/vimu_000455/frame_00.jpg b/metadata/cache/frames/vimu_000455/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dc1721d793abc0b0606ceaca8e0a25c179ecf26 --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2cd897f450dbe39e8b213e91ea8eca96219f8d590d40a8fcaab3ee67f73781 +size 50746 diff --git a/metadata/cache/frames/vimu_000455/frame_01.jpg b/metadata/cache/frames/vimu_000455/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c4d26c261dddc6737a25ac7c379950026d9ddeb --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1f924ba03d0490999b1cc76aff3ddcf3614bf62ec996f4723db9689f174cbf +size 54403 diff --git a/metadata/cache/frames/vimu_000455/frame_02.jpg b/metadata/cache/frames/vimu_000455/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bf62c79b8725047917fe87b04b6afe994ececab --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef12f876fa7a3b8c6298f815b66efcd9d98c29c7ef454fc90dbd0dd784992d54 +size 50184 diff --git a/metadata/cache/frames/vimu_000455/frame_03.jpg b/metadata/cache/frames/vimu_000455/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..909b5f871ed92e6dd7d9630c3081d0fdbcd7aad4 --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24660153f95e3850362d7c64358816752075c3fdc5d260b636a8b48bd9c213dc +size 54237 diff --git a/metadata/cache/frames/vimu_000455/frame_04.jpg b/metadata/cache/frames/vimu_000455/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1e8e17bdd2b9ac3ec68f6b30cdd12bc086d5fe5 --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a820ca7d6db6215fa466c65e969e80d8eb74575744e2c7363174203c4641aa +size 45733 diff --git a/metadata/cache/frames/vimu_000455/frame_05.jpg b/metadata/cache/frames/vimu_000455/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb92b86dbd1468e3c6db080ebb19032d3369a90 --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56b54ab1de657a229b18437ade0886ac4888f852c2fac06cdce0b52f30c5d7b +size 52373 diff --git a/metadata/cache/frames/vimu_000455/frame_06.jpg b/metadata/cache/frames/vimu_000455/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18a86cabb392a99e6be1ec653190fb58b2e24086 --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b33b1efe6118bedf7cf4b68b9235c01fc1b429603f024e324e44c457a74525 +size 59340 diff --git a/metadata/cache/frames/vimu_000455/frame_07.jpg b/metadata/cache/frames/vimu_000455/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..273621165695b35127416f90297fbc054745343e --- /dev/null +++ b/metadata/cache/frames/vimu_000455/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49347a206f3a4150001db3f914e68709eb8419d1f081c22136a983eb3b3ece34 +size 63722 diff --git a/metadata/cache/frames/vimu_000456/frame_00.jpg b/metadata/cache/frames/vimu_000456/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba5048ed9836795f0b87ebefca1b0e3fd3613b18 --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c474af872b3fdd971323f92fd841b9bb300761606ec4f2cf6bed5bfeb6d28cf +size 44258 diff --git a/metadata/cache/frames/vimu_000456/frame_01.jpg b/metadata/cache/frames/vimu_000456/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbdf11b38a0bfa8253d8bec52f15cdf8672db567 --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a82fd45b30869e3027dd87d7356c30e67a1269e8b8020508761918b30a22fb +size 38419 diff --git a/metadata/cache/frames/vimu_000456/frame_02.jpg b/metadata/cache/frames/vimu_000456/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0fcedfa0fc64638ed5f80fc8710aab8990efd2 --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c854473462dff36a6d3e5887e88657f10efcfb2a97a24f70be61423e821d84d +size 36214 diff --git a/metadata/cache/frames/vimu_000456/frame_03.jpg b/metadata/cache/frames/vimu_000456/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f1488d9d0a8fce7de601c8b53569f61f3e52911 --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea41e931965344cc47347ec9bd82d5d7c96ca0eb6d7c6d3c64a11958f4493ad9 +size 41340 diff --git a/metadata/cache/frames/vimu_000456/frame_04.jpg b/metadata/cache/frames/vimu_000456/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..889a37d3b7554aa2c4a1b39b129e83082372781d --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72549456d0d9f40ba942ad76142b440d3c00317534c84ec2889c3de446431032 +size 46443 diff --git a/metadata/cache/frames/vimu_000456/frame_05.jpg b/metadata/cache/frames/vimu_000456/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85be073e4049343efe2de3b0f2b2ba919a7d9b1a --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d8bf83c99e08af7cdf4eb86165f889d294a34b76fc27ddc92a8d507471c7cf +size 47181 diff --git a/metadata/cache/frames/vimu_000456/frame_06.jpg b/metadata/cache/frames/vimu_000456/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..887e9ab1c93d00c9de1c04b34cb1a3655a6814da --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200cc5ff92632ba0fa9ee12ba534baa1d90f3398266a6656de00b0bd7d6ad16e +size 47336 diff --git a/metadata/cache/frames/vimu_000456/frame_07.jpg b/metadata/cache/frames/vimu_000456/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b10ed879faaa12842cde646f88c7a2160293770 --- /dev/null +++ b/metadata/cache/frames/vimu_000456/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f555e4c3292369ca189dbbb0cac0221b54dfb5f2806d4d802e66c240192fa6 +size 55704 diff --git a/metadata/cache/frames/vimu_000457/frame_00.jpg b/metadata/cache/frames/vimu_000457/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..484658cfbcf6ac8742f343d1960951a1411d1168 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e9b39ba2fd00b8d00c3236bf7f526494e1c74e24b04df2c66f81a58ba4cc99 +size 28856 diff --git a/metadata/cache/frames/vimu_000457/frame_01.jpg b/metadata/cache/frames/vimu_000457/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac8b453bcf14c1fc476d2b155a5eebe73e691a08 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf7841ebadef3f3dee509e250331cd0406665bcfca592465c8a3aefa139f006 +size 28977 diff --git a/metadata/cache/frames/vimu_000457/frame_02.jpg b/metadata/cache/frames/vimu_000457/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ff6bcc70f99e051d8434bbdc8dd7dc0198fc3f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539e03f78d7a0ea033a3c6e5005443e3951615a8adad341399469705394f9f51 +size 24153 diff --git a/metadata/cache/frames/vimu_000457/frame_03.jpg b/metadata/cache/frames/vimu_000457/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a969310560ff06957cbe8881235e4bbc69f7048 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8194482ccb902a5c0d34b3ce42a07acbcb36841f5d2ed63e18298a7508a8ab1f +size 18173 diff --git a/metadata/cache/frames/vimu_000457/frame_04.jpg b/metadata/cache/frames/vimu_000457/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa84fb53d9401259a00f581c279799ccc8e1541a --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9db1cf154cc59b23a67845cb0042baf6c1c5cf1462480278e369de48a0f0d87 +size 19394 diff --git a/metadata/cache/frames/vimu_000457/frame_05.jpg b/metadata/cache/frames/vimu_000457/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc9ec1b4d03d57b8cb9c77b1030105dda9566627 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf10d51fabbc87b266b2e397646396e3f92cb9da40c9e204fd16214e2f4c3c73 +size 29104 diff --git a/metadata/cache/frames/vimu_000457/frame_06.jpg b/metadata/cache/frames/vimu_000457/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8540033a5a0a822bd89dfcfb0238ab925ef69536 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820b70c234c6831295d949695e847e0b575b0b3c6905ccc6e595c85af6fba3b8 +size 23302 diff --git a/metadata/cache/frames/vimu_000457/frame_07.jpg b/metadata/cache/frames/vimu_000457/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16f41a01b14a1cfbc53c623fd86be173924d8007 --- /dev/null +++ b/metadata/cache/frames/vimu_000457/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1209384a176136450ba69f5df857c56b109a8771b25b1060bcd28720b029062a +size 21116 diff --git a/metadata/cache/frames/vimu_000458/frame_00.jpg b/metadata/cache/frames/vimu_000458/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be803db4e928a0c8bfc58988bcc09f658e357123 --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14047adccc46fe2d17cc87637d2de88bc38112f62e154393ee782931b77af9c +size 45735 diff --git a/metadata/cache/frames/vimu_000458/frame_01.jpg b/metadata/cache/frames/vimu_000458/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ad0747b3f81ea00f7e03365a05ba45d22b326bb --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9739a2a7c644704f3530fbd0f31a803f7b8eb751c649c5c43a198cd193367b +size 35133 diff --git a/metadata/cache/frames/vimu_000458/frame_02.jpg b/metadata/cache/frames/vimu_000458/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..022df036c13d8d0df3ca501c806a70891776bd73 --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ba0499d20c644cc1cd5cb77962bc2210fea85af4a9bb5804b5b4760d28c56b +size 35840 diff --git a/metadata/cache/frames/vimu_000458/frame_03.jpg b/metadata/cache/frames/vimu_000458/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4d117d8ce8e042d57ca260bd1c72e565067e5d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58721fa8ab19b63b9dbc05cdeeeb715c12b8c8453eaa5188cab12f7ecf5f38ec +size 33486 diff --git a/metadata/cache/frames/vimu_000458/frame_04.jpg b/metadata/cache/frames/vimu_000458/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83cd748ae1419538cbb64bc5d1a276bdbdba14c4 --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc32c402d45f4823b22e58f9f66476ad89bfb29f38e1e5c9eb8e4a76240962d1 +size 34700 diff --git a/metadata/cache/frames/vimu_000458/frame_05.jpg b/metadata/cache/frames/vimu_000458/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84f6aed2efdfc38159cd6251a8156294e4c05934 --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88303a5bfb1bd9476079a65031c61fbc1de507e6e5080a88bdcfa65d92176ee +size 37239 diff --git a/metadata/cache/frames/vimu_000458/frame_06.jpg b/metadata/cache/frames/vimu_000458/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41baa52a03ba2ef50bd75242a6293187b46052f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c316f44f194ebd42fc4131722e69df673df8ba432ed62bcd9e23feb0f5188e82 +size 39928 diff --git a/metadata/cache/frames/vimu_000458/frame_07.jpg b/metadata/cache/frames/vimu_000458/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b32a841a6a90bce87ef0ce33d11a90d6df43cdb --- /dev/null +++ b/metadata/cache/frames/vimu_000458/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4436dfaa4c7cf8ab7f2cf2222a153fd28e4e50c6c3d36de9702d1a08bcc59e3 +size 39282 diff --git a/metadata/cache/frames/vimu_000459/frame_00.jpg b/metadata/cache/frames/vimu_000459/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6d938bd223cc2773f0745c2f0b51732596b7260 --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a660973783d2915ae4eaf967e1bf482be4a105b31439e804238c3a1e6c7048 +size 50803 diff --git a/metadata/cache/frames/vimu_000459/frame_01.jpg b/metadata/cache/frames/vimu_000459/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4523e3871aae9fa1f41e3d4e955e62da87e07c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0460bd297d672fd0bc0d7a27439b7a5f73c2eac5cef188b908d67b585cbb90 +size 44125 diff --git a/metadata/cache/frames/vimu_000459/frame_02.jpg b/metadata/cache/frames/vimu_000459/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..577af41494152f6f481b5da735c3614466b4ad29 --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbecc89e9e6c353db2b0c3058c378888484843e321372a609f7d6ec5705a98ba +size 44256 diff --git a/metadata/cache/frames/vimu_000459/frame_03.jpg b/metadata/cache/frames/vimu_000459/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72284bf13dd07f0efda8cdeec3e646e62e5f44b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2576f1a49c00f2160ae78a44cc66f6f80fb7ba5435f2871e59bb46d8c82f812 +size 47158 diff --git a/metadata/cache/frames/vimu_000459/frame_04.jpg b/metadata/cache/frames/vimu_000459/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ced9adc28a02f240522cb00d5b9111ebd76a9dda --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cec30ea11731b751d3aefd29a9245656ab40a87ec06733b59f2ac9f868d66aa +size 57639 diff --git a/metadata/cache/frames/vimu_000459/frame_05.jpg b/metadata/cache/frames/vimu_000459/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9dd4582b7ad1255761e02423ebbabeec0318a4e --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8779d688817163e2c546d50854551d33e1fe965c228ea0bc562e97edd7486fba +size 53347 diff --git a/metadata/cache/frames/vimu_000459/frame_06.jpg b/metadata/cache/frames/vimu_000459/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a5c44d0bfbf905cd8346194225325f4455725a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b19f030f028d184ad482b23db84a53e570e16dd44d215d07f5aab21f756d59e +size 50700 diff --git a/metadata/cache/frames/vimu_000459/frame_07.jpg b/metadata/cache/frames/vimu_000459/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c62bf86143c67608aee84e405a49d7fca1e7c2d9 --- /dev/null +++ b/metadata/cache/frames/vimu_000459/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8a73f923f43f84490d50e53e299e0a02cd7b5557ed6f4186fafebe2a81f238 +size 54004 diff --git a/metadata/cache/frames/vimu_000460/frame_00.jpg b/metadata/cache/frames/vimu_000460/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8e66c5af283970a451a9a26e67a2206ec9b4bc1 --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913ed7fa2a230a0da7ab8ff4f6f3084a893a6f66d4aa49bfe5206d9721a9c773 +size 27245 diff --git a/metadata/cache/frames/vimu_000460/frame_01.jpg b/metadata/cache/frames/vimu_000460/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31286776429cb92fa6e2712c6ead3a1de9c2d3a2 --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e2ff7fd12ac8ab2bea7ea6cd6d5779eee6974a4ec3301262d05de6b1f77a23 +size 26155 diff --git a/metadata/cache/frames/vimu_000460/frame_02.jpg b/metadata/cache/frames/vimu_000460/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..baef1fd076d744fe2cbe96c04b6b53fc9ae72729 --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5eec1dab0d5fd717d27aabafbe4954b40e14d4f18b52d9acaa0fefc9e982ad +size 24739 diff --git a/metadata/cache/frames/vimu_000460/frame_03.jpg b/metadata/cache/frames/vimu_000460/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99488f4f8a1640b60ef6782a8f910a6677298ccb --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cfae0dd4914783c3456ed6907a86d0161380432ec99cc9992498ef551bebf5 +size 22133 diff --git a/metadata/cache/frames/vimu_000460/frame_04.jpg b/metadata/cache/frames/vimu_000460/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..338a85ec9cb8910229bf8032e345110d10053f2a --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24904f480b85eb5632636492fffead121d1c7b1ce843d5694b0e6689ab1d6e52 +size 26795 diff --git a/metadata/cache/frames/vimu_000460/frame_05.jpg b/metadata/cache/frames/vimu_000460/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..175c6a6b236ac7d12cbf1f65ead6150c5f365818 --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799052b34be767e76ee6b7859afda98fef99f1fb7a4f21c9d73d81895dee7243 +size 30353 diff --git a/metadata/cache/frames/vimu_000460/frame_06.jpg b/metadata/cache/frames/vimu_000460/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d50b391596aeb4af307345bfd9843338fa73db02 --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3ec2bfbcd76c462094d0d6ac54bc98cd555df2eeba6c729ea54128ce8c5970 +size 33191 diff --git a/metadata/cache/frames/vimu_000460/frame_07.jpg b/metadata/cache/frames/vimu_000460/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0771c8d1070e752bfd0ff715bbd99807856012b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000460/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea035499e06dd28c49ad4ffd99a346b1242e8ea7dfdb1abd61ca6e6eb673922 +size 33879 diff --git a/metadata/cache/frames/vimu_000461/frame_00.jpg b/metadata/cache/frames/vimu_000461/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19ee067453c875b877daf96f8b8395bd00583460 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77efd48b19a8b4c4533bbe94049bd6df464caaf0fa48fcedbcb77d7adc8c9017 +size 61190 diff --git a/metadata/cache/frames/vimu_000461/frame_01.jpg b/metadata/cache/frames/vimu_000461/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98be6b1b44f8f40df4f2af4c0b2be1dc30ecf336 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f5a06e1d861282964efe953e7f99252083ef74f3761c9ce545b3245a023a1c +size 59144 diff --git a/metadata/cache/frames/vimu_000461/frame_02.jpg b/metadata/cache/frames/vimu_000461/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37c263f9bb61a36776c89d9ca661fd358b377e15 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6066bd0ab0c1ba9efa448f0d777b3fe0e794ece801ab81659bde863c079a5af8 +size 47733 diff --git a/metadata/cache/frames/vimu_000461/frame_03.jpg b/metadata/cache/frames/vimu_000461/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bc0089b8a50e7c503052774d415bd356e97d638 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b58e1fc8f48cc9700e808adb37e579cc8f97034b2f7490ea73e958fef50f5e +size 59915 diff --git a/metadata/cache/frames/vimu_000461/frame_04.jpg b/metadata/cache/frames/vimu_000461/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a439565fa07fde529133962ff596cea39a9138e --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3644a9c56d357383818225e964518d297e5553c68bc130495f4e379827a0ddca +size 62173 diff --git a/metadata/cache/frames/vimu_000461/frame_05.jpg b/metadata/cache/frames/vimu_000461/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4b7056deee0342021adc40141d505dfac439079 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ff718ab6cd031ebe26faaacaeb7d8aa63f09941b91af7e23ee082d15918cde +size 60761 diff --git a/metadata/cache/frames/vimu_000461/frame_06.jpg b/metadata/cache/frames/vimu_000461/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfe5b7099fa3965b7616fae50a57ab934dfac309 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6602531c72a8b3a743dad9a5e9b884fecbc2ffb85d48225c461665ba40648dc2 +size 52226 diff --git a/metadata/cache/frames/vimu_000461/frame_07.jpg b/metadata/cache/frames/vimu_000461/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..574e65700a24001e2ea1fbffec5b1c4a29b731c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000461/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5491d91766396c3ae34f92ac4db01b6ad4aab69a65207992b987bde2435e0f90 +size 38990 diff --git a/metadata/cache/frames/vimu_000462/frame_00.jpg b/metadata/cache/frames/vimu_000462/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e81acd906d10b600f53a10c1a58385dbf7714e31 --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c613b31c9a8249aac8ca6735181079cf45b8a33f431e1f8981d8c6eb43b33f0 +size 48905 diff --git a/metadata/cache/frames/vimu_000462/frame_01.jpg b/metadata/cache/frames/vimu_000462/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dec85ef14632ef3fedd7413b7f5efcbfeba99b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7023b1248d7f92ff60279ae828959a9c96541510b6f3c4dcb9897180ce1cd9b9 +size 53957 diff --git a/metadata/cache/frames/vimu_000462/frame_02.jpg b/metadata/cache/frames/vimu_000462/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bc4dc380bbc350a14d08c9d76f9d36cc72c8fec --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc006a2711438640e7d82babdb722f6abeee2fd32fada195f20bcecf6c28d77 +size 57866 diff --git a/metadata/cache/frames/vimu_000462/frame_03.jpg b/metadata/cache/frames/vimu_000462/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65313c75b7e3f66f22fbb7592eac7684cf691a77 --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c12278e36fdb0ec73f78684fd8d85a62bbe57c8d1ffea6379d2df75657fcc1e +size 57574 diff --git a/metadata/cache/frames/vimu_000462/frame_04.jpg b/metadata/cache/frames/vimu_000462/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e15176922f28530fbe598083f54c639297ff862c --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4a812e8573c0de4feb8e981340beb64b369ca86ca33f4057b63f383ec9a1bf +size 49841 diff --git a/metadata/cache/frames/vimu_000462/frame_05.jpg b/metadata/cache/frames/vimu_000462/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc200340e38f45d8fc416bafe0cd762690403a1e --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4252ce00104ff6cfd69885e1a8884e012f2f47afc1396e523b56d2082542325f +size 55567 diff --git a/metadata/cache/frames/vimu_000462/frame_06.jpg b/metadata/cache/frames/vimu_000462/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7091d1db8d09eaaf3170a12435cce27650cf38d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4dabb7b9e35da9734b5958f36ad2d4a955b11f65b2bbfd8b45cba62be7a361 +size 45605 diff --git a/metadata/cache/frames/vimu_000462/frame_07.jpg b/metadata/cache/frames/vimu_000462/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12f71c3f492110981d68af35bd6b2dae0af56c04 --- /dev/null +++ b/metadata/cache/frames/vimu_000462/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dbbd3913dbef42051b86302dada6ab23b389d94abeab03055fbc2d5cb0b863 +size 47796 diff --git a/metadata/cache/frames/vimu_000463/frame_00.jpg b/metadata/cache/frames/vimu_000463/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..92d69a07ec8020e6a7edcc921a69e2024aa6fc71 --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2982df738260509c8b4f5dd65eda05997bdb7046841aa2770f433eaabd0c1ea4 +size 37714 diff --git a/metadata/cache/frames/vimu_000463/frame_01.jpg b/metadata/cache/frames/vimu_000463/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97643d8828a712200187de3071002faea1a13ea9 --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37880514cd754f1772573406e9e106359216e1f9e99d2ca1785f2bc65f423fc8 +size 39096 diff --git a/metadata/cache/frames/vimu_000463/frame_02.jpg b/metadata/cache/frames/vimu_000463/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3701f9dd6bf1e332c9dcb5009dc1eb3b52a3e4a --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ff1994354e1e143a3660ba9c21e66b9a7724195e5d8d421755bbb55627c882 +size 37320 diff --git a/metadata/cache/frames/vimu_000463/frame_03.jpg b/metadata/cache/frames/vimu_000463/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb67168d885e9e4a15325358d5024535873c336b --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5688a542cd2641ab9b184b1b3eb9b613a061e6ff270cdc0cae01fe7f0e6a6e1c +size 35811 diff --git a/metadata/cache/frames/vimu_000463/frame_04.jpg b/metadata/cache/frames/vimu_000463/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8db97cd58d36f6a175bcec18029a69872623020 --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525f83b6d70360dcf5389bd228bd3a1e02de4dce54ff465fac64f5364374266e +size 34937 diff --git a/metadata/cache/frames/vimu_000463/frame_05.jpg b/metadata/cache/frames/vimu_000463/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a021b6dbb7467533141a1766521dff24b19fb1ae --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8089bf98317debd58211c07673c599efe8a4f360c172adb2e3aeecbae9da3f7b +size 28631 diff --git a/metadata/cache/frames/vimu_000463/frame_06.jpg b/metadata/cache/frames/vimu_000463/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f5ad3ea63c0df732abee019cd9827ad6dda4bf3 --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191e85ebe51b9a513305dd1871647636f18e0921589096bcb2807ed9f22c6397 +size 29161 diff --git a/metadata/cache/frames/vimu_000463/frame_07.jpg b/metadata/cache/frames/vimu_000463/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0891d8ff6df1ba7bbb8c2dede96ab493c6a52ea --- /dev/null +++ b/metadata/cache/frames/vimu_000463/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653b9bc7cb769656920ad59eddff082f9323fa05dd3818e3610a284addb05e69 +size 31269 diff --git a/metadata/cache/frames/vimu_000464/frame_00.jpg b/metadata/cache/frames/vimu_000464/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74018e8c2a4f1f201aece159bdf69545ff1c73d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3942e3a023686eed8747904a00aa90f79f8b7e1e2734bddf2e523309fd9f397 +size 44892 diff --git a/metadata/cache/frames/vimu_000464/frame_01.jpg b/metadata/cache/frames/vimu_000464/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5062324fdd9f9b57d594139da70609e16400160 --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb7aa55b0c411d3ef57887b89779004848ddfc2c0a8eb81436638507281f348 +size 39350 diff --git a/metadata/cache/frames/vimu_000464/frame_02.jpg b/metadata/cache/frames/vimu_000464/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da90de6807dc1345f926917a20a136dad05b6681 --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3158d83884994a9d2e6678aac7cffd7fe8e77c91746cb29996ff2e1a448b055a +size 42403 diff --git a/metadata/cache/frames/vimu_000464/frame_03.jpg b/metadata/cache/frames/vimu_000464/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a34fe3f7e4496d09cde59c56e1ecdaf1c673efd --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4a88a312a72024b01b1de6928fe504e1d42b354543fc2cbf0e4cb03adc5bb7 +size 36425 diff --git a/metadata/cache/frames/vimu_000464/frame_04.jpg b/metadata/cache/frames/vimu_000464/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..585f3f96baea51315b8edf4e26d9abd45d680d89 --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e165fdb968853b5e46d6604a50fb442cb58296d8b0c214b21aa39a22ddc98c +size 26357 diff --git a/metadata/cache/frames/vimu_000464/frame_05.jpg b/metadata/cache/frames/vimu_000464/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4ead95819ef7a5bd4f8e8889c1ecb347d0344de --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410c7601c21ae1d9189a98324516ebaaedc72e5b6c4584296e506e06b0c9384b +size 24481 diff --git a/metadata/cache/frames/vimu_000464/frame_06.jpg b/metadata/cache/frames/vimu_000464/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70313aa2907ede458a74df10822001b6fe88fb04 --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987878983393b0e103304e9af182286bbf1d1b90435f8c836cda303f15a8f60c +size 22639 diff --git a/metadata/cache/frames/vimu_000464/frame_07.jpg b/metadata/cache/frames/vimu_000464/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30565e8885907ee6373f6722d5095afefa2305f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000464/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11bd5f283d8d18645c0c584a635ed0fcd27befa1414d131939b74d53bab1e70 +size 23859 diff --git a/metadata/cache/frames/vimu_000465/frame_00.jpg b/metadata/cache/frames/vimu_000465/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea159eea01264fbdd9d56cbfc961273feba4bb11 --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049f0a8f63dc4d7176a8a7bcb898b2eb246c69be4ebe856dd0c95cd24cb4fd91 +size 23117 diff --git a/metadata/cache/frames/vimu_000465/frame_01.jpg b/metadata/cache/frames/vimu_000465/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5459a4d4649c59b3d01df2027406bcccb1fec663 --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9a9de69521279954988458ad31bc8fc3575f607fc83cd7879c5fb754e2c125 +size 29302 diff --git a/metadata/cache/frames/vimu_000465/frame_02.jpg b/metadata/cache/frames/vimu_000465/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97f416447c35d6d28611a741b0ea6c9ef06d871b --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ceb246ef2fa1de485849a19e4b5a658669995f3c8950b69718acbc69a551e2 +size 35192 diff --git a/metadata/cache/frames/vimu_000465/frame_03.jpg b/metadata/cache/frames/vimu_000465/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fcd7f2009182c32b3b64a4b53d268818cdd2ced --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf8d314fe04ebd0081207fe705e65557193c5ba5c86d93fc6074cf6048a8491 +size 27726 diff --git a/metadata/cache/frames/vimu_000465/frame_04.jpg b/metadata/cache/frames/vimu_000465/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46e9618b1f05f2252264d7d03e20fbf4307913b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bff872142ebb8db3c90aecd8d260348fa3a66eb04c2ec008a6f747c033e10c8 +size 27259 diff --git a/metadata/cache/frames/vimu_000465/frame_05.jpg b/metadata/cache/frames/vimu_000465/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fca5341f236dd40ae151f7910e4a08c01d7c9f99 --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df9fd05d982ada3005446732512b6a48e02a0d927ed67e567124740a04d4950 +size 25405 diff --git a/metadata/cache/frames/vimu_000465/frame_06.jpg b/metadata/cache/frames/vimu_000465/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7cb70e400a027de748f9304f4c12f916d7db4e5b --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfb4513edf56f6e9d07c9c4d1581bb5489f45abc23737d154cf820a747d376c +size 30967 diff --git a/metadata/cache/frames/vimu_000465/frame_07.jpg b/metadata/cache/frames/vimu_000465/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2106b1423be0736a2d8eb9bc925467f88796eb2f --- /dev/null +++ b/metadata/cache/frames/vimu_000465/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3905c5793971fb0169fe8f3ba1dfa3d49ecc068ce342b81f55f1a04296034365 +size 38834 diff --git a/metadata/cache/frames/vimu_000466/frame_00.jpg b/metadata/cache/frames/vimu_000466/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..380b19b4bce11f52fc61c6c2602b67d7116fc78b --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d3b0c02e729b518645537f88a5d606137a029bccc8ab10b74b8128e03633a9 +size 55693 diff --git a/metadata/cache/frames/vimu_000466/frame_01.jpg b/metadata/cache/frames/vimu_000466/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8cae3c325cbd8ee69038ebab08ac4f3030ec67bc --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9f2a56bd3a52b457f4ad774f768d046bf907f0b9c207d1b29526ba75f2d2b8 +size 50533 diff --git a/metadata/cache/frames/vimu_000466/frame_02.jpg b/metadata/cache/frames/vimu_000466/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6220f58fdc83c88ac9df270542eadca36261c9d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5952f7775f5d5f05bebebf018ab3219d3e6a1c409aa97264876785d8e759471 +size 54338 diff --git a/metadata/cache/frames/vimu_000466/frame_03.jpg b/metadata/cache/frames/vimu_000466/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f11b1a79c16347b1e5c71648156d431ea4874e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9445c8b9112d76fc8d135dd7ad8b76754ee0d58314d038af63eb9bf99019f336 +size 55064 diff --git a/metadata/cache/frames/vimu_000466/frame_04.jpg b/metadata/cache/frames/vimu_000466/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6154c68a1891ff7b1fdd6a7f1190cbfa5a62cff6 --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e49e221de05cc90bd1d9aa1df93f36bdeae55f12554c77fcdb63ae8b3081c9a +size 54153 diff --git a/metadata/cache/frames/vimu_000466/frame_05.jpg b/metadata/cache/frames/vimu_000466/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd9d7484b6d88a107c3e795011c5a2d140b76fb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a07d9f99496ff7bbf6199017df69693542fa5c6d1e31f3dc407a7eb836d85d +size 54664 diff --git a/metadata/cache/frames/vimu_000466/frame_06.jpg b/metadata/cache/frames/vimu_000466/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d98da7ee7983f6c7eb88251e86f027b49091f185 --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ced283571a1d5e3007cc67fd35a40d48c7d0c6a31f1a1eec8b2d67eb2d8056 +size 55331 diff --git a/metadata/cache/frames/vimu_000466/frame_07.jpg b/metadata/cache/frames/vimu_000466/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa2125c342382f0b3a9ef2fc6ecc51c8cfc46eeb --- /dev/null +++ b/metadata/cache/frames/vimu_000466/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563c0ba20a3307db12745442f49570d4106de3b248cc6340094ba27072a863ae +size 51818 diff --git a/metadata/cache/frames/vimu_000467/frame_00.jpg b/metadata/cache/frames/vimu_000467/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dec7bbce523387063f1aa9d296f3e931108fc925 --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d948feff585af00a73c0687d37f3c3227d27455d73e0e9b3be8b4945a6726374 +size 37955 diff --git a/metadata/cache/frames/vimu_000467/frame_01.jpg b/metadata/cache/frames/vimu_000467/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeefc95b765ba961ecd584025224a65a59b32796 --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abdfc3f61505ee64ed1b15fa4616632d93e232968443914ee52360a7fe12181 +size 36832 diff --git a/metadata/cache/frames/vimu_000467/frame_02.jpg b/metadata/cache/frames/vimu_000467/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4271bc71b752eebd5f040a6d98ef0ca8db7e2c3b --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05d047003d47d9cc0f12677ae808dc2033bb6cb971909d812273a6023b0b926 +size 36926 diff --git a/metadata/cache/frames/vimu_000467/frame_03.jpg b/metadata/cache/frames/vimu_000467/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a986ef48562590ec543cf2804c1bbd60efa6b53a --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546394c493266f256645fe8353001b8692dda5e356ed0797dbfb7985be5b605c +size 36109 diff --git a/metadata/cache/frames/vimu_000467/frame_04.jpg b/metadata/cache/frames/vimu_000467/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a425c0faa3fd4978b33eaacdc03ec9fcb5fecfb --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25183931dbae73e52507f4a6f3bed536005a89fdc423f2e4e32698f48cf6456 +size 42926 diff --git a/metadata/cache/frames/vimu_000467/frame_05.jpg b/metadata/cache/frames/vimu_000467/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98183bad76308f0b8572005dab94eaeab2cfd955 --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52713adb8a95f8ef588bac443506264fc3e89d6fb91db23a8730e83005e39332 +size 35514 diff --git a/metadata/cache/frames/vimu_000467/frame_06.jpg b/metadata/cache/frames/vimu_000467/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da914b08b0f5e2c728e8351008c3bdb475922706 --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd00bbad1a5d37e75e58415405f4e71443163f05e5e53837aee326e4e7450ebb +size 35555 diff --git a/metadata/cache/frames/vimu_000467/frame_07.jpg b/metadata/cache/frames/vimu_000467/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85b530be4a0d4341453501b1535a83215030777b --- /dev/null +++ b/metadata/cache/frames/vimu_000467/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c16b4eea8a8017f8789b27fdeae49e68e871bfe430838df68925a2ba2496f3 +size 31731 diff --git a/metadata/cache/frames/vimu_000468/frame_00.jpg b/metadata/cache/frames/vimu_000468/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb0e27fe24f36ccdf82c4e0c8224edbb81cdcb40 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18993a7d9318a8eb0bab9d7c69bcc6303bc5b3c5cd5ba52fb9a4e337a1c8f47b +size 28845 diff --git a/metadata/cache/frames/vimu_000468/frame_01.jpg b/metadata/cache/frames/vimu_000468/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e76a3ccb50b03dff612c9a300be34387f15b8eb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2271513175870040b2f384700eea84965f7508caaf47c6f820ba206c82ee1c +size 36044 diff --git a/metadata/cache/frames/vimu_000468/frame_02.jpg b/metadata/cache/frames/vimu_000468/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0aa2d51ea009d584e0e8f4a49ccc69432376606 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a205c661855cac83bb151408b1c8d23e009dee5fc6647a7ce10591fb4e9492 +size 38062 diff --git a/metadata/cache/frames/vimu_000468/frame_03.jpg b/metadata/cache/frames/vimu_000468/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a03c4d1138b700d8052d3774dba9ff3fff5b37f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb2153d4d565ad67c6049e7507285311a394b6503bcc5054493058067cfe790 +size 41775 diff --git a/metadata/cache/frames/vimu_000468/frame_04.jpg b/metadata/cache/frames/vimu_000468/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5aca913fc62e7c68ecb2e9388bda3b03678787a --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24ef0d2348010b95cbb9fe0563abce91b6b461d7a0240f27de23088c6c80d63 +size 32347 diff --git a/metadata/cache/frames/vimu_000468/frame_05.jpg b/metadata/cache/frames/vimu_000468/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58cd1f9ff200717d8a53a4765cb1ebb07462ac40 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854599b8a6bd91e043fbcfa5507470d3e03a4383f3c5173304bdd7dd1db1ecef +size 30652 diff --git a/metadata/cache/frames/vimu_000468/frame_06.jpg b/metadata/cache/frames/vimu_000468/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d3b1e3d279450e4f2ccf10d587f8fee2a2f9d74 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90c3ae407487bc9e8b749ac6927e070c4955af2503474dab7fe66f22c991ba2 +size 39575 diff --git a/metadata/cache/frames/vimu_000468/frame_07.jpg b/metadata/cache/frames/vimu_000468/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ceb863031565b3d42519fa15ed1b2fa1ddc63809 --- /dev/null +++ b/metadata/cache/frames/vimu_000468/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7a5da22c81b2ec4aa94d291f04c31a077ac407e70ddb38ccf5f8f7de8bea24 +size 31051 diff --git a/metadata/cache/frames/vimu_000469/frame_00.jpg b/metadata/cache/frames/vimu_000469/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..208ac6dfc3955ac1eda137380bb4848e170f8898 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ece4ceae234cce7f9d11891ba2dc6e0e16dc6d92cc58df18e0e17eb424ab55a +size 50356 diff --git a/metadata/cache/frames/vimu_000469/frame_01.jpg b/metadata/cache/frames/vimu_000469/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7881dbd192732a7bbf4b19cc649e3df21f3b378 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fbbdba1a982d111accbdaf7f9171fa648700e73f09b0491b71208a4699e366 +size 53514 diff --git a/metadata/cache/frames/vimu_000469/frame_02.jpg b/metadata/cache/frames/vimu_000469/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5433a0e8c6372d4134106bbbed8ada77bd84ee64 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1716592472fc596bf2ebeb191e9223ee6b29f7e6cd011106681a621d4c169e6f +size 55609 diff --git a/metadata/cache/frames/vimu_000469/frame_03.jpg b/metadata/cache/frames/vimu_000469/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e90c79835e4156f154abe45bfe8899131ff120a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfbbc8ad8050883ef8801b6d9f53ec68b6fb378a121fb920d2fff61cab2c14c +size 53360 diff --git a/metadata/cache/frames/vimu_000469/frame_04.jpg b/metadata/cache/frames/vimu_000469/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a31ae5c26c66d1d5f7ba9ca895e78792f1912a30 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04929e134c68289b8b8649a82e09813d5b424cc386beebbcf9daf2daade4fa2 +size 47642 diff --git a/metadata/cache/frames/vimu_000469/frame_05.jpg b/metadata/cache/frames/vimu_000469/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a83470de160b43e26b63145d957b7101c336dc4 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44654868b0bc36aa286de78f220aa05d18a473e0442480ef454d67777aae3ed3 +size 48921 diff --git a/metadata/cache/frames/vimu_000469/frame_06.jpg b/metadata/cache/frames/vimu_000469/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f147d03e46e0ceb855d11b4fe6dbb9e2d596f70 --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64e2801f0e392638152adfa3eecbac23038a7c1a58152093a38fe183d61fd0f +size 28544 diff --git a/metadata/cache/frames/vimu_000469/frame_07.jpg b/metadata/cache/frames/vimu_000469/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..710e188c440aedb7bc25150ba0f831fcd4cbf44e --- /dev/null +++ b/metadata/cache/frames/vimu_000469/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14baf07490b9209a8f35cbdda8aeca3cdd9ba866b547036666c4fbcd0d29689 +size 32413 diff --git a/metadata/cache/frames/vimu_000470/frame_00.jpg b/metadata/cache/frames/vimu_000470/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6c455eb8dc94c79bcf9029b143ca14dfb13c067 --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98963dd0d15d4412c68a92cf47874f28cbd0e787c5e84815bcff49b46a4db111 +size 10803 diff --git a/metadata/cache/frames/vimu_000470/frame_01.jpg b/metadata/cache/frames/vimu_000470/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f0a7207c163ef482d595978a47f1b3c5361a6aa --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcaa10c610e244b07d4ee3c03081cb44247a8120d823d76754c80de1b2a4566 +size 15592 diff --git a/metadata/cache/frames/vimu_000470/frame_02.jpg b/metadata/cache/frames/vimu_000470/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0140b27ee84278ae33ac53fa8f0595355391d69 --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9591b0a7e58c6de82fbf9a5aea8161c66614a45e954acabadad5feacf054a12d +size 23359 diff --git a/metadata/cache/frames/vimu_000470/frame_03.jpg b/metadata/cache/frames/vimu_000470/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a47eb52d5798d38c3512847acc1dc1689fd4869 --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91ab73b7bad40e1da1155d0f960a93bb8d045e4f0ffac9acb0bde4ced12cf30 +size 40404 diff --git a/metadata/cache/frames/vimu_000470/frame_04.jpg b/metadata/cache/frames/vimu_000470/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b357a9b333a6d9007f2aebed4c415980f7efa52 --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2816b27485afc2c5ec2db0fd87d814443aabe5b373c72c05708d58f80d6d8c94 +size 44849 diff --git a/metadata/cache/frames/vimu_000470/frame_05.jpg b/metadata/cache/frames/vimu_000470/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8be578e9278e9c5d014af094d1953775e5cc6cca --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b255d4f2a712d277edc8a37a6d4a53f5b0df116e3123f808dda59b47bec7fb +size 35652 diff --git a/metadata/cache/frames/vimu_000470/frame_06.jpg b/metadata/cache/frames/vimu_000470/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..978fdcd40672ef9c319e8c74ad3bd926d52c676a --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168903544c8b61c90e84898ef304ff39796c820dbc110d4243e284f5af0740a3 +size 22728 diff --git a/metadata/cache/frames/vimu_000470/frame_07.jpg b/metadata/cache/frames/vimu_000470/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2176bedf9cbfd0fcfbd01a1e2ff4b4f1a075bb0e --- /dev/null +++ b/metadata/cache/frames/vimu_000470/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb60085f133acf9312025711755ad82f245aef0dad98be9334f304c9d4e538f +size 24612 diff --git a/metadata/cache/frames/vimu_000471/frame_00.jpg b/metadata/cache/frames/vimu_000471/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83a7224a09adb29e6f0d4ac1040600ffbaee711c --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02520250e21226adc1041b1a9347c6133bbbd4691a8419a7b85546236134f471 +size 27625 diff --git a/metadata/cache/frames/vimu_000471/frame_01.jpg b/metadata/cache/frames/vimu_000471/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e49dd4b8fa7d63ed528be199fefc5c6b3d1762e --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2ba7f228435aa1b5acda39319d7e8e469ad4fd864e337821e6212922e283a5 +size 27956 diff --git a/metadata/cache/frames/vimu_000471/frame_02.jpg b/metadata/cache/frames/vimu_000471/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70917edd7a9d2bb911d70ed27a3597de4d857dc5 --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1c024ec060180c0e1f9ea7eb7c3b2d8ec6ff5325441780b3eefa3c76b80b2e +size 28026 diff --git a/metadata/cache/frames/vimu_000471/frame_03.jpg b/metadata/cache/frames/vimu_000471/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e44e3793e37bb0f9c7a11b08495a531e369a24bc --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c620e522658d54aa5ed747d571828574f39e648aae1cef35fe6e728a433b868 +size 20219 diff --git a/metadata/cache/frames/vimu_000471/frame_04.jpg b/metadata/cache/frames/vimu_000471/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e225664385c340fea888d7efa5f3444e38ef83f --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5359cbb331f441580154e02bd857f62c59db0f759fcd9f380c9d41f09458cf87 +size 25969 diff --git a/metadata/cache/frames/vimu_000471/frame_05.jpg b/metadata/cache/frames/vimu_000471/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4b7156e0c084c5c26b60b3a15ece8a86f860501 --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b888278849b688c00b86505e625e71cdd8f4056383c5c6633861ae0a9deb70 +size 27994 diff --git a/metadata/cache/frames/vimu_000471/frame_06.jpg b/metadata/cache/frames/vimu_000471/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97de35ddbcffe40b856c9d1bf14ecef6619fa113 --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25f2abd728b1829eb1ecc85c3e861489d6296f46dfb01c201a13faa48987604 +size 27463 diff --git a/metadata/cache/frames/vimu_000471/frame_07.jpg b/metadata/cache/frames/vimu_000471/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf01c34597b01eff7031fdc2144a887bb2d9339f --- /dev/null +++ b/metadata/cache/frames/vimu_000471/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d3b454af5b0897e4a9001a4e23232ccbab87633a59478c467ef55af9cfa177 +size 27954 diff --git a/metadata/cache/frames/vimu_000472/frame_00.jpg b/metadata/cache/frames/vimu_000472/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d413a4ec9361169ffda09024a64e33c1887e42a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d524ebe602406ada83482df9dd7d2e8cb4e555efab976f2badecc8342c0529bd +size 24087 diff --git a/metadata/cache/frames/vimu_000472/frame_01.jpg b/metadata/cache/frames/vimu_000472/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3b8401a72fac37ad12108cc9a291b7493748164 --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694ab91be0b758d17fd1a4ba57391cbbb63cff33d391f84e0d868e1e867b6ac8 +size 30958 diff --git a/metadata/cache/frames/vimu_000472/frame_02.jpg b/metadata/cache/frames/vimu_000472/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de68e0f3f7cb69991e06689c7e5d02c01b60abdc --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b377c8239d5348d5bb70b33f537b0a6b8ffdb87e4b4b2b00f1da1023119d45 +size 34848 diff --git a/metadata/cache/frames/vimu_000472/frame_03.jpg b/metadata/cache/frames/vimu_000472/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fd76c1df502946c95d63be34ab874a9ef511d6a --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322689991166237165ab6fb29d026138714dd3c133a0e46a6475bcd154b355f7 +size 34740 diff --git a/metadata/cache/frames/vimu_000472/frame_04.jpg b/metadata/cache/frames/vimu_000472/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c414dc3c9152161fc6fb2a7928db14ed27e2f52d --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75fb2e21b6dc02d06f97ddbdd60a975414d46a7eba681c2c5f7c30dd478946d +size 34901 diff --git a/metadata/cache/frames/vimu_000472/frame_05.jpg b/metadata/cache/frames/vimu_000472/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d00753f4d3dd4d6c3e033292efb4817f247135b --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aaa7f323d9134498122673c441713bbe77e696de483827d042e2a745563d700 +size 34134 diff --git a/metadata/cache/frames/vimu_000472/frame_06.jpg b/metadata/cache/frames/vimu_000472/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ab9ba6a33a56022f8f85f6f76018e0c2f93e54f --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acf3360c08708efd10bb3b4dfafbe985896f3d2a5130c377ce2226b0d7d20e4 +size 29303 diff --git a/metadata/cache/frames/vimu_000472/frame_07.jpg b/metadata/cache/frames/vimu_000472/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2368c2adddb1d9c1a51372b8db8d8a7977126f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000472/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926d662626e7430c34ce55ec408a2969ae1932dc85ac47fd4f5ead402ca7b8de +size 27948 diff --git a/metadata/cache/frames/vimu_000473/frame_00.jpg b/metadata/cache/frames/vimu_000473/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..452df985d78c3818c7e2f73c326202b0daca7d62 --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de3eb53a2de0403a9f001644d3a1d2f5414c624323017459b5c3373fa1efa93 +size 59364 diff --git a/metadata/cache/frames/vimu_000473/frame_01.jpg b/metadata/cache/frames/vimu_000473/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80d3e21d5edd82f27197df8fd6680251280d6dd1 --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3635f149f0bea7aa76385a106776e9cd3b9da565f2d24d4eb7440a003cbef23 +size 62134 diff --git a/metadata/cache/frames/vimu_000473/frame_02.jpg b/metadata/cache/frames/vimu_000473/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..485b0af81a7f4fba741fa701cafd4544892dad4a --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c68b1ffae6ef313f1493448803f91aaf64c097b8ecea3d807535ea83a387cb0 +size 58895 diff --git a/metadata/cache/frames/vimu_000473/frame_03.jpg b/metadata/cache/frames/vimu_000473/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc3ea223885aeeee5ba5040ae52f81d841a4a44a --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f418da4b130188034b66c5de3a16362fd6b2fb689c8866640fb5c370f53919c6 +size 57742 diff --git a/metadata/cache/frames/vimu_000473/frame_04.jpg b/metadata/cache/frames/vimu_000473/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc96a2f73cd9ecf2802b3ac92f2cac5c74f4b8f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8341727fdda5e93fee7a59475a1d870527823bf43132f9f15abee3574f887f24 +size 57753 diff --git a/metadata/cache/frames/vimu_000473/frame_05.jpg b/metadata/cache/frames/vimu_000473/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..060f6581081133926b150154516bfb62c7fbbcb4 --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa6434c26674a937ec0d306857a15e6923c35a688c674ccbc31deee2e79365d +size 54704 diff --git a/metadata/cache/frames/vimu_000473/frame_06.jpg b/metadata/cache/frames/vimu_000473/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d382853fe35d84e30f560721c24aa428b59edb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e93287924934fcdd9f8301485c3f6a640ba81e2fde3e24679b7dc4928a08d5 +size 56828 diff --git a/metadata/cache/frames/vimu_000473/frame_07.jpg b/metadata/cache/frames/vimu_000473/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bcf446be02bc27c8ba72a3b1b375ed7444b5e9b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000473/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300a733b196d04214587028b1a7e48ab3c0e1689390e9a5889d8295211af9b9b +size 47548 diff --git a/metadata/cache/frames/vimu_000474/frame_00.jpg b/metadata/cache/frames/vimu_000474/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7cac750221236fb12d483684483cfccc4f3033f --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dfb42f789aa1559da867dd74c82fbf775254e10411d87a2cd66117f8276249 +size 43897 diff --git a/metadata/cache/frames/vimu_000474/frame_01.jpg b/metadata/cache/frames/vimu_000474/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f09694cba17e5859fc86e764fd55c06346d9001f --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc53021c74528e0689c51e000f4128d551b605c3b124da9e00d6d207f00450a9 +size 42393 diff --git a/metadata/cache/frames/vimu_000474/frame_02.jpg b/metadata/cache/frames/vimu_000474/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..901194bfe0edcf7ffec15e7277c9a905af3e18a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c5aba2e1a48e17ddc1638ca49fa81c48275b3bad6d821438450797fe0b4923 +size 41533 diff --git a/metadata/cache/frames/vimu_000474/frame_03.jpg b/metadata/cache/frames/vimu_000474/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d71c53a51458d5c77d52317f75218562055843b --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadc56ec66d463ea9f80679bbe8182a743ef3e1b143a49ea9836dea252becee5 +size 54172 diff --git a/metadata/cache/frames/vimu_000474/frame_04.jpg b/metadata/cache/frames/vimu_000474/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..569a8e12c7bd1625bfd4f7926a1834ad10c91b8e --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac8e686d54b7f34971109f9c65adac11d2b855ed5a099926c5a7285a28f55b9 +size 78911 diff --git a/metadata/cache/frames/vimu_000474/frame_05.jpg b/metadata/cache/frames/vimu_000474/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b5252e82b3b08ab6aec0dfb6116c329721060c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7ec109750049b58c7fe1672ae21f3fec679e52dec1dffc00ee2cf9660408f8 +size 65570 diff --git a/metadata/cache/frames/vimu_000474/frame_06.jpg b/metadata/cache/frames/vimu_000474/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4cbd87822a603f9eebaeb86279e9df8889acb37 --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9522a94f4da6ee752c5a31ebcfd25d7fcd15f644e2c12fd6290d6d34f14f1e +size 65553 diff --git a/metadata/cache/frames/vimu_000474/frame_07.jpg b/metadata/cache/frames/vimu_000474/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..488b0450a2f661b1ca76ac51ff31401d289b9a43 --- /dev/null +++ b/metadata/cache/frames/vimu_000474/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd71d180a3674f0be065079f0967ae894125d9136d55267d67e82744886c7e14 +size 86248 diff --git a/metadata/cache/frames/vimu_000475/frame_00.jpg b/metadata/cache/frames/vimu_000475/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45940bb819e2a8a5b4ec3daaf19cedc12c53bf6c --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a2ca1351e41892f4262b35b59dca1bc18492991025a7a5ce6e70532733f7cc +size 56277 diff --git a/metadata/cache/frames/vimu_000475/frame_01.jpg b/metadata/cache/frames/vimu_000475/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17796f79c6be0ce97ca569ae336d1854823decf3 --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a5400ac91fcae4d3a40ec798e464f36b68ff80587e94acdc7413daa64272b8 +size 52924 diff --git a/metadata/cache/frames/vimu_000475/frame_02.jpg b/metadata/cache/frames/vimu_000475/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18e48e823c034c354659f73c4e29321dcaf17a42 --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ed7f17caad3620941fec14136c440735e5c9f20217a87d3d06313e18c0bdb5 +size 60375 diff --git a/metadata/cache/frames/vimu_000475/frame_03.jpg b/metadata/cache/frames/vimu_000475/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c61f39d39efe827c402d04db5b635a84de34c6e --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcab6870aa661d487eb3b4c11fd2d921a76ae7d45d1a1b6b09527e8dd8e19170 +size 59610 diff --git a/metadata/cache/frames/vimu_000475/frame_04.jpg b/metadata/cache/frames/vimu_000475/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0a6b22eaa64d3296bf52e975a35c10726df303a --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714b699769e3d40727823de080888ccffb01111852f28e3c96c775f3d1bbefe5 +size 62448 diff --git a/metadata/cache/frames/vimu_000475/frame_05.jpg b/metadata/cache/frames/vimu_000475/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5ee587b0113e17190cf7b48dd8e083877a056bb --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac2d078bf22cf3d7a0572c132c2f40d64557e94e79df7c8ba471d6c3ae6009f +size 58747 diff --git a/metadata/cache/frames/vimu_000475/frame_06.jpg b/metadata/cache/frames/vimu_000475/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a4c8d80013818190d0e03430d2eca9a910966e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b8be0ad8ea64d9723470e6f43294999bc8ef72945589b90cba146c7bccf6e9 +size 60314 diff --git a/metadata/cache/frames/vimu_000475/frame_07.jpg b/metadata/cache/frames/vimu_000475/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e0eb4afc1258a57d5335922ac3853c042fa9437 --- /dev/null +++ b/metadata/cache/frames/vimu_000475/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f19ee558fa46d0ea6d6addafe4a03d6409de2bbf7ca1dcf5e94436d1088d9cf +size 59063 diff --git a/metadata/cache/frames/vimu_000476/frame_00.jpg b/metadata/cache/frames/vimu_000476/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8991b01b885946c6b22027d79c9b83a1c3687ef --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2530a8d3f3c7bb92514c56606d350aed0812ceec3142de424207a64210087ccb +size 28117 diff --git a/metadata/cache/frames/vimu_000476/frame_01.jpg b/metadata/cache/frames/vimu_000476/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc81233ff5c0a77a6fbc9fd76c6fa846fb40f450 --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e200f6d169a658fd21f4d18121f6baf9ec6de81228e078622f210c4c9928c13 +size 29376 diff --git a/metadata/cache/frames/vimu_000476/frame_02.jpg b/metadata/cache/frames/vimu_000476/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00cb9d96a289931f507d0423c2351fe7a9c11b2a --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0bbb0edb871b4a37afeca25eeca198067499b5f0542a593ae532c31624fed6 +size 28778 diff --git a/metadata/cache/frames/vimu_000476/frame_03.jpg b/metadata/cache/frames/vimu_000476/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce812c26c83c7287c31f13eb8e8fc2c07dcae6ea --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19e1209e81ed186ed077dec3a5ff0c88a90aaa6bb7c1edeedee0b7a8fadf783 +size 32558 diff --git a/metadata/cache/frames/vimu_000476/frame_04.jpg b/metadata/cache/frames/vimu_000476/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84b6edfd55c54131ab1dbbabdead1dff60c811cf --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a327fc0e8cc0a4661f76b71215507e9e161d1e846b41f1bdb74bcba92bfa45c4 +size 33275 diff --git a/metadata/cache/frames/vimu_000476/frame_05.jpg b/metadata/cache/frames/vimu_000476/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f48413765938c5e129a7ebf6eda18b80f576f303 --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4925b23c785de6a2eb06bd9f5e2f76076d0f9baf1e270cc18365644a3489f8 +size 33041 diff --git a/metadata/cache/frames/vimu_000476/frame_06.jpg b/metadata/cache/frames/vimu_000476/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eac4d799c8f05350f0be326cce051bf983bafbbe --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9290c7c0b6f453b360e84a91e54d8c0e1e792346d72e7c5d919eca9dd400de3b +size 32592 diff --git a/metadata/cache/frames/vimu_000476/frame_07.jpg b/metadata/cache/frames/vimu_000476/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db4ce93aaaa87d5cc371e5910a0158c716961334 --- /dev/null +++ b/metadata/cache/frames/vimu_000476/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a65ace4c4ea059a53577d17847d78c00e27d900784d30e6edcf0f52e2690bf8 +size 31799 diff --git a/metadata/cache/frames/vimu_000477/frame_00.jpg b/metadata/cache/frames/vimu_000477/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61e8705ce4c30a6aed84dcf46640c7e6b86d8d17 --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd29ec1ea2492a48b4ee8cc979086e1a3a2b11b8300619805ab6bfe0b9210e7 +size 30970 diff --git a/metadata/cache/frames/vimu_000477/frame_01.jpg b/metadata/cache/frames/vimu_000477/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..773219634b2c1b7058ae6b985248f6b00823af6e --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cad2759a98db2333973a50ffcf31d8eec8166c0ff162d74bfa024dfa34178e2 +size 36816 diff --git a/metadata/cache/frames/vimu_000477/frame_02.jpg b/metadata/cache/frames/vimu_000477/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8e636b9925c0ad6ffa62638d19b492409960c67 --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a2f985fb4fe028553ba09734205391ccc87c264ab4079738a57236dd92c3fa +size 33982 diff --git a/metadata/cache/frames/vimu_000477/frame_03.jpg b/metadata/cache/frames/vimu_000477/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29bad16f4b7b28da0b56fefd01c533fba43e73c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f833256cb984457c6322f08837892318b9c0ea1a839fa043a75c44ef057a6ec +size 30629 diff --git a/metadata/cache/frames/vimu_000477/frame_04.jpg b/metadata/cache/frames/vimu_000477/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acc16fbd0f267a345b2f7f83d8af4cbf2a392233 --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69870ea0e648c98ee48c355fb38cdd25cfdfc31820e6f0e8205be0b2328ee4c1 +size 29922 diff --git a/metadata/cache/frames/vimu_000477/frame_05.jpg b/metadata/cache/frames/vimu_000477/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24421427008ee1fd0d2cd839e135ee68a806859f --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daef284975a2578a8abbccbf2daca3307489f1ad96cc1a3071012c011e181a8 +size 27184 diff --git a/metadata/cache/frames/vimu_000477/frame_06.jpg b/metadata/cache/frames/vimu_000477/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ccaf6fae20901319524556fab7da3de7472c385 --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e87895a28d37f7a8ec39664a005a19b28971c2131083b704aca1de648c8ebed +size 28668 diff --git a/metadata/cache/frames/vimu_000477/frame_07.jpg b/metadata/cache/frames/vimu_000477/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48906b0fcbf8d6111177cecfe9c678ea3eb2bb24 --- /dev/null +++ b/metadata/cache/frames/vimu_000477/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189e0d682631a46935abacb6518a4dfc54323da6debd9ea1d9745d10a72456fc +size 21155 diff --git a/metadata/cache/frames/vimu_000478/frame_00.jpg b/metadata/cache/frames/vimu_000478/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce59b13ab566125c7abc4b394fb6c413f16ad2a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc0f8cfa1d4f1305441f7dadb5078f0dcc0aec3f08b4c6abf79434ca26ef3e3 +size 62136 diff --git a/metadata/cache/frames/vimu_000478/frame_01.jpg b/metadata/cache/frames/vimu_000478/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..022cbd362331e3743f53c04f3183575cced8f062 --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8d550f2c8b74aff29f5b62a020544399a0956660e194bfff73ee200ec105ea +size 61470 diff --git a/metadata/cache/frames/vimu_000478/frame_02.jpg b/metadata/cache/frames/vimu_000478/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be966d296fac2737ccbfb7ccc40c27556100bb24 --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc4330b957f587c8bc0c1939c33500e5b22f9f854c36089cc79f06fc62470d3 +size 51714 diff --git a/metadata/cache/frames/vimu_000478/frame_03.jpg b/metadata/cache/frames/vimu_000478/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5391b6e47ef55e03c64b5caa9a1915d46daf779 --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb9ea2a91b178481ac2713062b3f012aae5fa9b8078016a859b9c90d9849045 +size 52053 diff --git a/metadata/cache/frames/vimu_000478/frame_04.jpg b/metadata/cache/frames/vimu_000478/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..123db774237b7467208198adddc2fc621dbc458f --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925d7ab3c2ff3c9365790e95ca20bded66a9423ce1b88635b5b6c78484fc502c +size 31151 diff --git a/metadata/cache/frames/vimu_000478/frame_05.jpg b/metadata/cache/frames/vimu_000478/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f609710977f9588bd5f16b5c31fc1d8b60c9540 --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4c35cb7ec2c7779f4c8c4f4a0631b80b474c1e00770c360dbf7d9f36bcd607 +size 52002 diff --git a/metadata/cache/frames/vimu_000478/frame_06.jpg b/metadata/cache/frames/vimu_000478/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c7c5eb93829f26895b4a090fc7a8b05ddcc760c --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cdb42e7c82aca7dff8401aa2d9f36a80daf8930dc3573d4266b5d8e5b8db87 +size 67769 diff --git a/metadata/cache/frames/vimu_000478/frame_07.jpg b/metadata/cache/frames/vimu_000478/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e36c812a34c67a884717a361dbe5506fca5f1eab --- /dev/null +++ b/metadata/cache/frames/vimu_000478/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aff4cfae197d3fdf42f7b9f776c15cc71d730b4658ab4de543ebd96c6bda07b +size 63990 diff --git a/metadata/cache/frames/vimu_000479/frame_00.jpg b/metadata/cache/frames/vimu_000479/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebd923d46dfb9c0ce0d1bb0de1c1fd3e93485a67 --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70306b806cf082bdfa4494cc12d1e28d8ef303de4448eb9993ed5e06fcde9ba9 +size 48220 diff --git a/metadata/cache/frames/vimu_000479/frame_01.jpg b/metadata/cache/frames/vimu_000479/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..620329e81b77b43ad9073ea7080cd873dd4afac1 --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7860d134b688b7fb6af3c742f754c1645640f6676a2d843e3540a13b13e6e561 +size 44072 diff --git a/metadata/cache/frames/vimu_000479/frame_02.jpg b/metadata/cache/frames/vimu_000479/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbda66f7dc2307bf59b6be34379b470e9e532fa1 --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f9e0ef61153e015320f832d8bb1d068884f130997ee2caf4bb71bc778ff0b2 +size 43250 diff --git a/metadata/cache/frames/vimu_000479/frame_03.jpg b/metadata/cache/frames/vimu_000479/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8daf088cdfbfd3bedfa633e67a3fdf0a353cdfc4 --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071c0ca18723f678824be029259364594d3d02552d370c2e4902c332e1056d33 +size 48017 diff --git a/metadata/cache/frames/vimu_000479/frame_04.jpg b/metadata/cache/frames/vimu_000479/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2241e45771c3c04b6aec2846d6f12139a2ac534f --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdcea93c127b50a4dd120a087c79451ed1b07500ac191c617d7b3fab2c1a894 +size 50817 diff --git a/metadata/cache/frames/vimu_000479/frame_05.jpg b/metadata/cache/frames/vimu_000479/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a4c3710ff0b9446751bf32227a54c52a831a65f --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cb174e251ea6db4c78104bef1193e2dac27cb93233c4a18ee1a121de670537 +size 38211 diff --git a/metadata/cache/frames/vimu_000479/frame_06.jpg b/metadata/cache/frames/vimu_000479/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a656bd2daee80eaf7d7e5743e7522d007d296a4d --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423b3c40078856e02b2e488870d6d3b3b8dc625956274749f911affd0eea5e2d +size 28280 diff --git a/metadata/cache/frames/vimu_000479/frame_07.jpg b/metadata/cache/frames/vimu_000479/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fe14c3e5534d586f072db60a5203558f2735b69 --- /dev/null +++ b/metadata/cache/frames/vimu_000479/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c332c74bcfa517090629898b7de4177e1aa208958ee5efe5d85886a078a1f9 +size 32607 diff --git a/metadata/cache/frames/vimu_000480/frame_00.jpg b/metadata/cache/frames/vimu_000480/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6160d92a5b21b50f17b256fb9795f4aca7bbd3b --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfdb4b1458e6810ceacff8bcc649f0ddca90d4714ff31748325449b3a9cf1b1 +size 20041 diff --git a/metadata/cache/frames/vimu_000480/frame_01.jpg b/metadata/cache/frames/vimu_000480/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..633af1c6a2a5cbef4d221821f71f619f14afee3d --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7db9b2007bfcf3127b1c2eb3569985df0624fe970b6b4e11b490b2de70c34d +size 17692 diff --git a/metadata/cache/frames/vimu_000480/frame_02.jpg b/metadata/cache/frames/vimu_000480/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e313d2fa2e366f9ed4a3c18ed47f9e2260b3f024 --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e111cd7e0e6b887989ea89936423cb756278299068fe0bea52afbbb834c0a449 +size 18819 diff --git a/metadata/cache/frames/vimu_000480/frame_03.jpg b/metadata/cache/frames/vimu_000480/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bdfbe761b411f5b1d3f65a129a318b648c802a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b72ff22c4c12aa4cc09cc679951cb5ccadea0100347933a82b118b8f5a8fe9 +size 17741 diff --git a/metadata/cache/frames/vimu_000480/frame_04.jpg b/metadata/cache/frames/vimu_000480/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53edc53f10979638dd8d4fb934e38216eab7894d --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fadfd623cadf08ecdb8912aaf5d80922e140451e878651c34b149df136199b +size 18709 diff --git a/metadata/cache/frames/vimu_000480/frame_05.jpg b/metadata/cache/frames/vimu_000480/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f192a97d0ce3b949f07de568336a49d3d0f1b4e --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390e696a11c8fb8675527ac28e3da3b52ef6f75ecb3316e8c63fb44ef0832e58 +size 18495 diff --git a/metadata/cache/frames/vimu_000480/frame_06.jpg b/metadata/cache/frames/vimu_000480/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ee8d95f3531ca6a15b26f3d134bf242a2ad3ce9 --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51b4134162f217c0af759db288642ae02d5dac05a715c88b583fd4c88e240e4 +size 18878 diff --git a/metadata/cache/frames/vimu_000480/frame_07.jpg b/metadata/cache/frames/vimu_000480/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89f123654070ab1fd70d542d71d8921352143fdf --- /dev/null +++ b/metadata/cache/frames/vimu_000480/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06249669287cd3289ec69fce70ca025d8ebf9b0a81f857abf4de8fd92601a941 +size 19449 diff --git a/metadata/cache/frames/vimu_000481/frame_00.jpg b/metadata/cache/frames/vimu_000481/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df53debcd0ba50493b84bb7e0e21c1bbdd48d90d --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b36234d75d668e8ae7a553f85c16e7319d57d277a72da97d2328aa8233cf7 +size 31042 diff --git a/metadata/cache/frames/vimu_000481/frame_01.jpg b/metadata/cache/frames/vimu_000481/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e9e82debeda330308c1ee261e4b52d6bb8482ae --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850594fba116b84dc347538116afc7f99e33d07ea50cf23ad246a753fd0298d9 +size 23794 diff --git a/metadata/cache/frames/vimu_000481/frame_02.jpg b/metadata/cache/frames/vimu_000481/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9254ec595510628b9124473bf0e6022071fd0ca8 --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04e952a87d8b5c93c93255b08aa72ebbdf4a1954f939a9a2ad286cb04ccddd2 +size 16489 diff --git a/metadata/cache/frames/vimu_000481/frame_03.jpg b/metadata/cache/frames/vimu_000481/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0092414c04bb514c4a369ef45376efcf9dc37b43 --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6d8e76c52374102e57c0a6974dfaa4cfb49cfb0bf6e4a27a7f29274a2a5595 +size 16691 diff --git a/metadata/cache/frames/vimu_000481/frame_04.jpg b/metadata/cache/frames/vimu_000481/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d31800a854bf83af6bdb9c1b125d361e078c45a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea126c7015792e7726735e5e402487a29bada2acf7c9633d347ce837c681fa82 +size 16423 diff --git a/metadata/cache/frames/vimu_000481/frame_05.jpg b/metadata/cache/frames/vimu_000481/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..351712424f7cbf6e0c1fad9f55bb89d936e8a4af --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c46d5b4fc7f8583c778ef34c10d003835bd610a31c05e4357591a5ba1a02dd6 +size 15785 diff --git a/metadata/cache/frames/vimu_000481/frame_06.jpg b/metadata/cache/frames/vimu_000481/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bbe6bb960792800e6440d4834dbf91e2cebf7c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b16bdaeca127bd07332bf2a5451dab1d2b5fe5eddb76406339afe0aabf98548 +size 16538 diff --git a/metadata/cache/frames/vimu_000481/frame_07.jpg b/metadata/cache/frames/vimu_000481/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d82fbe13ffe1c745e5bd9fb7150e10b60e1cf158 --- /dev/null +++ b/metadata/cache/frames/vimu_000481/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a7e827995f1ef3f261ec679cafeb84d6d2f1c6484a401f17486451a7eb801a +size 14883 diff --git a/metadata/cache/frames/vimu_000482/frame_00.jpg b/metadata/cache/frames/vimu_000482/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f90439e7249506ababf6da7a65d3f2cc8ac72c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fd68006b463cde9d475e181adafd7f1f02e57b7c41089019ff412ebd7bcb44 +size 39179 diff --git a/metadata/cache/frames/vimu_000482/frame_01.jpg b/metadata/cache/frames/vimu_000482/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87d422c5d55b7564a7aa7255c6759168c9ef9d22 --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2430fce781d9a73abc7cc5cb1d7d50ccba2a314415efe501e098d62e773cf779 +size 41765 diff --git a/metadata/cache/frames/vimu_000482/frame_02.jpg b/metadata/cache/frames/vimu_000482/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feddb95e7df88d03d5d75ca758558e092fdf773f --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693582fb8a223ece80169b9ba6b67277a5bb516d759d913412d9c78a314acdad +size 40843 diff --git a/metadata/cache/frames/vimu_000482/frame_03.jpg b/metadata/cache/frames/vimu_000482/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13cef513c75200fd153effb087f806040b5e3f02 --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b4ee8b2477863928cea730fd2129c5962502d34c318f00dcdf785d08992f7c +size 38759 diff --git a/metadata/cache/frames/vimu_000482/frame_04.jpg b/metadata/cache/frames/vimu_000482/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41d7fd7cb63926210fcbdddfcdcacd89ace0690d --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caa7e6b37085455f78257cfe9911c43431f9479855e59de2fc2e6a463847435 +size 35046 diff --git a/metadata/cache/frames/vimu_000482/frame_05.jpg b/metadata/cache/frames/vimu_000482/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d202122b0f16b4e5ff1d96caae345dc4d1b265c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e253d9f1c802a8cc239fa8726c7c9984a471b93429c3b572cb745e412ecb75 +size 37851 diff --git a/metadata/cache/frames/vimu_000482/frame_06.jpg b/metadata/cache/frames/vimu_000482/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb3d6f2465ce250282558bab4ddf5ec6792fd21d --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd91d3e20d5e0d00882170e9cb2d7f61d63d0cb230f4fe056171563f7c595da +size 39071 diff --git a/metadata/cache/frames/vimu_000482/frame_07.jpg b/metadata/cache/frames/vimu_000482/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..549cd0d233419ef81d6a0bbbc641d5deccf7277d --- /dev/null +++ b/metadata/cache/frames/vimu_000482/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e337f93da8314f12012b1ebc09de00f4a7dcb333c14a06b548c43852bf9e0e +size 42193 diff --git a/metadata/cache/frames/vimu_000483/frame_00.jpg b/metadata/cache/frames/vimu_000483/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4054c2d38649001a0f298d49a9c7908583d6bd25 --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae66c85042dc321fa4c392253c849b655080bdd3597cc90c37ac4f38e31394b9 +size 28399 diff --git a/metadata/cache/frames/vimu_000483/frame_01.jpg b/metadata/cache/frames/vimu_000483/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..906c749c6635a90c794f23e79fedab77497540c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d396f808bb7a95b3631cf23e19c17a8741c5c28342e60be465101cbf2be9d112 +size 29320 diff --git a/metadata/cache/frames/vimu_000483/frame_02.jpg b/metadata/cache/frames/vimu_000483/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b98a9b91fd82f62f7f6aa01c7b3e762b7bb760f0 --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ec8a11ff093fb068ab7e9f5302919647e798805e4202f6fce2c70e3072ca24 +size 30777 diff --git a/metadata/cache/frames/vimu_000483/frame_03.jpg b/metadata/cache/frames/vimu_000483/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e44be4d6a49620711401e182d9a37133fa59959 --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bac23aa127e888fb5f560fa0ede024127e12036d64d3b2c4179b4c338216276 +size 30260 diff --git a/metadata/cache/frames/vimu_000483/frame_04.jpg b/metadata/cache/frames/vimu_000483/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..066f734fcf1cf5689450fccc9e2901eabb2189cf --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d4db33166f3232d86f50886e3a5bbd14988c860845b16bce07ba75ba00d8b9 +size 21231 diff --git a/metadata/cache/frames/vimu_000483/frame_05.jpg b/metadata/cache/frames/vimu_000483/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2f50349d3bbc66daf49b50c1050ab5bf6b505e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eab3aa0e9fee2e1bc3d946859d8576084c3c9a7b6c637246b98d9124d80e97a +size 32743 diff --git a/metadata/cache/frames/vimu_000483/frame_06.jpg b/metadata/cache/frames/vimu_000483/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3d948ffee06ed3f8aa2cc8a01dbae42d47a890e --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd65cb5683e949879340b7058cf3a576eca5a424f50a383e8cb79403dab2cf21 +size 18796 diff --git a/metadata/cache/frames/vimu_000483/frame_07.jpg b/metadata/cache/frames/vimu_000483/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d79e06127357ab9c35203d9486906b0447df013 --- /dev/null +++ b/metadata/cache/frames/vimu_000483/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8fd4647de951e91eae87ec6ac781a4e1a588286eb2525c9d34c9184362205e +size 18634 diff --git a/metadata/cache/frames/vimu_000484/frame_00.jpg b/metadata/cache/frames/vimu_000484/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..666ca61ad02efac71221b3752b0ce7704dd8b1f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e1fc4ae94dbf079db14b948d169079c2eebbba27fa066203bb8b8757af21d9 +size 28343 diff --git a/metadata/cache/frames/vimu_000484/frame_01.jpg b/metadata/cache/frames/vimu_000484/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eae3cfaba584c910359934df9e4eb2ede37fdee --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab048e9d1bc154876af43583e58be8eb97d342daeaa7a84d7ee2e218b90d5c2 +size 28589 diff --git a/metadata/cache/frames/vimu_000484/frame_02.jpg b/metadata/cache/frames/vimu_000484/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d580004595175e8de0dc52fd88d79e51dc4924e --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad37a49fd33bd5a855fbbcfbbf08dc08d5c0923e62402228e2bbef6cdd371e8c +size 28882 diff --git a/metadata/cache/frames/vimu_000484/frame_03.jpg b/metadata/cache/frames/vimu_000484/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7faac6242ee63b36c37e5b45ebccac45d9cda41e --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e9cd290e817c1c6711132f86b00e9d3fa3cc246eb0c460f1e44913c198f98c +size 28536 diff --git a/metadata/cache/frames/vimu_000484/frame_04.jpg b/metadata/cache/frames/vimu_000484/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54faf6ff94fdf30b62b6af742adf03385240a4a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3386a4cdce27a61496f81262bd87087afaab22f0ce3d7dacb0422d68cebba29f +size 27535 diff --git a/metadata/cache/frames/vimu_000484/frame_05.jpg b/metadata/cache/frames/vimu_000484/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61a82a8495f75801497868ff330e6520e780ecc6 --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d67e87c084e3ded453ea7645ff8695f1301bd5674523609e9b4ddba600aecad +size 20245 diff --git a/metadata/cache/frames/vimu_000484/frame_06.jpg b/metadata/cache/frames/vimu_000484/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb18be656c61e1824b575d91546a31d71dfbdabc --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7912ce3abbd7c0997b55d046f52e9bf8677a6fbe69ac116e2f071330d2cf1d +size 23596 diff --git a/metadata/cache/frames/vimu_000484/frame_07.jpg b/metadata/cache/frames/vimu_000484/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85ff38b37247072362c1af0340f09f90cf339d0e --- /dev/null +++ b/metadata/cache/frames/vimu_000484/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e6dbf5efd5fa42921cb81ce6be30a86b3b20b31b03fd2e7e0ffb0740907028 +size 29793 diff --git a/metadata/cache/frames/vimu_000485/frame_00.jpg b/metadata/cache/frames/vimu_000485/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c04e84971d53eff1f78d0340de097df67ee1198a --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d336b8f393c572de5b6a1f7a6acb630d13b33a8e7803d8034f1d6fbbdf803b27 +size 51530 diff --git a/metadata/cache/frames/vimu_000485/frame_01.jpg b/metadata/cache/frames/vimu_000485/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13b6d990dbe01d09c43a62fecca8e4ce7c94d208 --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6581089344aae87f58b6e766194b9423a513a417512917c1ac3f82d914b6dfc2 +size 51601 diff --git a/metadata/cache/frames/vimu_000485/frame_02.jpg b/metadata/cache/frames/vimu_000485/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8667ebe6b1f5846d98d4da3c1b2bfa5c861fd57b --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab233ac258a9bda63a4cb1db21a696d2028bf4d5aeacdb4872e2b0818701f2e7 +size 50072 diff --git a/metadata/cache/frames/vimu_000485/frame_03.jpg b/metadata/cache/frames/vimu_000485/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..595185bccbdd3e4af61cc2ace55b19f19ae5ed62 --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7f70c589ce3e1f49108c197522ff7b2b9987d83f33c53de7a2950c6537263d +size 47423 diff --git a/metadata/cache/frames/vimu_000485/frame_04.jpg b/metadata/cache/frames/vimu_000485/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb651acb97fb873935d8b5551b9affd5ecaf7039 --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff37ce45fc8de3833324736e7eaf54724211f0938c6e22b05a9c24538bfcc7e +size 48725 diff --git a/metadata/cache/frames/vimu_000485/frame_05.jpg b/metadata/cache/frames/vimu_000485/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b5613beeffc56cb8dcab4cbef429b957160fd90 --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba3e23a67df3464577788aa0b3da4ccf24c1c539d12cbba8fecea4403678f77 +size 52998 diff --git a/metadata/cache/frames/vimu_000485/frame_06.jpg b/metadata/cache/frames/vimu_000485/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96f8bc55c5129ec87ab5fedf4b0c333ac5f65639 --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bffe86058164040232f28607b271cb3e1032e651347712a593d54f7fb7344c1 +size 55637 diff --git a/metadata/cache/frames/vimu_000485/frame_07.jpg b/metadata/cache/frames/vimu_000485/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2d692caca5b8b2f85dc3dceafadcd35118fede0 --- /dev/null +++ b/metadata/cache/frames/vimu_000485/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24554da922d079805743e4003dc8ca059d4244dd609a6c77e4eee957b35b0307 +size 56226 diff --git a/metadata/cache/frames/vimu_000486/frame_00.jpg b/metadata/cache/frames/vimu_000486/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90df8116dd80fecff43ff1fb4dbf38609f60033c --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4c076794b84b57105ad457889c251f477a6ff2e5406be515ffbcb9cdc2fc06 +size 28263 diff --git a/metadata/cache/frames/vimu_000486/frame_01.jpg b/metadata/cache/frames/vimu_000486/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..686710b7565272bb3d822a7e72135df93e9bbc4b --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3941f75bebb5312b6ff0a8f74930d663455f8173b5ce6496a4615f345b7fa36 +size 25067 diff --git a/metadata/cache/frames/vimu_000486/frame_02.jpg b/metadata/cache/frames/vimu_000486/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88152492a433196afb72d1f7398b603abf10c4c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a06f1ad40d2b65aa7ba950c91294f0bd3eceb0ca8618cacc55fd0a1f1e6623 +size 27838 diff --git a/metadata/cache/frames/vimu_000486/frame_03.jpg b/metadata/cache/frames/vimu_000486/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b46a30bf93bab9cd5179cd70106f6646ec972879 --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c742a814e130c0c955b2d1297567ef74fff9055523f71c8088be4d26ca816e +size 25552 diff --git a/metadata/cache/frames/vimu_000486/frame_04.jpg b/metadata/cache/frames/vimu_000486/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fae7ff368460299fe9df461d0eab04ea518798b1 --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5690e5c83c74286be7922f29d5da833169d8ad45daafbbcb91938085c2130a33 +size 27377 diff --git a/metadata/cache/frames/vimu_000486/frame_05.jpg b/metadata/cache/frames/vimu_000486/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd4f215d5784cad9c5a6f3a2f1c5c942064fddae --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038a467fbf17b1eab0cbea405f200a6fcb9accbcfcdf46da2cc73a05134d50c0 +size 28942 diff --git a/metadata/cache/frames/vimu_000486/frame_06.jpg b/metadata/cache/frames/vimu_000486/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f025a1ea220d0843ecb72c73b9463fd41e7484f --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505ad596e11cec6a00eaeb8bc42ae149c1a52b79f0433c026826f2f7c6f4b4f +size 27608 diff --git a/metadata/cache/frames/vimu_000486/frame_07.jpg b/metadata/cache/frames/vimu_000486/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61dcc5629aad9d2f7164db0da16456252634d2b0 --- /dev/null +++ b/metadata/cache/frames/vimu_000486/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13804b944d543c12fbb7f487bf449246253a97274747794987ab5e41a3ad9e30 +size 29826 diff --git a/metadata/cache/frames/vimu_000487/frame_00.jpg b/metadata/cache/frames/vimu_000487/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52f20a98a553b34c03d11220e80f7d70deabc940 --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fe7d39006ad75cd36b84a678f20bf2f0e1c1ea931043a8f72393f5cc8f4ecd +size 33760 diff --git a/metadata/cache/frames/vimu_000487/frame_01.jpg b/metadata/cache/frames/vimu_000487/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86d51ef4168836573ae9c305d90662d92a3ea8f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d41afcdd079394794b9b26fdc9f193e07939afb9513d391039034331427a1d1 +size 40104 diff --git a/metadata/cache/frames/vimu_000487/frame_02.jpg b/metadata/cache/frames/vimu_000487/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cac34e22595d2c7874abb6a41072232f0b001b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182f7772d98a3bb605fc8f9f14cf1e895227f8ec4eec5bd5c9e4e116731a8279 +size 46888 diff --git a/metadata/cache/frames/vimu_000487/frame_03.jpg b/metadata/cache/frames/vimu_000487/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff40c50e0a71ad61646efb8c707598b73e5f7da1 --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2e88e9252df5888720cd2c575b2969d3e0b562ef51f08fb0035a21e603ed9c +size 61870 diff --git a/metadata/cache/frames/vimu_000487/frame_04.jpg b/metadata/cache/frames/vimu_000487/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b03543e99c73caa8343bfab9c7ba07cb9cea1b1d --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaf7a9865d8b7d3e4ff894a3ea7e62c6853bddf342ad2996381d519fb29da9f +size 63309 diff --git a/metadata/cache/frames/vimu_000487/frame_05.jpg b/metadata/cache/frames/vimu_000487/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e1c591af65ef5ff958eda29bc4c0bdcdc701a7f --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fd0b66a40b93029ae7f9226f227a1583e047685d8eae253f9872c7a7632720 +size 70868 diff --git a/metadata/cache/frames/vimu_000487/frame_06.jpg b/metadata/cache/frames/vimu_000487/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d0ac62825a1a2257a9f39662884ead928e28bee --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3c73c57441a2f07bb92efee2714c5730789be18103066e23d54765ea800132 +size 64733 diff --git a/metadata/cache/frames/vimu_000487/frame_07.jpg b/metadata/cache/frames/vimu_000487/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73ae696668808a3aa92e5070f31b2cb0a6eb52dd --- /dev/null +++ b/metadata/cache/frames/vimu_000487/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca083b16b400162c4ed13131728b1947f73d17d1b058216a0c54071942aca5b +size 53569 diff --git a/metadata/cache/frames/vimu_000488/frame_00.jpg b/metadata/cache/frames/vimu_000488/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bd006efb5e7481a9b58c8543e54286bb9a7b8c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c947dfc69434acfb5186e5ed3a028e9bdc1c2b3052e1b928ff266aaa4cf0cd +size 37823 diff --git a/metadata/cache/frames/vimu_000488/frame_01.jpg b/metadata/cache/frames/vimu_000488/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..786172b7956bb899425c48d5824c25bd3b992497 --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a36e6afdfad5a269ca9682f9e14fdb53975aa2af66a664f316df8897419d62 +size 37089 diff --git a/metadata/cache/frames/vimu_000488/frame_02.jpg b/metadata/cache/frames/vimu_000488/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc4a17edd9e932b2459de0bdc4a1f8dbfec80dab --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa499197b278b5a37cd917164ac0ad5fb8e819dff2cfc27322a9c36802ba7f6d +size 36614 diff --git a/metadata/cache/frames/vimu_000488/frame_03.jpg b/metadata/cache/frames/vimu_000488/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fccbbb9c5b20d57b280b446934e31c3fc27cfb24 --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242e2ab3ba6cdfca5d8b50c3bfdca885614377c259c977e4c3e36acf5a296d8c +size 36094 diff --git a/metadata/cache/frames/vimu_000488/frame_04.jpg b/metadata/cache/frames/vimu_000488/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c9e044766fe027619248176d8d51f9977c8767c --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd95519ca98689a4e46b58294d3eb588e7656795de2255b5b1f73478e8087d97 +size 40224 diff --git a/metadata/cache/frames/vimu_000488/frame_05.jpg b/metadata/cache/frames/vimu_000488/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..496a47bd2ca3f583ebb69a1b4c1aa7edcc143d55 --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655bb4aea19901cff0c62e8916d5dfb696c95a2bb4f7564d486f8b757ea38a8a +size 41180 diff --git a/metadata/cache/frames/vimu_000488/frame_06.jpg b/metadata/cache/frames/vimu_000488/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe9f0abee830ba2c5e17102173a2a5e0e615e630 --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17491545e9bdad3b92bfa65e7a04647c4d6a0c8ffb3b8c3f634f58b91f9b912b +size 40062 diff --git a/metadata/cache/frames/vimu_000488/frame_07.jpg b/metadata/cache/frames/vimu_000488/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0528b7602799ce9999bd5308569299b2b6daaeb6 --- /dev/null +++ b/metadata/cache/frames/vimu_000488/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5910df187f190f6aea1516d42220ac020e9915d9661c218b452261c7d950ff8 +size 40749 diff --git a/metadata/cache/frames/vimu_000489/frame_00.jpg b/metadata/cache/frames/vimu_000489/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d8fbacf6efeabd698395d9785c4ab72624dabff --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac0112790e7586dc17038612403b98454069b81e667fdf58483085337c139b +size 36753 diff --git a/metadata/cache/frames/vimu_000489/frame_01.jpg b/metadata/cache/frames/vimu_000489/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de66c8b7cb88760f269563886e6b0c2c24227b9e --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd1cebbbf1504b38098975e9dc13f5d3ad3246b6e582ab04c379109ec04ed62 +size 39298 diff --git a/metadata/cache/frames/vimu_000489/frame_02.jpg b/metadata/cache/frames/vimu_000489/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a09629b5cbad71404ccd7d5d7856645359899de1 --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a878cec51674dbe5a51e9e58f7d5458b96d0e9dc86e736d9f8724781854bc7 +size 43223 diff --git a/metadata/cache/frames/vimu_000489/frame_03.jpg b/metadata/cache/frames/vimu_000489/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c81deb3ea116ef3e7ca277d4525b5dcc1b1ac436 --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8d378c53c65a38f5758efca89d9fd9b113f750182179edcfd2b9c8c82cd8d4 +size 50786 diff --git a/metadata/cache/frames/vimu_000489/frame_04.jpg b/metadata/cache/frames/vimu_000489/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e776bf15e4bd8faf1bbb2f94f3d8d33466fad18b --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b43eb00602e5aaf970af2bf1e8645311575a80c09c7fb326017d937e8c5fc6a +size 52876 diff --git a/metadata/cache/frames/vimu_000489/frame_05.jpg b/metadata/cache/frames/vimu_000489/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..86dd4c22118ada25dcbf4184bd632fff8faf3a40 --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947835140dc819a81121f5849aab0a391f7b34adacf0e4d45de05649e6c63115 +size 50276 diff --git a/metadata/cache/frames/vimu_000489/frame_06.jpg b/metadata/cache/frames/vimu_000489/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1dff98b8f1698ed97201c0223e8d300fbe2c754 --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e2ac6a2ce7b0d1815a77a64a602bbf123f39fcff8032bf4a026f13618a4935 +size 50243 diff --git a/metadata/cache/frames/vimu_000489/frame_07.jpg b/metadata/cache/frames/vimu_000489/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97c263b811407b54102ce054e9b06d674ec5af89 --- /dev/null +++ b/metadata/cache/frames/vimu_000489/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639b1abba0b517aec8d1eb68ae29b1eefb151d5b0e15f27837ae90e429918575 +size 46798 diff --git a/metadata/cache/frames/vimu_000490/frame_00.jpg b/metadata/cache/frames/vimu_000490/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f77c1c3c549c1b79e8ef00bbb610d89bd5ac3bc4 --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b5ce8d930ba59a3393d5dbc49e04cda2655eb78ed028b20951b460e4dcc9b5 +size 84065 diff --git a/metadata/cache/frames/vimu_000490/frame_01.jpg b/metadata/cache/frames/vimu_000490/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2f05fa4a1e28c859c5e09b4928ffc765ad18581 --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4306ab4634a6ad6a5684123fcc5a1aaeb1b1656af981d4f1a92a9e0f2564ac +size 78683 diff --git a/metadata/cache/frames/vimu_000490/frame_02.jpg b/metadata/cache/frames/vimu_000490/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..695c864c02a4b3b2d23a9883c35d003584fc4169 --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfe0ed094b9c364f543215cc93ae6e3e4db63cd4662455ff338438685f07788 +size 116183 diff --git a/metadata/cache/frames/vimu_000490/frame_03.jpg b/metadata/cache/frames/vimu_000490/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1eb86ff1c01ca71a93176b244067a558146d4f01 --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129c9fb42b29afd1275040cb5d125b4cc6934d2c713af10716e7c28c74ba7250 +size 125671 diff --git a/metadata/cache/frames/vimu_000490/frame_04.jpg b/metadata/cache/frames/vimu_000490/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40f0466a08825f5a979752df0ebe35a64ecd84f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398843f623c3d502e671e9d114c83a26373da9aa281d87813b6140ef186a6490 +size 110922 diff --git a/metadata/cache/frames/vimu_000490/frame_05.jpg b/metadata/cache/frames/vimu_000490/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c70aca958f36bc9192d86af071504a9acee49c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5972054591a9daf4c30aaf28cbb7302bd114d0f9a6a92033fa4fea0449a335fe +size 85808 diff --git a/metadata/cache/frames/vimu_000490/frame_06.jpg b/metadata/cache/frames/vimu_000490/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72f0755e20b12b93b99a32ac61a311abe47f678d --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c8e4a892065c91fd25c65ba59b91bafd80ab0c943ea0fc3898cdc5f6a40312 +size 94182 diff --git a/metadata/cache/frames/vimu_000490/frame_07.jpg b/metadata/cache/frames/vimu_000490/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3d36af5f0892e201f17dcb39da1aa426a77463a --- /dev/null +++ b/metadata/cache/frames/vimu_000490/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80eeaae5735ca5a4bf45d26637024bf1e00188bb038d3d4051762e7abcec8e15 +size 84850 diff --git a/metadata/cache/frames/vimu_000491/frame_00.jpg b/metadata/cache/frames/vimu_000491/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69671b687a002319d9a9d4a2b0f89d7259b5edeb --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51ac847860c269d059c0eade2692e2044196753f7f5d8f563902e388dfff20b +size 58928 diff --git a/metadata/cache/frames/vimu_000491/frame_01.jpg b/metadata/cache/frames/vimu_000491/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65bf3df49a7959e8eedca9b92669e131e2e86b92 --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f09baa1200f4af5c524fd129b3615c6eede173e191131129012f29802ee20a +size 49332 diff --git a/metadata/cache/frames/vimu_000491/frame_02.jpg b/metadata/cache/frames/vimu_000491/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470d8209885eec19f45a33bf6f3d8238fbd247d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed6aa595fed6969d6542f1867e4a1e7e8a6179f6bbe501fa03ac8fd5aad54ef +size 46452 diff --git a/metadata/cache/frames/vimu_000491/frame_03.jpg b/metadata/cache/frames/vimu_000491/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5f37b5b34eb74233316c3b936662adbba030652 --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff61ad2c6016d67150d6db032638f87518aeb83b86b284a6f8f8b37f722945fb +size 45826 diff --git a/metadata/cache/frames/vimu_000491/frame_04.jpg b/metadata/cache/frames/vimu_000491/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3bc73ffd9faa8199cc075edfe6c4242e3d1cddc --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f48b947d9fa1ff6d69f0a25a2d1f2e8b0be914a338cc9c0505d39f43936470 +size 45167 diff --git a/metadata/cache/frames/vimu_000491/frame_05.jpg b/metadata/cache/frames/vimu_000491/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f4cd8f1156658e72a7163f064eaaadad4f3066d --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebf3f2d608fc46464616dad9f2015b6a9969dae3d5dd3cd5d47f10da7a4dc8b +size 36423 diff --git a/metadata/cache/frames/vimu_000491/frame_06.jpg b/metadata/cache/frames/vimu_000491/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f498e75ff71a24605acd3787a78f5a27974e79d --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825be8575beb25492d7e9757afd882e916b3b5b11ef103a298c5d02dc3981c9d +size 35407 diff --git a/metadata/cache/frames/vimu_000491/frame_07.jpg b/metadata/cache/frames/vimu_000491/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81351ff2744acc8ba64f32e5e208a793837d8f7b --- /dev/null +++ b/metadata/cache/frames/vimu_000491/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49b65bcc97a072bf107dbdb4e0d6b225ac4b15d5052076a04f921043afc6d16 +size 43975 diff --git a/metadata/cache/frames/vimu_000492/frame_00.jpg b/metadata/cache/frames/vimu_000492/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36e32283d2c31642301be9510b2cdcf150a9a540 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aae67106901d676c23ca4044e3e9dd7fbf718397a93ef1eb45c97855fa02614 +size 44096 diff --git a/metadata/cache/frames/vimu_000492/frame_01.jpg b/metadata/cache/frames/vimu_000492/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8e8793c8458025d22c3fb63ef6eff2f912043c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1adb5e599a83a0b9ec88808ff5842236b5e28b14377e24922e4c75c97919e1 +size 42775 diff --git a/metadata/cache/frames/vimu_000492/frame_02.jpg b/metadata/cache/frames/vimu_000492/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08b23137bfe7f390aa71ecfc2658f34cd90866db --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9799dedc9901a483e5a704afc832b27127b8d3749279cf10ae71081ac8546dba +size 43593 diff --git a/metadata/cache/frames/vimu_000492/frame_03.jpg b/metadata/cache/frames/vimu_000492/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2bf735a3490c714949d325b822f106a0a0529280 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac8a0d33cc21a29216f4c648a0c2bf934b4b32c2aff707535ab9749ad5595cc +size 28171 diff --git a/metadata/cache/frames/vimu_000492/frame_04.jpg b/metadata/cache/frames/vimu_000492/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b213c31fdc707ca0824af448ae1b2bd8368f2b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68c5bc6f23c318a617aa70d5c9365fb0c6d877afb43f74cd115d94d530a0546 +size 46384 diff --git a/metadata/cache/frames/vimu_000492/frame_05.jpg b/metadata/cache/frames/vimu_000492/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae2a6e52b8ef46cd80526eaa0c20abd1602b553 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e703d7a4f6756d818828eb1872d6f030cc40c606af2e9ce3810d7d971ee151cd +size 48109 diff --git a/metadata/cache/frames/vimu_000492/frame_06.jpg b/metadata/cache/frames/vimu_000492/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b9b05908ec67f6dbcee4d808064863c3a5af0e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ce04d7cd92b86160a5964ff860ec81c8516085be1906c062220c5d7dcab6eb +size 39779 diff --git a/metadata/cache/frames/vimu_000492/frame_07.jpg b/metadata/cache/frames/vimu_000492/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d7e0765895f43888922595c8936769f0ede5f14 --- /dev/null +++ b/metadata/cache/frames/vimu_000492/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad54878093d5ccaab369162a638f4657ffd01bfe98e49c6a6497aba82fa22a9e +size 46412 diff --git a/metadata/cache/frames/vimu_000493/frame_00.jpg b/metadata/cache/frames/vimu_000493/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33df6efdc040c3e013dac5de8312e6f4f153df4d --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3eaf61dc1d7a0a0a15de5ce00912ae6f54824543e84ebdedee14f266392f9d1 +size 106157 diff --git a/metadata/cache/frames/vimu_000493/frame_01.jpg b/metadata/cache/frames/vimu_000493/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ee26570ad2e7eb743cd8c72787d0bd319a34c28 --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1ffd3d1a76ca29a6681293d901ace8c648210a9abc93ff2e12f957e2d9ec93 +size 104343 diff --git a/metadata/cache/frames/vimu_000493/frame_02.jpg b/metadata/cache/frames/vimu_000493/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f044fcdec7d2a66f164760c8a2732de2dbf8321f --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332555b25e835892de0c84a93e2630a2d985282c9524068ccbbd6669ea6d679d +size 104242 diff --git a/metadata/cache/frames/vimu_000493/frame_03.jpg b/metadata/cache/frames/vimu_000493/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8c0984a2d221f97c2f2b4c852662e6b3b9f873 --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a037716f95d23f831f91480d25f010c49f107e5ac1d49b711fb38bffaa5264e +size 40842 diff --git a/metadata/cache/frames/vimu_000493/frame_04.jpg b/metadata/cache/frames/vimu_000493/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6af7037efd9462ce53899291c262f37827b74fbe --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6592111be3388a2fe25a1aa898ca7f07a91c21a0fa5823704c2b854b5c7e875 +size 69879 diff --git a/metadata/cache/frames/vimu_000493/frame_05.jpg b/metadata/cache/frames/vimu_000493/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a221ac893ce4f254c4dec902462b79dbce12d46 --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab83360342a588948376959648180f9eeb49dc3259b721435543c71636263f30 +size 76715 diff --git a/metadata/cache/frames/vimu_000493/frame_06.jpg b/metadata/cache/frames/vimu_000493/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..040c4efa151a1992d963d7dbf8a3ddb50d23fe9f --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c971dceed83385ead551a7bf7e2ed45023242bbfdb05e5cd26313662630c3020 +size 77184 diff --git a/metadata/cache/frames/vimu_000493/frame_07.jpg b/metadata/cache/frames/vimu_000493/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9e49e469a84c9df6aaf588935e7b9c7d8191b83 --- /dev/null +++ b/metadata/cache/frames/vimu_000493/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ce55b461887de207ecbdd845de911e879dd0368faf3a4311639ff8c6513ea +size 76655 diff --git a/metadata/cache/frames/vimu_000494/frame_00.jpg b/metadata/cache/frames/vimu_000494/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d4490b01bbda7c6d5410ebf946e609b05e3e351 --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac7016e2798e566db40e6f4cd3778b47f60990c057382f56d4681a499309216 +size 64993 diff --git a/metadata/cache/frames/vimu_000494/frame_01.jpg b/metadata/cache/frames/vimu_000494/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6dda9d88cbf8b88ba3552430141046ff4cf2aa8f --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2211934dd6f84491330059c53dd0e9e8bdd265b5ad010d4cf3302b6daddbfc9 +size 57091 diff --git a/metadata/cache/frames/vimu_000494/frame_02.jpg b/metadata/cache/frames/vimu_000494/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a77bc4fca750039a6a211d822174ce16d5b1c9a --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea8dbd34a1f6df4cc2d989d4dc256d91d591fd5b543245fd465525807bfb173 +size 60337 diff --git a/metadata/cache/frames/vimu_000494/frame_03.jpg b/metadata/cache/frames/vimu_000494/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..422dce77edda539c7dff375c5c34b3be1c6f2043 --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39289ff1c105653fbae07946a85df7a6128f2bf3ebeabc0f93bb6a0ca655fd8 +size 42564 diff --git a/metadata/cache/frames/vimu_000494/frame_04.jpg b/metadata/cache/frames/vimu_000494/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b716237a54265ac302b76c278ec768a8fc9fc56 --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368f973edadf7634f6911596f6f013a325a9fa20b5747d3d3f1f9a8549638a82 +size 56175 diff --git a/metadata/cache/frames/vimu_000494/frame_05.jpg b/metadata/cache/frames/vimu_000494/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e23ae78dd202bef2a6239ee94637262a9cbe1840 --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61156d97588e9cf17921a931ce566ab8928fe2a9f424bacd0d09bb3a7b25528a +size 100962 diff --git a/metadata/cache/frames/vimu_000494/frame_06.jpg b/metadata/cache/frames/vimu_000494/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65302f57e367acb56b83d095ffca17d5baf1f3b8 --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76e6c002fd8125a7426a20cb2f4bc69b4e8ab009e11068a11b01591e5e76954 +size 74928 diff --git a/metadata/cache/frames/vimu_000494/frame_07.jpg b/metadata/cache/frames/vimu_000494/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8733ab97a86d327b280ae5c526d9492681b3f56 --- /dev/null +++ b/metadata/cache/frames/vimu_000494/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d5e3857ca9b3bd85416666784fd1b0073b97ce72bbffe36df8d53828aadefb +size 69501 diff --git a/metadata/cache/frames/vimu_000495/frame_00.jpg b/metadata/cache/frames/vimu_000495/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63f3951b507cc5919d7ede5b7e003cf1a878eeb4 --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6b21b17278db8a4b3402dd2bcd0ef292fce6575f4383ec1b3958028b4f4e58 +size 26904 diff --git a/metadata/cache/frames/vimu_000495/frame_01.jpg b/metadata/cache/frames/vimu_000495/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e4e79f71a14bd0da186dc18e862e84384401c04 --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3bb53e98d45ce898207b3d24524a8ed382f841534470c3717f1670238802fb +size 33318 diff --git a/metadata/cache/frames/vimu_000495/frame_02.jpg b/metadata/cache/frames/vimu_000495/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1befa861ee71a398a2de34415dccab25e73f237b --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9225c457118efc6820cc94494ea4e1a06c3a50d741cea1cc15390ead294a6d49 +size 34412 diff --git a/metadata/cache/frames/vimu_000495/frame_03.jpg b/metadata/cache/frames/vimu_000495/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62fd50ed9d59075ac5eb4269a3016fbb8971f71d --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17c0824bbffd999851f43fb9de74527d4ba5575f69b998d053d0da1c04ef854 +size 34699 diff --git a/metadata/cache/frames/vimu_000495/frame_04.jpg b/metadata/cache/frames/vimu_000495/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..90c7d086182f9fca3c433bf9d4222c858511f1f1 --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04177702c2547f2c38e3375e23bb022a8a122af837493df3c692061bfe69487b +size 29320 diff --git a/metadata/cache/frames/vimu_000495/frame_05.jpg b/metadata/cache/frames/vimu_000495/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da1d3f8fa58a455d68a1c5f4812f2c3d5e077c38 --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6c69c90be17f84f74e51083a59182dc2b550c180943a8dc3867e90bc5919b8 +size 27591 diff --git a/metadata/cache/frames/vimu_000495/frame_06.jpg b/metadata/cache/frames/vimu_000495/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db57455ece75f9ef24d440989b76258127e74561 --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a394b9da4a4711a40550aea1a1c6203ee2d5a5c124e1aedc39c5cb4ccb24940 +size 34253 diff --git a/metadata/cache/frames/vimu_000495/frame_07.jpg b/metadata/cache/frames/vimu_000495/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4371eea8bf03d1a88312e7e2a401fa533cda95bd --- /dev/null +++ b/metadata/cache/frames/vimu_000495/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf85dc0879a509d5ddbda26a3830451096691018e7056d9cb74d48e620081555 +size 33336 diff --git a/metadata/cache/frames/vimu_000496/frame_00.jpg b/metadata/cache/frames/vimu_000496/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70fa6b8b4239cea4454ea239500d4b505707b558 --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c68b2389aa73badaa94f3825476ac270f13f54455da47b26894ef9f1cbd3af +size 43800 diff --git a/metadata/cache/frames/vimu_000496/frame_01.jpg b/metadata/cache/frames/vimu_000496/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78d4a494c1d37c1c3ea5201003ea70e52e9c870e --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd7a9129d1c8849258a20f665d9a88f7833d4bc002947a766d2a477b6ebb251 +size 30157 diff --git a/metadata/cache/frames/vimu_000496/frame_02.jpg b/metadata/cache/frames/vimu_000496/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7bd82c549dee423219e7dca279bd891afd5dbbc --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1004030f2393f74773f226db6d6d1ae369f78ae7fc040f3a1d66ff668da512a2 +size 32926 diff --git a/metadata/cache/frames/vimu_000496/frame_03.jpg b/metadata/cache/frames/vimu_000496/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b5b5e8bfc4c4cb7f9bd8b185c28f6af8abf76e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2494f7fc9d45896eb983e8eb37a125e7c0af21ea7da0ea24b2d9a3bb11b7703 +size 47177 diff --git a/metadata/cache/frames/vimu_000496/frame_04.jpg b/metadata/cache/frames/vimu_000496/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3a860e15729f950a40f5b6d0f9b8f5f30271024 --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e77cf52b793283fe0644893920db88790f62048212ff75464242d5d7595dab +size 49367 diff --git a/metadata/cache/frames/vimu_000496/frame_05.jpg b/metadata/cache/frames/vimu_000496/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4efa32826c8cb1d01963ac4d7bed105cc8ddd7df --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7954063950cac297bf333612622d0f81a78f8fba3923972aa7a6d1efb07170 +size 50291 diff --git a/metadata/cache/frames/vimu_000496/frame_06.jpg b/metadata/cache/frames/vimu_000496/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fe8290d3cb381a3a50bbb26d1121229df790f7b --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cb5325757c23f530d3ce94621b71c9b2b1c17671821c5c48276dde201cf4a0 +size 49231 diff --git a/metadata/cache/frames/vimu_000496/frame_07.jpg b/metadata/cache/frames/vimu_000496/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9603904d03f720f6ead541653a931e39db1c926a --- /dev/null +++ b/metadata/cache/frames/vimu_000496/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f5c2991cc52bd2d97b84cb14697b765d70b097a522d42746d73c990cbe5b90 +size 34935 diff --git a/metadata/cache/frames/vimu_000497/frame_00.jpg b/metadata/cache/frames/vimu_000497/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8355891b5989171d9cb420ff88bdc723458418b --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd822621f81fab3115113d62b763006aaa2ade8d735ee79ae1fbb1ea4a5c665b +size 41339 diff --git a/metadata/cache/frames/vimu_000497/frame_01.jpg b/metadata/cache/frames/vimu_000497/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1be48dc31d49d5eb8d6da9e294709ac205f08b6a --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c69d023cd5e55e112e0912a1cb7e8e20dc355229d433a67046c897be7a0b53e +size 18531 diff --git a/metadata/cache/frames/vimu_000497/frame_02.jpg b/metadata/cache/frames/vimu_000497/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8b13daa019c5af333bef1f62250397372a5d127 --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3e907490a4dc4362a7a15bf031cde5d5c82553954e9da7e8e6ec9649906d3 +size 39588 diff --git a/metadata/cache/frames/vimu_000497/frame_03.jpg b/metadata/cache/frames/vimu_000497/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d4aa58a55820c85f947327d1bb8395f83b6078e --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f69f366b150ec693b1ab154f7e7e2ab7b1da656b09059d292e19b357959e29c +size 27834 diff --git a/metadata/cache/frames/vimu_000497/frame_04.jpg b/metadata/cache/frames/vimu_000497/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f624e895247e0e3227fb3f45c9696815ac2f484f --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901311bc5a44ca3573c9001e47999aecc9671834ec9e2f124fef7bcb7d698a1c +size 28079 diff --git a/metadata/cache/frames/vimu_000497/frame_05.jpg b/metadata/cache/frames/vimu_000497/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3221673b1956c713b419a943f7c3c1842c7b912 --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd9391a099580992c391f434472043a56c6d310637fd7100d14c594d69e6df1 +size 36762 diff --git a/metadata/cache/frames/vimu_000497/frame_06.jpg b/metadata/cache/frames/vimu_000497/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2451a9432187105d826ad92f26fe3f7cbe1c2e0b --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a155c26a3e799a3bbd31e64ee141c7688e9439e47b4b96f768228509d93e2e7 +size 37108 diff --git a/metadata/cache/frames/vimu_000497/frame_07.jpg b/metadata/cache/frames/vimu_000497/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2537278abbb9cfb8259bcea98b2dc1aa599f8bca --- /dev/null +++ b/metadata/cache/frames/vimu_000497/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19e314760c9db62e808c0c2cfe076c6128b56d181e3f860218eba292b69d9da +size 54300 diff --git a/metadata/cache/frames/vimu_000498/frame_00.jpg b/metadata/cache/frames/vimu_000498/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16ed8d371b464bc01b3bb149dd0f3bde0fdecdbc --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74f3b0f9135f039d00eb911581cd553d68fe4745f9a79281aaa583013742e28 +size 45765 diff --git a/metadata/cache/frames/vimu_000498/frame_01.jpg b/metadata/cache/frames/vimu_000498/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4608ccd70f01959fe4eb8925b25d42451ba39674 --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c28c3af2e533cc69d6d61f64275e90e2fa1a986f7dddb10b4122d2677491068 +size 47308 diff --git a/metadata/cache/frames/vimu_000498/frame_02.jpg b/metadata/cache/frames/vimu_000498/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71693ee8b1926af669cb4800710d41d0a916a5b3 --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a39c35665e835d6256af7270d218c2ac180e126fccb03215f499358fe94b2 +size 55549 diff --git a/metadata/cache/frames/vimu_000498/frame_03.jpg b/metadata/cache/frames/vimu_000498/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b4a9fa0272dd5b30d56db82b6a78fc4d6efe0d --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfb6edecfdbfcc5225bbc9a5c688835ffcec03282c00186d0de49c5e09cacae +size 54723 diff --git a/metadata/cache/frames/vimu_000498/frame_04.jpg b/metadata/cache/frames/vimu_000498/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49540ef8eb30bdeae330bc95972cc2685a694520 --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c635d497d861aac91d4d8646d5090f2deff2179413ec32202ed473f7b2736d +size 57546 diff --git a/metadata/cache/frames/vimu_000498/frame_05.jpg b/metadata/cache/frames/vimu_000498/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bb117baaaecf1de54269a427efa01262b5c039a --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943a0ca4cf4f7dfd0e1fdc5bac02e2717c7d636a2ce3335d8e88ed218d287f67 +size 51396 diff --git a/metadata/cache/frames/vimu_000498/frame_06.jpg b/metadata/cache/frames/vimu_000498/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62cd74acb5a137606c3104232974f6d865d20695 --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056e75422dcce087e6be5ce87d0c4c8825a38f8da1466beb3db1c0e978a7bb21 +size 44108 diff --git a/metadata/cache/frames/vimu_000498/frame_07.jpg b/metadata/cache/frames/vimu_000498/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba74571915bfd366e4195308c5f26debf166e0a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000498/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9676b5e1904e52103e674333818caa99192697c764fcf05866ad19268ab32bf +size 42509 diff --git a/metadata/cache/frames/vimu_000499/frame_00.jpg b/metadata/cache/frames/vimu_000499/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db098b3bfe26417945f5fd6847a987d6add66b56 --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9cb04e9b8d8d3656825ac470a2c96d865aa5d8ad29571d37794a3dcc243b25 +size 44407 diff --git a/metadata/cache/frames/vimu_000499/frame_01.jpg b/metadata/cache/frames/vimu_000499/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af5d777db97ccde8b39ba4d7fd177d496341bf86 --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a5392fceb84a91836ddf015e47d32fe3fd335883548e4490f161b1f0733abe +size 46279 diff --git a/metadata/cache/frames/vimu_000499/frame_02.jpg b/metadata/cache/frames/vimu_000499/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf838ac18cf30d1059704f9fd54178095682e962 --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37111b90caf41bd12e454510f9c368997e319c6a355a0f0eeb09f5b42f3f9e9 +size 43950 diff --git a/metadata/cache/frames/vimu_000499/frame_03.jpg b/metadata/cache/frames/vimu_000499/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..692952885387a92d01899dc05648b810b41aab01 --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6491a8810bab757f0b25864e696f1527e2316360ce1af1b6b9c0d1c7ec7ae329 +size 42665 diff --git a/metadata/cache/frames/vimu_000499/frame_04.jpg b/metadata/cache/frames/vimu_000499/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d82b44396bc39cb4dceeb5118333820fa809892d --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f659a0f6b84bc4258b05fed7cac3b57f1cd204f4d9a61e557eeacecf5a55016b +size 36879 diff --git a/metadata/cache/frames/vimu_000499/frame_05.jpg b/metadata/cache/frames/vimu_000499/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da0d1ca416052c6c4eea89c64e32a3fd5fd1f245 --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57354a45c9d2e978dd3ab3cfc99497cece2ca41abe8029b71c3004b77f923fcd +size 40729 diff --git a/metadata/cache/frames/vimu_000499/frame_06.jpg b/metadata/cache/frames/vimu_000499/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c63eeed7c6930fb652c48b4ec73c6f40d8c3e830 --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b387a92d6fd419bdded20b8846978c0dc7aacffae7c1e45e9647690751acbdcf +size 39974 diff --git a/metadata/cache/frames/vimu_000499/frame_07.jpg b/metadata/cache/frames/vimu_000499/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f126ab517090488a50641d20948d65cfab5f704f --- /dev/null +++ b/metadata/cache/frames/vimu_000499/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaaeb05ab1ae647a79a7e75bbd29e152d26e5c1ed5b64a37c9a790c467abdeb +size 39649 diff --git a/metadata/cache/frames/vimu_000500/frame_00.jpg b/metadata/cache/frames/vimu_000500/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5375538cb3c701c3fcc6a588a2c016a78f6749f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbb7864f7945ff8be9bf1b4c6a797b4dd02757af8fe1c14df59b4e95290c019 +size 34613 diff --git a/metadata/cache/frames/vimu_000500/frame_01.jpg b/metadata/cache/frames/vimu_000500/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfc5bf990eca582078c6ba7678e5a5fc8dda83ce --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba841e172260f5f4834ce5bbaf167fb4e3a020840f31532a96dfbd118b43a21 +size 41987 diff --git a/metadata/cache/frames/vimu_000500/frame_02.jpg b/metadata/cache/frames/vimu_000500/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80c5bfcfc15543acad59d83b04343f95e10387b0 --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2e82cab28497644a3fc6d9a03cb2998e3c5bd01faf851aafbacbfadbe8444e +size 39763 diff --git a/metadata/cache/frames/vimu_000500/frame_03.jpg b/metadata/cache/frames/vimu_000500/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38dc1b55beee6d414f941b0647a41eeb68ed6b26 --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9f79870b26f852d4ed9c6e4a4df46966d79eb972bee9c2447f8919855ab7e0 +size 41895 diff --git a/metadata/cache/frames/vimu_000500/frame_04.jpg b/metadata/cache/frames/vimu_000500/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a3bf3256625de1c01a94992e6ed90d5f39fb36c --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac517d9ee5cadc890d5a40bef8e757612a30a0ed500e219358129363c2a819d +size 40563 diff --git a/metadata/cache/frames/vimu_000500/frame_05.jpg b/metadata/cache/frames/vimu_000500/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4dc24a6c14b6fd131c5c6d06a3691da3f752fbf --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f554aa981803f9c4b7ed6d987dd21c9c2b7886fe5119903866af31be35167571 +size 42262 diff --git a/metadata/cache/frames/vimu_000500/frame_06.jpg b/metadata/cache/frames/vimu_000500/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f521d8773118a782eb6eaae87c3ba0bf22abb3a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2700a739df7a9bec05f59ee94c92eafe4b91fe28355924937fdc578119f148 +size 43662 diff --git a/metadata/cache/frames/vimu_000500/frame_07.jpg b/metadata/cache/frames/vimu_000500/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28585fde4e3c31b9c76a6280f4969acc70f1f2ba --- /dev/null +++ b/metadata/cache/frames/vimu_000500/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f8e582e77a0824fc4f771f9146de686e9201065c03799550cc01504edd33de +size 44230 diff --git a/metadata/cache/frames/vimu_000501/frame_00.jpg b/metadata/cache/frames/vimu_000501/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e84de19816cfdb9aad36ed1d5d33d330a640a873 --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ec783e0b1d3346a720f9b52ddee6a1aa0521926193199ef539d0682bb45d1c +size 27559 diff --git a/metadata/cache/frames/vimu_000501/frame_01.jpg b/metadata/cache/frames/vimu_000501/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03c1debb6272edc7895034ad8d9627af20699892 --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e764750360922ba5206c6795840b3555868160c4c1b9141e9a3913565f2e927 +size 28707 diff --git a/metadata/cache/frames/vimu_000501/frame_02.jpg b/metadata/cache/frames/vimu_000501/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7c46401c70832ff5ee583f52a72b0703f532c9c --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cdbb811b9e6efa219b1da8f819f4bde76d3acc80eee57f2dd2df20f39f7618 +size 27037 diff --git a/metadata/cache/frames/vimu_000501/frame_03.jpg b/metadata/cache/frames/vimu_000501/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a997c35c4393327cdd27638810c2e5db52e663c --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953f10bc21c9a80181f25477cfbeb97ad53b42f3e1ef64cd7b105e645bbda5d6 +size 28807 diff --git a/metadata/cache/frames/vimu_000501/frame_04.jpg b/metadata/cache/frames/vimu_000501/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..180a493d673b272ee3480657def581591db09925 --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fec9c39b6729de65abf3763066528bce73673ec6c1597f5b2d750b7e58874c +size 25622 diff --git a/metadata/cache/frames/vimu_000501/frame_05.jpg b/metadata/cache/frames/vimu_000501/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cdc584609d519f5bd017f3041c65464d176fbb8 --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a61eecc2a049056a2babaca7dea8929e5e47a14a38119dd5bf07c05872f5d5c +size 26524 diff --git a/metadata/cache/frames/vimu_000501/frame_06.jpg b/metadata/cache/frames/vimu_000501/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..994c42cf3400a3ed049907f9b5973ba602186a7b --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b68d3aa04968b81832dc59b618bcd3a44bae56d75b2501806525c7e37a2dbdd +size 27557 diff --git a/metadata/cache/frames/vimu_000501/frame_07.jpg b/metadata/cache/frames/vimu_000501/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c11ad95bdf42a85df218832acf08ed453816230d --- /dev/null +++ b/metadata/cache/frames/vimu_000501/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87b2acb06b04d491c6d527071880b957dba877bc7af022f906cdd1fcec1c7a9 +size 27136 diff --git a/metadata/cache/frames/vimu_000502/frame_00.jpg b/metadata/cache/frames/vimu_000502/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ea84313d56d8bd8c3b0978b3271dcdafe7026f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fe67a920eb3c7378a08216c7e60315da647f462339dde0cfc985d0a412b385 +size 51300 diff --git a/metadata/cache/frames/vimu_000502/frame_01.jpg b/metadata/cache/frames/vimu_000502/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ee4749fccca860ff9a015279a85a873598bb29d --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095cac0e8e765dc1054d1907d182807d8f6197b91e0f57d0444ace529ed2f3d3 +size 50574 diff --git a/metadata/cache/frames/vimu_000502/frame_02.jpg b/metadata/cache/frames/vimu_000502/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7509dc2918fcbd1a5deaec62426d377af83caba0 --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba7fdf008931ed79c08f373b7e9f244ea796aaf1742f3d0fa58106dbd76eaf4 +size 47857 diff --git a/metadata/cache/frames/vimu_000502/frame_03.jpg b/metadata/cache/frames/vimu_000502/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ee527ed6070cd927684c6c8c487f9f437cfbccf --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aab137c97d570736bd05ec1579a8e3500150a74e56107ab27f779ad7e9fa77d +size 26332 diff --git a/metadata/cache/frames/vimu_000502/frame_04.jpg b/metadata/cache/frames/vimu_000502/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..866ddfcd2436396eeb91d842c6e5d7b6882f9440 --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3442c089b666c45a219643f108b804d4195897e499efa74095b6b966d36417e +size 26454 diff --git a/metadata/cache/frames/vimu_000502/frame_05.jpg b/metadata/cache/frames/vimu_000502/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71741a228b5b5cf8c065a3efcbc02932a1895da2 --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16478eb762c959663c997d884ece11c79af1f623a7a724d24da5218f2869a16c +size 25866 diff --git a/metadata/cache/frames/vimu_000502/frame_06.jpg b/metadata/cache/frames/vimu_000502/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2afe5003a00d868296eb70c97c45b0b9bbddfec --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c875f6d7f69572de03d3de8f24f22791fae35a51f087c6fe261f7470ee50c5 +size 25943 diff --git a/metadata/cache/frames/vimu_000502/frame_07.jpg b/metadata/cache/frames/vimu_000502/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9a2dab111bc9b04d05f7d418412f75adf589a5c --- /dev/null +++ b/metadata/cache/frames/vimu_000502/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9349d0989e96e2a707123e688b2a9e1e78124df1681fb026cdb0a79ae5575362 +size 25987 diff --git a/metadata/cache/frames/vimu_000503/frame_00.jpg b/metadata/cache/frames/vimu_000503/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b720c6ea7b7c603693215ebe5b5e712390ae7257 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3d76362b7f70c7e04d794e028f9e2fe17822c69f0d51112e0555dc57925496 +size 33133 diff --git a/metadata/cache/frames/vimu_000503/frame_01.jpg b/metadata/cache/frames/vimu_000503/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..084863fb18238c8e71770555def2a4f6f5dbe179 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade5416ae1aa7afd16ea278afc7f8d9124c212e9d48327342b42d9c0147bd05d +size 37502 diff --git a/metadata/cache/frames/vimu_000503/frame_02.jpg b/metadata/cache/frames/vimu_000503/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70a41dcf6086d26f4bb1044d1fb48602ff48e030 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ce8a9444912bf17ae89cba1a7380aa55f85d16f57f110c6b264bd7fb27f905 +size 46580 diff --git a/metadata/cache/frames/vimu_000503/frame_03.jpg b/metadata/cache/frames/vimu_000503/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed26940f3b6739cb2281285e6a7a780306441c7e --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593409e81ceb5d06f3aac9aba2fae70409f4679153510c1c27c8b481c03f0e7b +size 40665 diff --git a/metadata/cache/frames/vimu_000503/frame_04.jpg b/metadata/cache/frames/vimu_000503/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ba73bdb3c177feb3b1f48cbb49f7a381b9391d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d261145716acd47c4d95d7b0059a8b429e3867bed2b4efeca271a5c1f6783f +size 39307 diff --git a/metadata/cache/frames/vimu_000503/frame_05.jpg b/metadata/cache/frames/vimu_000503/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..150c74e310e1012b6bbf5044c83d9d4f288241f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb1d25d95aa0f44fce947c749f0e9efe8775463b72666c70c8ebd24554f6f80 +size 41807 diff --git a/metadata/cache/frames/vimu_000503/frame_06.jpg b/metadata/cache/frames/vimu_000503/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1646c9c470ed58f6e0080556ace53d7f142d326 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50bca8c99eed2eb49a8a424dd34c12614cd931e7d3893a33853053deacbfddb +size 42169 diff --git a/metadata/cache/frames/vimu_000503/frame_07.jpg b/metadata/cache/frames/vimu_000503/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d14751ce9584ecce95102718a3245c81ead9d800 --- /dev/null +++ b/metadata/cache/frames/vimu_000503/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6509c851f41dde9f3bc84b99674066567826fb4b28baafc66a9f578ceb8318 +size 39548 diff --git a/metadata/cache/frames/vimu_000504/frame_00.jpg b/metadata/cache/frames/vimu_000504/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a336f0acd0c7f3142487cada3ddc2da44c7365b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a807f38f85e26cc97716233cfe23b1c7fce5849057b05a4c45d1f6fa8dc151 +size 35339 diff --git a/metadata/cache/frames/vimu_000504/frame_01.jpg b/metadata/cache/frames/vimu_000504/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20a15953221b97bd78ed96a7964d40c596713bb2 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8c8923521835032d474658346aceff066d921ffcfb3f9bb2e11b7ca329331a +size 38103 diff --git a/metadata/cache/frames/vimu_000504/frame_02.jpg b/metadata/cache/frames/vimu_000504/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5ef8b22006b5301c4925854c77aeffe3171ee61 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f4906191d69d33744dd31f9fcde0008232c3f6f48845284f8e7c47359b6396 +size 46506 diff --git a/metadata/cache/frames/vimu_000504/frame_03.jpg b/metadata/cache/frames/vimu_000504/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18eec3049cff9263571d023ab8cbab529b07cfb1 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4018ec5b6c8d90b3aae810cf817baae9b2cac98c0f2773c1d40a373d5ebf1ec6 +size 34895 diff --git a/metadata/cache/frames/vimu_000504/frame_04.jpg b/metadata/cache/frames/vimu_000504/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fa04d4216fb3874faa61b3f3b60c79f8f6f1c34 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71724bcac885f33f63b10d1cd80de568552e540566bc367a7ee8cb88a3fb48b +size 37055 diff --git a/metadata/cache/frames/vimu_000504/frame_05.jpg b/metadata/cache/frames/vimu_000504/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67627ccef0602e2c14bd2716977308a21e7de3bd --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8b5938ed374bab37e7dd26574c0c9a551f356b4974d9c0d9c3aa73602d86ad +size 42614 diff --git a/metadata/cache/frames/vimu_000504/frame_06.jpg b/metadata/cache/frames/vimu_000504/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2767bcddf876a62e96ce3eb35c3e2ff804f185e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63abee59ee9bf86f1975ddfed527292b4ad9e470d78f1050657b92cbb357e39b +size 46810 diff --git a/metadata/cache/frames/vimu_000504/frame_07.jpg b/metadata/cache/frames/vimu_000504/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e23bf49c9ec62c538846dcfca8dc73fd45c79e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000504/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d4d6a4770ae418a962d9b143d6e29d5268f82888b3830653dd2253ecdcc086 +size 38758 diff --git a/metadata/cache/frames/vimu_000505/frame_00.jpg b/metadata/cache/frames/vimu_000505/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..10468d5fa65f5639db64a987eb47e7378def2ce9 --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287078992af34fc74724ebe55135fb40cc073676ca8a6a06488ed8f63f923857 +size 49094 diff --git a/metadata/cache/frames/vimu_000505/frame_01.jpg b/metadata/cache/frames/vimu_000505/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c10915942a35cfe226e4b83266ac4a26671095e --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58285c18ed82fe41fd5de011203622ca3cf7848593949b63b904922cb5f5813 +size 37214 diff --git a/metadata/cache/frames/vimu_000505/frame_02.jpg b/metadata/cache/frames/vimu_000505/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1a36df7a49c85d27b58d0a1a46610f635484df3 --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c636fdeb7cafc489675da3dd6d6ef276724c575a47d3c64ff3e767d653ea250 +size 48255 diff --git a/metadata/cache/frames/vimu_000505/frame_03.jpg b/metadata/cache/frames/vimu_000505/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..115c954223e9f0a2e249a7bf88a83dfe19493a4a --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcf863d5aa2891f8e454204569c1876a8d42ca37b429db1720946bd40f8e91c +size 46005 diff --git a/metadata/cache/frames/vimu_000505/frame_04.jpg b/metadata/cache/frames/vimu_000505/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2370d7a75d525e11aa84ff9fb6f1fd6186f80571 --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf0f5a2f707de2dbed562dc7b80adf773b6ba404d43ede9ef79ddbc3a75fb35 +size 46004 diff --git a/metadata/cache/frames/vimu_000505/frame_05.jpg b/metadata/cache/frames/vimu_000505/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83b44c62f8c6c16282099c53f97d040987cf0fc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c5941cf1cde1ad15925af96935672afb7aef936a9e7ff0c0563fab390189f4 +size 48556 diff --git a/metadata/cache/frames/vimu_000505/frame_06.jpg b/metadata/cache/frames/vimu_000505/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6424963f65a417d14d827d7e258ce877f7fba727 --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc33383551f72264a1371255ae21501b5d8b7c0a125a01d24a1fa778f5ff6d99 +size 26250 diff --git a/metadata/cache/frames/vimu_000505/frame_07.jpg b/metadata/cache/frames/vimu_000505/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26ff15e6a4e86058eb65fb0a277b08e0d8d2c9b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000505/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0eb6c6d0f2f317c07436c4350c905f22fb39bc08da1b9f92a2f8cd632f9128 +size 28987 diff --git a/metadata/cache/frames/vimu_000506/frame_00.jpg b/metadata/cache/frames/vimu_000506/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..085d3df49883e8783a8d5fd6167545d845f16e7e --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af035953326a776c9673c22e48f06c7e1eef8358ef521491acdcef80a91438b7 +size 26467 diff --git a/metadata/cache/frames/vimu_000506/frame_01.jpg b/metadata/cache/frames/vimu_000506/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae2e0d160a41583ccfda2f7614dac9754f432eb4 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a2d33a0058b8fcf099f7efedcba5b6df2fa91ceb04433876a67c7fa48185f8 +size 30907 diff --git a/metadata/cache/frames/vimu_000506/frame_02.jpg b/metadata/cache/frames/vimu_000506/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c1c63a8bc260adf8c1dcf3f0fdc410533265c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9450b26292d1050aa959b11b5610d64a72242242ee0023a1ae10b5800644299d +size 31186 diff --git a/metadata/cache/frames/vimu_000506/frame_03.jpg b/metadata/cache/frames/vimu_000506/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8652a9026c470d283c82e127a0fa63d9c4d5101 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db284a2d6faeeec0310969f2af17c2f717e583dc53b83722647e3157ea20c86b +size 39695 diff --git a/metadata/cache/frames/vimu_000506/frame_04.jpg b/metadata/cache/frames/vimu_000506/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76a045316a078640a878026e19fe0f0201e2bb71 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97759ecb9e5e2d85f8a5e20e2706e3cc2576aa39f7089aeac3062bf2d9ccdba5 +size 38514 diff --git a/metadata/cache/frames/vimu_000506/frame_05.jpg b/metadata/cache/frames/vimu_000506/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c75c9d3b5d3f7419c5eda003856124d489c86572 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a610746518afff491daaaa92cd3227449853b88b048159c29e10a75c845d454 +size 33120 diff --git a/metadata/cache/frames/vimu_000506/frame_06.jpg b/metadata/cache/frames/vimu_000506/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdf61c82652e614042cbc0f6a083cf021cb30851 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af3b1aef7b791f86561ad8791d39dc85c791fd922147b0caf047796e6143982 +size 34718 diff --git a/metadata/cache/frames/vimu_000506/frame_07.jpg b/metadata/cache/frames/vimu_000506/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e13e9d781e113026108aad38bbfb40e3436d3d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000506/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cffe0ecc5ecfddb69877e0948f843835e02ace76e8a68dbe4d79decf4a9179 +size 33006 diff --git a/metadata/cache/frames/vimu_000507/frame_00.jpg b/metadata/cache/frames/vimu_000507/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab8c2e16e16f9493756220733bfefe4bac1bfb19 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da84078299781e1e2ac1065ff5d18523208efc51433e09702462db4399b968c4 +size 40744 diff --git a/metadata/cache/frames/vimu_000507/frame_01.jpg b/metadata/cache/frames/vimu_000507/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8f336e17667d3b3fa5e85ccd4c9a10ef5891f68 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3a0d482b8626ce4de7d5207229142b891b1a9b650b100fe1163edb990cbd4d +size 41006 diff --git a/metadata/cache/frames/vimu_000507/frame_02.jpg b/metadata/cache/frames/vimu_000507/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..280073e45607d54e571a9b502a9bd74cefaa32c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ec89ccd69336ce163cd897f6e28077164a42fc5f0dd9b32c584218218d27a8 +size 25655 diff --git a/metadata/cache/frames/vimu_000507/frame_03.jpg b/metadata/cache/frames/vimu_000507/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebc5db04a848c7be2a348db1a2e9c5f853125141 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7e67b786822fc71a59a47787b680c60401459a89e71525bfcf2dcef35c3b06 +size 31289 diff --git a/metadata/cache/frames/vimu_000507/frame_04.jpg b/metadata/cache/frames/vimu_000507/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f202b1a6abef5ebaf7ff9227572b6a685c76a4ce --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010b95960b1222925b84bc21889a7ff4e3acf20fe1cb2979e74ca36f198fbbde +size 30630 diff --git a/metadata/cache/frames/vimu_000507/frame_05.jpg b/metadata/cache/frames/vimu_000507/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ac58ee9e693df909318c65ed1f5345c4ac276f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b8a4c24fa227b934ff8a8080aba8f2736d215f4e5983bb01490ef2471adfa8 +size 28659 diff --git a/metadata/cache/frames/vimu_000507/frame_06.jpg b/metadata/cache/frames/vimu_000507/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6c8017158b9565c9067410c7918242a4db51d674 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdb664a53f81040cdf9c7f89b6cdaf95b0aed366717f31865d268cce2295d20 +size 28085 diff --git a/metadata/cache/frames/vimu_000507/frame_07.jpg b/metadata/cache/frames/vimu_000507/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb4ec98b9d60d2df15bf3d2f639525eba7e67320 --- /dev/null +++ b/metadata/cache/frames/vimu_000507/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931de5743e8e8764cc6b50230ff24846b44a4adb46e6577663cf8c6975e791e0 +size 34247 diff --git a/metadata/cache/frames/vimu_000508/frame_00.jpg b/metadata/cache/frames/vimu_000508/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6534b78e3b5ed95f8a9d92a0fdd39fb97dcca5fc --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2dd78efc55050c2304c1eaf24d3eae27e2c6013e054c942d267107e8d0ce31 +size 20716 diff --git a/metadata/cache/frames/vimu_000508/frame_01.jpg b/metadata/cache/frames/vimu_000508/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..404b97e1b21744c2bbc8c74ac89397132a05821a --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34b4a0280c09a1518a624c0fdcbdd189b8d4ac40cf330544e649155826baf6f +size 22876 diff --git a/metadata/cache/frames/vimu_000508/frame_02.jpg b/metadata/cache/frames/vimu_000508/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..277f8acdfc757721757d326e2be868f961b60ee8 --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfde52842410daba4b23100b6e1bbafd1e7e6bffaeb4e6e13959f76d39bccd19 +size 22886 diff --git a/metadata/cache/frames/vimu_000508/frame_03.jpg b/metadata/cache/frames/vimu_000508/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eaaf6a0b1325b7658a81842cfc2b2c05de92346a --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1841fbf2fd6884fa43267c31dd8b0a02509349896e49a8a52d6cea5fd6a2de +size 21602 diff --git a/metadata/cache/frames/vimu_000508/frame_04.jpg b/metadata/cache/frames/vimu_000508/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bfc93de6bb8a6ec7361205fb1ddeec60be53f97 --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d347c1a386a561dbfe7ceef30d51c11d0d6e9ee2d9df222fec3d44c1c1b1dc +size 15728 diff --git a/metadata/cache/frames/vimu_000508/frame_05.jpg b/metadata/cache/frames/vimu_000508/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14d862f7181feaafae31fed2bb5a13431a5612da --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15a7c04ce6a8de503eca5394a7ef15bdd9d87691a9e2263554a02d46a1474d3 +size 18667 diff --git a/metadata/cache/frames/vimu_000508/frame_06.jpg b/metadata/cache/frames/vimu_000508/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a0dad45194c251ff12a07ea1a96f1101f5740de --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec1e53aff5f9def2e8cdddc0c9d95dc3a4c15db983bd32936ad451b52bd20eb +size 18378 diff --git a/metadata/cache/frames/vimu_000508/frame_07.jpg b/metadata/cache/frames/vimu_000508/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a93009ca42ae361dcbd5d7c20b4dc49899c97044 --- /dev/null +++ b/metadata/cache/frames/vimu_000508/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a11765f6f7c4c7137481f6bab5fc44a6c4d47eb71b65cc983fb726aac22db54 +size 17874 diff --git a/metadata/cache/frames/vimu_000509/frame_00.jpg b/metadata/cache/frames/vimu_000509/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24edf9438a7f9b48471e423424ef396e05549107 --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44992b8fc3858e03f3126c5a88d94928286dfdb8eba064fed9d606564a6704c +size 53438 diff --git a/metadata/cache/frames/vimu_000509/frame_01.jpg b/metadata/cache/frames/vimu_000509/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43fc262dbf14432cf7c7a63a3614e5df5621ab37 --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9b41466415279ff4a2d394513bd7042f309fa7b00a9815b38180f05aabdcb2 +size 55713 diff --git a/metadata/cache/frames/vimu_000509/frame_02.jpg b/metadata/cache/frames/vimu_000509/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f80a6a0388a8c073b78029180183bcf0cd8f43a --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e16203b3f9d7f86e30d1578c8c193af8f0622ed34563ade28fad2040dc12f9e +size 58070 diff --git a/metadata/cache/frames/vimu_000509/frame_03.jpg b/metadata/cache/frames/vimu_000509/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f21e8cba5f39bcfa810e0d6a5d39f7283dc94c23 --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e824386152c75c6b9e9d7b0a7c4a0c85db2e0af1089fbd0067ee6e0bb86d1e73 +size 64455 diff --git a/metadata/cache/frames/vimu_000509/frame_04.jpg b/metadata/cache/frames/vimu_000509/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fc0c83a10b244a33fcae362bdab9e85894c08bf --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f900f5ba19ceeb3d4237250b7edcdef1bceeda3182aea74e2d32140fa1cdb5a0 +size 51027 diff --git a/metadata/cache/frames/vimu_000509/frame_05.jpg b/metadata/cache/frames/vimu_000509/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51359ddd1a06facca34d2f063aa513d7c1a9386 --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568b0697d4b5b82e4b9ad075b1dd53051fba8ee51961aed8af8a87076589ff56 +size 34069 diff --git a/metadata/cache/frames/vimu_000509/frame_06.jpg b/metadata/cache/frames/vimu_000509/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c914e208c2f03438914c78a675333a78e62278fe --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0407ebc4807fe9074cf495d2c01b801f9b2b5c5816cd92d50b54e549f3399db +size 62066 diff --git a/metadata/cache/frames/vimu_000509/frame_07.jpg b/metadata/cache/frames/vimu_000509/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed8dcfc5dab660cbfa45a661b7652428ed2cff8f --- /dev/null +++ b/metadata/cache/frames/vimu_000509/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1416154ccece3a934be35b73375569aec5c7aad3a30d4ec5248bab47a452013 +size 59305 diff --git a/metadata/cache/frames/vimu_000510/frame_00.jpg b/metadata/cache/frames/vimu_000510/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e26a409d3fb19155b8ab292ace8118bfb1676315 --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b17fde7f482c9396ff6f80d71b229baefaaa07df86ec3f283aa2b2f66ce6c7 +size 31301 diff --git a/metadata/cache/frames/vimu_000510/frame_01.jpg b/metadata/cache/frames/vimu_000510/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..737151bf409b39e61be46176765824f83831d46d --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f8c72f463f3dba7af520e29bf87cdfd7fed4a1e5f489d31fa208e7f2aedce5 +size 27038 diff --git a/metadata/cache/frames/vimu_000510/frame_02.jpg b/metadata/cache/frames/vimu_000510/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14a210246ad7da0eb40e8a5503a02354b6f2283c --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74a844c5237ed4c2acf8a4c18534d8faee4b1dcb03401b75ae6cbdc447dce45 +size 30510 diff --git a/metadata/cache/frames/vimu_000510/frame_03.jpg b/metadata/cache/frames/vimu_000510/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94d7c9ec7330f496064b7bd6b259cacfe2ab05c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e615c267aea28ff9d1a67846e869c2ccaa825b11d7be0108c95e5842ebce34 +size 29196 diff --git a/metadata/cache/frames/vimu_000510/frame_04.jpg b/metadata/cache/frames/vimu_000510/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b82ae981fcceb2c5593158e5f715a1c5cd06c6d --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5842fbde560c11c2a728060032ecc6e6ef0514f528b442ba97d89272187a4b6 +size 30257 diff --git a/metadata/cache/frames/vimu_000510/frame_05.jpg b/metadata/cache/frames/vimu_000510/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c381eff24e697154a477fbbb8b0a671972a46460 --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1287647150dbb3bf655b1f4c45c2e13e1a191d06761479c920292b742e5bce4c +size 28393 diff --git a/metadata/cache/frames/vimu_000510/frame_06.jpg b/metadata/cache/frames/vimu_000510/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..224c019a56e72c1e448d36fd55ffd9c8e1a2d8c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df65b595356703bc0268cc0b5d61e43f62c70410f61d38ef5fe05f9e7ce92a0 +size 29251 diff --git a/metadata/cache/frames/vimu_000510/frame_07.jpg b/metadata/cache/frames/vimu_000510/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..951e2f7d6faa66262f76abedcba3773bff987d40 --- /dev/null +++ b/metadata/cache/frames/vimu_000510/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc0311f38002c54e470efc90403d24d875a866efd8903692ce610809c785429 +size 31742 diff --git a/metadata/cache/frames/vimu_000511/frame_00.jpg b/metadata/cache/frames/vimu_000511/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..485dfb2736194c39d570eeecf2c32e4f61b9e776 --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fead42faa99382c7073aabdf51416d490ed9c79be6219b3184d6f6bef9fdaa +size 35079 diff --git a/metadata/cache/frames/vimu_000511/frame_01.jpg b/metadata/cache/frames/vimu_000511/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db67694506911b57a09daf90bdbf0cd6b8a68966 --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba6b912f29a1729a310b9561f09caa4fa36f83f7f6ae30bb70e2bb231b2739b +size 37615 diff --git a/metadata/cache/frames/vimu_000511/frame_02.jpg b/metadata/cache/frames/vimu_000511/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41bb68aae6090affc3c37ac8ac2cdb4914c9d9f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da5ed94cdb963c33d98cb97d2239e7c85af28da938a308eaac23a0912be464a +size 49230 diff --git a/metadata/cache/frames/vimu_000511/frame_03.jpg b/metadata/cache/frames/vimu_000511/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88b9e59e775b3eff8a9787e63d1ee1e87248e89d --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b534355491404c85fce5d390bb35ea5b263e91269a771591c8101295f595c3 +size 58498 diff --git a/metadata/cache/frames/vimu_000511/frame_04.jpg b/metadata/cache/frames/vimu_000511/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd9712d3af3e66a6183630d62ed638a7db07d329 --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46f9741f4b30293f6ce7a410b8abbe64225f6e32c8d8915a92f007aad221f26 +size 41515 diff --git a/metadata/cache/frames/vimu_000511/frame_05.jpg b/metadata/cache/frames/vimu_000511/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6f3a0b5009bdb2fd05b52a784dda14314da4ddc --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aba9376ebe316652332ccd27e88d0cf814c11334b0e83d2584a51a38b009b6 +size 30180 diff --git a/metadata/cache/frames/vimu_000511/frame_06.jpg b/metadata/cache/frames/vimu_000511/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e1de0ad93872fa979dde550670dd9607334bca2 --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6dd9832db12d977c1f8c2f6549768401839858e8b1cb4492dd468a3719460b +size 28057 diff --git a/metadata/cache/frames/vimu_000511/frame_07.jpg b/metadata/cache/frames/vimu_000511/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fcfd81d5cf648b362fc79c6c5ab1e3340b6d264 --- /dev/null +++ b/metadata/cache/frames/vimu_000511/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f523b63c409faa9c1c278c6a8820a9a6da1692dcbf7f55e843e6158a76830138 +size 34050 diff --git a/metadata/cache/frames/vimu_000512/frame_00.jpg b/metadata/cache/frames/vimu_000512/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fab2b7908d82f1a969254914e7d54eae7c992a4e --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430158b7900ea6560471a80814054fe23b9a8f7f44e7865ca23cc7e9f4d9e3e2 +size 34868 diff --git a/metadata/cache/frames/vimu_000512/frame_01.jpg b/metadata/cache/frames/vimu_000512/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f8f4afc3d1337f863a031ab422fcf6ab5bc7fa0 --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c26536d9aee6aeca98e6469029a65cb589de6827aec2239c7d477e2d587127 +size 48565 diff --git a/metadata/cache/frames/vimu_000512/frame_02.jpg b/metadata/cache/frames/vimu_000512/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..844fe13748c4d4796ff2275ccabc6e729dd64da3 --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bb60e53ab45b207a73b43f66fc35ac13a8e7ab25404e61ef4488edbf888e70 +size 52129 diff --git a/metadata/cache/frames/vimu_000512/frame_03.jpg b/metadata/cache/frames/vimu_000512/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..495a3f9821ebcddbee2ba3d84b43e06e08abdb1e --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0195dc96def621cf198b4560e2c2e759d33a8bae748005a867c505108526f0 +size 43658 diff --git a/metadata/cache/frames/vimu_000512/frame_04.jpg b/metadata/cache/frames/vimu_000512/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..211a9c0c21b6f7d2ead81b7a31a00b3967535521 --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edf3b246e41b6d7b480bd9fcaf33f3ab3b86e90e3c79f671ecf8cb9083039f5 +size 42933 diff --git a/metadata/cache/frames/vimu_000512/frame_05.jpg b/metadata/cache/frames/vimu_000512/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..871beca7059b7b1b407c4d451a0d7b8ccbcb3a8e --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fd43cbdd106ba6cbfa8d46fbe4b2dffbd47b2b2a13eba47bfc696f02af3344 +size 33316 diff --git a/metadata/cache/frames/vimu_000512/frame_06.jpg b/metadata/cache/frames/vimu_000512/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4c4b3063b7d1020db3593b7047454e985f5c51f --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d435ab54b86abcaaddcb574ae644c8b0ad8d23359262b1dba61f2f7fcf867066 +size 36630 diff --git a/metadata/cache/frames/vimu_000512/frame_07.jpg b/metadata/cache/frames/vimu_000512/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69fd87d8d45817c709e03447f6ef93d96bfd57bb --- /dev/null +++ b/metadata/cache/frames/vimu_000512/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a08664244974bc9d1ab0683a2d3e6c6d561baa508cbaefa1929b5ff69cba3d8 +size 40374 diff --git a/metadata/cache/frames/vimu_000513/frame_00.jpg b/metadata/cache/frames/vimu_000513/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7dfb60fcbcbf458b30804bf03995d17cc55c8bbe --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45d06e62ea1fa25db0d9d49c4703904acb6d910b0c486dba12996990f0079ac +size 51444 diff --git a/metadata/cache/frames/vimu_000513/frame_01.jpg b/metadata/cache/frames/vimu_000513/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..396822fe23654e970bc458c3c19189e9ffb0219e --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5098fc1f82ff3fc5d3c9c55bf4ecbc0992a9437be93d0f4f5118df58f473bc +size 61443 diff --git a/metadata/cache/frames/vimu_000513/frame_02.jpg b/metadata/cache/frames/vimu_000513/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48e6f1928e2dac4704c2e0a1a96bdbfd9b74a549 --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3dd5c4f735e03783f2e839b57b922b64c51f29c9d5cb12bd8c6c7e5f760cfb +size 64487 diff --git a/metadata/cache/frames/vimu_000513/frame_03.jpg b/metadata/cache/frames/vimu_000513/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99d9abf5fb6b86780e9695976c51dca01ad9a581 --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0e90eeaab08f65268d754278ec0846c4af35a17a807a64614c57f679ed55fb +size 63357 diff --git a/metadata/cache/frames/vimu_000513/frame_04.jpg b/metadata/cache/frames/vimu_000513/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d7b294af058cdaa5f0eab874d3ceba926239f97 --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b993196dcb9beb7f950a4eafe25b900af9c0a7492148a38b0b0a1cc120c6f1f +size 61814 diff --git a/metadata/cache/frames/vimu_000513/frame_05.jpg b/metadata/cache/frames/vimu_000513/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25e7ae4d21fbf9f45f2a03e1510ab552ddd84b50 --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a52f3133fe88fa27f06514fd5e9144c68975fa7a91034e1db7ecb54e17de43 +size 62412 diff --git a/metadata/cache/frames/vimu_000513/frame_06.jpg b/metadata/cache/frames/vimu_000513/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8029988dc6fc8286b4eef9383c7fc6a969e054ad --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6879eb51822db2f7bea2b0f83a8452e48a77780c2ffe8422a41e715b31c056 +size 62273 diff --git a/metadata/cache/frames/vimu_000513/frame_07.jpg b/metadata/cache/frames/vimu_000513/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b89215526802b53e06911089f2b0f545b3e069aa --- /dev/null +++ b/metadata/cache/frames/vimu_000513/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00127542188f577520ee0e5031e5e120f00f087dbdd2339fb4a4ccc6c0194083 +size 55741 diff --git a/metadata/cache/frames/vimu_000514/frame_00.jpg b/metadata/cache/frames/vimu_000514/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03473f324095205532ab247784b4a2752923b087 --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f17055158e3013056611c3600f05fe876ba947ca0ac08f509b16307abeb2190 +size 54291 diff --git a/metadata/cache/frames/vimu_000514/frame_01.jpg b/metadata/cache/frames/vimu_000514/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..993b5ebb0fcbd67f3ce767d2aa34d8bd575629ba --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77789ccd6ac8b5cca5768f85530ffb1f6d0644216c0ceaea63c985310e48a8a2 +size 52743 diff --git a/metadata/cache/frames/vimu_000514/frame_02.jpg b/metadata/cache/frames/vimu_000514/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b463b269942d7be48e46c6ad92f5944db0da3232 --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33fe663c662e1472531fea324f8c61df45a8c62396621e37dc721c6a76c7b68 +size 44974 diff --git a/metadata/cache/frames/vimu_000514/frame_03.jpg b/metadata/cache/frames/vimu_000514/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f728fdddbcaf482e27b1d830806e1faabe0dbdca --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4551aa379b331f79e99c324f56d860705e45ad8394b08c277e6b82d085822b24 +size 48743 diff --git a/metadata/cache/frames/vimu_000514/frame_04.jpg b/metadata/cache/frames/vimu_000514/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b2f708b4699012b87f4fef2d29f8ce670675c75d --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421fe5c4ff9243943184663b720aa5dc97bedc70a42c07dcbeec965a0adb85b2 +size 50443 diff --git a/metadata/cache/frames/vimu_000514/frame_05.jpg b/metadata/cache/frames/vimu_000514/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5c5d6dd0baa1b316a50128ce3f512adac373ed2 --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee41371a67bc16e4614446bcef4ddd93d50a3f88e78a1bc3ee01ee6e6af4735 +size 52089 diff --git a/metadata/cache/frames/vimu_000514/frame_06.jpg b/metadata/cache/frames/vimu_000514/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ded84884e826ea0e5e49f3d2d77b7c7b00bedab8 --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14a4e448bb68cf74a0b41c0625b70af52da8a0dd369c5a798946735f17dd943 +size 46137 diff --git a/metadata/cache/frames/vimu_000514/frame_07.jpg b/metadata/cache/frames/vimu_000514/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c27a6517171f1dfa2a2729467d85699b15624eda --- /dev/null +++ b/metadata/cache/frames/vimu_000514/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300c8d5a5bc25e9298b5d1cfeae0c4f95602b8f6165211587d25d043c9e1bf1a +size 40341 diff --git a/metadata/cache/frames/vimu_000515/frame_00.jpg b/metadata/cache/frames/vimu_000515/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d00f93ac49e2f736ab2c8235ffacabe089b97b57 --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80db59f66c64c09a961ceb959707826dfb282d5c15c37fd4b93162ce2a58046 +size 24897 diff --git a/metadata/cache/frames/vimu_000515/frame_01.jpg b/metadata/cache/frames/vimu_000515/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f91563150718233e2a4ac5bb0170f9eab0788fc7 --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebd6a42838ac2f8a7260d8151fb1beabe775893ac500b5aab4136ea1af67167 +size 28724 diff --git a/metadata/cache/frames/vimu_000515/frame_02.jpg b/metadata/cache/frames/vimu_000515/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..472ec0efd6fd3738a7b2776b892a870d30e8eeb8 --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e535305d1067b4e30934b0a76d9c520714dabdfe41e7e4ae5acebf906743891 +size 32236 diff --git a/metadata/cache/frames/vimu_000515/frame_03.jpg b/metadata/cache/frames/vimu_000515/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4fad54687ad8e27a27b99b82d3e6bdf447e4a84 --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22bf14c1a7cfa6d74c6ff2cba5d72cb723bbe7f03e59a91ce8f09dfb1a3bd47 +size 44650 diff --git a/metadata/cache/frames/vimu_000515/frame_04.jpg b/metadata/cache/frames/vimu_000515/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9cbebe3fa00a38de37cdff58c9275333581e326 --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced0e18511d34361bfd5eff6754959e3fdc82cbb5548fdd0e65ed9f7fd59ecd7 +size 31184 diff --git a/metadata/cache/frames/vimu_000515/frame_05.jpg b/metadata/cache/frames/vimu_000515/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98a15353fee153540290293323dc6062b09a82cc --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e92ad5b2ab87251ac74dd9e4654a6ee59fe183be32648209a8e00cc050006a7 +size 43204 diff --git a/metadata/cache/frames/vimu_000515/frame_06.jpg b/metadata/cache/frames/vimu_000515/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6aabb137a9f59a181951f8d52b278ecced4719b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0591a4650cbc658244cf373b536657a581cc4731d1a86498127d46439fa9351 +size 33406 diff --git a/metadata/cache/frames/vimu_000515/frame_07.jpg b/metadata/cache/frames/vimu_000515/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e08563ca3bf25d598c7e42e7d8c894570d7e9ee --- /dev/null +++ b/metadata/cache/frames/vimu_000515/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0125fcc6a52537988a4e7a411da0ead18c1a8020db5b8f20abaf9d92086285 +size 28121 diff --git a/metadata/cache/frames/vimu_000516/frame_00.jpg b/metadata/cache/frames/vimu_000516/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e56d8e3c9790d12db95260eeb69af58a453efac2 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009750fd08878af75989099cdd8622928c0743687aad428241ef3fedcdedb835 +size 45150 diff --git a/metadata/cache/frames/vimu_000516/frame_01.jpg b/metadata/cache/frames/vimu_000516/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec3b46058312e8ece7a70e3f0f76b7aef737ca33 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0d3b8f293f31f556fa9b7d48a03ab8de7d42528eb82e22fa18acef7790cf26 +size 23707 diff --git a/metadata/cache/frames/vimu_000516/frame_02.jpg b/metadata/cache/frames/vimu_000516/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d35cfef51f9e9855c7835763c231c5ad09c1c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0ac563c2649cab05464d5eea8da74cc878acd9d5a33d56f4345bb43fa4f6b5 +size 28975 diff --git a/metadata/cache/frames/vimu_000516/frame_03.jpg b/metadata/cache/frames/vimu_000516/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f12fc84330c8c57a6e320f390690c30471e44150 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8996782364fbbcee585b40b9c8b308cb2912d87f139279d5ad11adeae9c2dc2b +size 24842 diff --git a/metadata/cache/frames/vimu_000516/frame_04.jpg b/metadata/cache/frames/vimu_000516/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1523b757b8e720e53bd3db800594b6c512fe75bf --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686175a973deb73630a7964df1bb6e6af690657ffa74cc1352061f208ac8f8ce +size 27515 diff --git a/metadata/cache/frames/vimu_000516/frame_05.jpg b/metadata/cache/frames/vimu_000516/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b514c4fea3ea1ca86ec8354199c46798440c7b59 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6262a445e5d21375f7a7ae63af7563bd0689dd47224755a26c0368a113a2f38e +size 28575 diff --git a/metadata/cache/frames/vimu_000516/frame_06.jpg b/metadata/cache/frames/vimu_000516/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f658242314b3e6a18e01bb40655385c51e5c103 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9000531bf8511143cf3b2724c1a1ead019fad076a5a6609da1e3d373a0e691 +size 35845 diff --git a/metadata/cache/frames/vimu_000516/frame_07.jpg b/metadata/cache/frames/vimu_000516/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe21dc8cd379f1fa0af602d94944fca80b29732 --- /dev/null +++ b/metadata/cache/frames/vimu_000516/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c068033fe83337a78e675b84af2f7868b7a71c203c9604ce8fc973f100eaaacc +size 30265 diff --git a/metadata/cache/frames/vimu_000517/frame_00.jpg b/metadata/cache/frames/vimu_000517/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8114aff9541cc1e850238bb10599fefe4fde501a --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df13bdd15ed7dc83213f51aaabdd51b27453f762e35331cf3331b779920f1416 +size 76728 diff --git a/metadata/cache/frames/vimu_000517/frame_01.jpg b/metadata/cache/frames/vimu_000517/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfc7d4ef644c5c479451bc41411aadca7a1b0acb --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ba256c003e813ba8735722dce7eb17451467563960af92e93d6df901c8be8b +size 72187 diff --git a/metadata/cache/frames/vimu_000517/frame_02.jpg b/metadata/cache/frames/vimu_000517/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e32df77746639ab4ec746fd1d0c46c51c1b7b9a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0d35007ecb11dbb6c0ce783bc258771660b39ccdde8d4c6f8d90c831483c26 +size 63817 diff --git a/metadata/cache/frames/vimu_000517/frame_03.jpg b/metadata/cache/frames/vimu_000517/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b84722c26df6573a932dffc1bc65f1f42fcc51c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840d649e1d2f33d81a5c0afa3370d88dd1e24b6acd0a854cb3868814fc9df15b +size 71567 diff --git a/metadata/cache/frames/vimu_000517/frame_04.jpg b/metadata/cache/frames/vimu_000517/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..def73d9a66de9a4fe1e210e743a1e5b15cc39501 --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01ae9e34dd64c62181e2b560693e4e57d37270bec7e9a6bab403cb401dd3ffe +size 79420 diff --git a/metadata/cache/frames/vimu_000517/frame_05.jpg b/metadata/cache/frames/vimu_000517/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de0d15faf13dfcb9dc964179c1650a25e9dd5e50 --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0886e03658bd0dbf302c6927fde6e9e8b97c8fad9411d14a989443cdf93b059 +size 74093 diff --git a/metadata/cache/frames/vimu_000517/frame_06.jpg b/metadata/cache/frames/vimu_000517/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c838c08a5f1359bc80e4b4658ff308afab2eb41 --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b22e44c2be8943763d958071c09a77abe9912f242e77b4d8c69abb9d0afc67 +size 76127 diff --git a/metadata/cache/frames/vimu_000517/frame_07.jpg b/metadata/cache/frames/vimu_000517/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43890e23224dae2376e8651def46dd098c61c387 --- /dev/null +++ b/metadata/cache/frames/vimu_000517/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1dde916d838fce80e0779159ff5262860bb343fc250477282b3addcb7139d3f +size 77833 diff --git a/metadata/cache/frames/vimu_000518/frame_00.jpg b/metadata/cache/frames/vimu_000518/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25e643d204cf0cea0d0e37d4d2841185cebb9ad2 --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5197370f5f9410e768556ef48ee3169773836e6644c5ed01f81bd9a5290d1c30 +size 32825 diff --git a/metadata/cache/frames/vimu_000518/frame_01.jpg b/metadata/cache/frames/vimu_000518/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c50d4c05657831959146681b5d8331e554482076 --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d955a78f9529d54b31336a76c5919421e70e3aa3c35248bca1f92646a9d9b873 +size 22932 diff --git a/metadata/cache/frames/vimu_000518/frame_02.jpg b/metadata/cache/frames/vimu_000518/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3540211838a39168b47b6abea4f208a4b2f2c5c --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1d9aa0f98f506ed79315d10db456358ad52b727ec298a4f442515c5a8fb228 +size 14642 diff --git a/metadata/cache/frames/vimu_000518/frame_03.jpg b/metadata/cache/frames/vimu_000518/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4e7eabf6af596bd13639c28ff7026205771763 --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481cc9c1979d2e33687faf557c08ac377c474e47b3ddc598a7df72499e60057d +size 13073 diff --git a/metadata/cache/frames/vimu_000518/frame_04.jpg b/metadata/cache/frames/vimu_000518/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddcd1462783357553981d0afa28d1f913552a22f --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0cd3fc9c34d92d00d6e63b33a11bae0b4028ebc626d497b535cd509aa70796 +size 26254 diff --git a/metadata/cache/frames/vimu_000518/frame_05.jpg b/metadata/cache/frames/vimu_000518/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0048a24520011ed49d9171f36ba4ea826c17b98 --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c7eac81447b2fb3e839e6d2b3bb9dc82736c98d36bb3a1c5b38d98612429f1 +size 26491 diff --git a/metadata/cache/frames/vimu_000518/frame_06.jpg b/metadata/cache/frames/vimu_000518/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20e37a68713750a5c4cb7a618cf6886648163d02 --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1749d1a7880cc5f74272d03091587e3966986a5d53b52d0216d4ae48a431b4 +size 26225 diff --git a/metadata/cache/frames/vimu_000518/frame_07.jpg b/metadata/cache/frames/vimu_000518/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a004f2332c78bb4edf8510f989f8942718607c11 --- /dev/null +++ b/metadata/cache/frames/vimu_000518/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6af5b7f9f60bd2c5fc7946271e62c430aa418f933725ea90862a5d07651c790 +size 29333 diff --git a/metadata/cache/frames/vimu_000519/frame_00.jpg b/metadata/cache/frames/vimu_000519/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05ecd727b47d8484fbce951a7be903e1d7cad779 --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc7c927f80e67810a786fb3ae37370121a22c1579836f4b4399c1e3583e47c7 +size 44569 diff --git a/metadata/cache/frames/vimu_000519/frame_01.jpg b/metadata/cache/frames/vimu_000519/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a13e35d7f6019194ee1cd43d21e075a41d60fe0a --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b470b38ec96b6bd317a21b0a19a64ba4fbb8757e9378c133ca186863ec27649 +size 47985 diff --git a/metadata/cache/frames/vimu_000519/frame_02.jpg b/metadata/cache/frames/vimu_000519/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..013c53a9ea13cf41e912e9f87614741cdf2548cc --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc04611b27e126745bd2713cce2fefc192e6358cd54f8626092a732aab3dcf2f +size 43723 diff --git a/metadata/cache/frames/vimu_000519/frame_03.jpg b/metadata/cache/frames/vimu_000519/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c07a67aa857acdf5c076e71a05b5cc7d9f00370f --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d84dfe78dcf0a9fa1ab7a5f54f2483e2178d6f071d1ac94dd9d4af6a130e5b +size 41676 diff --git a/metadata/cache/frames/vimu_000519/frame_04.jpg b/metadata/cache/frames/vimu_000519/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f836620cd581ba7617093fecd6a8a06a7c1658d --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab92bce12ef1892855e3f5f498c66efd92c61ba179184117bfa2c69af3735a8 +size 46407 diff --git a/metadata/cache/frames/vimu_000519/frame_05.jpg b/metadata/cache/frames/vimu_000519/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83d89840ef15eb92c7df96f68a78ab9a5ff37bc3 --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97e6958bd016e7a398f99b38145c62227b5069764e583533b54abe22e290dea +size 49845 diff --git a/metadata/cache/frames/vimu_000519/frame_06.jpg b/metadata/cache/frames/vimu_000519/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a84ca340ccffde69e6087682580d2da434dec60b --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e536e2ef4c4b0cb516e87a03c72c2f0524f9b6e65b8137c27cd836bfa5a47e5 +size 48428 diff --git a/metadata/cache/frames/vimu_000519/frame_07.jpg b/metadata/cache/frames/vimu_000519/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd6fe5abbd642839dde967174b6aea6c93629f76 --- /dev/null +++ b/metadata/cache/frames/vimu_000519/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f371551f491b43a21f1a492492c57ce7c200cc9c183e5d32b94570b063a67f3 +size 47164 diff --git a/metadata/cache/frames/vimu_000520/frame_00.jpg b/metadata/cache/frames/vimu_000520/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eee4e98ff0c808fd1bab41da70c6c7d34f0e37b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788d8fe982b91b313515b7f831f11ddcabb92a0a45bdc8214ece80148f0d72ec +size 21455 diff --git a/metadata/cache/frames/vimu_000520/frame_01.jpg b/metadata/cache/frames/vimu_000520/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..418936fe5008a6e45d4e4f4df6cf3a7af89850cf --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6269353de14bd0d1c22fc917ed6aa90b8bd4984eeed200ac90a6da2ccbccf0e0 +size 21055 diff --git a/metadata/cache/frames/vimu_000520/frame_02.jpg b/metadata/cache/frames/vimu_000520/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..875a6c18796dce25bd32ad0ee4e7c11d7a6b0fad --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dbd72183cf4dfe2d5c5466000ce138f9e06ef905099fd5a6a915f530440dc0 +size 20751 diff --git a/metadata/cache/frames/vimu_000520/frame_03.jpg b/metadata/cache/frames/vimu_000520/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbcdacc980f761b21c9bd7826826f151d20560f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1689c9da292fd95be5242f66f96bc9aa9047ca49fa20a6d030b559e3f8f730 +size 21131 diff --git a/metadata/cache/frames/vimu_000520/frame_04.jpg b/metadata/cache/frames/vimu_000520/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d4b1026c94d5268de988dd0edf3ca5afd5283b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c83bb9bd9b544c722ac53aecc57a434df4cadda273fabd7a6a0e471cba4a2de +size 21920 diff --git a/metadata/cache/frames/vimu_000520/frame_05.jpg b/metadata/cache/frames/vimu_000520/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc1e56bab45938032bed8f018dbebf8fe8c30207 --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00914e3e00ef35bbceda61743f9937805dafe2e515a36e0d257d2458688dc18a +size 22264 diff --git a/metadata/cache/frames/vimu_000520/frame_06.jpg b/metadata/cache/frames/vimu_000520/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b011218d1ed21ea331cae92a4219cda3f9e12ea --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82098eb525219e0c34984bcaa097caf6e261b961042150394557f1b6546053b6 +size 22299 diff --git a/metadata/cache/frames/vimu_000520/frame_07.jpg b/metadata/cache/frames/vimu_000520/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f9da7ae2c919d30cdfe20af96ecbf2d2f52b3cad --- /dev/null +++ b/metadata/cache/frames/vimu_000520/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee9845e3efc2043b22740f951e0a1aef3214d0e4913979ba7a407d4c06c0ba7 +size 22683 diff --git a/metadata/cache/frames/vimu_000521/frame_00.jpg b/metadata/cache/frames/vimu_000521/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6ba419a7371b92cb219bc01089cf90e1a1db92f --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bdec06dbf04eb02a440ec91e46405de88703e1713bda0546fda8d24d61dcf8 +size 25823 diff --git a/metadata/cache/frames/vimu_000521/frame_01.jpg b/metadata/cache/frames/vimu_000521/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df6ee21dc31d70a991e40835860bfebbd37d07da --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c76bd85f944bc03eb445005f63ed28df8527760f3bf01ad9eb7427aff113a5 +size 26842 diff --git a/metadata/cache/frames/vimu_000521/frame_02.jpg b/metadata/cache/frames/vimu_000521/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d23fe1d8f96af54fd7775f93cd9e946c87a00df0 --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13b883a91b6f2c06e71d78134c060faa4b5ee5d7738a2bc9cc70a2b4f69a9eb +size 26742 diff --git a/metadata/cache/frames/vimu_000521/frame_03.jpg b/metadata/cache/frames/vimu_000521/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3228cfa37e8000b7fbba802c42044fd347f50e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57b0ad1a12b87d78282f34ce4176b64fc8c5bc3a9b8fc90bde4c387c68735c0 +size 24413 diff --git a/metadata/cache/frames/vimu_000521/frame_04.jpg b/metadata/cache/frames/vimu_000521/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3f807cc148525e8dd32da1209b9a16da4475a0e --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d5ac42f76a78facab66618252e2f905eea5a8896441a8e80ca97459478367e +size 25210 diff --git a/metadata/cache/frames/vimu_000521/frame_05.jpg b/metadata/cache/frames/vimu_000521/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d162896cbe58ccacdb673247beff7476ef5f28dd --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0a3acb16b0b13060e176d5bf83318595b79d0a7c48246ed3e582fb3185d8a9 +size 25270 diff --git a/metadata/cache/frames/vimu_000521/frame_06.jpg b/metadata/cache/frames/vimu_000521/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..792bc9898fdb306819c81b42e2697e6e94323a81 --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447c0f92e4226580903130f8afbcc4eb1dce369e9cab34d83d15bd59d035c11e +size 26668 diff --git a/metadata/cache/frames/vimu_000521/frame_07.jpg b/metadata/cache/frames/vimu_000521/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb80401412c7abaeeeb880d16245a23f046dc620 --- /dev/null +++ b/metadata/cache/frames/vimu_000521/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bebee9fa8df96020ef22b09c6bbb6ebbe6e9d548dac13b267402c12908399bd +size 22032 diff --git a/metadata/cache/frames/vimu_000522/frame_00.jpg b/metadata/cache/frames/vimu_000522/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00c7a456f2f0aa6e53f31096a9b68b6161c081cc --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c0f0bc3b1e37ec376a0d5d62f870d3380a9ce93e2b87be125af1ef9832e42b +size 25570 diff --git a/metadata/cache/frames/vimu_000522/frame_01.jpg b/metadata/cache/frames/vimu_000522/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..109bb97118772c56d8ea9b97c3cf1b7e7fa1670b --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a9c425097fb3e1f8459100fe7e58e705669281a26b13d7736156d5ddc30f36 +size 23632 diff --git a/metadata/cache/frames/vimu_000522/frame_02.jpg b/metadata/cache/frames/vimu_000522/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a027e19c547467126a47cb1c2433161036ed7bf --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cfac37133c7af59690c4a2860fbc725b9f87ae84cbe0c37318ca44e7bf707e +size 36070 diff --git a/metadata/cache/frames/vimu_000522/frame_03.jpg b/metadata/cache/frames/vimu_000522/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e1fd9e13c904bfb56afdfb7908b919ca27102df --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7266b4da2d83063fa3eb7e6b40d6fd2d3b1b708c3252747be461b61bc80256b1 +size 32975 diff --git a/metadata/cache/frames/vimu_000522/frame_04.jpg b/metadata/cache/frames/vimu_000522/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0462a18143bbd201bcf1d6c142e732096a45cada --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c972d228d97291eb3ff21dfd91615f6204844f82e2fbaf68709b607091306de7 +size 32605 diff --git a/metadata/cache/frames/vimu_000522/frame_05.jpg b/metadata/cache/frames/vimu_000522/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58d0bcc34485443fb1e8908a98428b0ffdfd7a92 --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686a48a9bae1dc9e875d9db1ce9a0ec6a1e6fa328c912680409ea30f7e98c952 +size 31577 diff --git a/metadata/cache/frames/vimu_000522/frame_06.jpg b/metadata/cache/frames/vimu_000522/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a34dfb4ceed3640c9fe16d90e2e56cfd0a5fbe3 --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d20ce944896a0f4d05c50694b0f89660c4ce0b2304f59054ca241876eeefe18 +size 32539 diff --git a/metadata/cache/frames/vimu_000522/frame_07.jpg b/metadata/cache/frames/vimu_000522/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54913812d80f8dbb1922c2a6334b41ed10a21d6f --- /dev/null +++ b/metadata/cache/frames/vimu_000522/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238d12781c7bc0cc684014204fb700947bf155c89d47e18c0ef570382f8b2669 +size 35147 diff --git a/metadata/cache/frames/vimu_000523/frame_00.jpg b/metadata/cache/frames/vimu_000523/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b2f8ebb0b311c224472ddb2dc716b07f65296ae --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c6c2475ed066ebcc2dd9c87d57ffc29f865754b142b8528d9b39a6189f9a2e +size 32064 diff --git a/metadata/cache/frames/vimu_000523/frame_01.jpg b/metadata/cache/frames/vimu_000523/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0bfc487759330ac218b91fae8ffafd5b4290909 --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37c061c79a97528ff8d5a65824891906cbc893cd0daaa6869ce2bf7779050b9 +size 27731 diff --git a/metadata/cache/frames/vimu_000523/frame_02.jpg b/metadata/cache/frames/vimu_000523/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2414d35ececc8bb926721f59ddcecf0301ae521 --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7fad1f8388226b99587d401d1179dd20d895fa7eda74816183107cab2b3f15 +size 35939 diff --git a/metadata/cache/frames/vimu_000523/frame_03.jpg b/metadata/cache/frames/vimu_000523/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cc7a22bc357903b05c3f27bb2fcf7cbeb30b97c --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10929bdd04cb9d55094327f333b462283ce7d3d0aacee6822556bdef64f4b23d +size 37708 diff --git a/metadata/cache/frames/vimu_000523/frame_04.jpg b/metadata/cache/frames/vimu_000523/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3fa120d1aa934b9c9b8888f6988cf31d516c27f --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f063d1154accc46ba407502e78a94ca38c75aa8c0ce39d59ddba9c59d3db3bef +size 41390 diff --git a/metadata/cache/frames/vimu_000523/frame_05.jpg b/metadata/cache/frames/vimu_000523/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6676ba442b635f9864e2ea9bf91664f12e3c2b2 --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9fe4340951b72c52a56e2c68ead2a8e194220856442c274db52f115ee37718 +size 37592 diff --git a/metadata/cache/frames/vimu_000523/frame_06.jpg b/metadata/cache/frames/vimu_000523/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98b4cde76c2d0611bf0a88ac72e03113e1e10795 --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98b12d0ac42c083b8d9ebfe4765af81a131b88789ac121503bc4bf779c91917 +size 38408 diff --git a/metadata/cache/frames/vimu_000523/frame_07.jpg b/metadata/cache/frames/vimu_000523/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f22650c38bf984425514d25d4d12479bfbb712d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000523/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113d5a02ed58df8ba5c5f412a181393b37694a74e8fa416e2f754a8a385cc7d2 +size 33724 diff --git a/metadata/cache/frames/vimu_000524/frame_00.jpg b/metadata/cache/frames/vimu_000524/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1146b0315fb5229e574f11bf56f3b042e1345133 --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d65a9b68e19a199858b577f77c90a60de78bf8f664129fd7caf21bbf0135bb +size 33398 diff --git a/metadata/cache/frames/vimu_000524/frame_01.jpg b/metadata/cache/frames/vimu_000524/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d1fee7269f288f0054ac7640dedf9ca9004f94b --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e9ba44f64f489daa15d5f0222c696139611857b4b5ba9f51988416600c341b +size 29421 diff --git a/metadata/cache/frames/vimu_000524/frame_02.jpg b/metadata/cache/frames/vimu_000524/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a5ff03a387d81a484982d1bddf7543d72dbd5c --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27183aefc191235b64c6a674927bd5feb6942917453a75f621a0c20c74bdba54 +size 31754 diff --git a/metadata/cache/frames/vimu_000524/frame_03.jpg b/metadata/cache/frames/vimu_000524/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e978469dd100b6ec42ac0a79dd9244b087f87f96 --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e0fbf9db75ef8c60ba6da733e87839baebbea89424837dd25497ecf38545ce +size 31223 diff --git a/metadata/cache/frames/vimu_000524/frame_04.jpg b/metadata/cache/frames/vimu_000524/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..413ea9d2f34b71c6df6406c67afbd6e14ce411a9 --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf3ae9291bb7630da3cb6d67947a032d4e0a1c8fd92400fc6f69a041ea3a446 +size 31364 diff --git a/metadata/cache/frames/vimu_000524/frame_05.jpg b/metadata/cache/frames/vimu_000524/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96967f1cb0dd6d470dc1fcb3d1f34a90e0442b01 --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e640c49110b28d4dfe70385d5460c6d84b3e5e9ff694e6e309155b4f82d355 +size 29479 diff --git a/metadata/cache/frames/vimu_000524/frame_06.jpg b/metadata/cache/frames/vimu_000524/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a699257989e9b376b1b5b2072a38df4cd642c89 --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47f8aafffa128f0e676e073e75a0289deef38d20c0ccb2862dac00ef2577011 +size 30592 diff --git a/metadata/cache/frames/vimu_000524/frame_07.jpg b/metadata/cache/frames/vimu_000524/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e59978fd20479bec2b94b92ae625fa24836f94f --- /dev/null +++ b/metadata/cache/frames/vimu_000524/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6507d70d71bcbb2d791f27d5aa763141f61cf534ea56829f5c481950e17e98 +size 33476 diff --git a/metadata/cache/frames/vimu_000525/frame_00.jpg b/metadata/cache/frames/vimu_000525/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..723efb4c91f9a9bf25f8a006c1fa5df2cdf184a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969fcc652f4e46cca01d782e9a7906e41d886d0b478aceda3b3e03d8d5ee1867 +size 43262 diff --git a/metadata/cache/frames/vimu_000525/frame_01.jpg b/metadata/cache/frames/vimu_000525/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..181666ea16a60c2000c97e47a1e3ee3138daf78c --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e8eb06e6078653878c9df2c21bc1e8d3658bdb2db6a41f1c3e6895b59ed6ab +size 44310 diff --git a/metadata/cache/frames/vimu_000525/frame_02.jpg b/metadata/cache/frames/vimu_000525/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a2d90de49732e8c5aa6a71a58ae89dc3a5b83a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b055bcb99b1b22e149bb6ef447a4c6218ae121f6184bd892e8fb76864bf5dac0 +size 38552 diff --git a/metadata/cache/frames/vimu_000525/frame_03.jpg b/metadata/cache/frames/vimu_000525/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e40765cc3c49d3a949886f9895da6a7ef4691134 --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69991091e3358b07375a14985649d7351188c59ebfc2d01aef10ea5dd0c1e31 +size 34310 diff --git a/metadata/cache/frames/vimu_000525/frame_04.jpg b/metadata/cache/frames/vimu_000525/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5665e31c09eb87a662ca07a35c922f61ae744c19 --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238451053310aa3df28b93999a90615d2b959d241bf70048d6f673473aa2b39a +size 43198 diff --git a/metadata/cache/frames/vimu_000525/frame_05.jpg b/metadata/cache/frames/vimu_000525/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ae560e104741153743463d1793534f2e9869572 --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99edcf1d02ffc474eba2fa79feb8eb8d936d51c5770b8646abd5951c78b99d03 +size 43352 diff --git a/metadata/cache/frames/vimu_000525/frame_06.jpg b/metadata/cache/frames/vimu_000525/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0228ba68b896d00507b887da205733921b025799 --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52324d80e53c4f5605ce44e5352ffca26830249cd9a573aad5f5201be4344a7a +size 45164 diff --git a/metadata/cache/frames/vimu_000525/frame_07.jpg b/metadata/cache/frames/vimu_000525/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b02179efddf18f8e5ef49ac12b731af9998b137e --- /dev/null +++ b/metadata/cache/frames/vimu_000525/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac9a95d27ce3135205957b7adde6a812ee04eda88cb5d12aed5260841d47248 +size 39522 diff --git a/metadata/cache/frames/vimu_000526/frame_00.jpg b/metadata/cache/frames/vimu_000526/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0967fc4893200e5c3d602514aea106ff9553044 --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9f060e4fdd7e8a24046ab4d652247b8c0ff7dffcebf478a59e230936b5ac32 +size 70970 diff --git a/metadata/cache/frames/vimu_000526/frame_01.jpg b/metadata/cache/frames/vimu_000526/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..923b20bde3f053b7caad1120bd1ea4d2e4767c72 --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9775e75c4d7eedbc774ef320fee16b6146b88cde9b3610193a642595b5a727f9 +size 75945 diff --git a/metadata/cache/frames/vimu_000526/frame_02.jpg b/metadata/cache/frames/vimu_000526/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..796c92b219b3a0dee3bf556d83138eacf5452411 --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0c9c1adf55df14265d10befc74e711ca91b274475e82b0c2d1e17e40c8c25f +size 69181 diff --git a/metadata/cache/frames/vimu_000526/frame_03.jpg b/metadata/cache/frames/vimu_000526/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b76be26aaea2c584aee471150d2837daef080ad0 --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2883436e6debe962ffc80f46b704887b1b1b2a66a37510eb7ab25632bf4e256 +size 70093 diff --git a/metadata/cache/frames/vimu_000526/frame_04.jpg b/metadata/cache/frames/vimu_000526/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd843bb4a04b2ab6a4b46c0d25f5b889fddc3f2d --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461a46f6288bbc369e3866b5054869bab45d1a4a1da20dc8ba0ae50c94daa764 +size 67281 diff --git a/metadata/cache/frames/vimu_000526/frame_05.jpg b/metadata/cache/frames/vimu_000526/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56de6dcc2f7fbd8afdf27cb1acfdf8854b1d405d --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6a276dfce7a05bbf02619eca49ee43ebe50d862543f806b96fff84bc436660 +size 73729 diff --git a/metadata/cache/frames/vimu_000526/frame_06.jpg b/metadata/cache/frames/vimu_000526/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aafee21256987c004df3e7b18572fde9003bac72 --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2044a9b5f0b45822b8b1b4e5b6a7a0198a80f01553dab834a362de7318f492f9 +size 59071 diff --git a/metadata/cache/frames/vimu_000526/frame_07.jpg b/metadata/cache/frames/vimu_000526/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7860fc9a36f158a8981ebce023be94d670e68204 --- /dev/null +++ b/metadata/cache/frames/vimu_000526/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2c621822b004aeee3b03b8222532d310a998ee6d845d6cc1131d2fa9603ce2 +size 69399 diff --git a/metadata/cache/frames/vimu_000527/frame_00.jpg b/metadata/cache/frames/vimu_000527/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80f70ab22dee6d7b64d7bf0ddca4d41f1525a0ab --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c0daa8ae55a67f15c45a60b1a869300b9e916d2e0552b76413b1d9a478c78c +size 30704 diff --git a/metadata/cache/frames/vimu_000527/frame_01.jpg b/metadata/cache/frames/vimu_000527/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a92c11fd903a8517e642deec428631223b224532 --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fdb68590aa2dbf61ff86a90ed7784154f78569b60c534edb4873a4209b06d2 +size 28654 diff --git a/metadata/cache/frames/vimu_000527/frame_02.jpg b/metadata/cache/frames/vimu_000527/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99eac1b8913f0222946ffc59038d4ddf565326d5 --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb99fe6e063f825f3d561d27f831d63ca9e8cdba78b71d54e06a72ab5add632 +size 28509 diff --git a/metadata/cache/frames/vimu_000527/frame_03.jpg b/metadata/cache/frames/vimu_000527/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..982ebdd281b29ca8ade7c496abcbf03879465d07 --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cab6967d529dd28e0c8f7cc3470380c9d76732c7742c9703228114537d10d6f +size 28142 diff --git a/metadata/cache/frames/vimu_000527/frame_04.jpg b/metadata/cache/frames/vimu_000527/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b96c67a6b0f91bc18bc498c504346d26a438c32 --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60958a73fca226e621875afcb4a4e54dde881a27d535e79bbe18804bf96933c7 +size 28890 diff --git a/metadata/cache/frames/vimu_000527/frame_05.jpg b/metadata/cache/frames/vimu_000527/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42514a07384acc6e94b9bc20d54b73f4b161c29e --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b194499a7cd82ad98c91a9515cef4dc02b560de2071ca7953d238c9f31a5bba +size 28024 diff --git a/metadata/cache/frames/vimu_000527/frame_06.jpg b/metadata/cache/frames/vimu_000527/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e6e635c56711044a5b966d79f8e769d1eec5bc8 --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d2a0be56e8ae1440c508ad1ee4ec2a2dc8166df869f5698de1a8e620f7092 +size 25705 diff --git a/metadata/cache/frames/vimu_000527/frame_07.jpg b/metadata/cache/frames/vimu_000527/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..418cbd55144343f7bc9b11f8c02500b6170e1676 --- /dev/null +++ b/metadata/cache/frames/vimu_000527/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0312381853093145152ba9030deefd84aad8c8d964c01fe16876ce066cc2a081 +size 29643 diff --git a/metadata/cache/frames/vimu_000528/frame_00.jpg b/metadata/cache/frames/vimu_000528/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0fd7460413eaea62a1044b9db76eee6000c1c91 --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3934ba363bd5d3a47328e6abecd214f4a795f7b96be5b8241985700469d71f +size 35628 diff --git a/metadata/cache/frames/vimu_000528/frame_01.jpg b/metadata/cache/frames/vimu_000528/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c1855779dd34c3e8dcf482c41d292b6b4642d9e --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa377f12bb87b90c0c1e7dbae099aa9124af4890277364f6574e81e93914788 +size 48974 diff --git a/metadata/cache/frames/vimu_000528/frame_02.jpg b/metadata/cache/frames/vimu_000528/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ed9dbb83cd65185b63924c5aab92e8c17c4b58f --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c96fa2f77bdd2a26b570e4551fe36dd3cfa338337453a3376187339fc1b4b48 +size 46398 diff --git a/metadata/cache/frames/vimu_000528/frame_03.jpg b/metadata/cache/frames/vimu_000528/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e355f72273e3bddad21f227dab9f2a45f5fc5c7 --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c6bd83bd6dbad7e76ef93be7b1f23a2987f39dea494e8f940c35a4b768cc6a +size 34078 diff --git a/metadata/cache/frames/vimu_000528/frame_04.jpg b/metadata/cache/frames/vimu_000528/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8048a37e3fa26e4561d613b0aef34126f39a5946 --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a459328cffda810568d96e59bde0034b0d62cbc601e26a4f602d13f0b1a7fa0 +size 63112 diff --git a/metadata/cache/frames/vimu_000528/frame_05.jpg b/metadata/cache/frames/vimu_000528/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4162e8e31ecde72d3701dec46c9b01e83befd01 --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995246591593f43666db04b11d3f59788741b889b90a573954c9884365ebe9a8 +size 43668 diff --git a/metadata/cache/frames/vimu_000528/frame_06.jpg b/metadata/cache/frames/vimu_000528/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..327dafa490d4a4377bf379f43146418b805d378c --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af263bf0c11f40d68fc752fa95387a714440cc6dbb54bf35385435b23a9a9af1 +size 59666 diff --git a/metadata/cache/frames/vimu_000528/frame_07.jpg b/metadata/cache/frames/vimu_000528/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d90b2e0fac6f15224d35aa8c8d3fbcd44b56193c --- /dev/null +++ b/metadata/cache/frames/vimu_000528/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796161cba1b82a6010310c19d7f304826b6e4e00c6850417dc8c26f60fd2d119 +size 58674 diff --git a/metadata/cache/frames/vimu_000529/frame_00.jpg b/metadata/cache/frames/vimu_000529/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b185f5d23511db5559f7b9462e89063d7ce1a182 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42b8cddfad0748e69dcfe96b7b5b7396850eac38a6bb2241dc592cbcd1f8a9d +size 57433 diff --git a/metadata/cache/frames/vimu_000529/frame_01.jpg b/metadata/cache/frames/vimu_000529/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8895aaf9af63d052fa4098d1219b345d0b15ee49 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085f70e1fd62786df68d89b81613da55882042e48db948fb39a9108761414817 +size 56987 diff --git a/metadata/cache/frames/vimu_000529/frame_02.jpg b/metadata/cache/frames/vimu_000529/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0c8cc64e6eddda88772c352050669a462d83704 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edf6918728eb371f451b278d415bcffae3697b4d3ebfcd3b324631ea2c242e4 +size 56792 diff --git a/metadata/cache/frames/vimu_000529/frame_03.jpg b/metadata/cache/frames/vimu_000529/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abb8f30ce23f79656692923661a3f36786d407a4 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0e9cd7c8abc03da385210b2fa9019b1a2307a535cbee6b75561602aeac4941 +size 55658 diff --git a/metadata/cache/frames/vimu_000529/frame_04.jpg b/metadata/cache/frames/vimu_000529/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7b77eb5dd047aa89399f1d29a02946cb4dc0b465 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18dc315c76aa5d0ba86dc6fb19ffca7f62bfdf4fddeefb6eb7a8e3f114f0f62 +size 57413 diff --git a/metadata/cache/frames/vimu_000529/frame_05.jpg b/metadata/cache/frames/vimu_000529/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c18223da354687f754286b0166323173a3be98c --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a5ccdea15b2653ab48c9c3da2ba022acc95719ce75a9e544ae154ec9392455 +size 58013 diff --git a/metadata/cache/frames/vimu_000529/frame_06.jpg b/metadata/cache/frames/vimu_000529/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5dc831f96ee09fc28507087dd3feb373c51b2d1 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e204422119fe99011e0511b9fcd7bc714ef86af084a4c059b7aec5e8f08aba7 +size 57078 diff --git a/metadata/cache/frames/vimu_000529/frame_07.jpg b/metadata/cache/frames/vimu_000529/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f6bb945b5bbb053c5e729fca4525012cd653bd4 --- /dev/null +++ b/metadata/cache/frames/vimu_000529/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6357d4a885490a4328e25dd232cfd05212cfb907578065e6cdca6c50040b65e2 +size 57889 diff --git a/metadata/cache/frames/vimu_000530/frame_00.jpg b/metadata/cache/frames/vimu_000530/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bb9c5e06f80b429de46642af0d276f457eb50a1 --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2d3fd7ac07cfef642c0c4feacf1036f7d9836a56e7b144395c193b6fb5e59d +size 30643 diff --git a/metadata/cache/frames/vimu_000530/frame_01.jpg b/metadata/cache/frames/vimu_000530/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a5b0145d015723bc4a8d29fc8ca4136618a4392 --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f849f8352cd47366e092809be4a3c9c46febc871c4edc56042b35ba8ac6b123 +size 19768 diff --git a/metadata/cache/frames/vimu_000530/frame_02.jpg b/metadata/cache/frames/vimu_000530/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe3ca09b5a410a0091c49aa981ce834949a21c8b --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44ddef9949a9d57bed0b10f86ee2e8b99f4e8a1f0a0524152578dd1faab2863 +size 29813 diff --git a/metadata/cache/frames/vimu_000530/frame_03.jpg b/metadata/cache/frames/vimu_000530/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5f87034fb9973a5146745cf08a71914ffab34b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8985a553aaf55a5ecb9e4db77ed506300785c6b29cd3b088c927cf5334261183 +size 30439 diff --git a/metadata/cache/frames/vimu_000530/frame_04.jpg b/metadata/cache/frames/vimu_000530/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..056bb9dd072d66684ea7dd458441b258c4442b1d --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388407b436f9eac4c4494fe725d74786878a0cea93872e97c61cd944af824d2d +size 26171 diff --git a/metadata/cache/frames/vimu_000530/frame_05.jpg b/metadata/cache/frames/vimu_000530/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f369316234be649320cb24aa99cf1386ebfb77c --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31c463c7605e045e36bf15e19ce82e1a416697aa70b6f4360f3c81c4ed02d57 +size 24076 diff --git a/metadata/cache/frames/vimu_000530/frame_06.jpg b/metadata/cache/frames/vimu_000530/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8ea48727c690849d56af009fa512a1a2c537f73 --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2d7cff41258417c85cd7600673b09aa5ac559d5f504fd3732e547d246caf2e +size 29257 diff --git a/metadata/cache/frames/vimu_000530/frame_07.jpg b/metadata/cache/frames/vimu_000530/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..770b6942587a5dec5c47a150ac64e4ce2125d80a --- /dev/null +++ b/metadata/cache/frames/vimu_000530/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321bd0b83c6459e8ab5844a05105ae1e4ea3afff8ced5a6dd14f6fee55f5b15c +size 38057 diff --git a/metadata/cache/frames/vimu_000531/frame_00.jpg b/metadata/cache/frames/vimu_000531/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3152dfca9231e32d8542b9be002e2b9acab413ff --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eff96ab65b33b4a68df82e6ad60a25096c2a8ebaceeea39738d3af1fce2aabe +size 47151 diff --git a/metadata/cache/frames/vimu_000531/frame_01.jpg b/metadata/cache/frames/vimu_000531/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d993a5ac74ce9396647782a7e84e7997c0d5a97d --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9469650e33561bc7be6535cec67878bf2d0ea5d3623f0add19ad3d155b2fed8 +size 33461 diff --git a/metadata/cache/frames/vimu_000531/frame_02.jpg b/metadata/cache/frames/vimu_000531/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f88efee97891c5149a242ac6f8f306ff4957c6c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0587db11906a42247b86ad207400f282bf6b46977d46ce4e32b1635aca0064 +size 39884 diff --git a/metadata/cache/frames/vimu_000531/frame_03.jpg b/metadata/cache/frames/vimu_000531/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea6d6dda958b4a2cca65d2b7fbedf256d4a382e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71088d7f423ed4e4d959b1a5d8a98ac87a23d206e598093fa08bc1e6240f4d30 +size 40622 diff --git a/metadata/cache/frames/vimu_000531/frame_04.jpg b/metadata/cache/frames/vimu_000531/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbcfcb3cf34f339560c12439b07412a8720700b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbec41371713cf2de3f6f5f7d6ac0e78a1f92a88fba5e0002051a3c53684987 +size 43101 diff --git a/metadata/cache/frames/vimu_000531/frame_05.jpg b/metadata/cache/frames/vimu_000531/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c735b0978676283113558848659087f69a041eb6 --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c45cc17fcd55abc22e87aeebb3e3d3770361a6794177183f0331e2aaee40a3 +size 54136 diff --git a/metadata/cache/frames/vimu_000531/frame_06.jpg b/metadata/cache/frames/vimu_000531/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8e14e3a559b4b595dbbfa82c0c3799a08f84d07 --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6bbbd0f47aa248ae1f57f3a446485ba7cf9c07caa03fca65927c59873bf50a +size 56761 diff --git a/metadata/cache/frames/vimu_000531/frame_07.jpg b/metadata/cache/frames/vimu_000531/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1a0680a5211ae34beaa792303f7551f2d96404f --- /dev/null +++ b/metadata/cache/frames/vimu_000531/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d27d21bbaa669ccebc95b352dc4d4380ca81f18c9104361dac08290b4a5fae +size 44380 diff --git a/metadata/cache/frames/vimu_000532/frame_00.jpg b/metadata/cache/frames/vimu_000532/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..887d31457aa0d443b1aa52a0270568abcb73953e --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa0d1a2530118848991bc1a71ef6dce038cf75bf865d3ce117ba8d4662953b0 +size 64066 diff --git a/metadata/cache/frames/vimu_000532/frame_01.jpg b/metadata/cache/frames/vimu_000532/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1831a99f261e568f3836c37f4c8ea67281f2328 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b375c10181ffa2708d4d28bdeefb4fa10a7694ecea39a6ac444bc3c1b349714 +size 83792 diff --git a/metadata/cache/frames/vimu_000532/frame_02.jpg b/metadata/cache/frames/vimu_000532/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d38c0dc4d472ec28791029ff31d2f5942ed6d127 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4a1a836201a90dfc501d9e882df30894b01c54ab620b826b5761fbdf4307db +size 67941 diff --git a/metadata/cache/frames/vimu_000532/frame_03.jpg b/metadata/cache/frames/vimu_000532/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3215a9a4bfc6c01da2958b19ff6b0038ca45e971 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7268f222dd8acf520da03b6824c9188555c70982816167bea8e8da71c330bc +size 55236 diff --git a/metadata/cache/frames/vimu_000532/frame_04.jpg b/metadata/cache/frames/vimu_000532/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01af16e67f4904de73aa56a196cb549ee48acbb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010c226139c29536d0f2418d66a92a2fe88b669737e3e371e0ec6a8f43df20c +size 69428 diff --git a/metadata/cache/frames/vimu_000532/frame_05.jpg b/metadata/cache/frames/vimu_000532/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fe4fb948e6acde953bc2eb2f8601005ba54b8a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5e24c6625a2b8523ab26a965eb41e950c5d111d6377da1bd54d482d0693363 +size 57355 diff --git a/metadata/cache/frames/vimu_000532/frame_06.jpg b/metadata/cache/frames/vimu_000532/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b16f9979c21deef773ea251853367f47ad307c78 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6f364b77729964f9512f1a4d9ac8a57e274071e36746cc7caad388896001f7 +size 55446 diff --git a/metadata/cache/frames/vimu_000532/frame_07.jpg b/metadata/cache/frames/vimu_000532/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3462499a8902e766cc77db1cc3628fb25a4d3974 --- /dev/null +++ b/metadata/cache/frames/vimu_000532/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d6192189f2259b4412c4999b71d5fda3ce16da11cde872c06d02f15ea2632f +size 74943 diff --git a/metadata/cache/frames/vimu_000533/frame_00.jpg b/metadata/cache/frames/vimu_000533/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e0387d4c09d7b361223c575381bdb8c2bdb94a5 --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f908e8c50e3d1e3cc7079e49b17c8f370c1e42d3a2441b93716b5f52aeff97c5 +size 25915 diff --git a/metadata/cache/frames/vimu_000533/frame_01.jpg b/metadata/cache/frames/vimu_000533/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15543d8143e70e6eff1cd31ea86a0e81f092c672 --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbf33843dd88fee1449f3b521391a8f194e824609053ac81f35d0749e06ee57 +size 23513 diff --git a/metadata/cache/frames/vimu_000533/frame_02.jpg b/metadata/cache/frames/vimu_000533/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..814699bd21f066c49c3b9339debda1b1a7c42ccb --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e90112b45174c83f4172adb9b47243b1dacfeecfb0ac67c92bd7b529ff6e2c +size 37246 diff --git a/metadata/cache/frames/vimu_000533/frame_03.jpg b/metadata/cache/frames/vimu_000533/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc6eff574d94abbd01766ffea9c363f2457ed1bc --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55fe2668930619edfbbccf1562f61814e167c93d8cce0c84c6810a8d9324eab +size 26554 diff --git a/metadata/cache/frames/vimu_000533/frame_04.jpg b/metadata/cache/frames/vimu_000533/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e781a2be394c1eaa52d4ccc4bb8c75fc7a346e3 --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831c6703e2e80d4a2ee21c2de0a7e932bf3bde023630f0cd673e2bbaff76a7b0 +size 26437 diff --git a/metadata/cache/frames/vimu_000533/frame_05.jpg b/metadata/cache/frames/vimu_000533/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0805be6315ad1be16de76bf6eb3c8e95f3fb830 --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbb0eb0597763b69b157c0d1ca9bf5f2e566e83095af182821eb81fee7ef962 +size 22342 diff --git a/metadata/cache/frames/vimu_000533/frame_06.jpg b/metadata/cache/frames/vimu_000533/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc31425970e808efce59bdd47730c06831849698 --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84cd3d9d16f2664e3e950f4c0955485003433a947bde061f3342df2d5d1ef07 +size 15324 diff --git a/metadata/cache/frames/vimu_000533/frame_07.jpg b/metadata/cache/frames/vimu_000533/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31cd0a815ca58978a10aea4dd4a55606651a570a --- /dev/null +++ b/metadata/cache/frames/vimu_000533/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50599ce78092766280be71678f4488001417c198bdfacb749592720a75e6f4c2 +size 15519 diff --git a/metadata/cache/frames/vimu_000534/frame_00.jpg b/metadata/cache/frames/vimu_000534/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a26de19975b01691c2be136dd7aea22a2f77288 --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2166acb8b9a3ff87cc267d653f61240a6f7b7240c7e4d805b8b3f5720729bd96 +size 39254 diff --git a/metadata/cache/frames/vimu_000534/frame_01.jpg b/metadata/cache/frames/vimu_000534/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48d989d32d6a2fb8737b73ac6fd9c97fc340c044 --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6af7024e35bd4c1b93fa6759e53ac3220f01ef4588cc4008406fef1d79ed3c3 +size 32288 diff --git a/metadata/cache/frames/vimu_000534/frame_02.jpg b/metadata/cache/frames/vimu_000534/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2f1938de2f106a497b4405156f005d74efb6319 --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42398e558e1efac7252b0dc82f2c8e9714016f347d073aadee29218c96bc7ecf +size 49496 diff --git a/metadata/cache/frames/vimu_000534/frame_03.jpg b/metadata/cache/frames/vimu_000534/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3074ccdbbf4068c5bdaec63c267b89ea4739513e --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60506e564321aa48710c091117bbf8e8f49374e4101f8ae11eb474b0d837b216 +size 42720 diff --git a/metadata/cache/frames/vimu_000534/frame_04.jpg b/metadata/cache/frames/vimu_000534/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98b9d41c0100d090817ad1907226f91def1f9f9f --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212079f955e4ea7a04e6079bbf30f241dea777b8f1bad103e87f140c2218be18 +size 41093 diff --git a/metadata/cache/frames/vimu_000534/frame_05.jpg b/metadata/cache/frames/vimu_000534/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b09a1701c1932f8116f3a3a35fbb2285c6a32b9b --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad67f3783b1c597c430ba8088a453e617517e984edf860cb866e6526aeca74c +size 50463 diff --git a/metadata/cache/frames/vimu_000534/frame_06.jpg b/metadata/cache/frames/vimu_000534/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b7d86dd613044cc38a34ff054fd791f9584c7e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914eb962d7efe15f2409a9579fdfc8b39e7681b541441b7d22ee7d13f505be79 +size 45527 diff --git a/metadata/cache/frames/vimu_000534/frame_07.jpg b/metadata/cache/frames/vimu_000534/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6bd99d83ae5c754f84d3b5a917b19e15125bb19 --- /dev/null +++ b/metadata/cache/frames/vimu_000534/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c840f39e3db5c3872cc537184e8f5bdac60f032165c050ea91d1b13dd59c866 +size 58045 diff --git a/metadata/cache/frames/vimu_000535/frame_00.jpg b/metadata/cache/frames/vimu_000535/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4773f9b7442cbacc177d92ed9c8cba58903e992 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05212ff8ca03ba3a343ead90364ec5fc503ba804d6e0210f0a1facbc5be936bf +size 40236 diff --git a/metadata/cache/frames/vimu_000535/frame_01.jpg b/metadata/cache/frames/vimu_000535/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bec451047ac67e0b986163ba445c70fee45faca8 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b632c5ac63ba4f06ea805e94c8d1e0fab730c98aa16d13528c7359ce700b6c +size 41499 diff --git a/metadata/cache/frames/vimu_000535/frame_02.jpg b/metadata/cache/frames/vimu_000535/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..efcd458452250d536334bbb59da08f57b0b550c0 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5171c6fa93e6ff5cbd9d98b4d0cb691a82497753846620ebbf7985d66bb126d7 +size 38435 diff --git a/metadata/cache/frames/vimu_000535/frame_03.jpg b/metadata/cache/frames/vimu_000535/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..410652191e965a888b11331d62bf716876f028f4 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d015359f3ce3db682a6a8258360a730a0e4f579696e414162b7bfb5c32f7aef8 +size 38439 diff --git a/metadata/cache/frames/vimu_000535/frame_04.jpg b/metadata/cache/frames/vimu_000535/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7bd0c52b83253b0b0f90ffbf173abf29ba91e46 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdf3142efb3bfa06e8fa404529ec1a3ce342481bd0bac28614a0acdc6b3168c +size 39245 diff --git a/metadata/cache/frames/vimu_000535/frame_05.jpg b/metadata/cache/frames/vimu_000535/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a68449fe5e39c25cff1c3d76ba2be19d37f512b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f745c80a088adab94e45398d4247e81a5c9ef91134e0fff2a42ffc24acaf3a61 +size 36259 diff --git a/metadata/cache/frames/vimu_000535/frame_06.jpg b/metadata/cache/frames/vimu_000535/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17a5acf02b592ea526ce74f7cfe5ab85712777aa --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4aba81047f346efd7d63544a0cbfd33664c0e89743620e49d70de5f9af0fb6 +size 34826 diff --git a/metadata/cache/frames/vimu_000535/frame_07.jpg b/metadata/cache/frames/vimu_000535/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31154e4c21b8369b4e4671650558bfc514234109 --- /dev/null +++ b/metadata/cache/frames/vimu_000535/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529c0c74c76ae764d975179aed9f36031bdb8f3ac229480e3a83a8e5a650f294 +size 33959 diff --git a/metadata/cache/frames/vimu_000536/frame_00.jpg b/metadata/cache/frames/vimu_000536/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..238616679c7b6460a204d21930d34b2231b195a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123bebf84e9713d337d1f2ab2d1cfbe5d022f24a864044be638f08ff719457f0 +size 32088 diff --git a/metadata/cache/frames/vimu_000536/frame_01.jpg b/metadata/cache/frames/vimu_000536/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8f8a2e5cd8360168c653dbccd6e294d63e3ecc7c --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf517bedc6f31de8f60c6d491bc1d934eab14e42752cec2cb9d5ffe583374f95 +size 27496 diff --git a/metadata/cache/frames/vimu_000536/frame_02.jpg b/metadata/cache/frames/vimu_000536/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..859825133a7c4a5b4a29ef16775c2c20dee56309 --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44646f2f5e993b3db8eeb84edb2717a387f229ee3474d5cb2b7bed16dcb985e7 +size 27868 diff --git a/metadata/cache/frames/vimu_000536/frame_03.jpg b/metadata/cache/frames/vimu_000536/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd31adcb746fb807227051022651aba7a729b43c --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84ecadeba0ffd17f742d6d46a07d98a76537698db6f8626033cc270f9c0c41a +size 25551 diff --git a/metadata/cache/frames/vimu_000536/frame_04.jpg b/metadata/cache/frames/vimu_000536/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..615206425a8a6cea8e6517107caf222afbfa2c7a --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c399a27b1fe5dd732d5bbd43bda299b39e592c5914259addf1aa6ba052f590 +size 26110 diff --git a/metadata/cache/frames/vimu_000536/frame_05.jpg b/metadata/cache/frames/vimu_000536/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7492769ebc06f4fd0f5f00bf284bda102606f7e --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de18e3b00ffdbd72de67043562639c13df9ce613e9412b831bd8360cb0d7d1f +size 26022 diff --git a/metadata/cache/frames/vimu_000536/frame_06.jpg b/metadata/cache/frames/vimu_000536/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c5a1e0167eeb6b41c6f694cbe730aeb91113697 --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99174e7b979822b1ec86974e8765de16f431a0dc12c25da533aa72dfc4e1b386 +size 31263 diff --git a/metadata/cache/frames/vimu_000536/frame_07.jpg b/metadata/cache/frames/vimu_000536/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b7292aa0ee895714de139caf28c3abdae7c6086 --- /dev/null +++ b/metadata/cache/frames/vimu_000536/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3205fa8e7841675b679e077bc8008406c592070f86845b48677f24d04de02b68 +size 28828 diff --git a/metadata/cache/frames/vimu_000537/frame_00.jpg b/metadata/cache/frames/vimu_000537/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24878fd8e5e8129491f0f2c7e9cf967c942af298 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d06ecdccf9d2067d3e060e97f91726f359328152c0ad3fbfe80a8c5947e193d +size 45066 diff --git a/metadata/cache/frames/vimu_000537/frame_01.jpg b/metadata/cache/frames/vimu_000537/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9868ee309dd97fa1fa7133ec7b045de3fe9f4d89 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b527f18d4e682ff8c2fb69183b5520708ca64a8256c4a829e3879a266b94b5 +size 55253 diff --git a/metadata/cache/frames/vimu_000537/frame_02.jpg b/metadata/cache/frames/vimu_000537/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a563a01678aada4edcb5981124e58c254864cba5 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1554110b8f6407c38d8fae77639f7c2885921a94e750dd547f59dff95dc97b4 +size 32474 diff --git a/metadata/cache/frames/vimu_000537/frame_03.jpg b/metadata/cache/frames/vimu_000537/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19eb3491c9e73e6ff96372958a6efced69335ee8 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129c6e1b43f1bf1b710354048737b75c81314d90056d8bbf3de9bcabcc932dbd +size 31090 diff --git a/metadata/cache/frames/vimu_000537/frame_04.jpg b/metadata/cache/frames/vimu_000537/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f94f6401330076c18e827053a79925efc91a834d --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a3f038e8c2aec7b6d36f57db16f0e059467f5a6c8bf53f1d982ed71343309e +size 42313 diff --git a/metadata/cache/frames/vimu_000537/frame_05.jpg b/metadata/cache/frames/vimu_000537/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..730b40eb1cb82d3c33d1009a321d0326e98328b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8703df7170783191c1f7d3fbfa81151a55b04214aeae4325a3475ce7e228f848 +size 64937 diff --git a/metadata/cache/frames/vimu_000537/frame_06.jpg b/metadata/cache/frames/vimu_000537/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fbd010b3a9469e8bc813e97be3a2fba8f625958 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87104e95995bbc401eec7a8988b8a9fe93b462eb42ca9f48f8d6bb8ca50939b +size 37889 diff --git a/metadata/cache/frames/vimu_000537/frame_07.jpg b/metadata/cache/frames/vimu_000537/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8120ae7b855cdd1b4d568c1fa15ef04b89ecf0a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000537/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd320d2679fb6db08666f93584fcfe7b2a9af9de6b9f47a364176912a463d6c +size 40660 diff --git a/metadata/cache/frames/vimu_000538/frame_00.jpg b/metadata/cache/frames/vimu_000538/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfaede3c9b215109dc448c0e2203034009c80e05 --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8954a0c448bb5ba4e6391447a91e075fb33d692b8a8d337fb03172911c4642f8 +size 40296 diff --git a/metadata/cache/frames/vimu_000538/frame_01.jpg b/metadata/cache/frames/vimu_000538/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ad2973feb1cd210842a7f9a8cf35d88dd41fb85 --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a13685e88b8315c9c2a3586f79db33eebeadb4a042a42fb6937ce601df93dc0 +size 39948 diff --git a/metadata/cache/frames/vimu_000538/frame_02.jpg b/metadata/cache/frames/vimu_000538/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..459b9b685ebd6476b74b467f266046d365bbcfe1 --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58afb52610e35b61fd9afebf0e2e4051c18a2e1af8bdca94290fdb232e2be9f5 +size 31256 diff --git a/metadata/cache/frames/vimu_000538/frame_03.jpg b/metadata/cache/frames/vimu_000538/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b303c1e879f9a6d37e531b71e6e6c02b649f9ae --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c9b043b9c07e4fcf0c1e0921cb630ebc95a491871f02ab73987f882007d79f +size 35395 diff --git a/metadata/cache/frames/vimu_000538/frame_04.jpg b/metadata/cache/frames/vimu_000538/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8168b2ff9a987cd243fb0339b860f9188734fdc --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ae6a3d4649ce31855a2b67a3b5c8d1edf052d220c9b92296a9eb59b11892d3 +size 36187 diff --git a/metadata/cache/frames/vimu_000538/frame_05.jpg b/metadata/cache/frames/vimu_000538/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9a16361d1f30e5c57c3dc3316d39cd5839922e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4337c388bc59a30dab81b550069b971ead0ecce1e15c6f5b85d32c54ce7eacd +size 34914 diff --git a/metadata/cache/frames/vimu_000538/frame_06.jpg b/metadata/cache/frames/vimu_000538/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f4b50041bc13b0f7816f24a6e75001f09b6468a --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9cb32f4b711f124a02dccbd2de23191de6d162ab59744ee49583f4e67834a5 +size 36593 diff --git a/metadata/cache/frames/vimu_000538/frame_07.jpg b/metadata/cache/frames/vimu_000538/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8f4e9be23e5847266a094036c8fa4a9db6550c8 --- /dev/null +++ b/metadata/cache/frames/vimu_000538/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bba36a39bcd2a4762bcf3b62f65def475c04ad26cd21f28ffdb33693dc834e +size 39742 diff --git a/metadata/cache/frames/vimu_000539/frame_00.jpg b/metadata/cache/frames/vimu_000539/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20210323354cee3e439912606d23907347438060 --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bf458f9d43e7bb6baa9095778dfddf066e4414167c51ac2a3c1e3bac6a8c8e +size 37540 diff --git a/metadata/cache/frames/vimu_000539/frame_01.jpg b/metadata/cache/frames/vimu_000539/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e8c503ef92d4b55b9ce200285de2351670d3b7c --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892df3a02cb8a8132523fca4f780024d51b8d8c2b2470b00898674958d23948b +size 45428 diff --git a/metadata/cache/frames/vimu_000539/frame_02.jpg b/metadata/cache/frames/vimu_000539/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7a8fdf28a4202ff1a3a514396c64ed2076a2619 --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1265568311cba54fa7a573846750bbc5bb89c49c6cb501d14b7be1b4b0029e39 +size 46318 diff --git a/metadata/cache/frames/vimu_000539/frame_03.jpg b/metadata/cache/frames/vimu_000539/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b86379d24a58e9667ef055e1ba1cef92c51b71 --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29340cf28c8873e3437633c1519d6d27668ed1a00ed0dda89d124e1d0762f4d +size 52171 diff --git a/metadata/cache/frames/vimu_000539/frame_04.jpg b/metadata/cache/frames/vimu_000539/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d6380a8490aa41be5962477a533f6859f7893f7 --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c7e325d99a22ef9401614ba99173fa72416dc48c4fafa6ce4f27dc7e6626cd +size 47021 diff --git a/metadata/cache/frames/vimu_000539/frame_05.jpg b/metadata/cache/frames/vimu_000539/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32731645f5defe76cc35edb5d0cc9501bfed0d3c --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6761287fe46187752677f4a6c909afd7cb6c9de7525c1d966e5deecf74f3477e +size 50951 diff --git a/metadata/cache/frames/vimu_000539/frame_06.jpg b/metadata/cache/frames/vimu_000539/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8db0cf7ae1e33d21996c470d95a5691ef1e1679d --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fcb9912a0e6ae3b5db35f187cad2a9376e1725cc1c63f8ca0b8cdf874bd518 +size 57895 diff --git a/metadata/cache/frames/vimu_000539/frame_07.jpg b/metadata/cache/frames/vimu_000539/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36d7f62251654b0aeb1a153ce49b858680113a62 --- /dev/null +++ b/metadata/cache/frames/vimu_000539/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e77a0435469282156a598c81616a65faf776a59bee211f64711b25627122c5 +size 56315 diff --git a/metadata/cache/frames/vimu_000540/frame_00.jpg b/metadata/cache/frames/vimu_000540/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5957e32e658cadb6ecdf565235082e507303dfc --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03882a8c294a7f6102ec6d3cc7a0904639c518a39e4acaab9937599afee52f33 +size 20268 diff --git a/metadata/cache/frames/vimu_000540/frame_01.jpg b/metadata/cache/frames/vimu_000540/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eacf37779467413af233141dc3dac39e53672a80 --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846896c5b9303c1fc6de0c2f6beb7681a7659ab781cda25e3079026f0d038d1e +size 22212 diff --git a/metadata/cache/frames/vimu_000540/frame_02.jpg b/metadata/cache/frames/vimu_000540/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91015739e232fa30f12a975a881cc8f392840f81 --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d7475614e8f6cf4ee83a87edc809c13867fd2af04a7c3cfc561edd056b25cd +size 34370 diff --git a/metadata/cache/frames/vimu_000540/frame_03.jpg b/metadata/cache/frames/vimu_000540/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..933276b880f5ceaed59082d960a49cd5cb451e8a --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a7d3e2879cc1a86e876f531a1fea287bf339af895775c85fb27e50aee1941a +size 35610 diff --git a/metadata/cache/frames/vimu_000540/frame_04.jpg b/metadata/cache/frames/vimu_000540/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd4576fd925d8dc38b169dc78f42813b9d7a5df5 --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e335ed16106e8e3d23f4ed2b4f0875f0df1a12a6695102fe3285a992095ac0 +size 34735 diff --git a/metadata/cache/frames/vimu_000540/frame_05.jpg b/metadata/cache/frames/vimu_000540/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8991485423c1dc1ea46c74847d65e550605dd802 --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cceaca36951b27f6d5583f6be0ed22c1dd952b7f804a1f5c34e6f892a2000da +size 27276 diff --git a/metadata/cache/frames/vimu_000540/frame_06.jpg b/metadata/cache/frames/vimu_000540/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed178b9d3f2c709235edc95167ea2a4a06f3e574 --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a6891135c27eaa7feaa2308b791a5f4f72dc5d695548cffaf3af3d550bcf77 +size 26907 diff --git a/metadata/cache/frames/vimu_000540/frame_07.jpg b/metadata/cache/frames/vimu_000540/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f736410ef2e7860b5b24081ed4a65a560d0a838 --- /dev/null +++ b/metadata/cache/frames/vimu_000540/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5fe975d80b8ee130f24ed24c636186ba855780a267c36957344e688751acc2 +size 26856 diff --git a/metadata/cache/frames/vimu_000541/frame_00.jpg b/metadata/cache/frames/vimu_000541/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e6258b3129285e5e1cc2f934b52235f860e433f --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784a70c1a721917807869f7f9bdebd3c267c0075cfd2484b42396d54c042598f +size 25260 diff --git a/metadata/cache/frames/vimu_000541/frame_01.jpg b/metadata/cache/frames/vimu_000541/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa2d803b5d4b1fd7bc3bf12d7a1e050f2b2eaa51 --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653c0ad44d3bf1c80c1e00cb97689fcaaf765297ca3da255d051d33b81fb81f1 +size 23594 diff --git a/metadata/cache/frames/vimu_000541/frame_02.jpg b/metadata/cache/frames/vimu_000541/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53a8fd43a4b264c9b8c0cad08b220906113917d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfd0460aba5bba21af7a7284af8f758f9dbeceeb363fc01dee05f742add45a5 +size 25444 diff --git a/metadata/cache/frames/vimu_000541/frame_03.jpg b/metadata/cache/frames/vimu_000541/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e22ec8e95fd0ced42839b9da68445bd2c53f27f --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9c760dd32e8f6e29f545ecb7215ee89fd3e0b6b461d0bbed9109e6da6c0738 +size 25687 diff --git a/metadata/cache/frames/vimu_000541/frame_04.jpg b/metadata/cache/frames/vimu_000541/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4332a8b5694d79e42f973a999bcc454412fa5cee --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed238a3815478bd8c42fbc0dea8a8c23243fad8f42365ae60d5d8abefecba4e +size 27573 diff --git a/metadata/cache/frames/vimu_000541/frame_05.jpg b/metadata/cache/frames/vimu_000541/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ddd166b487c0eb41c6bd75f5893f9a9fbc8b851 --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f035b95bf91edf0cb02cf4447be85a1324542a0b8f36cda822dc28e364c840b4 +size 26376 diff --git a/metadata/cache/frames/vimu_000541/frame_06.jpg b/metadata/cache/frames/vimu_000541/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9af6f36bd34ef1a52872b4c54eecdacb5b9db92a --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ed51a065d48905cf64b0ed4bc762a2918ee588484fe2dd020c30a5ea507cf4 +size 29932 diff --git a/metadata/cache/frames/vimu_000541/frame_07.jpg b/metadata/cache/frames/vimu_000541/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40b5dd468100eaf3117c585027fad291ad5c21c5 --- /dev/null +++ b/metadata/cache/frames/vimu_000541/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120937e9c11220b03b586678edd703dbac27a51fe16640e5d14487e055ddf133 +size 30781 diff --git a/metadata/cache/frames/vimu_000542/frame_00.jpg b/metadata/cache/frames/vimu_000542/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..742f85de42fd8454b9ee3de48d9e8af3a31db8df --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a261ce86c0e21a5b95ab6d4d56b7ad1ed608997c681b35f2b7525b6edde6b14e +size 30700 diff --git a/metadata/cache/frames/vimu_000542/frame_01.jpg b/metadata/cache/frames/vimu_000542/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae263385f69a42d7498afa3375b428b3ef380e5 --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4a8d3b5d83163ba0a75d91a95ff72d5311794fa19af695414700acc89937bb +size 34164 diff --git a/metadata/cache/frames/vimu_000542/frame_02.jpg b/metadata/cache/frames/vimu_000542/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a554b263b7f3ed8aba7783a45f1090e56fcb9a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2154b8c065780354819e8b16addaa5e99e37f7b10585507ae5f169952d81ef +size 30797 diff --git a/metadata/cache/frames/vimu_000542/frame_03.jpg b/metadata/cache/frames/vimu_000542/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81dab3a88dd130a6efb0ec16e3c4d8de6cc82611 --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462b015faa08ccffb22d6a8e4fa94ddfa352f2279fa79ed9d2f128de5aacaaac +size 30430 diff --git a/metadata/cache/frames/vimu_000542/frame_04.jpg b/metadata/cache/frames/vimu_000542/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b9ea9aa8450f85b52aaa9ab39830a6b8a6e9137 --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf45bd0c451837f44ff9c9f6bf0791d54e5744cda317e2c6dd1d9688200b1c1 +size 28771 diff --git a/metadata/cache/frames/vimu_000542/frame_05.jpg b/metadata/cache/frames/vimu_000542/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cea98979ef83b60caf6f6df53c04b6f294dd2469 --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e5988748f257779b3d80abda29e349144420962adf8d190c50b43cee04a5d0 +size 28454 diff --git a/metadata/cache/frames/vimu_000542/frame_06.jpg b/metadata/cache/frames/vimu_000542/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89730ee6f2c401a89a4d552514b0efbb14080c52 --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9e4f9d6ceb49da4542e00cfe7b8646737cd105636c69d794698bd637d49c69 +size 31287 diff --git a/metadata/cache/frames/vimu_000542/frame_07.jpg b/metadata/cache/frames/vimu_000542/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..912df23aefa368c6bc6f2b64edb3fe0898235b4a --- /dev/null +++ b/metadata/cache/frames/vimu_000542/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3036c6a364874990269235ba580a4be206e57cd49f30806cc6efb314b62c22 +size 29286 diff --git a/metadata/cache/frames/vimu_000543/frame_00.jpg b/metadata/cache/frames/vimu_000543/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..555901d6a2c06e16cad642a10b689f27437a8903 --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23dd651f56b9441dc38764b49ae9c33b1d006420cf03d41d64b9568fbda5027 +size 27043 diff --git a/metadata/cache/frames/vimu_000543/frame_01.jpg b/metadata/cache/frames/vimu_000543/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79bdea72595abc51bc9d661fd6eaec9bc68a94ac --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6acd3ec38304540cd908601717be1f0d30d473d8b2f6d39b96755f199110a2 +size 29289 diff --git a/metadata/cache/frames/vimu_000543/frame_02.jpg b/metadata/cache/frames/vimu_000543/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1d949b421b5ae83b4c15a771ed8d5b22cd7270d --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47c6cb3ca1343e2138b7dc49514775e5cfbca2a63c33ead1f4dbdf2bf92d431 +size 29100 diff --git a/metadata/cache/frames/vimu_000543/frame_03.jpg b/metadata/cache/frames/vimu_000543/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3650670cf380ba1d644e6a7008aa5330f259a289 --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d458fab76a4f559005addd3dd0420434bdd55910c55c59f1b478df7d623c72 +size 27482 diff --git a/metadata/cache/frames/vimu_000543/frame_04.jpg b/metadata/cache/frames/vimu_000543/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b5bc8623203f438dbe47afbba395e9ad1665b28 --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e981c553f69c99f70518c82a5ca7324ae846bf4b660a43f5bb7a6bf5c64e64 +size 25197 diff --git a/metadata/cache/frames/vimu_000543/frame_05.jpg b/metadata/cache/frames/vimu_000543/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e654cde0d4789a0f7f0667fdb074f8dec223e6f --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd5168fd91273c9904de312ab8a056f9d9d44b834c80bfd4c542e5360642c7a +size 25012 diff --git a/metadata/cache/frames/vimu_000543/frame_06.jpg b/metadata/cache/frames/vimu_000543/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f44d09f0f36a296788b64124bcf591e357be697b --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29770b05a5cd7a9877800e25cca7e64e8e8bbf694c0669bf0d7b978d64446b90 +size 25754 diff --git a/metadata/cache/frames/vimu_000543/frame_07.jpg b/metadata/cache/frames/vimu_000543/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58a108cbc9de229099e5a46049e08ce909595c7c --- /dev/null +++ b/metadata/cache/frames/vimu_000543/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32682ecdbb1358ff42c014f0301a8dc8262148b463b2ca3d4aa6f45513d8d6e3 +size 21168 diff --git a/metadata/cache/frames/vimu_000544/frame_00.jpg b/metadata/cache/frames/vimu_000544/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96d3a4a12f6cb3163e82c939b6e83c4ab24b6a62 --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df05ebb72332364e5fe798d8654ee80349684810cc3e1a52c12c24f25d27fce9 +size 33730 diff --git a/metadata/cache/frames/vimu_000544/frame_01.jpg b/metadata/cache/frames/vimu_000544/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d6b7c3505f48aff6e56cb2a75761a76f9304887 --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ee64dac133b8a6a17b5671b1faa220f538eacb03b4543f15ecf51252543c30 +size 35372 diff --git a/metadata/cache/frames/vimu_000544/frame_02.jpg b/metadata/cache/frames/vimu_000544/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c959701ccdf6867dbb366808d280f73748348234 --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea69f99b2c103915b474dfbbd94514474b1249a4d382cbbd5a2ea777bd9ecdf +size 39978 diff --git a/metadata/cache/frames/vimu_000544/frame_03.jpg b/metadata/cache/frames/vimu_000544/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1115c712e1c55599fee697922cf17944613fdcf --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d270bfba90ca2429da01cea98a1b0f7fd630b32e965ae8480d74e7d714da7cc0 +size 43706 diff --git a/metadata/cache/frames/vimu_000544/frame_04.jpg b/metadata/cache/frames/vimu_000544/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc3711a3482993504102a63632b84169f6693da5 --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9637f103619446c47842bd02acddc6db0111560a79ef3be00c99a92c4d72b3c0 +size 44505 diff --git a/metadata/cache/frames/vimu_000544/frame_05.jpg b/metadata/cache/frames/vimu_000544/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5b512729be820b1283d867fdf55ad0c63df361e --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbae794846407648a2de2f3d666ddd91fb7fed9eba8784a7379e49ef1bc183d +size 45814 diff --git a/metadata/cache/frames/vimu_000544/frame_06.jpg b/metadata/cache/frames/vimu_000544/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee48b92c9fe308b5385ca5c98705298574dd163e --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a22c7b7b9fd8edb4ee3ecbe3499ea5b3c57742a9abfbff9829b7f79efbd4c5 +size 41738 diff --git a/metadata/cache/frames/vimu_000544/frame_07.jpg b/metadata/cache/frames/vimu_000544/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1b6a8d352837e170182526e88ee0f55c061d9c --- /dev/null +++ b/metadata/cache/frames/vimu_000544/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151a34ba2dbabdf1e8347f01b252d996b0dfa106cadf24c7df6be6f0058ee4d9 +size 41731 diff --git a/metadata/cache/frames/vimu_000545/frame_00.jpg b/metadata/cache/frames/vimu_000545/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8500ea82869598d455477f66656dc95238dba59 --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cf3c4690f7cdbb99b8f51f5b5ec6a0da43c248b883c38d0db18ff538ce4a02 +size 30913 diff --git a/metadata/cache/frames/vimu_000545/frame_01.jpg b/metadata/cache/frames/vimu_000545/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f59c52b07c7796206df60e248c2692f9038004f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880d5770242430ccf1ea51b5ffba7e3a9f907fb4e1991c98d375b3b19d86f1b7 +size 40314 diff --git a/metadata/cache/frames/vimu_000545/frame_02.jpg b/metadata/cache/frames/vimu_000545/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba62cef96359b88310e02b8e791e76d3608c25d0 --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da65048d88f50450b7bb1f5eaaada5bac441b70e4d10cdc22a0181d8976b881 +size 24695 diff --git a/metadata/cache/frames/vimu_000545/frame_03.jpg b/metadata/cache/frames/vimu_000545/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..73361762b836b588508c042db84db19d5bbbcf5c --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b934123d9ee5244333f5bf5fd178d7d1671bae450fb429525f52f60e98f7a4d +size 38259 diff --git a/metadata/cache/frames/vimu_000545/frame_04.jpg b/metadata/cache/frames/vimu_000545/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d693042eb0966f419fa6dfc5aa09dcbf43fe7cde --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22a3853aa0685c12381263b647e21c11b641000bea5a897d3cab7e273191de8 +size 29629 diff --git a/metadata/cache/frames/vimu_000545/frame_05.jpg b/metadata/cache/frames/vimu_000545/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..22c438c4918ee886c78b59088f29106825f4bc7d --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893c12081c07f362ae79670fa19452117c81dfdb2b9dcf8ee8f0b0abc6103a18 +size 35991 diff --git a/metadata/cache/frames/vimu_000545/frame_06.jpg b/metadata/cache/frames/vimu_000545/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..398d17796486192488206afc41232cf09a85c4b9 --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ba1c4cf4fb4ad817f1522792fc82a39143fbd353db6aef923c947820e8d399 +size 40419 diff --git a/metadata/cache/frames/vimu_000545/frame_07.jpg b/metadata/cache/frames/vimu_000545/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..374f841ea57a8aa29796d3cd9dc93beda1b5ec0e --- /dev/null +++ b/metadata/cache/frames/vimu_000545/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ae6608719c881d84b7383628a1672dc22a83c4fe7e85233495c50c17124afc +size 18112 diff --git a/metadata/cache/frames/vimu_000546/frame_00.jpg b/metadata/cache/frames/vimu_000546/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3133d0a35ffbe3820245a70513c4ab98c22a1fa --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52aef5630dd396aa6d6ddb1167106fce8a4ac34dce846ae5d3cda8d4196ca75 +size 54127 diff --git a/metadata/cache/frames/vimu_000546/frame_01.jpg b/metadata/cache/frames/vimu_000546/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c18fd5becd4be32ab17a32d867a247d05d520d53 --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fb5aedb8a8ed486ae6d61de052a1794af2c8f72f3ee66ada065f9c460a2e38 +size 50327 diff --git a/metadata/cache/frames/vimu_000546/frame_02.jpg b/metadata/cache/frames/vimu_000546/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8319e32a9aedb6d5b4c4966527dd5d2a697e5798 --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897d1b1b4a3e06f1b2cc1837130ff02a1e6d2ac1a58e7fc8c8a343bd58ab5330 +size 44050 diff --git a/metadata/cache/frames/vimu_000546/frame_03.jpg b/metadata/cache/frames/vimu_000546/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..99808491d3552cd588880e6b1c23937c69a151a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d807af149015afa74583f339fc62e3380e765be7e0bee88a147e1b1d6e21f77d +size 57803 diff --git a/metadata/cache/frames/vimu_000546/frame_04.jpg b/metadata/cache/frames/vimu_000546/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be1863cc31ce0977dbcd429ff80f397db2afec8a --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3df4c362e16fd81eaac2369ee67d44e54e7826a7ac6e7a847062fe7e61889a +size 61591 diff --git a/metadata/cache/frames/vimu_000546/frame_05.jpg b/metadata/cache/frames/vimu_000546/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa51891bb31b7fb019ba88e90534bed29dac56ff --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28e07f9a75cfcb0758f041e309865d35d944653a4e7a5d5f46eaabd2f136324 +size 64629 diff --git a/metadata/cache/frames/vimu_000546/frame_06.jpg b/metadata/cache/frames/vimu_000546/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..387ecdc2336f8e51b29610f1eb0834fd5a837ced --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3d5d55ab2d93b6643541f7ea4648cbdd064ccb46baabf0b7381c4f20027860 +size 55595 diff --git a/metadata/cache/frames/vimu_000546/frame_07.jpg b/metadata/cache/frames/vimu_000546/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf7633dc3b1b03a8f17354d1a60bc6e6b5c0812f --- /dev/null +++ b/metadata/cache/frames/vimu_000546/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0615969495fc7dbeff5b49c8339fc89fd445edb16ad3c768eaf06016672ce95 +size 53880 diff --git a/metadata/cache/frames/vimu_000547/frame_00.jpg b/metadata/cache/frames/vimu_000547/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b33a0b66a55401fccac5a9b276445a0dcca105d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ccf33477c1f2454b29425aaac6d1ad6c5fa70840336b2e2e2fb6ae16ff3f8f +size 31751 diff --git a/metadata/cache/frames/vimu_000547/frame_01.jpg b/metadata/cache/frames/vimu_000547/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..962f2b7abb894d84e6e536e426f5601134ccf1df --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e181777efb3d41c4c87a2d36c52f443fae9e0c56628f0adcd617b091dbe4593 +size 34185 diff --git a/metadata/cache/frames/vimu_000547/frame_02.jpg b/metadata/cache/frames/vimu_000547/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a97413a1a63e980ca2fe4aaeb5eada84462f68b5 --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87a5651ae17bbb7503ac35a5be0252b3db7fe76b7fdea010b0e74574747451a +size 22485 diff --git a/metadata/cache/frames/vimu_000547/frame_03.jpg b/metadata/cache/frames/vimu_000547/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b87ae3374b3bb6f0e9d93927014bdc2f5c73a9c --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0cc9dfe45f0659d77886b281bed658b1ca1b0fd4d659e646e642a47b2072f +size 33418 diff --git a/metadata/cache/frames/vimu_000547/frame_04.jpg b/metadata/cache/frames/vimu_000547/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8341f48db0e1784b7b847d6911af39890d4de091 --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12616aa3c2a642e81ded86a6d1f35b677acda5e810c90bf22a50579cbe656906 +size 48261 diff --git a/metadata/cache/frames/vimu_000547/frame_05.jpg b/metadata/cache/frames/vimu_000547/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b044f503095faea725312dd0b7ed3d21959b967a --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9352f9e5784423bc5211e2f2cd6f6d68cbf58f04759f3d3fa6b55d31c67bfd1b +size 44235 diff --git a/metadata/cache/frames/vimu_000547/frame_06.jpg b/metadata/cache/frames/vimu_000547/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3419c6c3a15c3bf6168f5821112c1abeaa63f4c2 --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b1fa9c63ccd0ff23194d85ae1137133cd56b8b0fb9b606e779253334495772 +size 43753 diff --git a/metadata/cache/frames/vimu_000547/frame_07.jpg b/metadata/cache/frames/vimu_000547/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c084fb0c1670a623b35bac65abd8ee90aa285b1a --- /dev/null +++ b/metadata/cache/frames/vimu_000547/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa3343852ba56cd3e0297835b65f03358243b799ad4982d382d0fda11f545be +size 36773 diff --git a/metadata/cache/frames/vimu_000548/frame_00.jpg b/metadata/cache/frames/vimu_000548/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9283ad371b9a933c797bc955738bf8cb7bd3c8dc --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c47d8fee1fe9679d614acb206e97cebe535878e3115df89b06b855b22db0828 +size 37778 diff --git a/metadata/cache/frames/vimu_000548/frame_01.jpg b/metadata/cache/frames/vimu_000548/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13fcb632f8d993e76bc4760f45f35562995d0cdb --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f916a5eb4504c5796e1d85d9de7ba0777df50a26dba82a3c8accd294cc264c +size 39874 diff --git a/metadata/cache/frames/vimu_000548/frame_02.jpg b/metadata/cache/frames/vimu_000548/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe3684d8cee642e9c3e80e22e17903d44933d803 --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420c56cf15efd2dc0da7bb7712a8b530c40de7db488909c9587eec53015e0a05 +size 37834 diff --git a/metadata/cache/frames/vimu_000548/frame_03.jpg b/metadata/cache/frames/vimu_000548/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52f24a3f5114fa8287a38398aa89f11508c58155 --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2737e135bb3ec420fec6ce94c49961ecfc199e82e95a208e75b98f29c12e5f28 +size 40149 diff --git a/metadata/cache/frames/vimu_000548/frame_04.jpg b/metadata/cache/frames/vimu_000548/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ef5955c04b3b3c6afdb0f48279674fe54277826 --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183d7efc51081d6ccf8f9648516b1218ccff3e3492bb57f6fa9d74d78698e286 +size 35341 diff --git a/metadata/cache/frames/vimu_000548/frame_05.jpg b/metadata/cache/frames/vimu_000548/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..181d6f2143815e0e3cd8f0e39c1b68655cb0c947 --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bb56e5ace906a519e5ed901cc50137d64f9897a4621478be5646816e3c5032 +size 33594 diff --git a/metadata/cache/frames/vimu_000548/frame_06.jpg b/metadata/cache/frames/vimu_000548/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2de5fdd22f03a3ec26e1effa4d48e100aba74818 --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e485b060d9099440d50ad25d9ed87c7709eba7e08d55589528e5f3db6a7e54 +size 21717 diff --git a/metadata/cache/frames/vimu_000548/frame_07.jpg b/metadata/cache/frames/vimu_000548/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7d592e771dbe9241660fa519f0ca6f2ce39b8b7 --- /dev/null +++ b/metadata/cache/frames/vimu_000548/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400549ffd587f98be37fd88af47aaf672f4d3bbe67e625fc1ea86dad5a5f07b5 +size 18065 diff --git a/metadata/cache/frames/vimu_000549/frame_00.jpg b/metadata/cache/frames/vimu_000549/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b036348dd17c9e0c7791af65e0c48317cc079cb5 --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748abee6375a0c982f2537d7b4d8a5f446fd2edb20c53712dd1d15ace7ca39ee +size 53354 diff --git a/metadata/cache/frames/vimu_000549/frame_01.jpg b/metadata/cache/frames/vimu_000549/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d469c5e1583282a922564d0eab7a9f99db62eb05 --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3792df0475858f696d666b8cbf66c2ea50eecc6ad635e26e7bb41c83488f84a +size 48315 diff --git a/metadata/cache/frames/vimu_000549/frame_02.jpg b/metadata/cache/frames/vimu_000549/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1a9ae3e30d636650453eb0e8e5162255582bb65 --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86198400e4da02c06899e79cb649719ab0102139316a786e1346bfc7a4db6ce6 +size 52300 diff --git a/metadata/cache/frames/vimu_000549/frame_03.jpg b/metadata/cache/frames/vimu_000549/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4125105ef14e5f5605487d3821076d2e389ab39f --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e4bf524beca01972fd4420b77211aded2ba69ecc7d9fa20d3814b78a1e284b +size 56052 diff --git a/metadata/cache/frames/vimu_000549/frame_04.jpg b/metadata/cache/frames/vimu_000549/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcc5f4a07b8c8691b82e2a769f229aa6e48a3952 --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ba4b4e5d8bbdc1444fcaf85b7b3d702a4b870a822a32ebd24f92af9cd7fe08 +size 62177 diff --git a/metadata/cache/frames/vimu_000549/frame_05.jpg b/metadata/cache/frames/vimu_000549/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fad69261294170f971f3572be3a9149ea0a7a273 --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a418dfabbd484c2f20c905deeedd31deb72650c074a0201ac8e795c461ae0f0f +size 58818 diff --git a/metadata/cache/frames/vimu_000549/frame_06.jpg b/metadata/cache/frames/vimu_000549/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46b41bee0177f0dbac099144bd69d07844aea6cf --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175489f70e5837ed87a9ccd00089bc2ff934ec5984b8d5addd5b271a08899083 +size 63521 diff --git a/metadata/cache/frames/vimu_000549/frame_07.jpg b/metadata/cache/frames/vimu_000549/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85e2acac6010c8a37b32227eb9c6dcbe681978e1 --- /dev/null +++ b/metadata/cache/frames/vimu_000549/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6696a1f7762919e9533615dc1a5744e2be7aff822c807f2dbec41685fbdf142b +size 58391 diff --git a/metadata/cache/frames/vimu_000550/frame_00.jpg b/metadata/cache/frames/vimu_000550/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1fb5f9ff2f9d6714909697e56f04285fe776d2 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cd6ea209a4d84968cc951512eb1f4b4540e7c9dbb8da59464ea2791e9825ac +size 69776 diff --git a/metadata/cache/frames/vimu_000550/frame_01.jpg b/metadata/cache/frames/vimu_000550/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad9d5dcb6953507b0a7eaf7f08de8381b6964b26 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85d39f8e2892810d99826d2eeb904efdd19b23308afd15e4d41200e2b8dd1d +size 74349 diff --git a/metadata/cache/frames/vimu_000550/frame_02.jpg b/metadata/cache/frames/vimu_000550/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84559853f09afe9010b63d819b75aa099863fe05 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6eba441ac975c4d595a1946c29529d6398b1a1924430bba3fda2cef748df61 +size 83705 diff --git a/metadata/cache/frames/vimu_000550/frame_03.jpg b/metadata/cache/frames/vimu_000550/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..274ebf21c62bcc1798b09cf7dd06a6d027175545 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d84effbedcec9a9dab787f67d1bcab96e5b23c4c98a6fdef3891bcb08fb879 +size 80633 diff --git a/metadata/cache/frames/vimu_000550/frame_04.jpg b/metadata/cache/frames/vimu_000550/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07952bfb7f1b786ee65c33db7a1baa2637177855 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b107072ea90a09fcbc5f66c1913389397fd75c12eff8b1d468130eb810cb0f84 +size 76756 diff --git a/metadata/cache/frames/vimu_000550/frame_05.jpg b/metadata/cache/frames/vimu_000550/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ea0beff9e7c9ebe740e8e251f014b096e4ff1e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef26caea492508f51915344704edf39640828d89ac3fd1cab56710e6ae4c0fc +size 82438 diff --git a/metadata/cache/frames/vimu_000550/frame_06.jpg b/metadata/cache/frames/vimu_000550/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bf5c1dded9625fdc919e1b08c6d366132b0d547 --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1639e6f813d5bbb86e9209f57aee06ef5769c0fdba1b00fceb6ea9966ff5ade8 +size 96366 diff --git a/metadata/cache/frames/vimu_000550/frame_07.jpg b/metadata/cache/frames/vimu_000550/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00663f45e31d5bf22fc5e8c7efd16dc62b6e27dd --- /dev/null +++ b/metadata/cache/frames/vimu_000550/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cce5c3be1a251d14511b008810cc246dc47f8cbde6dd9129da15f6bc2cd7c00 +size 101760 diff --git a/metadata/cache/frames/vimu_000551/frame_00.jpg b/metadata/cache/frames/vimu_000551/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..281635a96ad2436cc7b05ff0ffedfebc4851f263 --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd97aadec9dfb25a5561aca679561fa5425f44f5e51e58e00e50203260cd589e +size 35983 diff --git a/metadata/cache/frames/vimu_000551/frame_01.jpg b/metadata/cache/frames/vimu_000551/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0e7215ffc27c30bb4c9eac8f91311205d257334 --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb66c72702109890aaaf14f2b90606e68057e0ace2b29b02a873ae4f6342719d +size 36678 diff --git a/metadata/cache/frames/vimu_000551/frame_02.jpg b/metadata/cache/frames/vimu_000551/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caf957925530c3e4f880685167e9d3abe55caccb --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646129698859768dcd56fce5931450f4e2a6b4bf14efaa0fb1becc8979529d19 +size 39023 diff --git a/metadata/cache/frames/vimu_000551/frame_03.jpg b/metadata/cache/frames/vimu_000551/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37b769df715cdd605df43ec890356ca2caa0b5e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eb1b7d3af98d65fafaade033b8cdd3efd652341bf3e46f1ab7bc7efee23164 +size 39466 diff --git a/metadata/cache/frames/vimu_000551/frame_04.jpg b/metadata/cache/frames/vimu_000551/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b9168e901f79aedbc0ee4a69e463dc4a9e18f2a --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ef1b6ddaa1531548bdaba96b37ec7845947cfad381cabcc4a041332c2de176 +size 39177 diff --git a/metadata/cache/frames/vimu_000551/frame_05.jpg b/metadata/cache/frames/vimu_000551/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db6b2269402a0fe7addb985a36f9775aade4bc78 --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a09818f6a40e5a38c6e5b2e357ce9fdf5423c4376458657bc9a4bede8bfe9a9 +size 37726 diff --git a/metadata/cache/frames/vimu_000551/frame_06.jpg b/metadata/cache/frames/vimu_000551/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43b6849195274c74ca864d607ac8bea60f774985 --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f49fb014c810f847842d7a16ee59147104fb2c570725ab1264f66b8d1c4c88 +size 38033 diff --git a/metadata/cache/frames/vimu_000551/frame_07.jpg b/metadata/cache/frames/vimu_000551/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51f927a9baf9a177eb417a0e9b903dea37aae41d --- /dev/null +++ b/metadata/cache/frames/vimu_000551/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3759efdb3636360af20aaee0fcf1f48df3611e2db61dd3cdc7b3d136e02d6218 +size 35311 diff --git a/metadata/cache/frames/vimu_000552/frame_00.jpg b/metadata/cache/frames/vimu_000552/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a8e62df36f82987f1f1a3abde1bd0003441c02c --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb49a3a1abc2e0329b5d06026a84b4da89729023b1a1d43e61affcbc6e5773 +size 29904 diff --git a/metadata/cache/frames/vimu_000552/frame_01.jpg b/metadata/cache/frames/vimu_000552/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71ecadfdc99d6ba3f4c10b224e51a6d13b436257 --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce56b673f11869da6106c7cb185afba4affa9413d7276955949e160b3476b17 +size 48379 diff --git a/metadata/cache/frames/vimu_000552/frame_02.jpg b/metadata/cache/frames/vimu_000552/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd2ca5c5a84406a43524087b7bc1573185e4d03c --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d63d394b05d5f79c76069ac0cba221629f74ec8aa9290e2643a5326e771b412 +size 49079 diff --git a/metadata/cache/frames/vimu_000552/frame_03.jpg b/metadata/cache/frames/vimu_000552/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db00da15d07c8a101d45592c28a93f832a28e5a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004e3aaf907de1c3c2e48fc16fbc16ef146be8ea7f0d1dcdc1baab8c3ad98b94 +size 46660 diff --git a/metadata/cache/frames/vimu_000552/frame_04.jpg b/metadata/cache/frames/vimu_000552/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a148c548c8ca3e51fff6e0a5762290a06d672679 --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a11acddd855a99ad7cde51a6cf2b8b4a8e68f3ed4b0bcf2102752781682827 +size 57835 diff --git a/metadata/cache/frames/vimu_000552/frame_05.jpg b/metadata/cache/frames/vimu_000552/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad13ae4283d3a74b7b2640c3aad005b93a79c8f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77128490aba5da0cb63d0b1fd6e01d28855727b5614443adf1e1122725e7c46 +size 68354 diff --git a/metadata/cache/frames/vimu_000552/frame_06.jpg b/metadata/cache/frames/vimu_000552/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aeda026683602ca98983eeb2f3aa20b28ed6a56 --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd52a7451dcfef329e84769151f373b297ed9f7ecfc0bd6d5e2ba3173d52bf72 +size 68307 diff --git a/metadata/cache/frames/vimu_000552/frame_07.jpg b/metadata/cache/frames/vimu_000552/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea7cf570bce4b043dbf3df17101730eca36810e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000552/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ef6c527a6d5eddbedccc0ced4dccf2e61d24ed5d50d8d257cd764b1590162a +size 71151 diff --git a/metadata/cache/frames/vimu_000553/frame_00.jpg b/metadata/cache/frames/vimu_000553/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1111ab2a75b991f3941deaf89e2e0354f1b4a13e --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4350d30e466acb57f84db5dab1d1434a4d5b285778db0cbb24d91d01763442f1 +size 56167 diff --git a/metadata/cache/frames/vimu_000553/frame_01.jpg b/metadata/cache/frames/vimu_000553/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5213642f38da7bb339dd9db5d34ae1a2f5dce1ad --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726bf46f3b06a0c209eb2f494a0317071312b69f95dcf673395fcf899477b1d8 +size 39098 diff --git a/metadata/cache/frames/vimu_000553/frame_02.jpg b/metadata/cache/frames/vimu_000553/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..865c5daa28f54a861b61f0774bb70eb5b713ba57 --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006c6752dad632adf636cc9680217215312846730128742270f4e922794a863c +size 44738 diff --git a/metadata/cache/frames/vimu_000553/frame_03.jpg b/metadata/cache/frames/vimu_000553/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fee6b7570df1d83cba53acf3a6305e7bd1d4cbd --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34648b1c0a52598aba41f380328bff7d5727e3b8e980be3cd08dfdf8e51f8424 +size 44960 diff --git a/metadata/cache/frames/vimu_000553/frame_04.jpg b/metadata/cache/frames/vimu_000553/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1f812159b09e14875968efbd93587c7f53180cb --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d4ff8acacb95ce4c7041657dd9c4aceedaa01009f9fd4242fe092767d04101 +size 43133 diff --git a/metadata/cache/frames/vimu_000553/frame_05.jpg b/metadata/cache/frames/vimu_000553/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6898bff943533d65a39840aec409b55cfbe28a44 --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c63da431995e027a411a9ff8cb3919d8580f51334b5e88727db9c0c830b141a +size 42238 diff --git a/metadata/cache/frames/vimu_000553/frame_06.jpg b/metadata/cache/frames/vimu_000553/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79f71b580cfcb4a481081431a8c81cba9c1c39d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42110ceb1eddfc034f60ee2abb4e363eb3969a065757c81ccb43bbae5949ea9 +size 43236 diff --git a/metadata/cache/frames/vimu_000553/frame_07.jpg b/metadata/cache/frames/vimu_000553/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2ee987453e48ec05eb2d4d4737f13500877a6b4d --- /dev/null +++ b/metadata/cache/frames/vimu_000553/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b09e5d64ed19de382fc930328385977d3ba22520508307fb6d58399a281e174 +size 51455 diff --git a/metadata/cache/frames/vimu_000554/frame_00.jpg b/metadata/cache/frames/vimu_000554/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77591ca034345681ce13a9eab1993d9a4c5f0874 --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9765fe60cad3cbc23b32907a1355c1631e9506927593775dc996addf2a1ffd +size 44003 diff --git a/metadata/cache/frames/vimu_000554/frame_01.jpg b/metadata/cache/frames/vimu_000554/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..887d452b37b394545f846e1fb69611713f103ed2 --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470b9e335f56f153135a8093dfe83e80b705c69aaadbf0e6080465f19d6e5b38 +size 47915 diff --git a/metadata/cache/frames/vimu_000554/frame_02.jpg b/metadata/cache/frames/vimu_000554/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c8c5777c68de95814423095a9b33bca4b356d81 --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acf1fa895299e4de5e28d4607fb63365108da2f4857501710072a0d4a80d705 +size 44570 diff --git a/metadata/cache/frames/vimu_000554/frame_03.jpg b/metadata/cache/frames/vimu_000554/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74b36f77b7ad055981576c0127505bf75bc02be4 --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5360ced9b3a1140eafe174553177d530689c39a023a76c00437446016316aa6 +size 47581 diff --git a/metadata/cache/frames/vimu_000554/frame_04.jpg b/metadata/cache/frames/vimu_000554/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d2c1c2d09ba105ec15464dd18021a86b543fb68 --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533a85451b52bb63407f03d7e25bf607d962240b9576bf01ae2fde027b79f1e4 +size 50346 diff --git a/metadata/cache/frames/vimu_000554/frame_05.jpg b/metadata/cache/frames/vimu_000554/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7722bf64f2c7e92774eb1d1c0233758c02d26fe --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc31ea43525702474190e172377e2c903a231fef7fd92595dec6bfa5741b4a5 +size 50933 diff --git a/metadata/cache/frames/vimu_000554/frame_06.jpg b/metadata/cache/frames/vimu_000554/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..701340a067ca227498fbb54e3bd91f77c99b031c --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f79d3f2f4eefd95ca7f368a9a04a8804809cb036a27b9790a3482a7044037a8 +size 49787 diff --git a/metadata/cache/frames/vimu_000554/frame_07.jpg b/metadata/cache/frames/vimu_000554/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96bf5378baee0a6dd0b8dd28bb04966ba3ee107e --- /dev/null +++ b/metadata/cache/frames/vimu_000554/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27535945b082cb13d39c5b736e2a74e29e47a77bd27ce9d3b08f403b6406e3c +size 42447 diff --git a/metadata/cache/frames/vimu_000555/frame_00.jpg b/metadata/cache/frames/vimu_000555/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38a9081055a97754d77e3c3d3c81be11e2b07d19 --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2162bc966c2397a7c8f8c7df33b9927609edf99f8356c6c610b0c03cec9b6172 +size 38502 diff --git a/metadata/cache/frames/vimu_000555/frame_01.jpg b/metadata/cache/frames/vimu_000555/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..948ad8769df513823bd94557e796a4cc0f744684 --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288c4ec48bed48a4d5cd7fff1f3114e4ac919d21e9d67336fa1f07e2025f8049 +size 28255 diff --git a/metadata/cache/frames/vimu_000555/frame_02.jpg b/metadata/cache/frames/vimu_000555/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..438b374f4186cc878d95c95d90762f14fbef840d --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ae0e4ec066eb46538dc613ce915adbde0a6b18788cffc9235ca8a675b84387 +size 30138 diff --git a/metadata/cache/frames/vimu_000555/frame_03.jpg b/metadata/cache/frames/vimu_000555/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71e761bb1722dcae8a311f2200b8d01c8b9e4d15 --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4610a61993747eb7a752a26152a52e754c581d8fac9f72434b507cdce5e856 +size 41480 diff --git a/metadata/cache/frames/vimu_000555/frame_04.jpg b/metadata/cache/frames/vimu_000555/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d50bb0f61f3992e8f63fbb83a43e6c8f579f0c45 --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5162a74e5a524b81b0f63fafd9dc11439478ff93ec86abd4e47775b20d7eae2 +size 44062 diff --git a/metadata/cache/frames/vimu_000555/frame_05.jpg b/metadata/cache/frames/vimu_000555/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f64726ca38d03b7fabdf3170e91f44e3fb2065ec --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4462b22c47927bd806e30a0b4b17b91577146631fbc0377d4d6539a9d65c4700 +size 48224 diff --git a/metadata/cache/frames/vimu_000555/frame_06.jpg b/metadata/cache/frames/vimu_000555/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a505123769275f3c1e1de08fe51309f94126030e --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177a7af81972686188a1ad9ea13c04caa1b9f95a864e2d26dc1dd2bca27844ce +size 52181 diff --git a/metadata/cache/frames/vimu_000555/frame_07.jpg b/metadata/cache/frames/vimu_000555/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f8e7ff99530728839827e5c453bd5b64383ed4a --- /dev/null +++ b/metadata/cache/frames/vimu_000555/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5de248dc0458f90d6505197f2afb9db7be32c92ba6b266e4d8e12cd728f4f88 +size 53878 diff --git a/metadata/cache/frames/vimu_000556/frame_00.jpg b/metadata/cache/frames/vimu_000556/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c1d38d920bc3f500322fc2c19c032cbcdd82be40 --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8a144bc1c8166c9943c74e97ee3f237947be85b6bc7e409f423c33077af3f1 +size 37564 diff --git a/metadata/cache/frames/vimu_000556/frame_01.jpg b/metadata/cache/frames/vimu_000556/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d2f941fc014529ab290b8329d1fb92c50e27c79 --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83669c18bc872efb23a387c784f5a582007f2e2a018f6179120f3c77cfa69547 +size 38524 diff --git a/metadata/cache/frames/vimu_000556/frame_02.jpg b/metadata/cache/frames/vimu_000556/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12e8b1e98accf535f84e89a295d42fea015601e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086a3c04d60a762f11dfdf99cb84ee2d0b785c0c3006cf6692a77fe3e7ebf9ff +size 39415 diff --git a/metadata/cache/frames/vimu_000556/frame_03.jpg b/metadata/cache/frames/vimu_000556/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af57057842a4fa2d5d6e5271211a92471739d1dd --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e846771a6b5f427229c25257adf49d978fdf9e468c297c00fe4fac32bb8d31c +size 39582 diff --git a/metadata/cache/frames/vimu_000556/frame_04.jpg b/metadata/cache/frames/vimu_000556/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..957e44b29224463f6f1cc3008226d213db4213ce --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a52e01dfacd35ec0e1ee5fddab405f7cf41d4a868464e6885400b5c994914c7 +size 39320 diff --git a/metadata/cache/frames/vimu_000556/frame_05.jpg b/metadata/cache/frames/vimu_000556/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..147c1b1b29599513d1edbbdfaf63440d3819de69 --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd177945d344f2ef44e1c35a05aa1ce1bde66ab980d5a2799bf80bbdee2dcea5 +size 34451 diff --git a/metadata/cache/frames/vimu_000556/frame_06.jpg b/metadata/cache/frames/vimu_000556/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6483692e84cb271068426141449fc752dd416173 --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10270daf881f7c35d25941520f3b9971ed034c921e2db7ad5ebd17fbc1a2c2a9 +size 33951 diff --git a/metadata/cache/frames/vimu_000556/frame_07.jpg b/metadata/cache/frames/vimu_000556/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c437f2a5032995b97f540011f8b3f8bbc1279f08 --- /dev/null +++ b/metadata/cache/frames/vimu_000556/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e92e30531aad120f94eccf50067367ded94f1c40e70c1b6db6c5f0777ea60aa +size 30701 diff --git a/metadata/cache/frames/vimu_000557/frame_00.jpg b/metadata/cache/frames/vimu_000557/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2f8d2061b9f419ddac8aafd31506acfd94b76be --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840e6a2d048eb51aad3b9db829f6e8305305b64892dcb94f43c8584af61c9c05 +size 23881 diff --git a/metadata/cache/frames/vimu_000557/frame_01.jpg b/metadata/cache/frames/vimu_000557/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..caf5f00f2e4eed7e250b4c3dcea398367438d851 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338e034fc44835c43295e7c98a3a7bf33abd52efa511c137346fce138c586d1f +size 23126 diff --git a/metadata/cache/frames/vimu_000557/frame_02.jpg b/metadata/cache/frames/vimu_000557/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..773ff805a5fe4fcb64381d9578384a0f3b2b7b49 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aeba7d0664d714cc0d1607109aed86e639caf6efb345b10ea851c617f728e88 +size 24410 diff --git a/metadata/cache/frames/vimu_000557/frame_03.jpg b/metadata/cache/frames/vimu_000557/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..40678ec742437b40fcdfdef5f0e00d0b9efe7fe2 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e808f70067f553e3431c67e29b11aef5cd29ed70c41ef05496bc14c7cd3bd5 +size 26244 diff --git a/metadata/cache/frames/vimu_000557/frame_04.jpg b/metadata/cache/frames/vimu_000557/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..236111825350e8623cfe3138db5a9cc4c6aeea75 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987d781a41e27d4ec47b510dcce17f3c3ea7888bdecf2f3a0929db9d74497d7b +size 25155 diff --git a/metadata/cache/frames/vimu_000557/frame_05.jpg b/metadata/cache/frames/vimu_000557/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65fe5ba806a2827b0193b80c079a5b94603d34a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81c251c2fd7daa378a50a944633633f74b6df1552cf6502c48d7f7076eb9665 +size 24038 diff --git a/metadata/cache/frames/vimu_000557/frame_06.jpg b/metadata/cache/frames/vimu_000557/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb565a3022b775605e474d6dc6cf5db23e84b047 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4007753331d3a5278b6d844fb9cd9be56f899c12ed238efb99a98862b4a23fe6 +size 23651 diff --git a/metadata/cache/frames/vimu_000557/frame_07.jpg b/metadata/cache/frames/vimu_000557/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e131e3b2014bb9e1bd9c2b90805beb18db2a2ce5 --- /dev/null +++ b/metadata/cache/frames/vimu_000557/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7756450c2a0d93819e6c9c855d6b12d033fbde8892cc8ab7f21678c0c529363d +size 20866 diff --git a/metadata/cache/frames/vimu_000558/frame_00.jpg b/metadata/cache/frames/vimu_000558/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..819cdde13727e44cc2b70df1d546fa9febc45f5a --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cadc7e9774d3cf0b3e9b60e4dea2a37cfdcefb228b042842c6a01d689864f2 +size 10976 diff --git a/metadata/cache/frames/vimu_000558/frame_01.jpg b/metadata/cache/frames/vimu_000558/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..895b9f69c9019dee2f30eab23bb2357386902bba --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04845b70e593b9cb82573f5c6ffffe5eead59ec53cc9845ca310767c14c60d7c +size 7013 diff --git a/metadata/cache/frames/vimu_000558/frame_02.jpg b/metadata/cache/frames/vimu_000558/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87147ff8929e50319a04f0a5804cbe1105d47b17 --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54446804e24841a40ae7eeb4ea22c82910aa7376f6180f9c1acbc3b6c5d45814 +size 7577 diff --git a/metadata/cache/frames/vimu_000558/frame_03.jpg b/metadata/cache/frames/vimu_000558/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2e523e4d39f9bb610fd08534e17f3bb7b981dba --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b177c6bc331bf1048e691988cf5de59d6138320a8c3bc43fbbf14d1b2c1ccc +size 7388 diff --git a/metadata/cache/frames/vimu_000558/frame_04.jpg b/metadata/cache/frames/vimu_000558/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1a0b65dc588ab0aee51179f0c6382c89c2acd3e --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d08a44761cf4dc232e5dad38ce7d1b56fef6995134dbaaf26fc597448a1637 +size 8444 diff --git a/metadata/cache/frames/vimu_000558/frame_05.jpg b/metadata/cache/frames/vimu_000558/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb01b1b7f4c784ce5442473f667a805be7af5e3f --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42ce75efd43c642b45c46cbcd58d7c28212016694a24f7fec94b990329c391c +size 11040 diff --git a/metadata/cache/frames/vimu_000558/frame_06.jpg b/metadata/cache/frames/vimu_000558/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f105f612a05231d95e3ba2bb1b25668b19c2a24c --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d34531c8993b710a186be6724075706daf09745fa5bddf60d1dff0e30217ed7 +size 11994 diff --git a/metadata/cache/frames/vimu_000558/frame_07.jpg b/metadata/cache/frames/vimu_000558/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2645e899933d8182da4eb0109406e463d74aab11 --- /dev/null +++ b/metadata/cache/frames/vimu_000558/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9e999929981676dd444af0900981dd5a7a84a6e79f1c807431393028beb0bf +size 12837 diff --git a/metadata/cache/frames/vimu_000559/frame_00.jpg b/metadata/cache/frames/vimu_000559/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afc7a75b5421b06dee5f2a3ee31037cda166da79 --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e334380bde4af2c64826126ea59c73d7fc2e5c6a7a6d9a862a86176595549fb6 +size 25450 diff --git a/metadata/cache/frames/vimu_000559/frame_01.jpg b/metadata/cache/frames/vimu_000559/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d7f67c0feb42669ca090cca43d3065f2561d5be --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe9921520d9c0c4497ad174993407d8eea7a8aeea6b428989c0902d884ea85d +size 20971 diff --git a/metadata/cache/frames/vimu_000559/frame_02.jpg b/metadata/cache/frames/vimu_000559/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf6869b371d6b3b3e4b73e745a21414895950d84 --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a73be591782aa40b9aee1c19dafe0e633dd26bb7eb6394bc1c0e48a55732bf8 +size 22477 diff --git a/metadata/cache/frames/vimu_000559/frame_03.jpg b/metadata/cache/frames/vimu_000559/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20fde6842a242f1f30ac6b2bc6ba29a4897eebb7 --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90db56792e134fd1516935ef54d39559718f7f1b30f612861e7c70b95d70e4ba +size 34418 diff --git a/metadata/cache/frames/vimu_000559/frame_04.jpg b/metadata/cache/frames/vimu_000559/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7a7570114fcfaa00fc7a315e0a730909199af1fd --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6496c34301a289539670f0c36e26e3895c1da8de0d12a85d57a1bf239e5d1bb +size 35158 diff --git a/metadata/cache/frames/vimu_000559/frame_05.jpg b/metadata/cache/frames/vimu_000559/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c68d84aa397794cb440638a7a448418d0043afc9 --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2239f3aa704cc59eb6712116e60a04c1d99a8e2592368f25d1c6cdb7f7a73dcd +size 35363 diff --git a/metadata/cache/frames/vimu_000559/frame_06.jpg b/metadata/cache/frames/vimu_000559/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f38e9f0ce413df33b176a5c03562421a7b924e2e --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75e3da815b6fb5717918b398a09c0ee90cf2bbf1fc0b90f307de11890486b18 +size 36597 diff --git a/metadata/cache/frames/vimu_000559/frame_07.jpg b/metadata/cache/frames/vimu_000559/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afa180ed0ce3a32ea8afd484de8551f87d029136 --- /dev/null +++ b/metadata/cache/frames/vimu_000559/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed05b9a4863dcd6c9d7d9b3972275e57ec92b29cd4af3c9c5d3e77cbb834994 +size 37435 diff --git a/metadata/cache/frames/vimu_000560/frame_00.jpg b/metadata/cache/frames/vimu_000560/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67bb2502dd37eb5d25e8395390e35dbfa04bd7a0 --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f106ae4e5a977a34f8174bbb77d7b5437f9f66c659c71292eb1f1f35161475 +size 28151 diff --git a/metadata/cache/frames/vimu_000560/frame_01.jpg b/metadata/cache/frames/vimu_000560/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93fd5a2e4747099552fe8c6b83490e266f50a9df --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546c89d96b222eb3d2deabc9d001e75598e8bba89d4599aecfb9fb4d2cd90794 +size 27467 diff --git a/metadata/cache/frames/vimu_000560/frame_02.jpg b/metadata/cache/frames/vimu_000560/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0f6250c0ab1029a5c93f37b13a8a13e6bb70ce4 --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931ea9239ca2c2049324d89bb7a46fb4ef00182bd079b9918f9fae73a3f00b9d +size 29936 diff --git a/metadata/cache/frames/vimu_000560/frame_03.jpg b/metadata/cache/frames/vimu_000560/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdaf5e3eb3bf74836171a0148464caf3b5ca9be5 --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e598cede0632e974237ae1503c188adf6fdf35846c1e6dea4514d2ab4a6cdffa +size 28017 diff --git a/metadata/cache/frames/vimu_000560/frame_04.jpg b/metadata/cache/frames/vimu_000560/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a5eeb6b87d326bc4e25b91c663ed814177ed91f --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50fd33757ffbb77ca66b66a23bab0288b63d9584acf0c8fada440c7e1013336 +size 24990 diff --git a/metadata/cache/frames/vimu_000560/frame_05.jpg b/metadata/cache/frames/vimu_000560/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e108b9af6db45245fc6c150ec5775e51de802cd --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecf36125c944f1f7f778e190ec598d849c1b6d35a3a1be1bbd2050fc2a22132 +size 28545 diff --git a/metadata/cache/frames/vimu_000560/frame_06.jpg b/metadata/cache/frames/vimu_000560/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bece7724b90fa3f3be351659380fa6eed67dcc83 --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9de6e74c22677c6c0f11359be9ff074021815af01d89b23380d1a25f0227b2d +size 24553 diff --git a/metadata/cache/frames/vimu_000560/frame_07.jpg b/metadata/cache/frames/vimu_000560/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80c32d442c81b11366f1551616564ea6bbd10b5c --- /dev/null +++ b/metadata/cache/frames/vimu_000560/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbbf6e82dbaad642bc9347927cbeeda748a60c2e6fb1bc852c592656bad05f6 +size 33882 diff --git a/metadata/cache/frames/vimu_000561/frame_00.jpg b/metadata/cache/frames/vimu_000561/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..535689a46f8638d72b8041e26c3be2fdba30007d --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb98c0990681ac1f59c5cc3173733ce280a77e38f03288ca2c24129e239a549f +size 43410 diff --git a/metadata/cache/frames/vimu_000561/frame_01.jpg b/metadata/cache/frames/vimu_000561/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..248d41d6b48f0d56757fc1330a1336de264cd355 --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4451177d77fa4595598969aaf5a2482ed67f107f4ca72e08f5e2ae9f043ef7 +size 42068 diff --git a/metadata/cache/frames/vimu_000561/frame_02.jpg b/metadata/cache/frames/vimu_000561/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ed236ee3ee27e6c64e989c30f4cd14c96c0985d --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08c5af21002532aae88b3afd2004f5229d5756f8600bfda27b3d6c2c7dd17f2 +size 41053 diff --git a/metadata/cache/frames/vimu_000561/frame_03.jpg b/metadata/cache/frames/vimu_000561/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0959c6663c6928d524250731d0ac27f2f979094 --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213e01b01c77718dd9bd67d53a49366fb7a61658452790afd6e9d59d73c0983c +size 43291 diff --git a/metadata/cache/frames/vimu_000561/frame_04.jpg b/metadata/cache/frames/vimu_000561/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94ad593dc66a232ae7bf3499785cb64d799c8ffe --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2945d06d634f66d784f5a2ca3675408e349135a66955de45db4e0f39004d538d +size 43211 diff --git a/metadata/cache/frames/vimu_000561/frame_05.jpg b/metadata/cache/frames/vimu_000561/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57cb4cc73060ae2ce3a3231703e288e671721162 --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfcf14d6d88616c88d38ddf2a2746b12764fd6e6777874790eae663a0165dc6 +size 44417 diff --git a/metadata/cache/frames/vimu_000561/frame_06.jpg b/metadata/cache/frames/vimu_000561/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8c773f37f4f8c986fb82ea1efc3e6c3a0eace49 --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca4676a9e0da77b624492c53369a4fc2f1b78b77ed5cdcf2406dd21797ec040 +size 45702 diff --git a/metadata/cache/frames/vimu_000561/frame_07.jpg b/metadata/cache/frames/vimu_000561/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e522cdeb774ae5770ba4e47915132a4a15c73bcb --- /dev/null +++ b/metadata/cache/frames/vimu_000561/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839173f8109892aafefe8b9cf6d8dd73800554bf455d4d1039d585e22cca0fc9 +size 40954 diff --git a/metadata/cache/frames/vimu_000562/frame_00.jpg b/metadata/cache/frames/vimu_000562/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de8522f032b5c29058e169be325192f63f2460aa --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70b8555c220e6b05e6c9de180e0288d593e1b555a0ce7571a8dc0ea1a4a56bc +size 56836 diff --git a/metadata/cache/frames/vimu_000562/frame_01.jpg b/metadata/cache/frames/vimu_000562/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..97ae80148e7ba530f49c903df5475ba5284fe37f --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de325b3ba030b6847236409959395713c06db06fd516f363f816ef6f1ee2e8dc +size 47905 diff --git a/metadata/cache/frames/vimu_000562/frame_02.jpg b/metadata/cache/frames/vimu_000562/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05a1aca3eab384d68f8fe9c2bf9c15aed5a8c227 --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86941b0d9346799980efbb96aacc1aa7983a9c1a5073d25fd7408f6b6087e945 +size 42073 diff --git a/metadata/cache/frames/vimu_000562/frame_03.jpg b/metadata/cache/frames/vimu_000562/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..678cfe7c0665a55ddf102e6abeca22f1eb334305 --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e006162549c0718165132313c07a8dfded41ff2d3842548d30060472ab8e840e +size 41813 diff --git a/metadata/cache/frames/vimu_000562/frame_04.jpg b/metadata/cache/frames/vimu_000562/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ffbd2607c8fbcfb94c0b2aeeab1ada99ad99386 --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116f5becae737e1cd26358bd5ab0abd84da65ef0f4a5b2e3f1ccb6b67f78311a +size 41071 diff --git a/metadata/cache/frames/vimu_000562/frame_05.jpg b/metadata/cache/frames/vimu_000562/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfa131345b99cba9f95c7b65669e2cf7d8e2774c --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2ea340119954b3b56bdb4f26bf4aa451a959b325a3bf306b0d28e390b4f397 +size 41272 diff --git a/metadata/cache/frames/vimu_000562/frame_06.jpg b/metadata/cache/frames/vimu_000562/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03a4b37f77f6bf16e114f3ad5f00e08b32131e47 --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071fdd2278d64a59c5f895d6dfcaec89be08413334324addc30a61eb9164dcf1 +size 43943 diff --git a/metadata/cache/frames/vimu_000562/frame_07.jpg b/metadata/cache/frames/vimu_000562/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1786c8d46dfd1cb085d71ce72081aa932ae474f --- /dev/null +++ b/metadata/cache/frames/vimu_000562/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940422cff296d127375a3291eb25ec3a84f2d72daf29c9d9c0af9b34a7733682 +size 42972 diff --git a/metadata/cache/frames/vimu_000563/frame_00.jpg b/metadata/cache/frames/vimu_000563/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5ce372a1e26cacd1b536385c338dcf0e0c19252 --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145c81b4f92c7057fd8efe3f984f61448529efe60a011a0c672545fb38005376 +size 39092 diff --git a/metadata/cache/frames/vimu_000563/frame_01.jpg b/metadata/cache/frames/vimu_000563/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb35ec702dfeca64881aa99e8422d20082452a1b --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318d11a0aee84780ef87ee89ede8396aa596dd23fe2ca2f954cec06ba90a7ba1 +size 36282 diff --git a/metadata/cache/frames/vimu_000563/frame_02.jpg b/metadata/cache/frames/vimu_000563/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0591b2a3d1ed5d056b16852d28fc77a82e2da6d --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e19809bb88ecc93f88427292e667ad2fc680c236d0fbeda8d9b4f2fff1dc37e +size 34013 diff --git a/metadata/cache/frames/vimu_000563/frame_03.jpg b/metadata/cache/frames/vimu_000563/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e21220f0fff6cf081427e704b6d40ed4eb4612e8 --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465ef126701f6f9c001c37b98ad166e40601a16a207170a4d31ac0acd787afb8 +size 34514 diff --git a/metadata/cache/frames/vimu_000563/frame_04.jpg b/metadata/cache/frames/vimu_000563/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1ecc63b078603b60b783f17c4ae32941aca8add --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592728b67c1ee19e906f023747ac62c616918d67982ccc69bc34d45557560849 +size 34560 diff --git a/metadata/cache/frames/vimu_000563/frame_05.jpg b/metadata/cache/frames/vimu_000563/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7cc8175dded25b9fd4d81108b3bae377327e954 --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e9fe1b1c6a8b727a17f36dd7c6e2a6f3b21bdf8664491b6f6ae0dbec4b19d9 +size 42429 diff --git a/metadata/cache/frames/vimu_000563/frame_06.jpg b/metadata/cache/frames/vimu_000563/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98c47fc01bf4e587fa798357a9470943fa872825 --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac561ce373d1c0cc7af2cc284e3d627979ab6e67c6f62999f43c576677abcbee +size 34721 diff --git a/metadata/cache/frames/vimu_000563/frame_07.jpg b/metadata/cache/frames/vimu_000563/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c8f5ff11cd254eb40b04a8648b42844927c5fe0 --- /dev/null +++ b/metadata/cache/frames/vimu_000563/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb696a680c920be015b9c4131e595d715b26713af1c90429626d9d620a1ba97 +size 35998 diff --git a/metadata/cache/frames/vimu_000564/frame_00.jpg b/metadata/cache/frames/vimu_000564/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c83748b564ca3cc9450ee78c640a1fdf68cbdf71 --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb134d001f124ab2d8e7ea47852fda49ad2b9572e4df5d7b6c133904ae16a1cb +size 33982 diff --git a/metadata/cache/frames/vimu_000564/frame_01.jpg b/metadata/cache/frames/vimu_000564/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bc5d86608ddb6d4f2cdb5a5c09709a1b61c9863 --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09b3941dcfebfa72788c778d6b5ca76a6acb6ac364011afd538b6bbd4a6aa92 +size 35124 diff --git a/metadata/cache/frames/vimu_000564/frame_02.jpg b/metadata/cache/frames/vimu_000564/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d5fb960808fbf473692924f09f55f6254b3da29 --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9246cafcda52b068ebfe597b80960ef26efa43f76a792bead27ada4ba97b5c9 +size 31356 diff --git a/metadata/cache/frames/vimu_000564/frame_03.jpg b/metadata/cache/frames/vimu_000564/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7150936ecddb4e0463b824047d76191bee6ce98b --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987f45f3ac8a51dccdaa33f7cdf307a8e47b20e056f1206ed8078757fb1c7848 +size 34635 diff --git a/metadata/cache/frames/vimu_000564/frame_04.jpg b/metadata/cache/frames/vimu_000564/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f35384a26184d7e405f075ecd0f7afd03759ad7 --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5599f96c0bfef7336061f47902e430d6539208f693096093c04fc7d07ed46b7 +size 46652 diff --git a/metadata/cache/frames/vimu_000564/frame_05.jpg b/metadata/cache/frames/vimu_000564/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e262dac429635b673444a4ce73b24c46afe25f3 --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b805425f63b7c666e02458371b1d05fa3e5fe550228515da9340189430c355 +size 35157 diff --git a/metadata/cache/frames/vimu_000564/frame_06.jpg b/metadata/cache/frames/vimu_000564/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66fc59d12d9c7740b8424741a592a4b9408df13e --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c73c355c28da4300c3625f5d48a4cf314bcdce8c70e5057cc3226b1b7d8ef09 +size 29958 diff --git a/metadata/cache/frames/vimu_000564/frame_07.jpg b/metadata/cache/frames/vimu_000564/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0cae1ac31b1c6403d15af45a9da6898e4084d51 --- /dev/null +++ b/metadata/cache/frames/vimu_000564/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d328e71a7b52ac4073d9e1289837726faab1bff75e00fa55e62437464ff76277 +size 33391 diff --git a/metadata/cache/frames/vimu_000565/frame_00.jpg b/metadata/cache/frames/vimu_000565/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e639f186e591cffbf940aa9dec7bdd85f6deeb39 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee54a66966eaae2a420e825a3553c69776535ed184661291d117cb9cb58bee +size 26790 diff --git a/metadata/cache/frames/vimu_000565/frame_01.jpg b/metadata/cache/frames/vimu_000565/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7911056e6aee30fc2319f4973a8790eca4ff88b6 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c0ddabe46c8d36bd6e371a6564dffa1ee304a32fbfb6ce870f5dffe314cb33 +size 30038 diff --git a/metadata/cache/frames/vimu_000565/frame_02.jpg b/metadata/cache/frames/vimu_000565/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54c3e2e7e9d8d82fb6e11dd937d39d2adb007917 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322fafcf30fa7f0abf64b44f3ad0d12445f7cd5b337e9f31b7826581316d1155 +size 29989 diff --git a/metadata/cache/frames/vimu_000565/frame_03.jpg b/metadata/cache/frames/vimu_000565/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c56a46841263249a3c3c9e2b97f4b60751af01e --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c122963dad682a9b752bbc456d0f3e3fce2ba9cbcfc76f72f1dfb1e79e37795b +size 32841 diff --git a/metadata/cache/frames/vimu_000565/frame_04.jpg b/metadata/cache/frames/vimu_000565/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8766db1296de1fea544061acb2d29aae44993f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcd9193de1111d7c1aeeed665c4cb2d3e3f8114dcf117de887e351d1b6c6c2e +size 32473 diff --git a/metadata/cache/frames/vimu_000565/frame_05.jpg b/metadata/cache/frames/vimu_000565/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eeb368a31b3c251fe5ced1cbbab6d57489043cd3 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7e7351f6baab30d8c70bbae934a153bc672d8337608b73cc05695e6c113b4b +size 26244 diff --git a/metadata/cache/frames/vimu_000565/frame_06.jpg b/metadata/cache/frames/vimu_000565/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d93b336577e389e8b8826f6943d1918acf997db5 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea9182229b5b38fa68ec757de6fe6ab37f2c3f10cc6b398bd529681332c6c4d +size 28113 diff --git a/metadata/cache/frames/vimu_000565/frame_07.jpg b/metadata/cache/frames/vimu_000565/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e056211774f9499c34aa398d002e6b547483240 --- /dev/null +++ b/metadata/cache/frames/vimu_000565/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98607453d14302bb74cea3900c73d44bdfc4a633c00803a2cb0524435c3e27b1 +size 26855 diff --git a/metadata/cache/frames/vimu_000566/frame_00.jpg b/metadata/cache/frames/vimu_000566/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e41fab2e06791fe53611924396c650d675d431fa --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81942238cd073ff4790e0ade5daae49eea5a84f37eb42648fe26f5e6f5ca86e2 +size 37095 diff --git a/metadata/cache/frames/vimu_000566/frame_01.jpg b/metadata/cache/frames/vimu_000566/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6012f19d9ba0e2ec6da9165b7fffa6a216e7cbe --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a16f21ed06a4ee78e65cd39a6ad226ca4313df40b4fece171650c94b94478b +size 38538 diff --git a/metadata/cache/frames/vimu_000566/frame_02.jpg b/metadata/cache/frames/vimu_000566/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1cfb16a2bb6bd86988c106ac3261fc271c39b40 --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495aa1b4584b8a1663ff1a4a07951c3435258509fd5bc7141fc693a1aa996304 +size 38636 diff --git a/metadata/cache/frames/vimu_000566/frame_03.jpg b/metadata/cache/frames/vimu_000566/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..701025d969881712d2798cb8a31db5b4abbbec58 --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b5a682d0ed9eb63cd2e7fd137866162fcc7d11c70212015a3626d49a69c28f +size 38920 diff --git a/metadata/cache/frames/vimu_000566/frame_04.jpg b/metadata/cache/frames/vimu_000566/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7567f207a5fd26efce673435ff94aa4d556b3348 --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a6ff9ddf29559cdd7b7ff3c90bfb8363be35bbad057282556dddbfd623e045 +size 39165 diff --git a/metadata/cache/frames/vimu_000566/frame_05.jpg b/metadata/cache/frames/vimu_000566/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79cb30ddfd4ff6ebb7f29a821468f5b58f6d914d --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb69af3ef7f72c9b416207c0b11a8b57ebd3fa3d313109c46c182345f318aa43 +size 41333 diff --git a/metadata/cache/frames/vimu_000566/frame_06.jpg b/metadata/cache/frames/vimu_000566/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..431f73d7213e9927cff62915b2026a943b421053 --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e480c632fbd5ae083ebf64dc879388070db9332cf77c13427131db093a5ff198 +size 42230 diff --git a/metadata/cache/frames/vimu_000566/frame_07.jpg b/metadata/cache/frames/vimu_000566/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcc240e1e7af2164429c616e31a2c80dd24ec9e0 --- /dev/null +++ b/metadata/cache/frames/vimu_000566/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4feae0592ad476a871392281d9afc72321310a276a65aa8f983f85c55179da1e +size 41781 diff --git a/metadata/cache/frames/vimu_000567/frame_00.jpg b/metadata/cache/frames/vimu_000567/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f762887d704394a1771f7bcaafec206e5ea645ff --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c109c2ee2f4a54529f215f41af4eeda306fff95923014397c05d0be32d119beb +size 46727 diff --git a/metadata/cache/frames/vimu_000567/frame_01.jpg b/metadata/cache/frames/vimu_000567/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2e5cf7e34c8c1f8c5af4cb1f9823d613d3f0955 --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e013c2177e782d3c2b60e0036c8a62a0cc35be79af7216db0130344819f9bcb1 +size 51656 diff --git a/metadata/cache/frames/vimu_000567/frame_02.jpg b/metadata/cache/frames/vimu_000567/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d23394fb0e9adee66383c5f0d9b0bc86fee39fb --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef8029a5703cc394ce2e1456451b52f1fb642e6edda34ae280bf178e527b2b8 +size 45512 diff --git a/metadata/cache/frames/vimu_000567/frame_03.jpg b/metadata/cache/frames/vimu_000567/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a084a78f8f7f0e500632ece814776efd0470544 --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522d46e162a380f0218fb5eb933f41352429ba52cf78fe041238827f724f091a +size 48030 diff --git a/metadata/cache/frames/vimu_000567/frame_04.jpg b/metadata/cache/frames/vimu_000567/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3998926ba316f3e7ce29f4eba6d9e37088d5b1ea --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02199590367bddd2896715298782af2b3aa30cb32af40ec15d64fd1ee01663ec +size 45235 diff --git a/metadata/cache/frames/vimu_000567/frame_05.jpg b/metadata/cache/frames/vimu_000567/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4590e233f4ed328ae3de21ddf5ce34bfc9e29179 --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e14b98005909a63e9192db3f13d4806c48f5cc59673a98992fcf4261b2e024 +size 44775 diff --git a/metadata/cache/frames/vimu_000567/frame_06.jpg b/metadata/cache/frames/vimu_000567/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea4e31875c443c2458ba06f12193c3043f0b17ea --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb033829376ec7bb419c40f47e2081f86f27b86e69f9186baaec2dd2c1e772a3 +size 44205 diff --git a/metadata/cache/frames/vimu_000567/frame_07.jpg b/metadata/cache/frames/vimu_000567/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ed1edc2611a0e89ee642668078adbfbd3038cdd --- /dev/null +++ b/metadata/cache/frames/vimu_000567/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8958d968afc663d5170cd032372e24e51e158dd02057e24f7716f3e2f05fc6 +size 52468 diff --git a/metadata/cache/frames/vimu_000568/frame_00.jpg b/metadata/cache/frames/vimu_000568/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..805d71685c65fb4d1db205d6e29bb11595898e3b --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4faa76870bc1ef41967c6b8cb14ab41a385bcdfe323780aafcfa2f7df9578d +size 51893 diff --git a/metadata/cache/frames/vimu_000568/frame_01.jpg b/metadata/cache/frames/vimu_000568/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..909f8c29ffa1aa79ad238308912af793edaf22cd --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e50b5bacea50aedf18520c81d3936703140eaead0e6f131383c5d1935f1da0 +size 64657 diff --git a/metadata/cache/frames/vimu_000568/frame_02.jpg b/metadata/cache/frames/vimu_000568/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d535aa30570c8edaae6a0dbbd6afeea5db7352a8 --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b16403bb316b880cd97c41ad77e40606c52353acbd4a6f9276baee8af70c800 +size 73149 diff --git a/metadata/cache/frames/vimu_000568/frame_03.jpg b/metadata/cache/frames/vimu_000568/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6707d92bbbdf8c4f3bc175942265dd546130dc3e --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6186f969892cbfba7e5965112ad10223ac6876c2ab8d7335781473aca75deb0e +size 75507 diff --git a/metadata/cache/frames/vimu_000568/frame_04.jpg b/metadata/cache/frames/vimu_000568/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8d82dbdb3562efe23aea104abd508547789e8b1 --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25d4f75beb3b2540a7430109396223e392ada9cd140e5fd5eb70a8372711151 +size 63411 diff --git a/metadata/cache/frames/vimu_000568/frame_05.jpg b/metadata/cache/frames/vimu_000568/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0dfaf4f3b4da0998edb358918c635c07e4bb791 --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ead148706d2d98734cf2715c2f822f2bbb827481d4c5c38ce6b125db7f29053 +size 95130 diff --git a/metadata/cache/frames/vimu_000568/frame_06.jpg b/metadata/cache/frames/vimu_000568/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a918cce2f708a0dd0b02bfbd27b4de2801887a64 --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1cc76c19d5095905dd540dffa35e8ba2abc09151ecf49fca88efa172157d44 +size 67437 diff --git a/metadata/cache/frames/vimu_000568/frame_07.jpg b/metadata/cache/frames/vimu_000568/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9b901810c0e3fa69ec8868723c2cec58b9315a9a --- /dev/null +++ b/metadata/cache/frames/vimu_000568/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f5aedfda98d963a0224a103abc3092382f385fd63d895177505d745fb34cd0 +size 57584 diff --git a/metadata/cache/frames/vimu_000569/frame_00.jpg b/metadata/cache/frames/vimu_000569/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5762e1e6635cf192f68516e850a16a7f8c555e1e --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fcaec99514f2ff4ed1ef39baa19538af050b0db91c5dcef344f80dbac2753a +size 45247 diff --git a/metadata/cache/frames/vimu_000569/frame_01.jpg b/metadata/cache/frames/vimu_000569/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b51a683587c86c59032e686d541d207f454ef02 --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d48d1d5cda1fe66031cd9666737e653e01b871ea288e2499621547da46b470 +size 47948 diff --git a/metadata/cache/frames/vimu_000569/frame_02.jpg b/metadata/cache/frames/vimu_000569/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48692b8a816d5aaaf79d83355cfcea8d404b8e5f --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a74b921c3dc593ac9da48b2258ec0a00b3adbe64f0f96043ae3eb42f0894c9 +size 46971 diff --git a/metadata/cache/frames/vimu_000569/frame_03.jpg b/metadata/cache/frames/vimu_000569/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..015f7c4a7a0d3a74b5856f102af70500615179e2 --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cee2a35959713694fed82b263e3367f43ca0eef690bb4f11edd25ad31e3cb3 +size 38555 diff --git a/metadata/cache/frames/vimu_000569/frame_04.jpg b/metadata/cache/frames/vimu_000569/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..deadee979b1d6a2d2c7053e75625794b64651bae --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ed813c54cfbbac2a7b8ead4b23946986c1a81031e581cbab00f4e21f06bf25 +size 34983 diff --git a/metadata/cache/frames/vimu_000569/frame_05.jpg b/metadata/cache/frames/vimu_000569/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e52b75c13321430b846686af6c008c9cb80c687a --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b8e1c2fab6fec48fdca22c3b1ac1029a08f84106000b1f0b7e8df841d56bf +size 30204 diff --git a/metadata/cache/frames/vimu_000569/frame_06.jpg b/metadata/cache/frames/vimu_000569/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd389c81ccb55562dca4b8b424e0c0001c040f59 --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d84a412a68ec93a2a75f1c0c37ed575ab248888584e16f04c4397c155054044 +size 31669 diff --git a/metadata/cache/frames/vimu_000569/frame_07.jpg b/metadata/cache/frames/vimu_000569/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4a2447441d8d95cc48b3694fc2ebfba3bee6b8f --- /dev/null +++ b/metadata/cache/frames/vimu_000569/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83650b64a4ae835b16eaa8dd02bd32cabcc26cc048c659691c3b68e2afe51438 +size 30973 diff --git a/metadata/cache/frames/vimu_000570/frame_00.jpg b/metadata/cache/frames/vimu_000570/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f44f0167bb64179fa883ba113b6d2d5b3f30848 --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef72d59466fcd7412ecf43758472204b2417e620d9ccd1aafe64cab0cb2d6577 +size 28683 diff --git a/metadata/cache/frames/vimu_000570/frame_01.jpg b/metadata/cache/frames/vimu_000570/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..349a137df626672d368492ff5659d5eaafedd99d --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64e1f6c62adfb58e4907a4ada325175e38ecb89303f6eb5ee76de42772d1e46 +size 32406 diff --git a/metadata/cache/frames/vimu_000570/frame_02.jpg b/metadata/cache/frames/vimu_000570/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7ebe1380adbc99514a09ebd7bc01882df69a2aa --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6985dca5a47510150bdc4464c22e43f6d521a32f7517490d32b6e260518982cb +size 25607 diff --git a/metadata/cache/frames/vimu_000570/frame_03.jpg b/metadata/cache/frames/vimu_000570/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1515e7180beebf8e6586d9fcec792a6f800805d6 --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b767a0b4d04f4d06751cd785808ae5f5864e4ae95a54dab736509a302d9072 +size 30196 diff --git a/metadata/cache/frames/vimu_000570/frame_04.jpg b/metadata/cache/frames/vimu_000570/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f13cfcb2266aec32fc9d0f71d5c096f1c6613030 --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ca3424cc141ad94b03a39fc4af49bb04a9f01c70e8d80772a95e3e3e1c75f3 +size 29925 diff --git a/metadata/cache/frames/vimu_000570/frame_05.jpg b/metadata/cache/frames/vimu_000570/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e540f2213c7e36cc36f449d53f382d6da16045cf --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e48df07efa6ea544137adcf15b45a72b64ef298e794a6cfc6812653130f018 +size 36610 diff --git a/metadata/cache/frames/vimu_000570/frame_06.jpg b/metadata/cache/frames/vimu_000570/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8b77ca67867e3c7ad014058b08665659400c1f5 --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ada1b3560dfcf88e06c6d6a4547649be7e96fdf80ebe3610b935e5223053d +size 35324 diff --git a/metadata/cache/frames/vimu_000570/frame_07.jpg b/metadata/cache/frames/vimu_000570/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d1a4eea1fa1875df92ab91e33bb7c4ab8125689 --- /dev/null +++ b/metadata/cache/frames/vimu_000570/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3746705208e79502f44496d01b2c75cd5b9416800bbe5901d4657245f5db5d +size 36577 diff --git a/metadata/cache/frames/vimu_000571/frame_00.jpg b/metadata/cache/frames/vimu_000571/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c47b913611c5feb6d804168bd282bef28085e2b0 --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546a03c4225608e46e750477bbd6f394fb446bc89ad996324b906fc23ffddd7f +size 38720 diff --git a/metadata/cache/frames/vimu_000571/frame_01.jpg b/metadata/cache/frames/vimu_000571/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47430fc23e29a3f2d822bb5a6f9ee7f3f4b93aea --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef4ed03e8541e4a9160e0340a31e88f05ba7526f3864633ab9f0c26fe9eb826 +size 39461 diff --git a/metadata/cache/frames/vimu_000571/frame_02.jpg b/metadata/cache/frames/vimu_000571/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ed230b8b10b51b95da36bd94667ed3ecd60e59a --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fda7fbd7a6e7dd2a7c888e0ebed76e286f3444ddd8a8b7209875757b626741 +size 40095 diff --git a/metadata/cache/frames/vimu_000571/frame_03.jpg b/metadata/cache/frames/vimu_000571/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f7f9502ebd6591d4fcd98f358d4d6b42fd8e009 --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aab278af890929d1167e9506caea96984c06d905da3a7cd8fb650b32fa3ce7e +size 40246 diff --git a/metadata/cache/frames/vimu_000571/frame_04.jpg b/metadata/cache/frames/vimu_000571/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e09e18ab0b5c4cbf9b604bf67bbde9b9327b9d12 --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9275a41d390ef4611ff20c79fe01b736cda2777ef801e16c231f7a9a9a790c6 +size 39281 diff --git a/metadata/cache/frames/vimu_000571/frame_05.jpg b/metadata/cache/frames/vimu_000571/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cff6f5c6a6c0ab41d1e89937012579647f9d0657 --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f5ad5c1d8c9782f57c6bd280150d8ea4a24e7cb37219f22f6a6eb73d05d7de +size 39366 diff --git a/metadata/cache/frames/vimu_000571/frame_06.jpg b/metadata/cache/frames/vimu_000571/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e372a716649a17bdaef96e515753d6513a5be02 --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879134bcee6c67eded2f9ee464875ad2efe4bf46a418d661bf0a42920d4cdd35 +size 29298 diff --git a/metadata/cache/frames/vimu_000571/frame_07.jpg b/metadata/cache/frames/vimu_000571/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00ba5389cdca4a9411c6a76ec260840e4ff59889 --- /dev/null +++ b/metadata/cache/frames/vimu_000571/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474af498bf520d6a0df5a56f56cf39bfe7aac22ad6c6e787b45cef7d87f5ac9b +size 32246 diff --git a/metadata/cache/frames/vimu_000572/frame_00.jpg b/metadata/cache/frames/vimu_000572/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1272908a18757197ea1e5fc1519300a72968b6fb --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbb5043e2c62168710d427696c6fa762195b96eab762c09f8bb69c3cb608932 +size 9618 diff --git a/metadata/cache/frames/vimu_000572/frame_01.jpg b/metadata/cache/frames/vimu_000572/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33d4e3a149ddb7c4a3570d47db8d3d9b70783fe6 --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d739a3b7daf814412fb581659d3482c8308a238b17fbebfa6c6cb86f72b2124 +size 13596 diff --git a/metadata/cache/frames/vimu_000572/frame_02.jpg b/metadata/cache/frames/vimu_000572/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34cfe2e3334b2684dda70341b7b5f4e4f7ba366c --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5187ca78fd6fb9ce4f167da9c471054f21e86494526074c0110843e4df4d4062 +size 13806 diff --git a/metadata/cache/frames/vimu_000572/frame_03.jpg b/metadata/cache/frames/vimu_000572/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26f41f723eca969e5bbffacbd1e4b016363b1935 --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dc7d29659575ed663b56f72db86576d9569a2f149960706e3d28a8298603ab +size 15936 diff --git a/metadata/cache/frames/vimu_000572/frame_04.jpg b/metadata/cache/frames/vimu_000572/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5823204a4bd5672b1cfa24cf4355b1da27796311 --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8f757e06a148e28b3b5f200621e7ff27b7f2f44b4ab2c734f8b4286231ef0e +size 16925 diff --git a/metadata/cache/frames/vimu_000572/frame_05.jpg b/metadata/cache/frames/vimu_000572/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31fe5962cdd596be208b7d7f0c0a6607e7e6d5aa --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568180d00f638714a0b0aacc3edafe4c871b3f1c08ef40d75753c3e461cd000c +size 17354 diff --git a/metadata/cache/frames/vimu_000572/frame_06.jpg b/metadata/cache/frames/vimu_000572/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55907cb026303b327250e8bb65ebf95c49ee9d4b --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a8235c4f75e769f7530e97ccd8bcfd952b1d0ff4d64cbefd7badf9d46dc4a3 +size 16648 diff --git a/metadata/cache/frames/vimu_000572/frame_07.jpg b/metadata/cache/frames/vimu_000572/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd14d7ffafece75418b85e554e67873d993e4bed --- /dev/null +++ b/metadata/cache/frames/vimu_000572/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbb021b094924d9b0bdd0ebd9b68ddd7ef545db2009f0eca4d1b4d0747e8be3 +size 16488 diff --git a/metadata/cache/frames/vimu_000573/frame_00.jpg b/metadata/cache/frames/vimu_000573/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5027e125e80866bc41891ee8731a62c025b34555 --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ec45e179e9989cdd5133a6c710058633397635de1428099af330926ac12869 +size 25258 diff --git a/metadata/cache/frames/vimu_000573/frame_01.jpg b/metadata/cache/frames/vimu_000573/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..467101ee0af623e5304d6323b06ec1d8b1d6f7d4 --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae25279d5245ba1f5f03bdf4a24014b14c56b0477297e6bea672f9f44321bbab +size 23993 diff --git a/metadata/cache/frames/vimu_000573/frame_02.jpg b/metadata/cache/frames/vimu_000573/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a16c532152f1cd15bc7da3072639087cb23f076 --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864f749651a901e5aedf23277e7de5afa43d1c6051972927d4b6600b6b1ffae7 +size 20929 diff --git a/metadata/cache/frames/vimu_000573/frame_03.jpg b/metadata/cache/frames/vimu_000573/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fd9863e47a3613920106961fd3b590a855be519 --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d54d5be9e73391414aef7b7e4b4d228d38407f321004d943025ca0f40ca311 +size 19841 diff --git a/metadata/cache/frames/vimu_000573/frame_04.jpg b/metadata/cache/frames/vimu_000573/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d2f7f60592f0d1a0c09ab04fea0e6b5de134d10 --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a975e9fc517356dd73f53358cfdd13f1021d83637654aa15a9e37bdee6c8480 +size 21804 diff --git a/metadata/cache/frames/vimu_000573/frame_05.jpg b/metadata/cache/frames/vimu_000573/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce7ea7af75aef97f7d6886baa40b344dda30a6aa --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b9a943d985e2aa1d0ffdfdde285ee996f3d5644df990cafdb06a8286b36d94 +size 21106 diff --git a/metadata/cache/frames/vimu_000573/frame_06.jpg b/metadata/cache/frames/vimu_000573/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98eed523093b56d2a3172880fb637cac1aa7bb5d --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24245de84cec64037df458511b822e00354014f990fa3d3b7880459f72d0fb63 +size 21286 diff --git a/metadata/cache/frames/vimu_000573/frame_07.jpg b/metadata/cache/frames/vimu_000573/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3ca30f6bac0d6f1742a3297c889e3f5dfd194c3 --- /dev/null +++ b/metadata/cache/frames/vimu_000573/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee016c6c92d29e429fb3f05c1382f7347556fc40a784205dff5f662a4d05b1b +size 22380 diff --git a/metadata/cache/frames/vimu_000574/frame_00.jpg b/metadata/cache/frames/vimu_000574/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14564cce1b92f201ba08ce8d76f847ede4d1f2be --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51b0a688eb8d307b3500ff9565fbf05be7bdf5dd8524c75e7cc38c423796468 +size 32165 diff --git a/metadata/cache/frames/vimu_000574/frame_01.jpg b/metadata/cache/frames/vimu_000574/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa554e1730653e43d60a8a612bedf05a189854ec --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ea419ee0d09d2e8a15b0b74b062a98a09c5466fc92ca251e90266ad15747e3 +size 33014 diff --git a/metadata/cache/frames/vimu_000574/frame_02.jpg b/metadata/cache/frames/vimu_000574/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fc8974faab723841eecec67648ec34408b12ca4 --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f006bccf52263469c5822a425ee1adc02cdfc160c61fca9515422a2acfba9f0f +size 33609 diff --git a/metadata/cache/frames/vimu_000574/frame_03.jpg b/metadata/cache/frames/vimu_000574/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf931d7202bdbed59c67b6f696f2a34eae7bdce8 --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5eced1a877c5bb233a2d3d9c46f6f5db165f0f63a0e3f367842b502e638fcb +size 33105 diff --git a/metadata/cache/frames/vimu_000574/frame_04.jpg b/metadata/cache/frames/vimu_000574/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c0766c0b706c20716b2501aa8d6c2d59ace1fe7 --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392c653f87777f4ced86676f86875ed85c53e9934328026eeda9d72c58796baf +size 31835 diff --git a/metadata/cache/frames/vimu_000574/frame_05.jpg b/metadata/cache/frames/vimu_000574/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd0e8548eab8e232e4d0d07b3d941fe23d9bbc4e --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bf7cdd038c53dc3b96b0e4a306afe362ec14bc7e08dc9a5cda73ba83e56d49 +size 31473 diff --git a/metadata/cache/frames/vimu_000574/frame_06.jpg b/metadata/cache/frames/vimu_000574/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b928c68f7bd9da688f02e9d466f06392fec42c1 --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb627d30229b5bca0bb79b7825ea0c19ee268cb7b327ab5c81d2b28c828b3c9 +size 32445 diff --git a/metadata/cache/frames/vimu_000574/frame_07.jpg b/metadata/cache/frames/vimu_000574/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bff400176351a406274c989576282d899c2c7436 --- /dev/null +++ b/metadata/cache/frames/vimu_000574/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5775f40bbf4fb818d721be3c5a6e6b1f6c9da8719feef2d3e040045120c8197e +size 33459 diff --git a/metadata/cache/frames/vimu_000575/frame_00.jpg b/metadata/cache/frames/vimu_000575/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ce9bb6747209b2d4923490bb8d0eea506f862ea --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f001c607507c6eb60c0d50e1b14fc727af6309b7d7fe2bbf66a47d45181302f +size 24907 diff --git a/metadata/cache/frames/vimu_000575/frame_01.jpg b/metadata/cache/frames/vimu_000575/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b4e549f67d4bb0cea44f8c453425428d1ef7227 --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcae54d1b1042764a60d5cf1a0317b9405d53de6aec537e8ed8daf7ab8864a6 +size 24756 diff --git a/metadata/cache/frames/vimu_000575/frame_02.jpg b/metadata/cache/frames/vimu_000575/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93b115555b6a9e3f78eebf22eea9b04e504bb75b --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dcdf97537fcfc05cb6d3686095ccc46dbe6bce4a766573e16b2cb1a4877c68 +size 24551 diff --git a/metadata/cache/frames/vimu_000575/frame_03.jpg b/metadata/cache/frames/vimu_000575/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6f2e7c5f0d78c29afd75047eb67fa999fb998f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5284db9bbd811cde54b072464ee7bcb44fa8aa26061b403fffa31a7aaeb9029 +size 32429 diff --git a/metadata/cache/frames/vimu_000575/frame_04.jpg b/metadata/cache/frames/vimu_000575/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef3bded43ad000985233c5ddf4bbc9a51dacc524 --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbe12268c89347afbdc9226e54b14269ce51e9268092d3a6dfa5a86494f9eb4 +size 28891 diff --git a/metadata/cache/frames/vimu_000575/frame_05.jpg b/metadata/cache/frames/vimu_000575/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b73595e51d9c92678d179ae2d93543fd56087d90 --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fab368ee8525757b207864fa86ec0c73955907db89b36f88528edeb9fb2ee74 +size 31912 diff --git a/metadata/cache/frames/vimu_000575/frame_06.jpg b/metadata/cache/frames/vimu_000575/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f69623e8c4b811808c9bb9176796067aa5d0528 --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb105e311817a84db35d1e63f5e54bb263c23196b66f76df9daad689e889c329 +size 31893 diff --git a/metadata/cache/frames/vimu_000575/frame_07.jpg b/metadata/cache/frames/vimu_000575/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..062e3748e7fac9931da6d51e38c8e520ba1fd9d3 --- /dev/null +++ b/metadata/cache/frames/vimu_000575/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25412c0a62a8f3812750751a24947d92b9b2ec5bfdbec4165f3a656f6ab3c656 +size 31872 diff --git a/metadata/cache/frames/vimu_000576/frame_00.jpg b/metadata/cache/frames/vimu_000576/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fb9a4c7bcbbd6e9b54744fb90cda10991127ec0 --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9718eef83fb415a6e7a09bf030cdea9f5eeec14b0886566125e9c728660a50 +size 37960 diff --git a/metadata/cache/frames/vimu_000576/frame_01.jpg b/metadata/cache/frames/vimu_000576/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5eab1b37e7eaf9ed73c88afe58c0e9bf99c20074 --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a9c46948b504d36c35d080aa33486432ae830989563dafefe588040a2779e1 +size 38574 diff --git a/metadata/cache/frames/vimu_000576/frame_02.jpg b/metadata/cache/frames/vimu_000576/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5033cb65746265f039c6afbe5d32c62ba4140ddb --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18796fd9572df3151e2bdd912278cbec987d8c980495ce2f1a6784bfac2dd167 +size 39074 diff --git a/metadata/cache/frames/vimu_000576/frame_03.jpg b/metadata/cache/frames/vimu_000576/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..27916351c6d5e9583f7b664fff2f2c84bbc3937e --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca21fb9457263cf150dccb6a5ecc58e48d8363ccbdacec95c3845172deff1ab +size 39676 diff --git a/metadata/cache/frames/vimu_000576/frame_04.jpg b/metadata/cache/frames/vimu_000576/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e24887e22baa2beafe0c6931ee71656b548d054d --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4022fa8c8e4791840b9aa1e1fca23dcbc59f4219e7d3fa90c59d26d43bc672 +size 39927 diff --git a/metadata/cache/frames/vimu_000576/frame_05.jpg b/metadata/cache/frames/vimu_000576/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0407433ec283c0dd1f1199ea814a046e30fa7ad5 --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5711c10f5098a6da144927d9de9b40f8edabfdc9517aea395cd703746a34c38e +size 39670 diff --git a/metadata/cache/frames/vimu_000576/frame_06.jpg b/metadata/cache/frames/vimu_000576/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f6bcb12a02725387c2ff544b076e0c7e6e2b64e --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b15f4106a8df02df6362ad903ef27edc164e098108810e1ac0fb9b47e349cc +size 39658 diff --git a/metadata/cache/frames/vimu_000576/frame_07.jpg b/metadata/cache/frames/vimu_000576/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..69b597698645aa64d90c3446d6b8c6ed5a6ba41b --- /dev/null +++ b/metadata/cache/frames/vimu_000576/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c117163e73da08f7f1cae8981573ce295bd18750f47b8ee8172ccc2c46dfb24a +size 40202 diff --git a/metadata/cache/frames/vimu_000577/frame_00.jpg b/metadata/cache/frames/vimu_000577/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f8e87b51145a885cad415ff239cdc3e2d873ac5 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38059dbf39037c946949bd4290447715ea1749b74e9a7f080ecdfc695b8c839 +size 38449 diff --git a/metadata/cache/frames/vimu_000577/frame_01.jpg b/metadata/cache/frames/vimu_000577/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..090cd800447b3c7dce5cac332b466faf773a96a3 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61750f886bda8de048695e104259b01a082aaed98576d02366743a149f342c73 +size 42463 diff --git a/metadata/cache/frames/vimu_000577/frame_02.jpg b/metadata/cache/frames/vimu_000577/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c01ea518520c4025f82fde788df10315a118087 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e453181ce0f661e0434915ac5b11783c2d7bdc00d7201cf875f63be27024183b +size 38774 diff --git a/metadata/cache/frames/vimu_000577/frame_03.jpg b/metadata/cache/frames/vimu_000577/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04630643213153c78e1c9ac535aea7e75b8bdcf0 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075699317a6ac5bcbdac634be7ab833bde81e0bae5ba19f6815f9b60ea543539 +size 37091 diff --git a/metadata/cache/frames/vimu_000577/frame_04.jpg b/metadata/cache/frames/vimu_000577/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5855ed01dd515f9bb4c41f54b9b9f65cda414ed5 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1232c32493591eba2e8edb1a61ef639bab7a1be8e4fe9f8caf1495c20a8e221 +size 36476 diff --git a/metadata/cache/frames/vimu_000577/frame_05.jpg b/metadata/cache/frames/vimu_000577/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf74709d94ab373635b1d2182eee8f26ed322d37 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c65401609ca565a24498325f7f29a81dc042c8c828a7c74c762f0f5fd55c752 +size 36977 diff --git a/metadata/cache/frames/vimu_000577/frame_06.jpg b/metadata/cache/frames/vimu_000577/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5aa0c7103489f0496ee91cf13bb9428de655ffb --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491f0f008100ed0aa61f59669ce24ddb9c104d12ada0dea5f2482b2797112d20 +size 35245 diff --git a/metadata/cache/frames/vimu_000577/frame_07.jpg b/metadata/cache/frames/vimu_000577/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84ba54a321d91242df5ee70a781b5011fc170541 --- /dev/null +++ b/metadata/cache/frames/vimu_000577/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27f817b127bcc9a6dea3e04cd09c5eb27470f0dfa90365908e25ca1962703a0 +size 38630 diff --git a/metadata/cache/frames/vimu_000578/frame_00.jpg b/metadata/cache/frames/vimu_000578/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6772e40624c2ce5507f24d77c9814d3b8caa2c15 --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4d10e3351ebe0cc4d0aebaba9d1be958613c52280eb2dc6b8c6dbc6e6c86c8 +size 29619 diff --git a/metadata/cache/frames/vimu_000578/frame_01.jpg b/metadata/cache/frames/vimu_000578/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..799e281b7f37e84ac1020f3d5bd27fe7dfb176df --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f415da2d562d4857a07d03f07b890660fe539c6021efa359cc7c62dcde57b8 +size 29679 diff --git a/metadata/cache/frames/vimu_000578/frame_02.jpg b/metadata/cache/frames/vimu_000578/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e0a27c87d26987358e62528b385f2c008b9c58d --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec512a4b2b6ed9fd1923d33d05a76604f0cd0f60eb1ffaafba02eab6fb43196b +size 30434 diff --git a/metadata/cache/frames/vimu_000578/frame_03.jpg b/metadata/cache/frames/vimu_000578/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25590e3aafb9b3c63088a02ff1d7914bab3e5547 --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeb99939020fd381e597ae36d56f2de47ced7247816fc8b1d12f3d1ce2b9955 +size 33687 diff --git a/metadata/cache/frames/vimu_000578/frame_04.jpg b/metadata/cache/frames/vimu_000578/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..230680c6168db4b29c1a3174404e8a9965f0fb3d --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ed4c22a29f95954bf727e422eda312e654961fe232f7db35bc35da77136f61 +size 30910 diff --git a/metadata/cache/frames/vimu_000578/frame_05.jpg b/metadata/cache/frames/vimu_000578/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf0bcf57d4a0a657351f50f36a3c9023e119bef3 --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d27db5c06a67f447b0e75f27544657ebbb91b7b94a8096bc1784de73f7d8be +size 37550 diff --git a/metadata/cache/frames/vimu_000578/frame_06.jpg b/metadata/cache/frames/vimu_000578/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c135947019ecfcdad476ed5d7a6e1f40e8007a7b --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc81fc11c94587c114e30d986691276233eb6797386ecbc199e9b37f0c63736 +size 34027 diff --git a/metadata/cache/frames/vimu_000578/frame_07.jpg b/metadata/cache/frames/vimu_000578/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb7304544cd8019d1995bc0c0165cb727db10694 --- /dev/null +++ b/metadata/cache/frames/vimu_000578/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7f247e5750fc58b990bf4eade7062e935a613befd8a371b39b125f4b3c1663 +size 43878 diff --git a/metadata/cache/frames/vimu_000579/frame_00.jpg b/metadata/cache/frames/vimu_000579/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abdfe1b832462ba5f60367069a6cbb1f6b5295ae --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a1d1197867b84f9ce190ba3356bb7e10032bb4694860db0769fd1ade2d8b36 +size 29243 diff --git a/metadata/cache/frames/vimu_000579/frame_01.jpg b/metadata/cache/frames/vimu_000579/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11cf3ad3819bdc8806fd6561ed10e12dbfb64c5e --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6f4bf008cf4959c4eac6dc90d15a4e9dbbd72cfcef5a8498aa00d93857df2e +size 30529 diff --git a/metadata/cache/frames/vimu_000579/frame_02.jpg b/metadata/cache/frames/vimu_000579/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4694e91d760e0b293d7019496371c570a33c3480 --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95712f248f9acc49f27b0e8fb02c07a478588a29867e4b176562d1fc2e17320e +size 26949 diff --git a/metadata/cache/frames/vimu_000579/frame_03.jpg b/metadata/cache/frames/vimu_000579/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9043c554c1a3a28bfc0a5fb1393dffadaf3843b --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc37dfc7614cf900af6c77c029924dd3914dff12bfc81b6038c0d14b25ff48c7 +size 26980 diff --git a/metadata/cache/frames/vimu_000579/frame_04.jpg b/metadata/cache/frames/vimu_000579/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f9317f269af861d5de372879eec11f5737ccb1a --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d52fb99c6e6956f1da042ae76ecf72b5a9bf2447d962b810c58b1a58de1b79 +size 29227 diff --git a/metadata/cache/frames/vimu_000579/frame_05.jpg b/metadata/cache/frames/vimu_000579/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e63f68453d698e738ec921726e7e282150312ad1 --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3788fbc10f2dd00ff9c6e938d404b3c7a32b3e324a659b471aa3b337c669bfd6 +size 20852 diff --git a/metadata/cache/frames/vimu_000579/frame_06.jpg b/metadata/cache/frames/vimu_000579/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16fabc75842d8c2cef14e911940613516b471b6f --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cada8da5c59d0df1a70dc9aa7f3dd8f942381aea2e0b20d5bed909af9f37df +size 32068 diff --git a/metadata/cache/frames/vimu_000579/frame_07.jpg b/metadata/cache/frames/vimu_000579/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2985c7cf521acb4b3f888d4e1705fea16d76d915 --- /dev/null +++ b/metadata/cache/frames/vimu_000579/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6d98b95047853f85e230f136ea78782079b0737d6db08e1e766322871b4632 +size 34272 diff --git a/metadata/cache/frames/vimu_000580/frame_00.jpg b/metadata/cache/frames/vimu_000580/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..388d5629273689f19918b4c126a3a47920081c61 --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72f6281a06f384c26499de88892bb113f66acd30866317a6967f1f0929e7b94 +size 27873 diff --git a/metadata/cache/frames/vimu_000580/frame_01.jpg b/metadata/cache/frames/vimu_000580/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..342838157423c9d0dd18e96ca28162b99d893545 --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0197a4aa84569ff8081958ab2a5d3f88e3d983cd9eb3fecd95f2051021816fe9 +size 23869 diff --git a/metadata/cache/frames/vimu_000580/frame_02.jpg b/metadata/cache/frames/vimu_000580/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..328b802af426fcf8fa219f7c192dc0c6a603aecf --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cce18f7f5d247986fd724d8f8fc66845ba8ca2df2464aefbded7b5459bdf82d +size 19871 diff --git a/metadata/cache/frames/vimu_000580/frame_03.jpg b/metadata/cache/frames/vimu_000580/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f39651f916ee54219452f1beb3b646a368d9bea4 --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db0d38c1c58849f19293aee8fdcadc728428f04a5456efe4e13aa743a4a9840 +size 19589 diff --git a/metadata/cache/frames/vimu_000580/frame_04.jpg b/metadata/cache/frames/vimu_000580/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4946a956c3881e4f2bcb7c947eed4ae2e55a07ff --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46aac1d10e2c1595f4728c1e3d51b0c911c04ac7d4ee6c171db1dd8596a402d9 +size 22411 diff --git a/metadata/cache/frames/vimu_000580/frame_05.jpg b/metadata/cache/frames/vimu_000580/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef40c19f5b6ebeafbbd088e312adaed911718ec1 --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf68b44c376f73c36dd4665997626e9416aec512967676ba0b6d444c7b565523 +size 19866 diff --git a/metadata/cache/frames/vimu_000580/frame_06.jpg b/metadata/cache/frames/vimu_000580/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fc82060fb4680d3905f3a63183e6f9320b0bb679 --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ebbc6b2ef7871c06ea25c38e6e4ea084b9e0bbe2301bb52489872cbbab7401 +size 16568 diff --git a/metadata/cache/frames/vimu_000580/frame_07.jpg b/metadata/cache/frames/vimu_000580/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d47c11736259db026fb1a09a3046b89f2166f41 --- /dev/null +++ b/metadata/cache/frames/vimu_000580/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12dd5c30bfbe4217a2020586d40f2049ebf9d80fd9beac23e9aa5126e613391 +size 21313 diff --git a/metadata/cache/frames/vimu_000581/frame_00.jpg b/metadata/cache/frames/vimu_000581/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1aaac56544d3a5720dc43881f3035877d9f817cf --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772f2deb393dc0c41e2ca671582927e5296366c73c6605f1bc4948c891978e1c +size 42967 diff --git a/metadata/cache/frames/vimu_000581/frame_01.jpg b/metadata/cache/frames/vimu_000581/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb5172f545087ffef085478b15c67b8a69ffa4da --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d1464aaae93e2b75ca36e679249d528ecdd03e1f895f1888c711fac3fe8b55 +size 43408 diff --git a/metadata/cache/frames/vimu_000581/frame_02.jpg b/metadata/cache/frames/vimu_000581/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93d3466a8f819b6dbd4c23c744f94527218e4c7d --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24532f77e313c4b2c105f9fe876ca89712d2677be4e978cc2707b0bfbe7f0ed3 +size 44070 diff --git a/metadata/cache/frames/vimu_000581/frame_03.jpg b/metadata/cache/frames/vimu_000581/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c13b79b57d97852c511230de34c162074022670 --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6e71aab9c151c4ca7660cfc1f373fd2f3979415ae2f250ff3aa44babd50ee3 +size 45297 diff --git a/metadata/cache/frames/vimu_000581/frame_04.jpg b/metadata/cache/frames/vimu_000581/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..953f2501fa048228ffe2f63e7d62bb1ea9ec2aee --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ec6eb40b7c60cfc9289a03abe44b947451558a6ce829ada8f74adfbc689b68 +size 45741 diff --git a/metadata/cache/frames/vimu_000581/frame_05.jpg b/metadata/cache/frames/vimu_000581/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4e9e1422a8dea918d570538cbf9effa3373abdad --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3786991c81a1566473ae5154d86ba5b4920324ab643ff998c91a12770c760291 +size 45153 diff --git a/metadata/cache/frames/vimu_000581/frame_06.jpg b/metadata/cache/frames/vimu_000581/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b1ea7045589ca42b6a8c2c89c1693137bae1bf --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae4ad66ae14b59698091924f086a2b56bf1df247c51ec3fa1d68063056aeb4e +size 45648 diff --git a/metadata/cache/frames/vimu_000581/frame_07.jpg b/metadata/cache/frames/vimu_000581/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01aa3ff1725710ec2c6506331e9c28b357a0d426 --- /dev/null +++ b/metadata/cache/frames/vimu_000581/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7514f24beff52d7d4c800213004527bfcd0a3747d6f4fababcdd0fd21a55ce79 +size 36047 diff --git a/metadata/cache/frames/vimu_000582/frame_00.jpg b/metadata/cache/frames/vimu_000582/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14b8f40aa290facd39201ad6d83bc9b6fb53d05f --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931ae471061208855907955b784b47cbc4e762eeda85c1c0f073ab6e1888ef5e +size 17904 diff --git a/metadata/cache/frames/vimu_000582/frame_01.jpg b/metadata/cache/frames/vimu_000582/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f3617cf45ef62796dbec36e669623882b7f6b58 --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0d3871728df7894a26910270bdba67ba463a048df09d9f031351686e54627f +size 19080 diff --git a/metadata/cache/frames/vimu_000582/frame_02.jpg b/metadata/cache/frames/vimu_000582/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93c7370081e1ac27afa3b8a2aa3cbb402c64e3a7 --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffa0f50a77e1b99fa0c5d8a2dbf118ab9d555b550bda72e6245af3fa042a75c +size 24474 diff --git a/metadata/cache/frames/vimu_000582/frame_03.jpg b/metadata/cache/frames/vimu_000582/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ba8de2b6699bd0da5eaba1d8cafd3a607b060b1 --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc3acdf6d1f4e3a7d48df662eec2dd267d8a622c9632093a43b49252f75ca98 +size 30625 diff --git a/metadata/cache/frames/vimu_000582/frame_04.jpg b/metadata/cache/frames/vimu_000582/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6d48eb7ee5082daa239e5dad93581597a03329e --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3fd59ab5a60131fbe7b3fa1518f525e93cdf984fa9eb9ed312b225eb0cf7b1 +size 22378 diff --git a/metadata/cache/frames/vimu_000582/frame_05.jpg b/metadata/cache/frames/vimu_000582/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0d9e8209d61a7d90253e6519e9adb12be865269 --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43b75e7d8a4b5efd49ce691af16202ea07edf50e335c63c881358daff86b08b +size 15261 diff --git a/metadata/cache/frames/vimu_000582/frame_06.jpg b/metadata/cache/frames/vimu_000582/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56b8c7b4631c03eabffe4375b97a155c8262b563 --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb88b4be25d77f3299795284eb40dc2f4dfd61d622c956cc69ba3795bf38c6b9 +size 13542 diff --git a/metadata/cache/frames/vimu_000582/frame_07.jpg b/metadata/cache/frames/vimu_000582/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3968a3ee5fbdb469d6d545aba9feb35cc785100f --- /dev/null +++ b/metadata/cache/frames/vimu_000582/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4d9910c3f60976fb132ce52621abe4a719cb517434d46c421f547e527fc57a +size 17803 diff --git a/metadata/cache/frames/vimu_000583/frame_00.jpg b/metadata/cache/frames/vimu_000583/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c55ad9cd2de0e6129650518f2c73189ef242c91 --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742d426d0f6bb6baca3b04a7600f55d91a8ef8b151c413e9b2c7e5a6f1cff286 +size 19515 diff --git a/metadata/cache/frames/vimu_000583/frame_01.jpg b/metadata/cache/frames/vimu_000583/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..770aafe23723e0482963e2c69cd7843cbbed3046 --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6877f695cea50d8b883a9df0c8c95d0e6c639b770b6f6ddb509af544b5decbf6 +size 26543 diff --git a/metadata/cache/frames/vimu_000583/frame_02.jpg b/metadata/cache/frames/vimu_000583/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff6fa7379ef79247bf00252c6acc652b51744ebe --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b1cafb6045a8f596916e0f183fd711027f315917491817276c4b8d8118de2 +size 28167 diff --git a/metadata/cache/frames/vimu_000583/frame_03.jpg b/metadata/cache/frames/vimu_000583/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..145c19991a1a47969596f9219cc426f14a7e74cb --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9955f3c7132e0ed3951930ce33ea427f37684aa8497c44fcc1c6b41c60c440fe +size 23963 diff --git a/metadata/cache/frames/vimu_000583/frame_04.jpg b/metadata/cache/frames/vimu_000583/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc0659b7ead4c855c9f81de900bda07aa6e868e4 --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be812d8c89c5e83e07497b653d6bb09d8afdc5df62df0f956099e331a27e43b6 +size 24154 diff --git a/metadata/cache/frames/vimu_000583/frame_05.jpg b/metadata/cache/frames/vimu_000583/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96b329067ba5f3dc40658f098a86e2645ad9057f --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0bea5be3111c213cd21d2b35291b4fd82cbf750d4529b80a3bc609ec2dc1da +size 16393 diff --git a/metadata/cache/frames/vimu_000583/frame_06.jpg b/metadata/cache/frames/vimu_000583/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d70a913802f19a0d44aa56acf2bcfb14f4cea00e --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371616b2e7ba505355199f1aa678d14247ba4d67370970088ff52ec0f7296a0c +size 21019 diff --git a/metadata/cache/frames/vimu_000583/frame_07.jpg b/metadata/cache/frames/vimu_000583/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..396b6f30527b119eba8f568afba15d20f3ee0c8d --- /dev/null +++ b/metadata/cache/frames/vimu_000583/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99eb2ae88622fa5aa7d6887472402711ed721b9cf83827a3ba9c03200f82b297 +size 22700 diff --git a/metadata/cache/frames/vimu_000584/frame_00.jpg b/metadata/cache/frames/vimu_000584/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2950c246e3f97b4d844bcfbb5d200c037ffed6e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee261f974ac25581f4f9bb9dbd99629b2a69031efae49cfbbd2c8a00ebf1976 +size 72926 diff --git a/metadata/cache/frames/vimu_000584/frame_01.jpg b/metadata/cache/frames/vimu_000584/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf473333869f74665b5f185e7c4b13b0cb6a3a0f --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557793647610250438d8fb2db56d95383d93dfbc8d36515bae237a0728e72817 +size 74503 diff --git a/metadata/cache/frames/vimu_000584/frame_02.jpg b/metadata/cache/frames/vimu_000584/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d413fde4e88d04b6a3fcf2d3e1cd937297835d7 --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88e5636253dcfbff00f4cbc4ef671126e73cdee7a8e598e7a8ac63aa8638a1c +size 70296 diff --git a/metadata/cache/frames/vimu_000584/frame_03.jpg b/metadata/cache/frames/vimu_000584/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..426d1b1b6bd74deb555dafc036baf3fc310aadce --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05b55aeca30adacc412697b6010effa2305718ec90fe44b81b49c8ac86ed287 +size 73435 diff --git a/metadata/cache/frames/vimu_000584/frame_04.jpg b/metadata/cache/frames/vimu_000584/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..57428fe9b6d9ac6be12199cef976f76b6c9c0539 --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed1f89a65b8ca73f457122c02c3692fb384158419a41616a61e16865a8bd62a +size 75805 diff --git a/metadata/cache/frames/vimu_000584/frame_05.jpg b/metadata/cache/frames/vimu_000584/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c0c5e017e917cfc74f2423ee06a8c1e4b89f47e --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564c041d7a981071c4ed6ad2e6f8df21ec21ecca3ecf758c518e862c045bddb8 +size 62934 diff --git a/metadata/cache/frames/vimu_000584/frame_06.jpg b/metadata/cache/frames/vimu_000584/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..87cfeeda5ccf38cd826b4e61697c291aacb2fddc --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cd52d21d02133288fa24ffed3142c0eb13ebf79422c7987f3f73a006e081e4 +size 77254 diff --git a/metadata/cache/frames/vimu_000584/frame_07.jpg b/metadata/cache/frames/vimu_000584/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34f16c25b5c77db55380b5fa380d8088ff3a1f84 --- /dev/null +++ b/metadata/cache/frames/vimu_000584/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b737c84ba2e2d9552644daf14a46981030f99c3590097a7c099fb9344cf9486c +size 76382 diff --git a/metadata/cache/frames/vimu_000585/frame_00.jpg b/metadata/cache/frames/vimu_000585/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f438378dae8e864ad5cab0aacb9b15bbc62e148 --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b4eb5156cb3948bfdefb9a2f5dccb8a70e51208d0cbc9de730d03f607db517 +size 30211 diff --git a/metadata/cache/frames/vimu_000585/frame_01.jpg b/metadata/cache/frames/vimu_000585/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..188f1f53f893d6dc4b31b2e8f47629541c943fe4 --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48143214b2bf17ad4e62826b04e84a43abcc1417ba0c758639fd750e63d7857 +size 31840 diff --git a/metadata/cache/frames/vimu_000585/frame_02.jpg b/metadata/cache/frames/vimu_000585/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fba64d6022424d8fabb4c5f79a71adfc1f6b4da7 --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306533e199f34cd30db1f5f0a37029525202b58e58c02ad5aa18e2c73fdaecb4 +size 30680 diff --git a/metadata/cache/frames/vimu_000585/frame_03.jpg b/metadata/cache/frames/vimu_000585/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ae493167f65cb7041397aef4011e2e678c09097 --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652597a365c2aa45dd66f3099514cf4b6c2712df6395c51b44d7a383bb6588d0 +size 30715 diff --git a/metadata/cache/frames/vimu_000585/frame_04.jpg b/metadata/cache/frames/vimu_000585/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6b07dcfe6896d1c59abb9717fc8eae6859f856a --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0352590c619b093135b16485421dcba73e4a3d5bbbb7e962975343acd22d73 +size 31923 diff --git a/metadata/cache/frames/vimu_000585/frame_05.jpg b/metadata/cache/frames/vimu_000585/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd2b2193f42a9877795a8f0b45e39771d6fcba3e --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c17e2c22f29a9bae0561c0ded9dcb80dfcc379aa8c65c9e6704769e5e5ebe7 +size 32372 diff --git a/metadata/cache/frames/vimu_000585/frame_06.jpg b/metadata/cache/frames/vimu_000585/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad3cbc1a6ecec98115443099a82dc32f3a720766 --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c335d3662aedcef04ed53c20f33e34732464f7b958bd186802c83a4ee568e2c1 +size 32604 diff --git a/metadata/cache/frames/vimu_000585/frame_07.jpg b/metadata/cache/frames/vimu_000585/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2fa0ebdf1851c35ae5cb4801560d5702b75b07a --- /dev/null +++ b/metadata/cache/frames/vimu_000585/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3be03ed17084e5df3478056cbee595b187433191d96e8934896d2f9a6ab5440 +size 26498 diff --git a/metadata/cache/frames/vimu_000586/frame_00.jpg b/metadata/cache/frames/vimu_000586/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2e158cacdb27c134ed9806e0a14ceaf1d7bb967 --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fe0f0f06caa38d28179a0524d2a1dcfda5a57278beb0851e8848348f4231f2 +size 31905 diff --git a/metadata/cache/frames/vimu_000586/frame_01.jpg b/metadata/cache/frames/vimu_000586/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be7914332369aae3010b7fe6f3876a484ebdf29c --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595790f3a82cde8235d825a336be81c7c54dd9dea122596bd2b033842fbf4723 +size 40921 diff --git a/metadata/cache/frames/vimu_000586/frame_02.jpg b/metadata/cache/frames/vimu_000586/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..442654a01a33fbf8a50d438a736b95b99218e00a --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a23fbf8129361e597923a46e49c07d9f6c014658356355b99c9b28ecbda278 +size 41347 diff --git a/metadata/cache/frames/vimu_000586/frame_03.jpg b/metadata/cache/frames/vimu_000586/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..426947a911b914f768a512d82a33afcddf1d235f --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a40b8e03af260ed27863a77a329e3785e918382690610b2af5460b47fb3b68 +size 39882 diff --git a/metadata/cache/frames/vimu_000586/frame_04.jpg b/metadata/cache/frames/vimu_000586/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c3f19d516a401e7a8df4311c3d78632487b12e9 --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c4d76f1b1cc5924f573f1f1890288e7d776270a8c2ea2f9759ed0073de4a41 +size 36543 diff --git a/metadata/cache/frames/vimu_000586/frame_05.jpg b/metadata/cache/frames/vimu_000586/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..591add5578a7393244b679e81ba3507ec3d65956 --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6209e0fec3fc1fcc0675da93b54d6a4eeee185bf25e9384470142b7433e67185 +size 36920 diff --git a/metadata/cache/frames/vimu_000586/frame_06.jpg b/metadata/cache/frames/vimu_000586/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..297497d6261bff6a80992d94a573d67b752d86a6 --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00d09042b5a36c4948df6ccc615fce0bcb73a4f2cafc6c0a9c3053df1f837b6 +size 35353 diff --git a/metadata/cache/frames/vimu_000586/frame_07.jpg b/metadata/cache/frames/vimu_000586/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c1204612f84491498ee520828022ce7be0f145a --- /dev/null +++ b/metadata/cache/frames/vimu_000586/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591909a34e33ee029f1760ad1a327351f9fb20104a23c78115217aed90f78281 +size 36674 diff --git a/metadata/cache/frames/vimu_000587/frame_00.jpg b/metadata/cache/frames/vimu_000587/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d49f376d9bdad441e66c030b8382b99879721f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c2bddda3efb9266a82b0384b7d13185c429ed1c1555077a08775b2c0da3d7c +size 44652 diff --git a/metadata/cache/frames/vimu_000587/frame_01.jpg b/metadata/cache/frames/vimu_000587/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9111cdb86ae7163c1dc1782c6e678b54e03f96f9 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0db1bd4d6f27b0a7a7ad736dac30fe5141e9b3770c526b140fd12514036f939 +size 48364 diff --git a/metadata/cache/frames/vimu_000587/frame_02.jpg b/metadata/cache/frames/vimu_000587/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32e5e05f2ee7c9920b539615aa1e604614b56c7b --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79485c3f68b4a0981cd6825fb01f454a8ea127b078084413e91c0507347bd44d +size 45674 diff --git a/metadata/cache/frames/vimu_000587/frame_03.jpg b/metadata/cache/frames/vimu_000587/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42f27147fe9aab99c921002825e94852155d9b71 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce63c8796c31fb471ecc41427f595d55231f4b00e40c0ccdf278c47913880ff3 +size 49965 diff --git a/metadata/cache/frames/vimu_000587/frame_04.jpg b/metadata/cache/frames/vimu_000587/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0acfaf331b9e1ef15775a04c95718780ee416124 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78833c3f2a75879b94c615ab5f59682982bffa65507d6c39b97ca28b1c0973e2 +size 49982 diff --git a/metadata/cache/frames/vimu_000587/frame_05.jpg b/metadata/cache/frames/vimu_000587/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..68f101b89897fd95bb5108eb8d999b2b93d957f6 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4d619d19c47866b487d426d691ec06baada9fd464fa007035538e1b97347a8 +size 52968 diff --git a/metadata/cache/frames/vimu_000587/frame_06.jpg b/metadata/cache/frames/vimu_000587/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..227651b1d6ef3d5bd7c0c03004c15040cceee9e6 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0977cb0d14afce6a3db2e8ca668f698af165079e382263c13ec69c373115246f +size 50696 diff --git a/metadata/cache/frames/vimu_000587/frame_07.jpg b/metadata/cache/frames/vimu_000587/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0ff3fd074cecf2d28c82b256ed765ff879692f2 --- /dev/null +++ b/metadata/cache/frames/vimu_000587/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01675c73917b1b228124ad3ad04bfbae51ad306aafd726840c105b830d6aa166 +size 47578 diff --git a/metadata/cache/frames/vimu_000588/frame_00.jpg b/metadata/cache/frames/vimu_000588/frame_00.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f9d277fd6c88d1ce7efc8bdf0695650df7a45ad --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_00.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f098d8cbae1c677200a82c332951f2c47f79a8431340d2b6074b23ce1258670 +size 43781 diff --git a/metadata/cache/frames/vimu_000588/frame_01.jpg b/metadata/cache/frames/vimu_000588/frame_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12b99a245e4c291b779593a9c9ee0f24053a14f8 --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc0def2e5c586a063a24718ff2c5f93c9e8f09d315ab34fced5c6635adefe5a +size 44344 diff --git a/metadata/cache/frames/vimu_000588/frame_02.jpg b/metadata/cache/frames/vimu_000588/frame_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9aacb9295b7115ad1803e32afd76f8e5f32d8afa --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85824e91540a4062db86d08c36432c7e4271ef690ded7886709b6106cfabf945 +size 42534 diff --git a/metadata/cache/frames/vimu_000588/frame_03.jpg b/metadata/cache/frames/vimu_000588/frame_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54a36c8fb7397a28c8236c040746ac33a776e4fd --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb65f06575a5cc9d89694885d6f3f73ccc72fdd69bac74fb49d7c0c131b7312 +size 42870 diff --git a/metadata/cache/frames/vimu_000588/frame_04.jpg b/metadata/cache/frames/vimu_000588/frame_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70f1ef17212d8aef7222f887dbb3cb3633ef9f4c --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f5bf197dc7e0cd06e115f6eea749a2e6825e9f2a1b3945c3cf8e54fbefbee1 +size 45409 diff --git a/metadata/cache/frames/vimu_000588/frame_05.jpg b/metadata/cache/frames/vimu_000588/frame_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfc595a6a564176e7b321dc013bf125e73dd6def --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6120f02b3b0a0deddf72fb5a0f36698d857d0ce67a84d0c33f932c25351886 +size 46693 diff --git a/metadata/cache/frames/vimu_000588/frame_06.jpg b/metadata/cache/frames/vimu_000588/frame_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f0b95383afbd3a5b63236517e079f2ef65d937d --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4430d283d0233a1574d75f5c9c5f991a9d20d39b8e8242febab9ecea57f11e5e +size 48597 diff --git a/metadata/cache/frames/vimu_000588/frame_07.jpg b/metadata/cache/frames/vimu_000588/frame_07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f34f3ad33b41a8f97a4e90be8fe2b3a6222a2a96 --- /dev/null +++ b/metadata/cache/frames/vimu_000588/frame_07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f283cbfe98a8aac675c7ee9959ea7cc28ac8b675033c7d20dcc1182c8873deb +size 49576 diff --git a/metadata/cache/transcripts/.DS_Store b/metadata/cache/transcripts/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..c290cddf8edc39af01c042ed89a3aa28fab055ec --- /dev/null +++ b/metadata/cache/transcripts/.DS_Store @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5ced85428ca20835ab54ba2a1e0204cf158e4f69357a6962215800e4c7ef9 +size 124932 diff --git a/metadata/cache/transcripts/vimu_000001.json b/metadata/cache/transcripts/vimu_000001.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000001.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000002.json b/metadata/cache/transcripts/vimu_000002.json new file mode 100644 index 0000000000000000000000000000000000000000..dbecb5643101b0d40b2ce8cb42dd34f758897800 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000002.json @@ -0,0 +1,3 @@ +{ + "text": "Nothing beats a jet fuel holiday, and right now you can save £50 per person." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000003.json b/metadata/cache/transcripts/vimu_000003.json new file mode 100644 index 0000000000000000000000000000000000000000..d132128310a4e94d03c9c42563f4d7308d1ec62d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000003.json @@ -0,0 +1,3 @@ +{ + "text": "Congratulations, princess." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000004.json b/metadata/cache/transcripts/vimu_000004.json new file mode 100644 index 0000000000000000000000000000000000000000..69f32554f9ec7fa31009759571a6b000b78eb1bc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000004.json @@ -0,0 +1,3 @@ +{ + "text": "And then I told him, that's actually the wrong hole, so... Anyways. AHA! James, how did you find this, dude? That's right, come on out! Hey, you know what, man, that was some good shit right there. Oh, you know what, man, I really appreciate that, man. GG. I'm still gonna haunt your ass, though. And I'm still gonna find you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000005.json b/metadata/cache/transcripts/vimu_000005.json new file mode 100644 index 0000000000000000000000000000000000000000..441b07eeb34a19fcbeb2d9f1ed0662d784c89297 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000005.json @@ -0,0 +1,3 @@ +{ + "text": "Company, on my order! Company... Company... Charge! Go on! Advance! Oh my word, look at that! They're doing it! God knows they're doing it! Look at that!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000006.json b/metadata/cache/transcripts/vimu_000006.json new file mode 100644 index 0000000000000000000000000000000000000000..0ff6aa8353a620aae10eb62550dcc01aa6e6804c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000006.json @@ -0,0 +1,3 @@ +{ + "text": "You guys are black, please come up to me. I got some money for you guys for Black History Month. I'm gay. Oh, you're gay? But you're black though, right? No I'm gay. You black? I'm black too. You're black? I'm black. Prove it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000007.json b/metadata/cache/transcripts/vimu_000007.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000007.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000008.json b/metadata/cache/transcripts/vimu_000008.json new file mode 100644 index 0000000000000000000000000000000000000000..b0241b7724f598fe1ac9e536d2f82a1dda302753 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000008.json @@ -0,0 +1,3 @@ +{ + "text": "你看,这个是那个汤,昨天喝的。" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000009.json b/metadata/cache/transcripts/vimu_000009.json new file mode 100644 index 0000000000000000000000000000000000000000..3ac4a8f9ab9628a3af164211cd5d24df473be017 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000009.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, check this out. My pet hamster left me a raisin in his cage. I bet you're jealous." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000010.json b/metadata/cache/transcripts/vimu_000010.json new file mode 100644 index 0000000000000000000000000000000000000000..c8e6a980f214f4e85c344db6e6ffa180ed3029df --- /dev/null +++ b/metadata/cache/transcripts/vimu_000010.json @@ -0,0 +1,3 @@ +{ + "text": "ルーシンファン、ルーシンファン、わが救い主、聖なる救い主、なつかし" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000011.json b/metadata/cache/transcripts/vimu_000011.json new file mode 100644 index 0000000000000000000000000000000000000000..f11faeb5b189605d899a0bf28e9993aacbca67a2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000011.json @@ -0,0 +1,3 @@ +{ + "text": "ay Imle..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000012.json b/metadata/cache/transcripts/vimu_000012.json new file mode 100644 index 0000000000000000000000000000000000000000..fbd7bec9d26fd2a4f96526d0044d295fe86a129a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000012.json @@ -0,0 +1,3 @@ +{ + "text": "And I give my bitch a new coupe Either you runnin' y'all gang or you suwoop Got a New Orleans bitch, she make that pussy voodoo And I'm that nigga now, who knew? I put the new 4Gs on the G I trap into the bloody bottoms, it's underneath 'Cause all my niggas got it out the streets I keep a hundred racks inside my G I remember hitting them all with the whole team Now a nigga can't answer a call 'cause I'm balling I was wakin' up" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000013.json b/metadata/cache/transcripts/vimu_000013.json new file mode 100644 index 0000000000000000000000000000000000000000..81cec0ac20cdcb5d6a075c31592f0e10d9acca91 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000013.json @@ -0,0 +1,3 @@ +{ + "text": "Excuse me, do you work here?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000014.json b/metadata/cache/transcripts/vimu_000014.json new file mode 100644 index 0000000000000000000000000000000000000000..5af0bdda4c022cd5a8287ae757706afdfbefa493 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000014.json @@ -0,0 +1,3 @@ +{ + "text": "哈哈哈" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000015.json b/metadata/cache/transcripts/vimu_000015.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000015.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000016.json b/metadata/cache/transcripts/vimu_000016.json new file mode 100644 index 0000000000000000000000000000000000000000..6a0c6c5b5baf13721e651b23109161a462ca8917 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000016.json @@ -0,0 +1,3 @@ +{ + "text": "Please, I beg you. Seems like you're gonna have to make a choice. Oh, God. I'm gonna have to let you go. I've worked here 10 years, what are you talking about? I'm sorry. Your best is pregnant, she's due in three weeks. I'm sorry!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000017.json b/metadata/cache/transcripts/vimu_000017.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000017.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000018.json b/metadata/cache/transcripts/vimu_000018.json new file mode 100644 index 0000000000000000000000000000000000000000..2fb9d06f320d17f041bab7dd892f8933e651db2e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000018.json @@ -0,0 +1,3 @@ +{ + "text": "No." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000019.json b/metadata/cache/transcripts/vimu_000019.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000019.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000020.json b/metadata/cache/transcripts/vimu_000020.json new file mode 100644 index 0000000000000000000000000000000000000000..e87e799fb3116ee2a4eff99d362652cc86ab0831 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000020.json @@ -0,0 +1,3 @@ +{ + "text": "Man, it must be cool being black, right? The moment it's dark, no one can see you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000021.json b/metadata/cache/transcripts/vimu_000021.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000021.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000022.json b/metadata/cache/transcripts/vimu_000022.json new file mode 100644 index 0000000000000000000000000000000000000000..fe42d4b7ed05371905c37155d3bb2738f969ac57 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000022.json @@ -0,0 +1,3 @@ +{ + "text": "Salg" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000023.json b/metadata/cache/transcripts/vimu_000023.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000023.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000024.json b/metadata/cache/transcripts/vimu_000024.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000024.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000025.json b/metadata/cache/transcripts/vimu_000025.json new file mode 100644 index 0000000000000000000000000000000000000000..0d8dbc9dd17453d8cdaffb044a236c9a3affbb6b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000025.json @@ -0,0 +1,3 @@ +{ + "text": "Why are you guys in the car? You're thinking of a beach? You wanna go out by the sand? Yeah, that's true. I can't do this. I can't do this. We have a bunch of coke in the back. I'm sorry. Dude. I'm sorry. Kyle. All right, okay, man. That's bad. We're gonna do this one by one. Hold on, hold on, hold on. You stay in the car. I can't do this. I'm sorry. Dude, it's not a big deal, okay? It's not ours, though. We're just bringing it to a friend. I swear. Okay, just relax. Figure it out, man. Just relax." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000026.json b/metadata/cache/transcripts/vimu_000026.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000026.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000027.json b/metadata/cache/transcripts/vimu_000027.json new file mode 100644 index 0000000000000000000000000000000000000000..dcf7d306da7eca391569d350e7e8a9eb7e019a88 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000027.json @@ -0,0 +1,3 @@ +{ + "text": "这都怎么给我缠上了" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000028.json b/metadata/cache/transcripts/vimu_000028.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000028.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000029.json b/metadata/cache/transcripts/vimu_000029.json new file mode 100644 index 0000000000000000000000000000000000000000..e842473d9310e1a02246f3295f5dba7deb2ae031 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000029.json @@ -0,0 +1,3 @@ +{ + "text": "Quick question, would you like to buy the mystery box, right? $20 cash right now. It's a gamble. It's a gamble? All right, go ahead, bro. It's a gamble, though, like in life, when you go to the casino and you lose, they don't give you your money back, do they?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000030.json b/metadata/cache/transcripts/vimu_000030.json new file mode 100644 index 0000000000000000000000000000000000000000..cc6f26af664dc7d690678c47d182acfddb8be282 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000030.json @@ -0,0 +1,3 @@ +{ + "text": "I built this shit! Me! Brick by brick! And I'll be damned if I let you tear it down!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000031.json b/metadata/cache/transcripts/vimu_000031.json new file mode 100644 index 0000000000000000000000000000000000000000..6e4e1bf0a79afff11a626863a584457ee55c207a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000031.json @@ -0,0 +1,3 @@ +{ + "text": "I hate your taste in music. I despise it. And I don't give a fuck!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000032.json b/metadata/cache/transcripts/vimu_000032.json new file mode 100644 index 0000000000000000000000000000000000000000..bcecb3f38aefa1b8f0b80a7cdb5a21714404edd7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000032.json @@ -0,0 +1,3 @@ +{ + "text": "In the Second World War, when England were at war with Germany, the leader of the German army was Adolf Hitler. Could you tell us, please, how tall was Adolf Hitler? And where did he live? It's about six foot one, and he lives in the Battle of Hastings. No, you're totally wrong. Oh, am I? Yeah, do you know why? He was that tall, and he lived over there." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000033.json b/metadata/cache/transcripts/vimu_000033.json new file mode 100644 index 0000000000000000000000000000000000000000..3a245d43ef827853f96a578fb55f04e6db3ba56b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000033.json @@ -0,0 +1,3 @@ +{ + "text": "بنتے رو، بنتے رہے کوئی خلش ہے" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000034.json b/metadata/cache/transcripts/vimu_000034.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000034.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000035.json b/metadata/cache/transcripts/vimu_000035.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000035.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000036.json b/metadata/cache/transcripts/vimu_000036.json new file mode 100644 index 0000000000000000000000000000000000000000..996dda44b6a410fe5f7a32ac1898f7d540948134 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000036.json @@ -0,0 +1,3 @@ +{ + "text": "Auf der heiligen Flüglein ein kleines Blümlein und das heißt..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000037.json b/metadata/cache/transcripts/vimu_000037.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000037.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000038.json b/metadata/cache/transcripts/vimu_000038.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000038.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000039.json b/metadata/cache/transcripts/vimu_000039.json new file mode 100644 index 0000000000000000000000000000000000000000..c3e19af459cb0a60421f25a69394efc4d34411a9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000039.json @@ -0,0 +1,3 @@ +{ + "text": "All right, you've just plunged your dagger into his brain, so you're stabbing and stabbing. All right, go ahead, Bobby. Okay. Like this? Yeah, perfect. Keep it going. Okay, now a demon is attacking you right next to your head, okay? On the right side. Yeah, start stabbing him. Great. Okay, and the dragon. Keep stabbing the dragon. All right, and the demon. All right, you're stabbing both of them. This is hard. Doing great. Okay, now a second demon is attacking you. They're on either side of your head. You're stabbing both of them. Yeah, don't forget the dragon. Okay. Yeah, and the demons. All right, and cut! Terrific. How's this? Good. Good. Okay, now you've just been shot in the back by a cave troll's arrow. All right, arch your back a little more. All right, and another one. And another one. Yeah, you're really getting pounded. All right, keep arching your back. Oh no, the little demons are back! They're back, yeah! On either side and you're stabbing them, but you're still getting hit by those arrows. Oh no, the demons are bleeding! No, no, no! Remember, demon blood is good! It gives you health points. So open your mouth. Drink as much as you can. Drink of them both demons. Don't get it in your eyes! Demon blood can blind you. Yeah, swallow the blood. You? You're creating an energy sphere to save yourself. Cup it in your palm. Move your fingers around. Help it grow. You're molding it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000040.json b/metadata/cache/transcripts/vimu_000040.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000040.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000041.json b/metadata/cache/transcripts/vimu_000041.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000041.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000042.json b/metadata/cache/transcripts/vimu_000042.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000042.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000043.json b/metadata/cache/transcripts/vimu_000043.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000043.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000044.json b/metadata/cache/transcripts/vimu_000044.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000044.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000045.json b/metadata/cache/transcripts/vimu_000045.json new file mode 100644 index 0000000000000000000000000000000000000000..068e5a2a2572acd9dc9f39f003edfb02abe14f66 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000045.json @@ -0,0 +1,3 @@ +{ + "text": "Isn't that ours? Nah, ours is in the garden." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000046.json b/metadata/cache/transcripts/vimu_000046.json new file mode 100644 index 0000000000000000000000000000000000000000..7702fe45922cad6e6a928091d97741e67003a0c0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000046.json @@ -0,0 +1,3 @@ +{ + "text": "Auf der Heide blüht ein kleines Blümchen." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000047.json b/metadata/cache/transcripts/vimu_000047.json new file mode 100644 index 0000000000000000000000000000000000000000..b8e5b3ed2da9cff3728127da13f0a05753a41095 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000047.json @@ -0,0 +1,3 @@ +{ + "text": "Now what's 2 times 5? 10. Great, now what's 3 times 6? 9. No, that's incorrect. 8." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000048.json b/metadata/cache/transcripts/vimu_000048.json new file mode 100644 index 0000000000000000000000000000000000000000..2f60a19ce0517bdd9338cec1a9804ca86a6089dd --- /dev/null +++ b/metadata/cache/transcripts/vimu_000048.json @@ -0,0 +1,3 @@ +{ + "text": "这里不可以,这里不可以。" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000049.json b/metadata/cache/transcripts/vimu_000049.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000049.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000050.json b/metadata/cache/transcripts/vimu_000050.json new file mode 100644 index 0000000000000000000000000000000000000000..77304c9fba37244084d168e804a9b13e7925cdf9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000050.json @@ -0,0 +1,3 @@ +{ + "text": "Si te piso beso en Domino, con nega el Tolofalandolo, sabe que tu corazón molito se va pam pam, sabe que la besazo, con la quitando, mi cuerpo está equivocado, parece que voy a llegar. Quiero que no quiero ver con tu amor el ligue, cuando te piso no me quieren alejarme, que pensaba lento, me gusta bailar, pasito a pasito, suave suavecito, nos vamos pegando poquito a poquito." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000051.json b/metadata/cache/transcripts/vimu_000051.json new file mode 100644 index 0000000000000000000000000000000000000000..3ab66dd4e96b5f2a779386205589ffef37ea96e1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000051.json @@ -0,0 +1,3 @@ +{ + "text": "Ven, así es como deberíamos estar todos en la sociedad, todos juntos, todos unidos, sin peleas ni discusiones." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000052.json b/metadata/cache/transcripts/vimu_000052.json new file mode 100644 index 0000000000000000000000000000000000000000..f3ebe6b54ae9a42f1811793828b4f939ee932f05 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000052.json @@ -0,0 +1,3 @@ +{ + "text": "Truck, dock, walk, find your ride. Quick, stick, lick, dinner time. Spit, split, split, shut your eyes. Which, stitch, pitch, big surprise." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000053.json b/metadata/cache/transcripts/vimu_000053.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000053.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000054.json b/metadata/cache/transcripts/vimu_000054.json new file mode 100644 index 0000000000000000000000000000000000000000..feea6bf332d167ceae2254775720b604637f33a7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000054.json @@ -0,0 +1,3 @@ +{ + "text": "All remaining systems will bow to the First Order and will remember this!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000055.json b/metadata/cache/transcripts/vimu_000055.json new file mode 100644 index 0000000000000000000000000000000000000000..2e8c409d5ccc81822371896d7b8d567e5611a606 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000055.json @@ -0,0 +1,3 @@ +{ + "text": "Auf der Weiden liegt ein kleines Schifferlein." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000056.json b/metadata/cache/transcripts/vimu_000056.json new file mode 100644 index 0000000000000000000000000000000000000000..948e064860275989f2d366d4d5975a69db489b1d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000056.json @@ -0,0 +1,3 @@ +{ + "text": "Sneakers! Sneakers! Snices!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000057.json b/metadata/cache/transcripts/vimu_000057.json new file mode 100644 index 0000000000000000000000000000000000000000..1b01c2a3b140d09f7b8cc132d973d42f58778d31 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000057.json @@ -0,0 +1,3 @@ +{ + "text": "Agora essa famosa." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000058.json b/metadata/cache/transcripts/vimu_000058.json new file mode 100644 index 0000000000000000000000000000000000000000..6bed994339aea26c25289aa2f10fd2b15de30bcc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000058.json @@ -0,0 +1,3 @@ +{ + "text": "nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000059.json b/metadata/cache/transcripts/vimu_000059.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000059.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000060.json b/metadata/cache/transcripts/vimu_000060.json new file mode 100644 index 0000000000000000000000000000000000000000..9ace5b84404aadfa37868b6d35484b10c0513c9b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000060.json @@ -0,0 +1,3 @@ +{ + "text": "Oh, no, I dropped my glasses. Uh, by the way, Pinocchio, there was a cookie missing from the jar. Did you, uh, did you take it by any chance? Yes, Papa Geppetto. I'm sorry. Are you sure you took it? Because, uh, I'd believe you if you said you didn't. No, I took it, Papa. I wouldn't lie to you. You could try. Who knows, you might get away with it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000061.json b/metadata/cache/transcripts/vimu_000061.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000061.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000062.json b/metadata/cache/transcripts/vimu_000062.json new file mode 100644 index 0000000000000000000000000000000000000000..e321db6883b32f2a5a327e7f4986cae3a0c5413d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000062.json @@ -0,0 +1,3 @@ +{ + "text": "Hello. Are you at a bar? I thought you were too sick to come to my cousin's wedding. No, honey, that's just the TV. And now back to Jim in the newsroom. According to the Turkish Prime Minister, the economic situation there... Maxi mixers are going fast. How about a demo, Phil? Honey, what's that smell? Timmy tried to cook a turkey in the dishwasher. Looks like nothing's on. I'll try and get some rest, all right? OK." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000063.json b/metadata/cache/transcripts/vimu_000063.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000063.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000064.json b/metadata/cache/transcripts/vimu_000064.json new file mode 100644 index 0000000000000000000000000000000000000000..577e33ccf0ad351030eb4eb6f8931fe80302b4af --- /dev/null +++ b/metadata/cache/transcripts/vimu_000064.json @@ -0,0 +1,3 @@ +{ + "text": "こんなこと、いいな、できたらいいな。 あんな夢、こんな夢、いっぱい。" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000065.json b/metadata/cache/transcripts/vimu_000065.json new file mode 100644 index 0000000000000000000000000000000000000000..798ddb835b1710761283e82b5dc1481a836f1e21 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000065.json @@ -0,0 +1,3 @@ +{ + "text": "恭喜你啊,今天的手術非常成功 請進 醫生你好 我出來這兩天 哪還有活那醫生啊 你是不是吹!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000066.json b/metadata/cache/transcripts/vimu_000066.json new file mode 100644 index 0000000000000000000000000000000000000000..6c1bd681d9a492da086b923412e4a400ad9a9659 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000066.json @@ -0,0 +1,3 @@ +{ + "text": "We don't do it for you. We only do it for you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000067.json b/metadata/cache/transcripts/vimu_000067.json new file mode 100644 index 0000000000000000000000000000000000000000..563fe46148f302f86dec8a92d46ea39e126665fe --- /dev/null +++ b/metadata/cache/transcripts/vimu_000067.json @@ -0,0 +1,3 @@ +{ + "text": "Here we go, Stephen Hawking dropping in on the giant vert ramp. This is four, five, six, seven, eight, nine, this is unreal!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000068.json b/metadata/cache/transcripts/vimu_000068.json new file mode 100644 index 0000000000000000000000000000000000000000..4efb6b8b9c087cebd687af415e5b02137c22356e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000068.json @@ -0,0 +1,3 @@ +{ + "text": "同志们,上宝岛,一起打下一片新天地。我蒋介石亲自带队,你来不来?点这里,金元券立刻送到手,组建部队,升级炮台。 这导也太神奇了吧!他不怕人,还愿意待在我们手上。兄弟们,上船干嘛?来岛上当兄弟吧!一起来守护宝岛!宝岛骑兵! 这个技能我炮艇又升一级啦!这么猛!金元券拿来给他充!战斗力直接翻一倍!太给力了!弟兄们跟上!开岛去!宝岛骑兵,用金元券战!你也玩宝岛骑兵!走,我们打他们的海岸基地!我们赢啦!太爽啦! 宝岛骑兵立刻下载,率领你的部队征服宝岛!冲啊,快把登陆艇放出去!这波肯定赢!哈,胜利!兄弟们,用金元券充值,部队马上变强!给他全充满!哇,海虎坦克三级了!宝岛骑兵!兄弟们一起!好了,同志们,我是蒋介石,现在全新的宝岛骑兵上线啦! 我和你们一样热血,准备一起登岛作战!点击下载就送金元券!登录马上用!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000069.json b/metadata/cache/transcripts/vimu_000069.json new file mode 100644 index 0000000000000000000000000000000000000000..de22ee296958cbfa3de423b7215154332b2e35e0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000069.json @@ -0,0 +1,3 @@ +{ + "text": "This museum is amazing! Wow, look! It's a really old piece of farm equipment." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000070.json b/metadata/cache/transcripts/vimu_000070.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000070.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000071.json b/metadata/cache/transcripts/vimu_000071.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000071.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000072.json b/metadata/cache/transcripts/vimu_000072.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000072.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000073.json b/metadata/cache/transcripts/vimu_000073.json new file mode 100644 index 0000000000000000000000000000000000000000..29e9c2bdd75fe6067af54b586dba3368a107071c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000073.json @@ -0,0 +1,3 @@ +{ + "text": "Like sugar on my tongue, tongue, tongue. Your body is so sweet, sweet, sweet. Invite me to come, come, come." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000074.json b/metadata/cache/transcripts/vimu_000074.json new file mode 100644 index 0000000000000000000000000000000000000000..629cf82cadb96eec70f607290b18c38af01530db --- /dev/null +++ b/metadata/cache/transcripts/vimu_000074.json @@ -0,0 +1,3 @@ +{ + "text": "买 买 买那个 买 买 买那个 买 买 买那个 买" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000075.json b/metadata/cache/transcripts/vimu_000075.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000075.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000076.json b/metadata/cache/transcripts/vimu_000076.json new file mode 100644 index 0000000000000000000000000000000000000000..2bbfbef1c44bfb5ad806e7f2c1d3c68c3070d00c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000076.json @@ -0,0 +1,3 @@ +{ + "text": "I woke up in a new Bugatti. And to really value what we have here, we always had..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000077.json b/metadata/cache/transcripts/vimu_000077.json new file mode 100644 index 0000000000000000000000000000000000000000..212c00429c59fd4f2db4a3be6f3a2f26738008fb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000077.json @@ -0,0 +1,3 @@ +{ + "text": "You're here, there's nothing I" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000078.json b/metadata/cache/transcripts/vimu_000078.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000078.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000079.json b/metadata/cache/transcripts/vimu_000079.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000079.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000080.json b/metadata/cache/transcripts/vimu_000080.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000080.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000081.json b/metadata/cache/transcripts/vimu_000081.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000081.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000082.json b/metadata/cache/transcripts/vimu_000082.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000082.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000083.json b/metadata/cache/transcripts/vimu_000083.json new file mode 100644 index 0000000000000000000000000000000000000000..aee2f5a022d2a8aaca60b313db01fd9f1e990e6c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000083.json @@ -0,0 +1,3 @@ +{ + "text": "¿Qué haces? ¿Qué pollas haces? ¿Qué pollas haces? ¿Qué pollas haces? ¿Qué pollas haces? Al final te doy, al final te doy." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000084.json b/metadata/cache/transcripts/vimu_000084.json new file mode 100644 index 0000000000000000000000000000000000000000..90e5653c597c63112441c2203c3be0157b43b63e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000084.json @@ -0,0 +1,3 @@ +{ + "text": "Messi! No! Messi! No! Messi! No! Messi! No! Georgina! No!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000085.json b/metadata/cache/transcripts/vimu_000085.json new file mode 100644 index 0000000000000000000000000000000000000000..6a44d8149195172cdd0446420d090b52f36c9bc1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000085.json @@ -0,0 +1,3 @@ +{ + "text": "Here we go! A-U-A-U-A-U-Easy! Hurda, hurda, hurda, hurda. Stupid... Woah!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000086.json b/metadata/cache/transcripts/vimu_000086.json new file mode 100644 index 0000000000000000000000000000000000000000..054631cb663c54f7b146c9898d0b411753e9990a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000086.json @@ -0,0 +1,3 @@ +{ + "text": "I wanted to join the military, but they said they would use me as a missile." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000087.json b/metadata/cache/transcripts/vimu_000087.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000087.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000088.json b/metadata/cache/transcripts/vimu_000088.json new file mode 100644 index 0000000000000000000000000000000000000000..5a7ecaa0b534540b3611fff8eee96d1e1445ad12 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000088.json @@ -0,0 +1,3 @@ +{ + "text": "What a pilot sees during landing. Incredible. And it's moments like these that remind me of, like, what humanity is capable of. We're able to rise above the clouds and touch the edge of impossibles. Amazing. What the-" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000089.json b/metadata/cache/transcripts/vimu_000089.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000089.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000090.json b/metadata/cache/transcripts/vimu_000090.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000090.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000091.json b/metadata/cache/transcripts/vimu_000091.json new file mode 100644 index 0000000000000000000000000000000000000000..3fcce4e59bbd8ed19b6bd6d7d8546e3bb4f159ee --- /dev/null +++ b/metadata/cache/transcripts/vimu_000091.json @@ -0,0 +1,3 @@ +{ + "text": "You know an easy way to cut bacon? Well, you wouldn't say. So we cut one bacon, two bacon, three bacon. Three bacon. What's this? Oh, okay. Easy way. Yes. Oh, wow. He knows how to do it really well." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000092.json b/metadata/cache/transcripts/vimu_000092.json new file mode 100644 index 0000000000000000000000000000000000000000..318b38d0d9bd3ccf242d52116cf249269f688dd4 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000092.json @@ -0,0 +1,3 @@ +{ + "text": "The emergency call and wash away Why" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000093.json b/metadata/cache/transcripts/vimu_000093.json new file mode 100644 index 0000000000000000000000000000000000000000..8d4b80a9cdfa565516201fcdea0635bb278c996e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000093.json @@ -0,0 +1,3 @@ +{ + "text": "I was acting." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000094.json b/metadata/cache/transcripts/vimu_000094.json new file mode 100644 index 0000000000000000000000000000000000000000..d9fc643d97c6e68389a11beefa414ec225e8fc3b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000094.json @@ -0,0 +1,3 @@ +{ + "text": "记得了药店,你还记不记得那个华门药店跟那个效果是一模一样的? 嗯,是只狐狸 我叫哆啦A梦 他一定是把哆啦A梦当作上将了" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000095.json b/metadata/cache/transcripts/vimu_000095.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000095.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000096.json b/metadata/cache/transcripts/vimu_000096.json new file mode 100644 index 0000000000000000000000000000000000000000..4f750b9426e10cc6860fa835e7a552daf5c6abcb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000096.json @@ -0,0 +1,3 @@ +{ + "text": "Okay, it's gonna be easy. Clock, clock, sock, sock, rock, rock, clock. Rock, clock, clock, clock, sock, sock, rock, sock, sock, clock, sock, rock, clock. Clock, rock, sock, sock, rock, clock. Rock, sock, rock, clock." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000097.json b/metadata/cache/transcripts/vimu_000097.json new file mode 100644 index 0000000000000000000000000000000000000000..50cfc7122f72e1b21cd64fc1475770e44ea44dbe --- /dev/null +++ b/metadata/cache/transcripts/vimu_000097.json @@ -0,0 +1,3 @@ +{ + "text": "Stop, stop, stop, stop! No, Dee, no, Dee, stop, Dee, stop, Dee! Yes, Dee, yes, Dee! No, stop, don't stop! Hey, yo, yo, yo! Nee!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000098.json b/metadata/cache/transcripts/vimu_000098.json new file mode 100644 index 0000000000000000000000000000000000000000..bbd6e60ed792621e5fe0731becce59f172847b85 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000098.json @@ -0,0 +1,3 @@ +{ + "text": "Let's see it. Nine! Shampoo, conditioner, body wash, soap, lotion, shaving cream, toothpaste, detergent, and motor oil. Motor oil!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000099.json b/metadata/cache/transcripts/vimu_000099.json new file mode 100644 index 0000000000000000000000000000000000000000..82966a0da8b63393145003fb1ab87573e7b01034 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000099.json @@ -0,0 +1,3 @@ +{ + "text": "Fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you," +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000100.json b/metadata/cache/transcripts/vimu_000100.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000100.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000101.json b/metadata/cache/transcripts/vimu_000101.json new file mode 100644 index 0000000000000000000000000000000000000000..338c25641b42d87d6b4734f35fecfdf39c6e379a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000101.json @@ -0,0 +1,3 @@ +{ + "text": "Stop burning bridges. All right, let's look at the other one." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000102.json b/metadata/cache/transcripts/vimu_000102.json new file mode 100644 index 0000000000000000000000000000000000000000..7920d34bd75e54a2b9a19d557cc1b464c5c92ae5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000102.json @@ -0,0 +1,3 @@ +{ + "text": "Me encanta este dibujo de ese. Vacapero. y que? Ah, es Broly. Oye, ya, yo pensaba que tú sabes cómo uno cuando. Vaca, pero. Ah. Es Goku. Vaca, pero. Ay, este Gohan." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000103.json b/metadata/cache/transcripts/vimu_000103.json new file mode 100644 index 0000000000000000000000000000000000000000..422c9a96b4043df49f00ab226c34d175573b85fc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000103.json @@ -0,0 +1,3 @@ +{ + "text": "I love you for infinity" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000104.json b/metadata/cache/transcripts/vimu_000104.json new file mode 100644 index 0000000000000000000000000000000000000000..741f9c1b49f14a03119bc33469de1da7117942a9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000104.json @@ -0,0 +1,3 @@ +{ + "text": "These Chinese golden lion ornaments are said to protect your bedroom from demons or evil spirits. However, I'm not too sure how effective they are, because I got them for my roommate, and he's been screaming himself to sleep every night. To be fair, he's much less grumpy in the morning." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000105.json b/metadata/cache/transcripts/vimu_000105.json new file mode 100644 index 0000000000000000000000000000000000000000..f8ca408a394e85f2b759919ee58f82b9415a8f6a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000105.json @@ -0,0 +1,3 @@ +{ + "text": "What?!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000106.json b/metadata/cache/transcripts/vimu_000106.json new file mode 100644 index 0000000000000000000000000000000000000000..ae5634c53dd9bde1ec133f6c59339135592a4fbb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000106.json @@ -0,0 +1,3 @@ +{ + "text": "And, uh, how fast men can become friends. What's this? Oh, calm down, bro. You calm down. Just hurry up. Are you a black guy? Are you serious? What? What, just because I'm robbing you mean I'm black? I mean- Why would you think that? I don't know, maybe because you're robbing me, and you're black? How do you know I wasn't a white guy? Because, bro, you- you talk black. Excuse me? Talk black? Alright, sorry, I mean, talk African-American. I didn't know black was a language. Look, man, I didn't mean to offend you, okay? I was nervous. How would you feel if I just assumed you was a gardener? I am a gardener. How would you feel if I assumed you was in a mariachi? No, no. I'd be fine with it. I love mariachi. How would you feel if I assumed you was illegal? Whoa, whoa, okay. Calm down. That's too far. Don't even talk. Does it feel too good, doesn't it? So how would you feel if I assumed you need to pay child support? How would you feel if I assumed all you did was get drunk and watch soccer? How would you feel if I assumed you only eat chicken and watermelon? How would you feel if I assumed you only eat tacos, and fajitas? How would you- Damn, I could really go for a taco right now. Hey, actually, I could do the same. There's actually an amazing taco truck down the street. Oh really? I gotta check that out. You probably won't like it, though, because they don't have grape soda. You know the difference between a Hispanic and a stoner? Oh no. Stoners have papers. That's the shit a black father and a boomerang. What's that? Boomerang. What's really long and black? The line at KFC. Funny, I like that one. It's good, right? Man, it's okay to laugh at each other sometimes. As long as, after all the ignorant jokes and stupid comments, we actually respect each other. Wow. That's about the correction? Well... That was beautiful. I'm so glad racism is back. I've been waiting on this for a while. Thank God." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000107.json b/metadata/cache/transcripts/vimu_000107.json new file mode 100644 index 0000000000000000000000000000000000000000..b5f8026548a4fe0cbfd910f38371f3af81de1f93 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000107.json @@ -0,0 +1,3 @@ +{ + "text": "表现力!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000108.json b/metadata/cache/transcripts/vimu_000108.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000108.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000109.json b/metadata/cache/transcripts/vimu_000109.json new file mode 100644 index 0000000000000000000000000000000000000000..35e6d61b5cac2a37d4757f52143bd8330e51ef1b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000109.json @@ -0,0 +1,3 @@ +{ + "text": "First impressions can be deceiving, but I'm not creating an impression, I'm creating art. Art that looks you straight in the eyes. That's enough internet for today." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000110.json b/metadata/cache/transcripts/vimu_000110.json new file mode 100644 index 0000000000000000000000000000000000000000..d7d309993108b1d48da554db011c908bbdc0fb15 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000110.json @@ -0,0 +1,3 @@ +{ + "text": "What is this? Find the imposter. Easy, easy, okay, easy. Uh, black one. Black chocolate." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000111.json b/metadata/cache/transcripts/vimu_000111.json new file mode 100644 index 0000000000000000000000000000000000000000..5aa7c7596492f15a0ea38e5748172acd214916f4 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000111.json @@ -0,0 +1,3 @@ +{ + "text": "All right, what do we got? What is that? OH MY SNOW!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000112.json b/metadata/cache/transcripts/vimu_000112.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000112.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000113.json b/metadata/cache/transcripts/vimu_000113.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000113.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000114.json b/metadata/cache/transcripts/vimu_000114.json new file mode 100644 index 0000000000000000000000000000000000000000..f55a6d2f19857d5595a19a894e3603d0aa44f6ee --- /dev/null +++ b/metadata/cache/transcripts/vimu_000114.json @@ -0,0 +1,3 @@ +{ + "text": "This I do it for you. We only do it for you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000115.json b/metadata/cache/transcripts/vimu_000115.json new file mode 100644 index 0000000000000000000000000000000000000000..522abab0d8365a09ea30438c41afb6b64bf66c42 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000115.json @@ -0,0 +1,3 @@ +{ + "text": "Вот это крутая штука." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000116.json b/metadata/cache/transcripts/vimu_000116.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000116.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000117.json b/metadata/cache/transcripts/vimu_000117.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000117.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000118.json b/metadata/cache/transcripts/vimu_000118.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000118.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000119.json b/metadata/cache/transcripts/vimu_000119.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000119.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000120.json b/metadata/cache/transcripts/vimu_000120.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000120.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000121.json b/metadata/cache/transcripts/vimu_000121.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000121.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000122.json b/metadata/cache/transcripts/vimu_000122.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000122.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000123.json b/metadata/cache/transcripts/vimu_000123.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000123.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000124.json b/metadata/cache/transcripts/vimu_000124.json new file mode 100644 index 0000000000000000000000000000000000000000..0b1e36ee3057b259370e82d8ac6554ddee12d6b3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000124.json @@ -0,0 +1,3 @@ +{ + "text": "To live forever young, I want to be forever young" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000125.json b/metadata/cache/transcripts/vimu_000125.json new file mode 100644 index 0000000000000000000000000000000000000000..0cc2363603f373b12ffab4b5df6d5ba05ea16036 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000125.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, come on, vamonos. Everybody stay low. Throw me that chain before I swallow my foot in your asshole. Hey, do y'all see somebody? Yes! Dora, he's behind you! Do y'all see anybody? Bitch! You're not listening! I see his ass. Hey, let's take him to Escuela and teach him a lesson. Can y'all say backpack? Now! Nah-uh! Dora not the one. Backpack, backpack. Alright, y'all. In the backpack, we got the class dismissed, the bully white kid, oh, and the hall pass. I'm going with class dismissed. If you said class dismissed, that's correct! Hey! He gets to leave Earth early. I'm the gun, I'm the gun. I'm the gun, I'm the gun. I'm for fun, I'm the gun. Oh, shit! Hey, quick physics lesson for you kids at home. Is he faster than a bullet? Let's find out. But first, let's cheer him on in Spanish. Rapido, nigga! Say it with me. Rapido, nigga! Guys, was he faster than the bullet? Dora, you always ask these stupid ass questions! Hey, what you watching? Dora the young nigga. He about to run a home invasion. Oh, shit! Hola. Soy Dora." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000126.json b/metadata/cache/transcripts/vimu_000126.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000126.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000127.json b/metadata/cache/transcripts/vimu_000127.json new file mode 100644 index 0000000000000000000000000000000000000000..dfa395c5fee0724a6dd4c12c393251d189874998 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000127.json @@ -0,0 +1,3 @@ +{ + "text": "nobody's promised tomorrow, so I'ma love you every night like it's the last night, like it's the last night, if the world was ending, I wanna be next to you. If the party was over, and our time of love was through, I wanna hold you just for a while, and just when the sun, if the world was ending, I'd wanna be next to you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000128.json b/metadata/cache/transcripts/vimu_000128.json new file mode 100644 index 0000000000000000000000000000000000000000..7ea7e8d97d32ba01d6d7d6956128fa334fef4956 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000128.json @@ -0,0 +1,3 @@ +{ + "text": "Ah, nothing like a good cold can of... Finally, something to put in the..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000129.json b/metadata/cache/transcripts/vimu_000129.json new file mode 100644 index 0000000000000000000000000000000000000000..062ce851ac1d7985363a4c7c997d83f5d4d7daf2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000129.json @@ -0,0 +1,3 @@ +{ + "text": "Here I was, here I was, lay back." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000130.json b/metadata/cache/transcripts/vimu_000130.json new file mode 100644 index 0000000000000000000000000000000000000000..02d6b76242d3773edaab5241725e87bade4b6f3e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000130.json @@ -0,0 +1,3 @@ +{ + "text": "Reminder that Mercury is in the microwave again. I swear, if you're in here right now... Mama!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000131.json b/metadata/cache/transcripts/vimu_000131.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000131.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000132.json b/metadata/cache/transcripts/vimu_000132.json new file mode 100644 index 0000000000000000000000000000000000000000..4fcd53ad80bbff438d65ee18ce1ccb41ddd2eee5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000132.json @@ -0,0 +1,3 @@ +{ + "text": "You know, I'm no expert, but uh, I don't think that's a fuckin' bird. Huh." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000133.json b/metadata/cache/transcripts/vimu_000133.json new file mode 100644 index 0000000000000000000000000000000000000000..ab684c5c05cc093a50178d293be5f742b011f52e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000133.json @@ -0,0 +1,3 @@ +{ + "text": "Peanut butter jelly the long way. Peanut butter, peanut butter jelly the long way." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000134.json b/metadata/cache/transcripts/vimu_000134.json new file mode 100644 index 0000000000000000000000000000000000000000..8fb0cc82a4fc86d8020eb46ca4ad1fc068302c56 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000134.json @@ -0,0 +1,3 @@ +{ + "text": "I can't fuck with 2D sandwiches anymore. I watched Interstellar last night, and guys, there's a bunch of different dimensions out there, and we gotta start utilizing them." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000135.json b/metadata/cache/transcripts/vimu_000135.json new file mode 100644 index 0000000000000000000000000000000000000000..7e1939c682dffdb07b4c698c4bb82b1c325ebc18 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000135.json @@ -0,0 +1,3 @@ +{ + "text": "Marcel, eat this." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000136.json b/metadata/cache/transcripts/vimu_000136.json new file mode 100644 index 0000000000000000000000000000000000000000..0b464ffdb88bd068d72a77cdd755d5a47cbdd2c3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000136.json @@ -0,0 +1,3 @@ +{ + "text": "¡Sanseo! ¡A ver qué otro! ¡tiene la cara de las clases!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000137.json b/metadata/cache/transcripts/vimu_000137.json new file mode 100644 index 0000000000000000000000000000000000000000..0c1603b80c2ccdb5f1bb37912152cdd262904ba0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000137.json @@ -0,0 +1,3 @@ +{ + "text": "Damn, I just found my bag. I don't know how to get it. It must be a lost and found here or something. I don't understand it. I wonder..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000138.json b/metadata/cache/transcripts/vimu_000138.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000138.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000139.json b/metadata/cache/transcripts/vimu_000139.json new file mode 100644 index 0000000000000000000000000000000000000000..0aadad12f4826768039331132b07c912eea4ab38 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000139.json @@ -0,0 +1,3 @@ +{ + "text": "Bad chair, huh? You like that?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000140.json b/metadata/cache/transcripts/vimu_000140.json new file mode 100644 index 0000000000000000000000000000000000000000..90cbb9fd4e708ce064311591df0e83e29d8936b6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000140.json @@ -0,0 +1,3 @@ +{ + "text": "Oh shit, dude. What the fuck? That's sick." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000141.json b/metadata/cache/transcripts/vimu_000141.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000141.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000142.json b/metadata/cache/transcripts/vimu_000142.json new file mode 100644 index 0000000000000000000000000000000000000000..5fe0ad89c5776bd171ed6a6242cfc5b296855975 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000142.json @@ -0,0 +1,3 @@ +{ + "text": "Your Holiness." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000143.json b/metadata/cache/transcripts/vimu_000143.json new file mode 100644 index 0000000000000000000000000000000000000000..710766568ede7fe1198e3ca3a43639d16faecc33 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000143.json @@ -0,0 +1,3 @@ +{ + "text": "You know what, let me show you. So we got around 700 horses in here." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000144.json b/metadata/cache/transcripts/vimu_000144.json new file mode 100644 index 0000000000000000000000000000000000000000..dc045fe8e932820a721eaa5463f1b840bb8dd3d6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000144.json @@ -0,0 +1,3 @@ +{ + "text": "What is this? Furry?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000145.json b/metadata/cache/transcripts/vimu_000145.json new file mode 100644 index 0000000000000000000000000000000000000000..83959530218bea2fb00e51fc3b4b6151abf31028 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000145.json @@ -0,0 +1,3 @@ +{ + "text": "어." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000146.json b/metadata/cache/transcripts/vimu_000146.json new file mode 100644 index 0000000000000000000000000000000000000000..e5b61b42989d1f5909912f595c8844158e6ce8de --- /dev/null +++ b/metadata/cache/transcripts/vimu_000146.json @@ -0,0 +1,3 @@ +{ + "text": "Holy sh... Man littering, car parked across three handicapped spaces. Homer! Hey, Marge. How's my little piglet?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000147.json b/metadata/cache/transcripts/vimu_000147.json new file mode 100644 index 0000000000000000000000000000000000000000..bf0e9e58d4ff4d3dda93813689ad6f0a91dceaab --- /dev/null +++ b/metadata/cache/transcripts/vimu_000147.json @@ -0,0 +1,3 @@ +{ + "text": "Sam, what you doing? You got a hot dog bun in your..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000148.json b/metadata/cache/transcripts/vimu_000148.json new file mode 100644 index 0000000000000000000000000000000000000000..cacfcbbb7e4855fd3c22bf26c7976d31c6aadb7c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000148.json @@ -0,0 +1,3 @@ +{ + "text": "Thou shalt show no fear, in bloody eyes and Lord I shall hold my poise. This is where I made my stand, I shall..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000149.json b/metadata/cache/transcripts/vimu_000149.json new file mode 100644 index 0000000000000000000000000000000000000000..e96ca48c4f22bbfdd0e456a0c9c0a7fa7846acc5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000149.json @@ -0,0 +1,3 @@ +{ + "text": "Mm, Brennan, that looks really good. Man, that bar is creaky." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000150.json b/metadata/cache/transcripts/vimu_000150.json new file mode 100644 index 0000000000000000000000000000000000000000..868be3fed07edeaee96723d8e6dca940220d0b17 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000150.json @@ -0,0 +1,3 @@ +{ + "text": "Now reviewing McDonald's large Sprite. Now, for the taste test." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000151.json b/metadata/cache/transcripts/vimu_000151.json new file mode 100644 index 0000000000000000000000000000000000000000..5904e1b967e33f01b260e35013826ed555bf9432 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000151.json @@ -0,0 +1,3 @@ +{ + "text": "no, two dollar, two dollar." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000152.json b/metadata/cache/transcripts/vimu_000152.json new file mode 100644 index 0000000000000000000000000000000000000000..86a451b3e917fa1fa0c30596bc8b5a1ddb314dd4 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000152.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, look at this big ass piece of ice I found, man. Yo, word?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000153.json b/metadata/cache/transcripts/vimu_000153.json new file mode 100644 index 0000000000000000000000000000000000000000..617515aea62bd1a30820a75005b614f0887abf09 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000153.json @@ -0,0 +1,3 @@ +{ + "text": "Those have the fries on there with some nacho cheese, an even portion scoop of steak. I thought Chipotle was bogus. You scooped that like it's coming out of your check!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000154.json b/metadata/cache/transcripts/vimu_000154.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000154.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000155.json b/metadata/cache/transcripts/vimu_000155.json new file mode 100644 index 0000000000000000000000000000000000000000..c5974e959bc41a01f805ee8766ac6387ce19fee1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000155.json @@ -0,0 +1,3 @@ +{ + "text": "What the fu-" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000156.json b/metadata/cache/transcripts/vimu_000156.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000156.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000157.json b/metadata/cache/transcripts/vimu_000157.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000157.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000158.json b/metadata/cache/transcripts/vimu_000158.json new file mode 100644 index 0000000000000000000000000000000000000000..824fdf69c97cfd0bc6449ecff788ff979946a144 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000158.json @@ -0,0 +1,3 @@ +{ + "text": "Damn, this shit good as fuck, bro. Absolutely, bro. Absolutely. They do not. Never." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000159.json b/metadata/cache/transcripts/vimu_000159.json new file mode 100644 index 0000000000000000000000000000000000000000..9f0ad56c3a8792c8aa8fb4a61fff73c91935d350 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000159.json @@ -0,0 +1,3 @@ +{ + "text": "So she said, what's the problem, baby? What's the problem? I don't know, well, maybe I'm in love, love." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000160.json b/metadata/cache/transcripts/vimu_000160.json new file mode 100644 index 0000000000000000000000000000000000000000..6198d4342d5b8890f961d62a7130ded68b415f1d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000160.json @@ -0,0 +1,3 @@ +{ + "text": "onion like that, and I love the red onion, so just do that back and forth. And when you see the blade is not big enough, just you go on the side like this. You see?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000161.json b/metadata/cache/transcripts/vimu_000161.json new file mode 100644 index 0000000000000000000000000000000000000000..1aa0a578ff5aff2bcd3ef3457a3e128d6b437ca0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000161.json @@ -0,0 +1,3 @@ +{ + "text": "Alone at the edge of a universe humming a tune." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000162.json b/metadata/cache/transcripts/vimu_000162.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000162.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000163.json b/metadata/cache/transcripts/vimu_000163.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000163.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000164.json b/metadata/cache/transcripts/vimu_000164.json new file mode 100644 index 0000000000000000000000000000000000000000..7cff86b274b0a5db611b13dcc437f75864eda845 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000164.json @@ -0,0 +1,3 @@ +{ + "text": "No! Wait, wait, wait! No! No! No! No! No!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000165.json b/metadata/cache/transcripts/vimu_000165.json new file mode 100644 index 0000000000000000000000000000000000000000..4c4816ecef13f5e48c8d55870a0a1863d64842e5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000165.json @@ -0,0 +1,3 @@ +{ + "text": "All right, go back down. All right." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000166.json b/metadata/cache/transcripts/vimu_000166.json new file mode 100644 index 0000000000000000000000000000000000000000..00e67cffe21709340765ad1416d860b09b6460f5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000166.json @@ -0,0 +1,3 @@ +{ + "text": "我" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000167.json b/metadata/cache/transcripts/vimu_000167.json new file mode 100644 index 0000000000000000000000000000000000000000..9266fc11a45ee99683e98b17a333a3a3df7d6e25 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000167.json @@ -0,0 +1,3 @@ +{ + "text": "Be productive today, I'm gonna go out, I'm gonna go to the gym, I'm gonna get shit done, it's boring rain, fuck this, I'm getting drunk." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000168.json b/metadata/cache/transcripts/vimu_000168.json new file mode 100644 index 0000000000000000000000000000000000000000..655052f9ba755393d364231c3ef3c3246a489b59 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000168.json @@ -0,0 +1,3 @@ +{ + "text": "fuck, these motherfuckers gave me gravy or something. I was about to turn around and go return this shit. This whole fucking thing is ranch. Bro, I got 10 boneless wings. What the fuck you talking about?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000169.json b/metadata/cache/transcripts/vimu_000169.json new file mode 100644 index 0000000000000000000000000000000000000000..84a5ba43f9c138653749bb640c9a630da4cc5565 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000169.json @@ -0,0 +1,3 @@ +{ + "text": "Cheers, baby!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000170.json b/metadata/cache/transcripts/vimu_000170.json new file mode 100644 index 0000000000000000000000000000000000000000..54adb11011e658cb88988df449eb26b4de10ebe3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000170.json @@ -0,0 +1,3 @@ +{ + "text": "Have a fucking swig, mate! Go on, scull it!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000171.json b/metadata/cache/transcripts/vimu_000171.json new file mode 100644 index 0000000000000000000000000000000000000000..afae5820da38ca145c6b5ddfdde12f0d1cabb1ce --- /dev/null +++ b/metadata/cache/transcripts/vimu_000171.json @@ -0,0 +1,3 @@ +{ + "text": "Hi, can I get a flatbread? Oh, I said a flatbread." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000172.json b/metadata/cache/transcripts/vimu_000172.json new file mode 100644 index 0000000000000000000000000000000000000000..de2d4bb8d5db4a445a05bcaf5c012ec7fb67eed6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000172.json @@ -0,0 +1,3 @@ +{ + "text": "Yeah, man, can I get a..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000173.json b/metadata/cache/transcripts/vimu_000173.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000173.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000174.json b/metadata/cache/transcripts/vimu_000174.json new file mode 100644 index 0000000000000000000000000000000000000000..d78aa45d37aa8d1a071adf73bfd54ffde7065b4c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000174.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, what up?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000175.json b/metadata/cache/transcripts/vimu_000175.json new file mode 100644 index 0000000000000000000000000000000000000000..d8033849e14d73c048470e46d7024b9bab8b845b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000175.json @@ -0,0 +1,3 @@ +{ + "text": "I found a purple hair, he watching Orange is the New Black, and I found me a midget and he eating some chicken, all right." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000176.json b/metadata/cache/transcripts/vimu_000176.json new file mode 100644 index 0000000000000000000000000000000000000000..4ff37b092fba87851f9974d7c6236917e56ad55f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000176.json @@ -0,0 +1,3 @@ +{ + "text": "Why? I hate you. I hate you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000177.json b/metadata/cache/transcripts/vimu_000177.json new file mode 100644 index 0000000000000000000000000000000000000000..7940d3d212d5749ad20e282767caab08e6a2b9c6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000177.json @@ -0,0 +1,3 @@ +{ + "text": "Man, this looks nice, ready to eat. Hell yeah. With a little kickflip." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000178.json b/metadata/cache/transcripts/vimu_000178.json new file mode 100644 index 0000000000000000000000000000000000000000..b0b8d45337ab1f11e5211736eca6a5be27f00cd9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000178.json @@ -0,0 +1,3 @@ +{ + "text": "Oh shit, listen, you're never gonna convince me that wheelchair basketball is a real thing. You expect me to believe that a wheelchair is gonna fit through that little hoop?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000179.json b/metadata/cache/transcripts/vimu_000179.json new file mode 100644 index 0000000000000000000000000000000000000000..473f520e2ad40f2e4c2e9ca9b9b7e2f810ed16ee --- /dev/null +++ b/metadata/cache/transcripts/vimu_000179.json @@ -0,0 +1,3 @@ +{ + "text": "Kylie, a box lock? More like... Actually, can we redo that, Kylie?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000180.json b/metadata/cache/transcripts/vimu_000180.json new file mode 100644 index 0000000000000000000000000000000000000000..a2ac2458fb657a94f5bec14b6cc1b3efb469d62d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000180.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, yo, yo, yo, yo, I found Queen Elizabeth, bro, come on, come on, come on." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000181.json b/metadata/cache/transcripts/vimu_000181.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000181.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000182.json b/metadata/cache/transcripts/vimu_000182.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000182.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000183.json b/metadata/cache/transcripts/vimu_000183.json new file mode 100644 index 0000000000000000000000000000000000000000..3e886648a9433d9dbec2b134fb18a40906c13789 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000183.json @@ -0,0 +1,3 @@ +{ + "text": "Bro, this ramen's almost done. I just gotta add, I just gotta add the meat." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000184.json b/metadata/cache/transcripts/vimu_000184.json new file mode 100644 index 0000000000000000000000000000000000000000..c144db369bfc9319cf03925e23225d40a87e6e1a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000184.json @@ -0,0 +1,3 @@ +{ + "text": "It declined? Why? Let me talk to your manager. I quit. Bro, you weren't for real. I got the dish." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000185.json b/metadata/cache/transcripts/vimu_000185.json new file mode 100644 index 0000000000000000000000000000000000000000..80f55d28442eeec49d9f5a6c8e148724ae85cc18 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000185.json @@ -0,0 +1,3 @@ +{ + "text": "Where are you going after this, Hope? Home. No, you're going to the fucking gas station. Oh, yeah." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000186.json b/metadata/cache/transcripts/vimu_000186.json new file mode 100644 index 0000000000000000000000000000000000000000..b7c3bdb7d14d2d74b7db10af2c3a70f90db03c83 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000186.json @@ -0,0 +1,3 @@ +{ + "text": "I'm gonna let these dogs out." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000187.json b/metadata/cache/transcripts/vimu_000187.json new file mode 100644 index 0000000000000000000000000000000000000000..756b33f34267be7540335eb3160f3d0ce1aded2c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000187.json @@ -0,0 +1,3 @@ +{ + "text": "I'll fight you for it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000188.json b/metadata/cache/transcripts/vimu_000188.json new file mode 100644 index 0000000000000000000000000000000000000000..bc2bb8d1b595c58bed5b7ad9695d889c290b68f7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000188.json @@ -0,0 +1,3 @@ +{ + "text": "I am now planted on the stair." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000189.json b/metadata/cache/transcripts/vimu_000189.json new file mode 100644 index 0000000000000000000000000000000000000000..7516e7a3e4a839a4bb55c8efe76608866c1aa8ea --- /dev/null +++ b/metadata/cache/transcripts/vimu_000189.json @@ -0,0 +1,3 @@ +{ + "text": "The best way to clean up a little oil spot on the ground, maybe spray some brake clean on there, get a towel, it comes right up." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000190.json b/metadata/cache/transcripts/vimu_000190.json new file mode 100644 index 0000000000000000000000000000000000000000..875313542ea95f7138e0f103b7af799302b048a9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000190.json @@ -0,0 +1,3 @@ +{ + "text": "Screw it, screw it, screw it!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000191.json b/metadata/cache/transcripts/vimu_000191.json new file mode 100644 index 0000000000000000000000000000000000000000..cb42a128179032f9569d8b39bb1a0831f9e2d6d5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000191.json @@ -0,0 +1,3 @@ +{ + "text": "I can't believe you broke this. Now it's not gonna close. Here, let me try to close it. That's..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000192.json b/metadata/cache/transcripts/vimu_000192.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000192.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000193.json b/metadata/cache/transcripts/vimu_000193.json new file mode 100644 index 0000000000000000000000000000000000000000..aab5739d572a40e5a90df3101253ccade3bc8a2c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000193.json @@ -0,0 +1,3 @@ +{ + "text": "A new hand touches the beacon." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000194.json b/metadata/cache/transcripts/vimu_000194.json new file mode 100644 index 0000000000000000000000000000000000000000..8d20a3ad63526ca52105d1762f4eeacf9837cc3b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000194.json @@ -0,0 +1,3 @@ +{ + "text": "I've never seen a fatter fish in my life, bro. I might even end the beef with the Oscars because there really is bigger fish to fry. And I gotta find me a girl because there's no longer gonna be plenty of fish in the sea with this fat ass." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000195.json b/metadata/cache/transcripts/vimu_000195.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000195.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000196.json b/metadata/cache/transcripts/vimu_000196.json new file mode 100644 index 0000000000000000000000000000000000000000..a56c7d7d69077ee49bafd8312a72e24be924eaa3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000196.json @@ -0,0 +1,3 @@ +{ + "text": "No, I was actually thinking about what it means." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000197.json b/metadata/cache/transcripts/vimu_000197.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000197.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000198.json b/metadata/cache/transcripts/vimu_000198.json new file mode 100644 index 0000000000000000000000000000000000000000..3315703f498441b8ee2b96e43373ab69ac922c17 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000198.json @@ -0,0 +1,3 @@ +{ + "text": "Okay, è finito." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000199.json b/metadata/cache/transcripts/vimu_000199.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000199.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000200.json b/metadata/cache/transcripts/vimu_000200.json new file mode 100644 index 0000000000000000000000000000000000000000..5dcf7aaf2f4e637f3ccd1722da40a7c245d8f2cc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000200.json @@ -0,0 +1,3 @@ +{ + "text": "If there's any more in here, I'm gonna lose my mind, so I'm just gonna do this real quick. Here we go." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000201.json b/metadata/cache/transcripts/vimu_000201.json new file mode 100644 index 0000000000000000000000000000000000000000..d0dc7d25d86a9b211b40b99166fd5f90890e5309 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000201.json @@ -0,0 +1,3 @@ +{ + "text": "We out here doing gang shit." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000202.json b/metadata/cache/transcripts/vimu_000202.json new file mode 100644 index 0000000000000000000000000000000000000000..3d8da8b9ad9445dbc9dab0d98cd3bf09d9df9ace --- /dev/null +++ b/metadata/cache/transcripts/vimu_000202.json @@ -0,0 +1,3 @@ +{ + "text": "God, I've been in there for days!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000203.json b/metadata/cache/transcripts/vimu_000203.json new file mode 100644 index 0000000000000000000000000000000000000000..c8c40e04abed4b6776e5b386d07c6270b7703524 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000203.json @@ -0,0 +1,3 @@ +{ + "text": "Can you imagine meeting a person who called herself God? Can you imagine that person?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000204.json b/metadata/cache/transcripts/vimu_000204.json new file mode 100644 index 0000000000000000000000000000000000000000..485b8de0b6a909d194a820e369923e9f9fc46c0f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000204.json @@ -0,0 +1,3 @@ +{ + "text": "Ой, шутка!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000205.json b/metadata/cache/transcripts/vimu_000205.json new file mode 100644 index 0000000000000000000000000000000000000000..bac9a7a7821ca4e421caa603d02ad63a3cf21ad9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000205.json @@ -0,0 +1,3 @@ +{ + "text": "Have a nice drink while you're mowing. So you just put it right in the, right in your little mowing cup holder, and then you..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000206.json b/metadata/cache/transcripts/vimu_000206.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000206.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000207.json b/metadata/cache/transcripts/vimu_000207.json new file mode 100644 index 0000000000000000000000000000000000000000..0a5eef54039b59420cc7cef13b1b671f1f79d5d5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000207.json @@ -0,0 +1,3 @@ +{ + "text": "The perfect Shut up. The perfect Chick-fil-A fry." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000208.json b/metadata/cache/transcripts/vimu_000208.json new file mode 100644 index 0000000000000000000000000000000000000000..f1c3c9a7a181159b68db3d7cac7264a6c7ac3595 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000208.json @@ -0,0 +1,3 @@ +{ + "text": "All right. See?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000209.json b/metadata/cache/transcripts/vimu_000209.json new file mode 100644 index 0000000000000000000000000000000000000000..67470c48ed01bbfc64ec6f2d91138cc2f7ef3f90 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000209.json @@ -0,0 +1,3 @@ +{ + "text": "I'm trying to concentrate in class, but it's like raining and it's tapping on the window. It's so annoying. But I'm trying to see if I can catch some lightning." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000210.json b/metadata/cache/transcripts/vimu_000210.json new file mode 100644 index 0000000000000000000000000000000000000000..6d4651c363179d10b0dd46d31c317a4db99dc9a5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000210.json @@ -0,0 +1,3 @@ +{ + "text": "What the heck? We use cookies. Bro, what does that even mean?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000211.json b/metadata/cache/transcripts/vimu_000211.json new file mode 100644 index 0000000000000000000000000000000000000000..5cb02ed1f0bd5ac67550659faeaf1b3e1fef0465 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000211.json @@ -0,0 +1,3 @@ +{ + "text": "Yeah? Come here. Okay, hold on." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000212.json b/metadata/cache/transcripts/vimu_000212.json new file mode 100644 index 0000000000000000000000000000000000000000..7499d36e8ca1e8d2a2377468a9e6f0342a97fe10 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000212.json @@ -0,0 +1,3 @@ +{ + "text": "Wow. Well, guess I'm gonna sew it myself. What the heck? Mama! What's going on?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000213.json b/metadata/cache/transcripts/vimu_000213.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000213.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000214.json b/metadata/cache/transcripts/vimu_000214.json new file mode 100644 index 0000000000000000000000000000000000000000..cee4c5b022bc63fa777de4f6d36797498365cb36 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000214.json @@ -0,0 +1,3 @@ +{ + "text": "Kobe. Bro, what the f***?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000215.json b/metadata/cache/transcripts/vimu_000215.json new file mode 100644 index 0000000000000000000000000000000000000000..0d94a97a17c5cd94eb0dd231b5d90cff2254d959 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000215.json @@ -0,0 +1,3 @@ +{ + "text": "This is his car and I don't have insurance. I gotta dip." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000216.json b/metadata/cache/transcripts/vimu_000216.json new file mode 100644 index 0000000000000000000000000000000000000000..3b0346ee361c182b041ab25a6cc53d253f68cf52 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000216.json @@ -0,0 +1,3 @@ +{ + "text": "This is a little" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000217.json b/metadata/cache/transcripts/vimu_000217.json new file mode 100644 index 0000000000000000000000000000000000000000..eec68dd67dac5b02be4272a07ad898fae0ca9121 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000217.json @@ -0,0 +1,3 @@ +{ + "text": "Do you be eating my booty when I be sleeping?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000218.json b/metadata/cache/transcripts/vimu_000218.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000218.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000219.json b/metadata/cache/transcripts/vimu_000219.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000219.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000220.json b/metadata/cache/transcripts/vimu_000220.json new file mode 100644 index 0000000000000000000000000000000000000000..b834652fbc88973b21e424468fb0cb06fd532548 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000220.json @@ -0,0 +1,3 @@ +{ + "text": "Hello." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000221.json b/metadata/cache/transcripts/vimu_000221.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000221.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000222.json b/metadata/cache/transcripts/vimu_000222.json new file mode 100644 index 0000000000000000000000000000000000000000..9c220cf4e38e45ebb5d0b8db8f5c948903c8f9d4 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000222.json @@ -0,0 +1,3 @@ +{ + "text": "¿Y ese brillo de dónde viene? Bro, discúlpame, ¿puedes bajar el brillo, por favor? Gracias." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000223.json b/metadata/cache/transcripts/vimu_000223.json new file mode 100644 index 0000000000000000000000000000000000000000..ef8ea6ae4c0764101e050b0ec767eaa4dbdfcb4c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000223.json @@ -0,0 +1,3 @@ +{ + "text": "Okay, you better go first. Oh hell yeah. One, two, three, four." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000224.json b/metadata/cache/transcripts/vimu_000224.json new file mode 100644 index 0000000000000000000000000000000000000000..90c0b6095e7beb9d51bacbaf3a804fd5ebe1bbd0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000224.json @@ -0,0 +1,3 @@ +{ + "text": "At the time I had just finished shooting a film called Passing Train that was playing..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000225.json b/metadata/cache/transcripts/vimu_000225.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000225.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000226.json b/metadata/cache/transcripts/vimu_000226.json new file mode 100644 index 0000000000000000000000000000000000000000..f6e8af360edfdfdf046086568482f6c54523d809 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000226.json @@ -0,0 +1,3 @@ +{ + "text": "If you walk through that door, we're done. If you walk through that door, we're done. Wow." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000227.json b/metadata/cache/transcripts/vimu_000227.json new file mode 100644 index 0000000000000000000000000000000000000000..083d72d96f7f73fb9411b21b61551c163eac88ae --- /dev/null +++ b/metadata/cache/transcripts/vimu_000227.json @@ -0,0 +1,3 @@ +{ + "text": "Feels good." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000228.json b/metadata/cache/transcripts/vimu_000228.json new file mode 100644 index 0000000000000000000000000000000000000000..b8666c1ea3989a7e5e388055cc8280366be6a3d2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000228.json @@ -0,0 +1,3 @@ +{ + "text": "Oh no, not again! Oh my God. You need to stop this!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000229.json b/metadata/cache/transcripts/vimu_000229.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000229.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000230.json b/metadata/cache/transcripts/vimu_000230.json new file mode 100644 index 0000000000000000000000000000000000000000..7e87745eb8b7c1a5433f31e64a1b4033d5358878 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000230.json @@ -0,0 +1,3 @@ +{ + "text": "OK, alors ça c'est bon, ça c'est bon, les croûtes de fromage à la poubelle. Voilà, ça..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000231.json b/metadata/cache/transcripts/vimu_000231.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000231.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000232.json b/metadata/cache/transcripts/vimu_000232.json new file mode 100644 index 0000000000000000000000000000000000000000..ab10906fa7b873aae8021df4989643c6c06af851 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000232.json @@ -0,0 +1,3 @@ +{ + "text": "Got a silencer on this bitch." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000233.json b/metadata/cache/transcripts/vimu_000233.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000233.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000234.json b/metadata/cache/transcripts/vimu_000234.json new file mode 100644 index 0000000000000000000000000000000000000000..8a9baf8ce14b0037a6533af2bc8b95d103e8579d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000234.json @@ -0,0 +1,3 @@ +{ + "text": "What you doing?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000235.json b/metadata/cache/transcripts/vimu_000235.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000235.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000236.json b/metadata/cache/transcripts/vimu_000236.json new file mode 100644 index 0000000000000000000000000000000000000000..5fa426600214472ea2b58816e34b89ba7fd17dbc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000236.json @@ -0,0 +1,3 @@ +{ + "text": "I don't think you guys have ever seen a teddy bear that's so big, it's bigger than this couch over here. Look, couch, bear. You see that?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000237.json b/metadata/cache/transcripts/vimu_000237.json new file mode 100644 index 0000000000000000000000000000000000000000..c4b30c3257b27cd3a27bed9b8acd71e2b7ad14f9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000237.json @@ -0,0 +1,3 @@ +{ + "text": "All right, thanks for bringing my hoist back, bro. Oh, okay, thanks, bro." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000238.json b/metadata/cache/transcripts/vimu_000238.json new file mode 100644 index 0000000000000000000000000000000000000000..68368d613f4fa47cea43d48bb80678f69d332db5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000238.json @@ -0,0 +1,3 @@ +{ + "text": "Yep, looks like we got six inches." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000239.json b/metadata/cache/transcripts/vimu_000239.json new file mode 100644 index 0000000000000000000000000000000000000000..0e16e248fe364f839fdd8ce61dc83017a2c05a71 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000239.json @@ -0,0 +1,3 @@ +{ + "text": "Y'all see a what floor sign anywhere? Guess we goin' to college, baby!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000240.json b/metadata/cache/transcripts/vimu_000240.json new file mode 100644 index 0000000000000000000000000000000000000000..c3fba689711dda328aa523e651484b36378705e3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000240.json @@ -0,0 +1,3 @@ +{ + "text": "Time you be cooking up in here? Can I get some mashed potatoes, bro? Bro, what the... No, I don't..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000241.json b/metadata/cache/transcripts/vimu_000241.json new file mode 100644 index 0000000000000000000000000000000000000000..2baff08ddfece865d1c609c0c6bea795c402f636 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000241.json @@ -0,0 +1,3 @@ +{ + "text": "I like a firm cake. Nothing like a really just..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000242.json b/metadata/cache/transcripts/vimu_000242.json new file mode 100644 index 0000000000000000000000000000000000000000..1b7ff76a9e9ba4b647f3a2585aaa0ee076439167 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000242.json @@ -0,0 +1,3 @@ +{ + "text": "It's Cheech Lopez." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000243.json b/metadata/cache/transcripts/vimu_000243.json new file mode 100644 index 0000000000000000000000000000000000000000..0c13faee8f625198e327fdd48bc99adfb32b9b14 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000243.json @@ -0,0 +1,3 @@ +{ + "text": "hocus pocus, there's pizza on your focus." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000244.json b/metadata/cache/transcripts/vimu_000244.json new file mode 100644 index 0000000000000000000000000000000000000000..9c41aab7351985471825bd8a553586fb05bcb22b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000244.json @@ -0,0 +1,3 @@ +{ + "text": "Somebody's calling you. Someone's calling you. Someone's calling you. Hello?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000245.json b/metadata/cache/transcripts/vimu_000245.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000245.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000246.json b/metadata/cache/transcripts/vimu_000246.json new file mode 100644 index 0000000000000000000000000000000000000000..ab869a140f6b5fb735c5f52acd5848f1f4d0e2b7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000246.json @@ -0,0 +1,3 @@ +{ + "text": "Look who I ran into at Chuck E. Cheese, you're never gonna believe this. I love Chuck E. Cheese with a passion. I'm here every day." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000247.json b/metadata/cache/transcripts/vimu_000247.json new file mode 100644 index 0000000000000000000000000000000000000000..2f2e1f675a60510c0768e70183292b64af373185 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000247.json @@ -0,0 +1,3 @@ +{ + "text": "Stop. Go to the line with a lot right now. No, I'm checking my grade. Get out of here. No, I'm not leaving. Get out. I'm not leaving." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000248.json b/metadata/cache/transcripts/vimu_000248.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000248.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000249.json b/metadata/cache/transcripts/vimu_000249.json new file mode 100644 index 0000000000000000000000000000000000000000..9dd22bf3996d71aa22a2e02ee1beb518fb447a66 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000249.json @@ -0,0 +1,3 @@ +{ + "text": "La coraza, la coraza." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000250.json b/metadata/cache/transcripts/vimu_000250.json new file mode 100644 index 0000000000000000000000000000000000000000..1ab537b9f0ff7a98f3b4bee3b20072465cf38ec2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000250.json @@ -0,0 +1,3 @@ +{ + "text": "You guys ever play basketball with a cart? It looks something like this." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000251.json b/metadata/cache/transcripts/vimu_000251.json new file mode 100644 index 0000000000000000000000000000000000000000..60cf2d1bcde3395f59363518b32b964af18cfae6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000251.json @@ -0,0 +1,3 @@ +{ + "text": "Ой, блядь, ай, из канала." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000252.json b/metadata/cache/transcripts/vimu_000252.json new file mode 100644 index 0000000000000000000000000000000000000000..6ff424cbcbe152a06fbf59f5cb1bb450bde73127 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000252.json @@ -0,0 +1,3 @@ +{ + "text": "When there's rain, there's thunder!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000253.json b/metadata/cache/transcripts/vimu_000253.json new file mode 100644 index 0000000000000000000000000000000000000000..e3d9305a271ebf7e3fb1bf7cbf252c21fcb93849 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000253.json @@ -0,0 +1,3 @@ +{ + "text": "What is this guy doing? What are you doing?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000254.json b/metadata/cache/transcripts/vimu_000254.json new file mode 100644 index 0000000000000000000000000000000000000000..6a44df91949ed7f1d21cb529217c83b257e08ac0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000254.json @@ -0,0 +1,3 @@ +{ + "text": "Man, though, I just took a huge shit in there!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000255.json b/metadata/cache/transcripts/vimu_000255.json new file mode 100644 index 0000000000000000000000000000000000000000..6d7ff32997110ca1bd751fa201d1f22fed0158b3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000255.json @@ -0,0 +1,3 @@ +{ + "text": "Yo dude, the car reader's been acting wild recently. For real? Yeah, look at this." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000256.json b/metadata/cache/transcripts/vimu_000256.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000256.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000257.json b/metadata/cache/transcripts/vimu_000257.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000257.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000258.json b/metadata/cache/transcripts/vimu_000258.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000258.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000259.json b/metadata/cache/transcripts/vimu_000259.json new file mode 100644 index 0000000000000000000000000000000000000000..a72355d68c9ddf9a94a7328801976aa01faf3740 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000259.json @@ -0,0 +1,3 @@ +{ + "text": "It's a turtle. It's a turtle." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000260.json b/metadata/cache/transcripts/vimu_000260.json new file mode 100644 index 0000000000000000000000000000000000000000..0e87cd78e8fdfa3e284d909b3f07737832adb401 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000260.json @@ -0,0 +1,3 @@ +{ + "text": "Actual life hack, if you're always running late in the morning, pre-mix your peanut butter and jelly and save yourself some time. Delicious. Let's go to work, baby." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000261.json b/metadata/cache/transcripts/vimu_000261.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000261.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000262.json b/metadata/cache/transcripts/vimu_000262.json new file mode 100644 index 0000000000000000000000000000000000000000..c0a2850a9baa32dd1d380e90ddc28d31f50a6740 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000262.json @@ -0,0 +1,3 @@ +{ + "text": "Did you know that on Xbox controllers, if you pop this off, it says, Hello from Seattle." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000263.json b/metadata/cache/transcripts/vimu_000263.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000263.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000264.json b/metadata/cache/transcripts/vimu_000264.json new file mode 100644 index 0000000000000000000000000000000000000000..cd7c982045296d085b3f5d7756c6aa1adada3178 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000264.json @@ -0,0 +1,3 @@ +{ + "text": "Is that on a concert? I thought it was a concert." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000265.json b/metadata/cache/transcripts/vimu_000265.json new file mode 100644 index 0000000000000000000000000000000000000000..9d0289f948afac2a6d9b65499aa3540e29e4a983 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000265.json @@ -0,0 +1,3 @@ +{ + "text": "weigh your bananas. Move your bananas." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000266.json b/metadata/cache/transcripts/vimu_000266.json new file mode 100644 index 0000000000000000000000000000000000000000..133e4cf198764e4e61b3dfdecc29e454c2c68a66 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000266.json @@ -0,0 +1,3 @@ +{ + "text": "Yeah, no, no, just that one. No, thank you. Yes, ma'am. Thank you. Okay, thank you. It's $18.99." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000267.json b/metadata/cache/transcripts/vimu_000267.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000267.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000268.json b/metadata/cache/transcripts/vimu_000268.json new file mode 100644 index 0000000000000000000000000000000000000000..e9fc7de39cdad7998fe62c03cb854be38778b8cf --- /dev/null +++ b/metadata/cache/transcripts/vimu_000268.json @@ -0,0 +1,3 @@ +{ + "text": "Non tutta la popolazione." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000269.json b/metadata/cache/transcripts/vimu_000269.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000269.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000270.json b/metadata/cache/transcripts/vimu_000270.json new file mode 100644 index 0000000000000000000000000000000000000000..74b5b5999d508b41b7f6a42443360554d604de0c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000270.json @@ -0,0 +1,3 @@ +{ + "text": "I thought she was..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000271.json b/metadata/cache/transcripts/vimu_000271.json new file mode 100644 index 0000000000000000000000000000000000000000..c6c2c425048ff9d5dde495d38ed6d11e77edc8d3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000271.json @@ -0,0 +1,3 @@ +{ + "text": "Man, I'm fuckin' beat. Ugh." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000272.json b/metadata/cache/transcripts/vimu_000272.json new file mode 100644 index 0000000000000000000000000000000000000000..efb9c001bc3dc36fd5563e82ee7d5a4b70669e4f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000272.json @@ -0,0 +1,3 @@ +{ + "text": "選ばれし者よ" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000273.json b/metadata/cache/transcripts/vimu_000273.json new file mode 100644 index 0000000000000000000000000000000000000000..641051a6f4e6820b059d195d905612c7d81be75e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000273.json @@ -0,0 +1,3 @@ +{ + "text": "I need a beer. What's up, Connor?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000274.json b/metadata/cache/transcripts/vimu_000274.json new file mode 100644 index 0000000000000000000000000000000000000000..a8ddd41dcb82caa395ac50960ac4c4bd5ab1ecc6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000274.json @@ -0,0 +1,3 @@ +{ + "text": "It's such a good night today for a golf cart ride, so I figured I'd just take y'all on a little tour of the farm. We've got 17 acres out here, and it's all really beautiful." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000275.json b/metadata/cache/transcripts/vimu_000275.json new file mode 100644 index 0000000000000000000000000000000000000000..6869314659cc261af558bdd1fe90cbc6d9371779 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000275.json @@ -0,0 +1,3 @@ +{ + "text": "That is not funny, I got school! I got school tomorrow!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000276.json b/metadata/cache/transcripts/vimu_000276.json new file mode 100644 index 0000000000000000000000000000000000000000..94c8918c233e5b6921c82a3f92abf64d7171a624 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000276.json @@ -0,0 +1,3 @@ +{ + "text": "So, what's the name under for you? I'll just check my files. Um, A for Alex. A?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000277.json b/metadata/cache/transcripts/vimu_000277.json new file mode 100644 index 0000000000000000000000000000000000000000..2026d3067b5791d17c798dd48ef6e3c295c8fc43 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000277.json @@ -0,0 +1,3 @@ +{ + "text": "All right, bro, good night. Good night. Oh shoot, I forgot to get my water." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000278.json b/metadata/cache/transcripts/vimu_000278.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000278.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000279.json b/metadata/cache/transcripts/vimu_000279.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000279.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000280.json b/metadata/cache/transcripts/vimu_000280.json new file mode 100644 index 0000000000000000000000000000000000000000..40c9e412d2049af7850481da13b796ec5d25cdc1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000280.json @@ -0,0 +1,3 @@ +{ + "text": "I bought this shit's gonna be busting." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000281.json b/metadata/cache/transcripts/vimu_000281.json new file mode 100644 index 0000000000000000000000000000000000000000..3512d30142ccc6826f3adbc3ffb6aed915f22a63 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000281.json @@ -0,0 +1,3 @@ +{ + "text": "I'm scared. I'm a lesbian." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000282.json b/metadata/cache/transcripts/vimu_000282.json new file mode 100644 index 0000000000000000000000000000000000000000..cba8b078ddf256741981c02b7c4534a0588899fc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000282.json @@ -0,0 +1,3 @@ +{ + "text": "That's what I'm saying, bro. Nothing can stop us. Come on. Go this way." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000283.json b/metadata/cache/transcripts/vimu_000283.json new file mode 100644 index 0000000000000000000000000000000000000000..dd0725e9411f7cb7b7baf51f65a9f2c5008228ff --- /dev/null +++ b/metadata/cache/transcripts/vimu_000283.json @@ -0,0 +1,3 @@ +{ + "text": "Oh shoot, I forgot. I have to film this entire thing. Yeah, just send it to me afterwards. I'll get it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000284.json b/metadata/cache/transcripts/vimu_000284.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000284.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000285.json b/metadata/cache/transcripts/vimu_000285.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000285.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000286.json b/metadata/cache/transcripts/vimu_000286.json new file mode 100644 index 0000000000000000000000000000000000000000..2876aeb3f5e4d362533bf53ee954d9f92aadf5c7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000286.json @@ -0,0 +1,3 @@ +{ + "text": "Jeff Bezos?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000287.json b/metadata/cache/transcripts/vimu_000287.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000287.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000288.json b/metadata/cache/transcripts/vimu_000288.json new file mode 100644 index 0000000000000000000000000000000000000000..6297d3c30a6cbda50f56e7fa512a25cbea74572f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000288.json @@ -0,0 +1,3 @@ +{ + "text": "опа, Джимми! Нахуя цепы?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000289.json b/metadata/cache/transcripts/vimu_000289.json new file mode 100644 index 0000000000000000000000000000000000000000..1dc62b87ac2fcfd11810a3648c2bec39d63021b7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000289.json @@ -0,0 +1,3 @@ +{ + "text": "All right, just gotta wash my hands and uh, what the?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000290.json b/metadata/cache/transcripts/vimu_000290.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000290.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000291.json b/metadata/cache/transcripts/vimu_000291.json new file mode 100644 index 0000000000000000000000000000000000000000..b0b6ae13041ec00a5c1ad2fa05be16fd3c7d9b49 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000291.json @@ -0,0 +1,3 @@ +{ + "text": "Damn, who left the baguette on the counter, like what? Oh shit, what's going on?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000292.json b/metadata/cache/transcripts/vimu_000292.json new file mode 100644 index 0000000000000000000000000000000000000000..e79f17c2ce5fcdba888b6b72e97d94d2a28214ae --- /dev/null +++ b/metadata/cache/transcripts/vimu_000292.json @@ -0,0 +1,3 @@ +{ + "text": "You ever just wanna... You ever just wanna... You just wanna do it? That's a hospital camp." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000293.json b/metadata/cache/transcripts/vimu_000293.json new file mode 100644 index 0000000000000000000000000000000000000000..fd1cf43ff741dffdde2656e0d3626afe3aeb7aac --- /dev/null +++ b/metadata/cache/transcripts/vimu_000293.json @@ -0,0 +1,3 @@ +{ + "text": "Yeah, no, Rabbi, I was just wondering if you could take, like, a little bit off the top. What the hell is that?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000294.json b/metadata/cache/transcripts/vimu_000294.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000294.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000295.json b/metadata/cache/transcripts/vimu_000295.json new file mode 100644 index 0000000000000000000000000000000000000000..8e53c58cecd29876d99e217f5b3c0c3fea2c75bb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000295.json @@ -0,0 +1,3 @@ +{ + "text": "What's up, Foo?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000296.json b/metadata/cache/transcripts/vimu_000296.json new file mode 100644 index 0000000000000000000000000000000000000000..fbdebb0dd4205c2a21753fb8325ef7d4313ca42f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000296.json @@ -0,0 +1,3 @@ +{ + "text": "Hey man, I didn't know McDonald's had this table service, bro. I'm about to eat my fucking McNuggets. Hey, yo, what the? What the fuck?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000297.json b/metadata/cache/transcripts/vimu_000297.json new file mode 100644 index 0000000000000000000000000000000000000000..fb63073de9e3c15d26a598e4cf96ab31c1cff17e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000297.json @@ -0,0 +1,3 @@ +{ + "text": "Go." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000298.json b/metadata/cache/transcripts/vimu_000298.json new file mode 100644 index 0000000000000000000000000000000000000000..d4120f49856c5121945c5afbba3dd5dfe48f773d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000298.json @@ -0,0 +1,3 @@ +{ + "text": "You gonna burn, huh? You gonna burn." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000299.json b/metadata/cache/transcripts/vimu_000299.json new file mode 100644 index 0000000000000000000000000000000000000000..36a92e0d0b1099fefd1a07d85523a1d50ec256d9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000299.json @@ -0,0 +1,3 @@ +{ + "text": "What the..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000300.json b/metadata/cache/transcripts/vimu_000300.json new file mode 100644 index 0000000000000000000000000000000000000000..213be5db0052da745430499c4c81a36001a122af --- /dev/null +++ b/metadata/cache/transcripts/vimu_000300.json @@ -0,0 +1,3 @@ +{ + "text": "Bro, what type of soup you know don't splash?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000301.json b/metadata/cache/transcripts/vimu_000301.json new file mode 100644 index 0000000000000000000000000000000000000000..c2771e037f28cb1f26783e8cfa6b2f3365c4bc5b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000301.json @@ -0,0 +1,3 @@ +{ + "text": "Watch." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000302.json b/metadata/cache/transcripts/vimu_000302.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000302.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000303.json b/metadata/cache/transcripts/vimu_000303.json new file mode 100644 index 0000000000000000000000000000000000000000..27baaba59d9eaa8bc456e75c3d801dc3ec70f4cb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000303.json @@ -0,0 +1,3 @@ +{ + "text": "But it's like raining and it's tapping on the window, it's so annoying. But I'm trying to see if I can catch some lightning." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000304.json b/metadata/cache/transcripts/vimu_000304.json new file mode 100644 index 0000000000000000000000000000000000000000..a334a0922ed01d029c0525cc35596b218d9786ac --- /dev/null +++ b/metadata/cache/transcripts/vimu_000304.json @@ -0,0 +1,3 @@ +{ + "text": "Wé, c'est déjà Wouhou!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000305.json b/metadata/cache/transcripts/vimu_000305.json new file mode 100644 index 0000000000000000000000000000000000000000..f70f838df6bf3ac276d739ee008499b5293615a1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000305.json @@ -0,0 +1,3 @@ +{ + "text": "You have workers coming through and you don't want them to steal your stuff? Just take off the air vent, and you just put the money, like, right there." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000306.json b/metadata/cache/transcripts/vimu_000306.json new file mode 100644 index 0000000000000000000000000000000000000000..af1f4c7fa33284a13017d5db540c46e2da4c3623 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000306.json @@ -0,0 +1,3 @@ +{ + "text": "He's all in." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000307.json b/metadata/cache/transcripts/vimu_000307.json new file mode 100644 index 0000000000000000000000000000000000000000..abe65565fbb4ac59164dfcadbe36db4efdebd8a5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000307.json @@ -0,0 +1,3 @@ +{ + "text": "Oh yeah, I know that shit was fucked up." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000308.json b/metadata/cache/transcripts/vimu_000308.json new file mode 100644 index 0000000000000000000000000000000000000000..d537b4c16fb993f66c92cf3d7a505dd6c24b7ee4 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000308.json @@ -0,0 +1,3 @@ +{ + "text": "Can I have that one then?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000309.json b/metadata/cache/transcripts/vimu_000309.json new file mode 100644 index 0000000000000000000000000000000000000000..ceadad898b3f1e86f65cc786ba98fad8ba4e4d3c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000309.json @@ -0,0 +1,3 @@ +{ + "text": " spilled a little bit of water on my carpet. Let me go get a towel." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000310.json b/metadata/cache/transcripts/vimu_000310.json new file mode 100644 index 0000000000000000000000000000000000000000..2710f9e698eb846cbbe5acb508875377100ffa91 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000310.json @@ -0,0 +1,3 @@ +{ + "text": "Your water, good sir. Thank you, good sir. Eject comp! Water!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000311.json b/metadata/cache/transcripts/vimu_000311.json new file mode 100644 index 0000000000000000000000000000000000000000..b079a0a827c73936adc74314e31a0d7ed351bad5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000311.json @@ -0,0 +1,3 @@ +{ + "text": "Ah, nothing like a good cold can of... after a long day." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000312.json b/metadata/cache/transcripts/vimu_000312.json new file mode 100644 index 0000000000000000000000000000000000000000..9681e6afc87ff9334b5fb76b1094d1ec6740ea00 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000312.json @@ -0,0 +1,3 @@ +{ + "text": "The two types of teas we have, unsweetened and Curtis." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000313.json b/metadata/cache/transcripts/vimu_000313.json new file mode 100644 index 0000000000000000000000000000000000000000..4c96a1a110d89e1789fe15fce8bd32001bb6952e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000313.json @@ -0,0 +1,3 @@ +{ + "text": "This suspense is killing me!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000314.json b/metadata/cache/transcripts/vimu_000314.json new file mode 100644 index 0000000000000000000000000000000000000000..c2e852d2bcc349a1c60689bd46accf039618d149 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000314.json @@ -0,0 +1,3 @@ +{ + "text": "Day 66 of putting a burrito in this locker. Now it's full. We finished our next row. That's a nice shot. Anyways, bye everyone." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000315.json b/metadata/cache/transcripts/vimu_000315.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000315.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000316.json b/metadata/cache/transcripts/vimu_000316.json new file mode 100644 index 0000000000000000000000000000000000000000..df4067df29243085d78bdcbd3982e8907fe35ee1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000316.json @@ -0,0 +1,3 @@ +{ + "text": "I'm eating McDonald's large Sprite. Now, for the taste test." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000317.json b/metadata/cache/transcripts/vimu_000317.json new file mode 100644 index 0000000000000000000000000000000000000000..25d95d1558ada9280512fdbdf4f53178f2c7977c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000317.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, Elmar. Yo, look at this big-ass piece of ice I found, man. Yo, where?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000318.json b/metadata/cache/transcripts/vimu_000318.json new file mode 100644 index 0000000000000000000000000000000000000000..ff38ba4897b6c247d15be5ac0bd2d0c976ffddc3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000318.json @@ -0,0 +1,3 @@ +{ + "text": "I was actually thinking about it, but you know." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000319.json b/metadata/cache/transcripts/vimu_000319.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000319.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000320.json b/metadata/cache/transcripts/vimu_000320.json new file mode 100644 index 0000000000000000000000000000000000000000..88a15127988842b6eb32a4aada5c9f27b5a8283c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000320.json @@ -0,0 +1,3 @@ +{ + "text": "Les rêves des amoureux sont comme le bon vin, ils donnent de la joie." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000321.json b/metadata/cache/transcripts/vimu_000321.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000321.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000322.json b/metadata/cache/transcripts/vimu_000322.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000322.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000323.json b/metadata/cache/transcripts/vimu_000323.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000323.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000324.json b/metadata/cache/transcripts/vimu_000324.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000324.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000325.json b/metadata/cache/transcripts/vimu_000325.json new file mode 100644 index 0000000000000000000000000000000000000000..5f8d2b29650fc77c34b5288ec0466a977b3c9ffa --- /dev/null +++ b/metadata/cache/transcripts/vimu_000325.json @@ -0,0 +1,3 @@ +{ + "text": "This is an ostrich egg." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000326.json b/metadata/cache/transcripts/vimu_000326.json new file mode 100644 index 0000000000000000000000000000000000000000..fc26acc5f5237f674b5056e101d9aa073bf6fa69 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000326.json @@ -0,0 +1,3 @@ +{ + "text": "You mean my sisters? I need the cake!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000327.json b/metadata/cache/transcripts/vimu_000327.json new file mode 100644 index 0000000000000000000000000000000000000000..976c94bef4c3140e046264f8ee73ee5faf5be1ef --- /dev/null +++ b/metadata/cache/transcripts/vimu_000327.json @@ -0,0 +1,3 @@ +{ + "text": "Thing is ranch. Bro, I got 10 boneless wings. What you talking about?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000328.json b/metadata/cache/transcripts/vimu_000328.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000328.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000329.json b/metadata/cache/transcripts/vimu_000329.json new file mode 100644 index 0000000000000000000000000000000000000000..d52a3b64f7aa05e482cd0cb1ae773f6a646ae23c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000329.json @@ -0,0 +1,3 @@ +{ + "text": "Just bought this new Honda. Super sick, bro. Let me check out this engine. It's killer. I need oil." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000330.json b/metadata/cache/transcripts/vimu_000330.json new file mode 100644 index 0000000000000000000000000000000000000000..59d32addcd8a1b83e2061265ed29b5a8ce9af83a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000330.json @@ -0,0 +1,3 @@ +{ + "text": "What is that? What is that? Crab rangoon." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000331.json b/metadata/cache/transcripts/vimu_000331.json new file mode 100644 index 0000000000000000000000000000000000000000..86c6eb2d5ec4f4ce80b18884f7cf47f337ab5b06 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000331.json @@ -0,0 +1,3 @@ +{ + "text": "Everybody knows that when you do this to a lighter, it sticks to the wall. Well, apparently so does everything else." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000332.json b/metadata/cache/transcripts/vimu_000332.json new file mode 100644 index 0000000000000000000000000000000000000000..cf262e6058d1afe1feae10286537fabf601c8b79 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000332.json @@ -0,0 +1,3 @@ +{ + "text": "My dog absolutely terrorized my room. Nah, don't be happy. But the thing is, bro, how did you put the TV upside down?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000333.json b/metadata/cache/transcripts/vimu_000333.json new file mode 100644 index 0000000000000000000000000000000000000000..9c69bdbcfe62d95f6098a1692c946ad18fc11967 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000333.json @@ -0,0 +1,3 @@ +{ + "text": "Can you imagine getting totally Frodo-baggin' in the back of the Shiremobile? Wow." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000334.json b/metadata/cache/transcripts/vimu_000334.json new file mode 100644 index 0000000000000000000000000000000000000000..b79b01bbafd6726a0556a5e9b6c1bb7b5af3024f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000334.json @@ -0,0 +1,3 @@ +{ + "text": "Whoa, that's a deep, dark hole. You know who knows that's a deep, dark hole?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000335.json b/metadata/cache/transcripts/vimu_000335.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000335.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000336.json b/metadata/cache/transcripts/vimu_000336.json new file mode 100644 index 0000000000000000000000000000000000000000..55613d4451c4157cf1a4514058c8f62b5e1bb923 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000336.json @@ -0,0 +1,3 @@ +{ + "text": "Hey Josh, look at this huge moth that I found. Get that shit outta here. Oh, there it goes. You fucker." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000337.json b/metadata/cache/transcripts/vimu_000337.json new file mode 100644 index 0000000000000000000000000000000000000000..b7c3bdb7d14d2d74b7db10af2c3a70f90db03c83 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000337.json @@ -0,0 +1,3 @@ +{ + "text": "I'm gonna let these dogs out." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000338.json b/metadata/cache/transcripts/vimu_000338.json new file mode 100644 index 0000000000000000000000000000000000000000..9c50acd26a800c2113ea665982e88dde57bba4c8 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000338.json @@ -0,0 +1,3 @@ +{ + "text": "Maybe spray some brake clean on there, get a towel, it comes right up." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000339.json b/metadata/cache/transcripts/vimu_000339.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000339.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000340.json b/metadata/cache/transcripts/vimu_000340.json new file mode 100644 index 0000000000000000000000000000000000000000..c068a46cbc0c4c63a9bb8d514a27844e027b5ded --- /dev/null +++ b/metadata/cache/transcripts/vimu_000340.json @@ -0,0 +1,3 @@ +{ + "text": "Humans can only hold their breath for 10 minutes, then how was Louis Armstrong able to become the first man on the moon? I am in space, on the moon. Help." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000341.json b/metadata/cache/transcripts/vimu_000341.json new file mode 100644 index 0000000000000000000000000000000000000000..57f5804d441c64fa2e58b024f1427e349221a901 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000341.json @@ -0,0 +1,3 @@ +{ + "text": "Oh my God, I wanna take him home! We can put him in the truck! We can put him in the truck! WE CAN PUT HIM IN THE TRUCK! LOOK AT HIM!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000342.json b/metadata/cache/transcripts/vimu_000342.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000342.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000343.json b/metadata/cache/transcripts/vimu_000343.json new file mode 100644 index 0000000000000000000000000000000000000000..d41396d248425c2af04a6df5830baf11ed1da905 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000343.json @@ -0,0 +1,3 @@ +{ + "text": "Um, the power in my house just shut off because it's storming. You can't even..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000344.json b/metadata/cache/transcripts/vimu_000344.json new file mode 100644 index 0000000000000000000000000000000000000000..c5dd6f85a86a2aada9c598256e02c844f487bcdc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000344.json @@ -0,0 +1,3 @@ +{ + "text": "Making my girlfriend question why she's dating me, part 14. Hey baby, remember how you said I had to get nice shoes for the wedding? Yeah. Well, I got a pair of loafers." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000345.json b/metadata/cache/transcripts/vimu_000345.json new file mode 100644 index 0000000000000000000000000000000000000000..9e2554de578cbfe282a68eead6d7ae670e057af2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000345.json @@ -0,0 +1,3 @@ +{ + "text": "Don't mess with the sea life! See you later, stinky!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000346.json b/metadata/cache/transcripts/vimu_000346.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000346.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000347.json b/metadata/cache/transcripts/vimu_000347.json new file mode 100644 index 0000000000000000000000000000000000000000..f313fea0729efc5d863f39986be89b98457b04f7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000347.json @@ -0,0 +1,3 @@ +{ + "text": "Go get me a beer!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000348.json b/metadata/cache/transcripts/vimu_000348.json new file mode 100644 index 0000000000000000000000000000000000000000..a72355d68c9ddf9a94a7328801976aa01faf3740 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000348.json @@ -0,0 +1,3 @@ +{ + "text": "It's a turtle. It's a turtle." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000349.json b/metadata/cache/transcripts/vimu_000349.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000349.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000350.json b/metadata/cache/transcripts/vimu_000350.json new file mode 100644 index 0000000000000000000000000000000000000000..6e6799e8a9b6a8aafbb9fe8972cb950815eb4e75 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000350.json @@ -0,0 +1,3 @@ +{ + "text": "Пробаем дальше на прочность." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000351.json b/metadata/cache/transcripts/vimu_000351.json new file mode 100644 index 0000000000000000000000000000000000000000..bc66a607cf33654703f2c04fcc6d1bdd6526dc4c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000351.json @@ -0,0 +1,3 @@ +{ + "text": "Why'd you bite me? Don't do it! Don't do it! Okay." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000352.json b/metadata/cache/transcripts/vimu_000352.json new file mode 100644 index 0000000000000000000000000000000000000000..e1e64d08fa818125e23d08d41c6de898febf0dfe --- /dev/null +++ b/metadata/cache/transcripts/vimu_000352.json @@ -0,0 +1,3 @@ +{ + "text": "All I'm gonna do is challenge them to a thumb war, they say yes, and then..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000353.json b/metadata/cache/transcripts/vimu_000353.json new file mode 100644 index 0000000000000000000000000000000000000000..6cff5aa4809388af92d350f922ccc9f6f9a619f3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000353.json @@ -0,0 +1,3 @@ +{ + "text": "What the, what are you doing? Hey! What, you get, what the..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000354.json b/metadata/cache/transcripts/vimu_000354.json new file mode 100644 index 0000000000000000000000000000000000000000..f6f397c54c67f35e88f3697a181ca1210088a387 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000354.json @@ -0,0 +1,3 @@ +{ + "text": "I found this in John's room. Okay, all right, I think... Did you know he was doing this? Let's calm down. Did you know he was... our son is doing this? Let's calm down." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000355.json b/metadata/cache/transcripts/vimu_000355.json new file mode 100644 index 0000000000000000000000000000000000000000..979bda53d60547f18a38d113ecb8b3fb9f42d9dd --- /dev/null +++ b/metadata/cache/transcripts/vimu_000355.json @@ -0,0 +1,3 @@ +{ + "text": "Wait, what?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000356.json b/metadata/cache/transcripts/vimu_000356.json new file mode 100644 index 0000000000000000000000000000000000000000..54c8e02392d61fb1c4ca2b55cc685f2ad1f9001b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000356.json @@ -0,0 +1,3 @@ +{ + "text": "Thank you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000357.json b/metadata/cache/transcripts/vimu_000357.json new file mode 100644 index 0000000000000000000000000000000000000000..95da2638c50791819d311d9b0b5a9336f45462e8 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000357.json @@ -0,0 +1,3 @@ +{ + "text": "I'm a lesbian." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000358.json b/metadata/cache/transcripts/vimu_000358.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0e9cf9b10687321e1296d5508bbe2371513280 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000358.json @@ -0,0 +1,3 @@ +{ + "text": "I bet this is gonna be bustin'." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000359.json b/metadata/cache/transcripts/vimu_000359.json new file mode 100644 index 0000000000000000000000000000000000000000..d864f8451b9200931e5768874f38639e7f740cd7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000359.json @@ -0,0 +1,3 @@ +{ + "text": "I see you there. Stop! No! No!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000360.json b/metadata/cache/transcripts/vimu_000360.json new file mode 100644 index 0000000000000000000000000000000000000000..38b794ab5b54993e156c2c1c9e31109c383d9452 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000360.json @@ -0,0 +1,3 @@ +{ + "text": "Oh, what a burger!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000361.json b/metadata/cache/transcripts/vimu_000361.json new file mode 100644 index 0000000000000000000000000000000000000000..20359cfaecc3c8e4b1ac2212cef699a752206035 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000361.json @@ -0,0 +1,3 @@ +{ + "text": "Weigh your bananas. Move your bananas to the..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000362.json b/metadata/cache/transcripts/vimu_000362.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000362.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000363.json b/metadata/cache/transcripts/vimu_000363.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000363.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000364.json b/metadata/cache/transcripts/vimu_000364.json new file mode 100644 index 0000000000000000000000000000000000000000..202a33b5a0c3d7560ffbf260dd3fbf92c338f650 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000364.json @@ -0,0 +1,3 @@ +{ + "text": "miau miau miau miau" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000365.json b/metadata/cache/transcripts/vimu_000365.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000365.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000366.json b/metadata/cache/transcripts/vimu_000366.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000366.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000367.json b/metadata/cache/transcripts/vimu_000367.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000367.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000368.json b/metadata/cache/transcripts/vimu_000368.json new file mode 100644 index 0000000000000000000000000000000000000000..d3857d85b88527f07e3ce237dff6cd9946b52e5f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000368.json @@ -0,0 +1,3 @@ +{ + "text": "That's why she's still single. You don't get to talk to her like that! Any guy would be lucky to have a girl like her." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000369.json b/metadata/cache/transcripts/vimu_000369.json new file mode 100644 index 0000000000000000000000000000000000000000..fbd3ee84a95618fd84a773aff36d9606c8b21f8f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000369.json @@ -0,0 +1,3 @@ +{ + "text": "Yeah, can you just shut the door on the way out?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000370.json b/metadata/cache/transcripts/vimu_000370.json new file mode 100644 index 0000000000000000000000000000000000000000..39bffcc26e847e9ccd7cda6e5e604dc4feda0b93 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000370.json @@ -0,0 +1,3 @@ +{ + "text": "Guys, it's 3:50 in the morning. We're about to make some spaghetti. We gotta be really quiet. Logan, pass me the bowl." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000371.json b/metadata/cache/transcripts/vimu_000371.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000371.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000372.json b/metadata/cache/transcripts/vimu_000372.json new file mode 100644 index 0000000000000000000000000000000000000000..fc6373e87e16a1ced872813bbeb3434c0a7b6beb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000372.json @@ -0,0 +1,3 @@ +{ + "text": "Duck sauce? What is this stuff?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000373.json b/metadata/cache/transcripts/vimu_000373.json new file mode 100644 index 0000000000000000000000000000000000000000..77c827de4e4fa9eed993315fe6c7fe15f0f0b3bf --- /dev/null +++ b/metadata/cache/transcripts/vimu_000373.json @@ -0,0 +1,3 @@ +{ + "text": "What's the name under for you? I'll just check my files. Um, A for Alex. A?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000374.json b/metadata/cache/transcripts/vimu_000374.json new file mode 100644 index 0000000000000000000000000000000000000000..bc3ffee240d9b88432c6985e6a56da02ddd63881 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000374.json @@ -0,0 +1,3 @@ +{ + "text": "So you just put it right in the, right in your little mowing cup holder, and then you..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000375.json b/metadata/cache/transcripts/vimu_000375.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000375.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000376.json b/metadata/cache/transcripts/vimu_000376.json new file mode 100644 index 0000000000000000000000000000000000000000..5fb29fee44f34f103183fa93d79f56de94395174 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000376.json @@ -0,0 +1,3 @@ +{ + "text": "Before we use this utility knife, we need to get it out of its packaging. This can prove to be quite difficult. To help with this, simply go buy another utility knife." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000377.json b/metadata/cache/transcripts/vimu_000377.json new file mode 100644 index 0000000000000000000000000000000000000000..936ba29adc465e106c3d528534cc81b78deb3581 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000377.json @@ -0,0 +1,3 @@ +{ + "text": "Chocolate milk. Oh, what is it? It's poop!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000378.json b/metadata/cache/transcripts/vimu_000378.json new file mode 100644 index 0000000000000000000000000000000000000000..f4a7a6a305e0a323685a38fcf7f30247ba566338 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000378.json @@ -0,0 +1,3 @@ +{ + "text": "Here, you have an American socket. Can you eat American? Oh, but here, you have a Chinese socket. Ah, so good." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000379.json b/metadata/cache/transcripts/vimu_000379.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000379.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000380.json b/metadata/cache/transcripts/vimu_000380.json new file mode 100644 index 0000000000000000000000000000000000000000..85bfc9896982d143c46f52762772c0f5831d84f8 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000380.json @@ -0,0 +1,3 @@ +{ + "text": "Now for the taste test." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000381.json b/metadata/cache/transcripts/vimu_000381.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000381.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000382.json b/metadata/cache/transcripts/vimu_000382.json new file mode 100644 index 0000000000000000000000000000000000000000..3085f3be7d911a5cc7c1225e5036cdd3504788d0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000382.json @@ -0,0 +1,3 @@ +{ + "text": "I watched Interstellar last night, and guys, there is a bunch of different dimensions out there, and we gotta start utilizing." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000383.json b/metadata/cache/transcripts/vimu_000383.json new file mode 100644 index 0000000000000000000000000000000000000000..1609ac29740522e9fcf92ea21e5cdf82ba1abe0b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000383.json @@ -0,0 +1,3 @@ +{ + "text": "How is your holiness?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000384.json b/metadata/cache/transcripts/vimu_000384.json new file mode 100644 index 0000000000000000000000000000000000000000..737c408fdacb30f264f7d6ce883d8cfe5e066059 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000384.json @@ -0,0 +1,3 @@ +{ + "text": "Bro, what's happened to see if you know adult splash?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000385.json b/metadata/cache/transcripts/vimu_000385.json new file mode 100644 index 0000000000000000000000000000000000000000..351515416cf4b8e1a1aaaacb9e28c3c592421bef --- /dev/null +++ b/metadata/cache/transcripts/vimu_000385.json @@ -0,0 +1,3 @@ +{ + "text": "What the... Bro!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000386.json b/metadata/cache/transcripts/vimu_000386.json new file mode 100644 index 0000000000000000000000000000000000000000..0b39128f4b603d7f293e72b9ebdb4305d88a1b1f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000386.json @@ -0,0 +1,3 @@ +{ + "text": "It's not coming off. Dude, it's not coming off." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000387.json b/metadata/cache/transcripts/vimu_000387.json new file mode 100644 index 0000000000000000000000000000000000000000..7d6bcdb9d51d72dc1dbe7af7f7f9021402eee8e9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000387.json @@ -0,0 +1,3 @@ +{ + "text": "Screw it, screw it, screw it! Screw it, screw it, screw it, screw it!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000388.json b/metadata/cache/transcripts/vimu_000388.json new file mode 100644 index 0000000000000000000000000000000000000000..2ef767dd9fdca2de406af6ef1c8232e7888726c9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000388.json @@ -0,0 +1,3 @@ +{ + "text": "Oh, right here! Finally!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000389.json b/metadata/cache/transcripts/vimu_000389.json new file mode 100644 index 0000000000000000000000000000000000000000..85bc5e247d77a7583de88fd953ee7dc333449069 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000389.json @@ -0,0 +1,3 @@ +{ + "text": "First you gotta unlock this thing. Barney, come. Water." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000390.json b/metadata/cache/transcripts/vimu_000390.json new file mode 100644 index 0000000000000000000000000000000000000000..c8b594baa8f05f99396af3c0abce186aa7c809e5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000390.json @@ -0,0 +1,3 @@ +{ + "text": "Hey guys, just here with my buddy Luke that biked to school today." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000391.json b/metadata/cache/transcripts/vimu_000391.json new file mode 100644 index 0000000000000000000000000000000000000000..62b468117490020905f38d3f70b034992b589b67 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000391.json @@ -0,0 +1,3 @@ +{ + "text": "Aw, fuck, I was hoping that was gonna be more satisfying. Oof." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000392.json b/metadata/cache/transcripts/vimu_000392.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000392.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000393.json b/metadata/cache/transcripts/vimu_000393.json new file mode 100644 index 0000000000000000000000000000000000000000..b22727dfe7829d4b9db7eae6454d6c1b3cfe6b29 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000393.json @@ -0,0 +1,3 @@ +{ + "text": "Now we'll give this a shake. Oh wait, I forgot I do have a shaker." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000394.json b/metadata/cache/transcripts/vimu_000394.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000394.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000395.json b/metadata/cache/transcripts/vimu_000395.json new file mode 100644 index 0000000000000000000000000000000000000000..91f40639515e0e4f1f1a79f5792e3a9609ba5b1d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000395.json @@ -0,0 +1,3 @@ +{ + "text": "This is just an interesting" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000396.json b/metadata/cache/transcripts/vimu_000396.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000396.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000397.json b/metadata/cache/transcripts/vimu_000397.json new file mode 100644 index 0000000000000000000000000000000000000000..b9055c550e1965af1883566d73871efc2d564270 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000397.json @@ -0,0 +1,3 @@ +{ + "text": "Oh no, not again! Oh my God... You need to stop this!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000398.json b/metadata/cache/transcripts/vimu_000398.json new file mode 100644 index 0000000000000000000000000000000000000000..330595025e1fe4cc979f88ef75583076669e1ff7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000398.json @@ -0,0 +1,3 @@ +{ + "text": "O cachorro botou um pescoço aqui no telhado." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000399.json b/metadata/cache/transcripts/vimu_000399.json new file mode 100644 index 0000000000000000000000000000000000000000..3338c32f1f9325980f9286ad983e6ef79d077d3b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000399.json @@ -0,0 +1,3 @@ +{ + "text": "Come here, come here, come here, come here, come here. Hold on, what? Let me see that, let me see that. It said credit card LM smart." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000400.json b/metadata/cache/transcripts/vimu_000400.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000400.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000401.json b/metadata/cache/transcripts/vimu_000401.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000401.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000402.json b/metadata/cache/transcripts/vimu_000402.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000402.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000403.json b/metadata/cache/transcripts/vimu_000403.json new file mode 100644 index 0000000000000000000000000000000000000000..f262f62a2ed08b1363ba5777e0bee95afee0c322 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000403.json @@ -0,0 +1,3 @@ +{ + "text": "Hey buddy, who's that?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000404.json b/metadata/cache/transcripts/vimu_000404.json new file mode 100644 index 0000000000000000000000000000000000000000..bc06d8cd6d38b0ea0ef285108fa64a92e200ef7c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000404.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, they got the Minecraft Eggo." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000405.json b/metadata/cache/transcripts/vimu_000405.json new file mode 100644 index 0000000000000000000000000000000000000000..e12f110b921740305971ab7a75c99068657ba05a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000405.json @@ -0,0 +1,3 @@ +{ + "text": "Тебя неважно 200 метров, у меня нарова под окном." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000406.json b/metadata/cache/transcripts/vimu_000406.json new file mode 100644 index 0000000000000000000000000000000000000000..8efc83fca44ca4ac69ab33790b18cc0e8b6bfc99 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000406.json @@ -0,0 +1,3 @@ +{ + "text": "Pepsi!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000407.json b/metadata/cache/transcripts/vimu_000407.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000407.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000408.json b/metadata/cache/transcripts/vimu_000408.json new file mode 100644 index 0000000000000000000000000000000000000000..2b045526f06359921995a4f0d390c84aa3f04fde --- /dev/null +++ b/metadata/cache/transcripts/vimu_000408.json @@ -0,0 +1,3 @@ +{ + "text": "Хорош, моя золотая. Тишина." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000409.json b/metadata/cache/transcripts/vimu_000409.json new file mode 100644 index 0000000000000000000000000000000000000000..23b8ce5a0059eb074609ec19932f943f8385fc62 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000409.json @@ -0,0 +1,3 @@ +{ + "text": "Hi, Balby. What's up, buddy? Sit. Sit down. He doesn't know sit. Yes, he does. Oh, shit, he does. Yeah, he does. Good." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000410.json b/metadata/cache/transcripts/vimu_000410.json new file mode 100644 index 0000000000000000000000000000000000000000..08763fa295dafbc2f7a85869e60d6f2aa2ade56d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000410.json @@ -0,0 +1,3 @@ +{ + "text": "And one of the most important things to get the most tender steak possible is you just gotta let it sit." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000411.json b/metadata/cache/transcripts/vimu_000411.json new file mode 100644 index 0000000000000000000000000000000000000000..3e2223546646d2ac7ea1d8e4613549a9e4a5f72c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000411.json @@ -0,0 +1,3 @@ +{ + "text": "Dad, um, light switch is off. Do you hear that?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000412.json b/metadata/cache/transcripts/vimu_000412.json new file mode 100644 index 0000000000000000000000000000000000000000..fad0ff324a51626dbebd3eb5585b24c07f60a529 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000412.json @@ -0,0 +1,3 @@ +{ + "text": "I just came here and got a chicken sandwich all on my own and I don't care. Judge me? Judge me. Loser." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000413.json b/metadata/cache/transcripts/vimu_000413.json new file mode 100644 index 0000000000000000000000000000000000000000..5c95075a7112c13d35451512dcf32f7989c07ca6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000413.json @@ -0,0 +1,3 @@ +{ + "text": "How long can a singular fly survive on solely Cajun dust? I'll keep you updated." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000414.json b/metadata/cache/transcripts/vimu_000414.json new file mode 100644 index 0000000000000000000000000000000000000000..459d55480e8d060036ed495ebd99086f24d01dae --- /dev/null +++ b/metadata/cache/transcripts/vimu_000414.json @@ -0,0 +1,3 @@ +{ + "text": "This egg could probably stick to something." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000415.json b/metadata/cache/transcripts/vimu_000415.json new file mode 100644 index 0000000000000000000000000000000000000000..da170e5383e80167f8557b177d02e402b35e1ea3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000415.json @@ -0,0 +1,3 @@ +{ + "text": "Some guy over there told me that I needed to kiss him, and then he'd turn me into a crab. He's like, he's like over there." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000416.json b/metadata/cache/transcripts/vimu_000416.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000416.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000417.json b/metadata/cache/transcripts/vimu_000417.json new file mode 100644 index 0000000000000000000000000000000000000000..e94027a0ccf6fb3e948d4835497dd62395abe491 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000417.json @@ -0,0 +1,3 @@ +{ + "text": "I don't care what you say anymore, this is my life." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000418.json b/metadata/cache/transcripts/vimu_000418.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000418.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000419.json b/metadata/cache/transcripts/vimu_000419.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000419.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000420.json b/metadata/cache/transcripts/vimu_000420.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0b4f2750786decf437af55d4c00f218ebb7ef3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000420.json @@ -0,0 +1,3 @@ +{ + "text": "Yeah? Come here. OK, I'm on it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000421.json b/metadata/cache/transcripts/vimu_000421.json new file mode 100644 index 0000000000000000000000000000000000000000..16de03ccbf10f4e7962bca84c0fdab58c5246cc8 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000421.json @@ -0,0 +1,3 @@ +{ + "text": "So you just put it right in the, right in your little mowing cup holder." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000422.json b/metadata/cache/transcripts/vimu_000422.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000422.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000423.json b/metadata/cache/transcripts/vimu_000423.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000423.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000424.json b/metadata/cache/transcripts/vimu_000424.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000424.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000425.json b/metadata/cache/transcripts/vimu_000425.json new file mode 100644 index 0000000000000000000000000000000000000000..4b3e4795cd81c1b56c6c7cbef2e17dbd00c54431 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000425.json @@ -0,0 +1,3 @@ +{ + "text": "서도 나의 곁에 있어도 눈물이 나니까" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000426.json b/metadata/cache/transcripts/vimu_000426.json new file mode 100644 index 0000000000000000000000000000000000000000..0d2404c673091c791b35b5290f22d8c0d619277b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000426.json @@ -0,0 +1,3 @@ +{ + "text": "Might be in a tornado right now. Yup." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000427.json b/metadata/cache/transcripts/vimu_000427.json new file mode 100644 index 0000000000000000000000000000000000000000..d8afe86761df28ca61c7c4896b94ed5065ffad8f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000427.json @@ -0,0 +1,3 @@ +{ + "text": "Well, that's it. Oh, God!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000428.json b/metadata/cache/transcripts/vimu_000428.json new file mode 100644 index 0000000000000000000000000000000000000000..80b3ddca463be290dc9e9127519b5250966f56d3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000428.json @@ -0,0 +1,3 @@ +{ + "text": "Hello! Hey, I thought I would open my wallet. Hey, do you have a mask? Huh? Do you have a mask? Yeah, yeah, yeah. You got some money?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000429.json b/metadata/cache/transcripts/vimu_000429.json new file mode 100644 index 0000000000000000000000000000000000000000..b360c038de68a549870540dee0c2d4bfdb575565 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000429.json @@ -0,0 +1,3 @@ +{ + "text": "I really can't stand them." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000430.json b/metadata/cache/transcripts/vimu_000430.json new file mode 100644 index 0000000000000000000000000000000000000000..3d004a17aec713416fb6dd64c3f864ed2bb755cb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000430.json @@ -0,0 +1,3 @@ +{ + "text": "Can you just show us again real quick what this is? What is that? What is that?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000431.json b/metadata/cache/transcripts/vimu_000431.json new file mode 100644 index 0000000000000000000000000000000000000000..85bc5e247d77a7583de88fd953ee7dc333449069 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000431.json @@ -0,0 +1,3 @@ +{ + "text": "First you gotta unlock this thing. Barney, come. Water." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000432.json b/metadata/cache/transcripts/vimu_000432.json new file mode 100644 index 0000000000000000000000000000000000000000..4e64982b93414dba871e31d9ce26486c459f0ae9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000432.json @@ -0,0 +1,3 @@ +{ + "text": "Oh yeah, do we wanna put a log on the fire? You wanna log on the fire?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000433.json b/metadata/cache/transcripts/vimu_000433.json new file mode 100644 index 0000000000000000000000000000000000000000..1bfe3fb679011828a912016e1ab9489407b64b38 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000433.json @@ -0,0 +1,3 @@ +{ + "text": "Oh, nothing like a good cold can of..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000434.json b/metadata/cache/transcripts/vimu_000434.json new file mode 100644 index 0000000000000000000000000000000000000000..fb1b7ea1d125140b05e110c8178022ad87f3692f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000434.json @@ -0,0 +1,3 @@ +{ + "text": "I'm Joe Young. I'm coming." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000435.json b/metadata/cache/transcripts/vimu_000435.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000435.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000436.json b/metadata/cache/transcripts/vimu_000436.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000436.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000437.json b/metadata/cache/transcripts/vimu_000437.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000437.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000438.json b/metadata/cache/transcripts/vimu_000438.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000438.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000439.json b/metadata/cache/transcripts/vimu_000439.json new file mode 100644 index 0000000000000000000000000000000000000000..04339a52611aa19f128882540125398e92dd0dc8 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000439.json @@ -0,0 +1,3 @@ +{ + "text": "Look at them two couples over there. Little couple action." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000440.json b/metadata/cache/transcripts/vimu_000440.json new file mode 100644 index 0000000000000000000000000000000000000000..d2626d7cfa657cbcac4a4ef10c79f9773843ebb2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000440.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, just give me a second, I'm having a hard time seeing your menu. Thank you. Yeah, I can't really read it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000441.json b/metadata/cache/transcripts/vimu_000441.json new file mode 100644 index 0000000000000000000000000000000000000000..ec84d96f5ac361f7566e7dffcd4bece86f44a11a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000441.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, happy 97th birthday, Grandma! We gave you a cupcake! I'm diabetic, you asshole!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000442.json b/metadata/cache/transcripts/vimu_000442.json new file mode 100644 index 0000000000000000000000000000000000000000..5f8d2b29650fc77c34b5288ec0466a977b3c9ffa --- /dev/null +++ b/metadata/cache/transcripts/vimu_000442.json @@ -0,0 +1,3 @@ +{ + "text": "This is an ostrich egg." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000443.json b/metadata/cache/transcripts/vimu_000443.json new file mode 100644 index 0000000000000000000000000000000000000000..b4993e6e622b752f1c673851b05a7649209d1f4e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000443.json @@ -0,0 +1,3 @@ +{ + "text": "Weird spot for a water fountain. Oh shit!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000444.json b/metadata/cache/transcripts/vimu_000444.json new file mode 100644 index 0000000000000000000000000000000000000000..f3997e964efcfa5d5819b0f5a5843e06ae3d4fd7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000444.json @@ -0,0 +1,3 @@ +{ + "text": "Damn, the full moon is huge! But nah, it's just, it's a Kane's balloon!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000445.json b/metadata/cache/transcripts/vimu_000445.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000445.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000446.json b/metadata/cache/transcripts/vimu_000446.json new file mode 100644 index 0000000000000000000000000000000000000000..214cd1909fe9343389338b0c1bd22ff2904c8a93 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000446.json @@ -0,0 +1,3 @@ +{ + "text": "lepší dňa." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000447.json b/metadata/cache/transcripts/vimu_000447.json new file mode 100644 index 0000000000000000000000000000000000000000..caff39c0ada02cce44cb9dd1bd1619bda6fa4ef0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000447.json @@ -0,0 +1,3 @@ +{ + "text": "I'm just wondering, can you still hear me? Can I get number 11?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000448.json b/metadata/cache/transcripts/vimu_000448.json new file mode 100644 index 0000000000000000000000000000000000000000..ad122bbff5a465a40980a184f8902c30fd302e02 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000448.json @@ -0,0 +1,3 @@ +{ + "text": "That bowl, cream of chicken, we're gonna get it to pour perfectly into the bowl, ready?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000449.json b/metadata/cache/transcripts/vimu_000449.json new file mode 100644 index 0000000000000000000000000000000000000000..f76ebce1c3e31231e20d9c2cd6fd21a22f1868a5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000449.json @@ -0,0 +1,3 @@ +{ + "text": "I got the diaper fours, dead stock." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000450.json b/metadata/cache/transcripts/vimu_000450.json new file mode 100644 index 0000000000000000000000000000000000000000..675572e3043f9aee2a80de904bb7e867e4289833 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000450.json @@ -0,0 +1,3 @@ +{ + "text": "Uh, buddy? That's not looking too good, bud." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000451.json b/metadata/cache/transcripts/vimu_000451.json new file mode 100644 index 0000000000000000000000000000000000000000..32d2e9e38c3345127452f0b1547282b7feab6b36 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000451.json @@ -0,0 +1,3 @@ +{ + "text": "Bourbon, shake my hand. Shake. Put it there, God damn it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000452.json b/metadata/cache/transcripts/vimu_000452.json new file mode 100644 index 0000000000000000000000000000000000000000..258edc71ee0632a7ec8083188edd081985b2d086 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000452.json @@ -0,0 +1,3 @@ +{ + "text": "Your water, good sir. Thank you, good sir. Eject COM! Water!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000453.json b/metadata/cache/transcripts/vimu_000453.json new file mode 100644 index 0000000000000000000000000000000000000000..170df863a8528c726ebc34eaf094e34b213569e9 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000453.json @@ -0,0 +1,3 @@ +{ + "text": "Day 66 of putting a burrito in this locker. Now it's full. We finished our next row." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000454.json b/metadata/cache/transcripts/vimu_000454.json new file mode 100644 index 0000000000000000000000000000000000000000..350fe054a41f8c1124e0424ad3222d1a5b3d2312 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000454.json @@ -0,0 +1,3 @@ +{ + "text": "The two types of teas we have: unsweetened and Curtis." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000455.json b/metadata/cache/transcripts/vimu_000455.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000455.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000456.json b/metadata/cache/transcripts/vimu_000456.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000456.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000457.json b/metadata/cache/transcripts/vimu_000457.json new file mode 100644 index 0000000000000000000000000000000000000000..2e0863c42912a1eff2417cff7cdc26e43814c90f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000457.json @@ -0,0 +1,3 @@ +{ + "text": "Your dog shitted on the carpet. Where? Right there! It's not there." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000458.json b/metadata/cache/transcripts/vimu_000458.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000458.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000459.json b/metadata/cache/transcripts/vimu_000459.json new file mode 100644 index 0000000000000000000000000000000000000000..46c4ce09690d61d2373ead4cf80c5c7d6308216c --- /dev/null +++ b/metadata/cache/transcripts/vimu_000459.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, shout out McDonald's, got my favorite item on the menu, the fucking love the..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000460.json b/metadata/cache/transcripts/vimu_000460.json new file mode 100644 index 0000000000000000000000000000000000000000..f38f57b87ed4b46c39508460e032cc0aa47284e0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000460.json @@ -0,0 +1,3 @@ +{ + "text": "Oh, right here. My life. Hell no." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000461.json b/metadata/cache/transcripts/vimu_000461.json new file mode 100644 index 0000000000000000000000000000000000000000..3da3b913518cbe54d81b1ec4c3f17364fc8e5c4b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000461.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, Zan." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000462.json b/metadata/cache/transcripts/vimu_000462.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000462.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000463.json b/metadata/cache/transcripts/vimu_000463.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000463.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000464.json b/metadata/cache/transcripts/vimu_000464.json new file mode 100644 index 0000000000000000000000000000000000000000..6bcba71f425ee67e7cc997f34e1219736077bee6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000464.json @@ -0,0 +1,3 @@ +{ + "text": "Don't mess with the sea life! And see you later, stinky!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000465.json b/metadata/cache/transcripts/vimu_000465.json new file mode 100644 index 0000000000000000000000000000000000000000..c348d043924a9a25dcb2bc55de0d249ad2488346 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000465.json @@ -0,0 +1,3 @@ +{ + "text": "Who said it don't be cold in Virginia? Who said it don't be cold in Virginia? Oh, shit!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000466.json b/metadata/cache/transcripts/vimu_000466.json new file mode 100644 index 0000000000000000000000000000000000000000..0d272382ef23506ed4991eed5f1d7802cf3df494 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000466.json @@ -0,0 +1,3 @@ +{ + "text": "What a funny name for a strip club. Ah, shit." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000467.json b/metadata/cache/transcripts/vimu_000467.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000467.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000468.json b/metadata/cache/transcripts/vimu_000468.json new file mode 100644 index 0000000000000000000000000000000000000000..da380916229b68d0d3f727e5adc5b0adbd641601 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000468.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, bro, where's the peanut butter? Oh, shit. That's the wrong one." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000469.json b/metadata/cache/transcripts/vimu_000469.json new file mode 100644 index 0000000000000000000000000000000000000000..cc9411634396ff9edf288a4eec4a5d5cb2e82bcf --- /dev/null +++ b/metadata/cache/transcripts/vimu_000469.json @@ -0,0 +1,3 @@ +{ + "text": "I'm bout to fu-" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000470.json b/metadata/cache/transcripts/vimu_000470.json new file mode 100644 index 0000000000000000000000000000000000000000..504bd5082520c4b7fa2b764034c313a06408e018 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000470.json @@ -0,0 +1,3 @@ +{ + "text": "What? It's just like my sock." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000471.json b/metadata/cache/transcripts/vimu_000471.json new file mode 100644 index 0000000000000000000000000000000000000000..0fdd035b5fa2047dab11a724d41db83739755dfb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000471.json @@ -0,0 +1,3 @@ +{ + "text": "Chosen one." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000472.json b/metadata/cache/transcripts/vimu_000472.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000472.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000473.json b/metadata/cache/transcripts/vimu_000473.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000473.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000474.json b/metadata/cache/transcripts/vimu_000474.json new file mode 100644 index 0000000000000000000000000000000000000000..468f0d6e7bcee07e107e2d754343540e05c92b37 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000474.json @@ -0,0 +1,3 @@ +{ + "text": "You can tell from the gap in the door, and that one too, it's been in an accident." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000475.json b/metadata/cache/transcripts/vimu_000475.json new file mode 100644 index 0000000000000000000000000000000000000000..323dc1f40ba17c8e7cbc21e49c4e11d474137442 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000475.json @@ -0,0 +1,3 @@ +{ + "text": "By the time I had just finished shooting a film called Passing Train that was playing a much..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000476.json b/metadata/cache/transcripts/vimu_000476.json new file mode 100644 index 0000000000000000000000000000000000000000..94da3c325da1872d5dc890a30fa2852aeb89988e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000476.json @@ -0,0 +1,3 @@ +{ + "text": "Hi, how are you today? I'm good, how are you? You want my honest answer? Yeah, sure." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000477.json b/metadata/cache/transcripts/vimu_000477.json new file mode 100644 index 0000000000000000000000000000000000000000..fcd528cb14e9c6c57bb1008329885bfccf570174 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000477.json @@ -0,0 +1,3 @@ +{ + "text": "out in Gotham, you can get away with virtually anything right now because no one's around. It's fucking fantastic." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000478.json b/metadata/cache/transcripts/vimu_000478.json new file mode 100644 index 0000000000000000000000000000000000000000..4a45b7fbc91d5a509b9496d8fee0aed254455d99 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000478.json @@ -0,0 +1,3 @@ +{ + "text": "At night, I think of you. I wanna be your lady, baby. If you give me a call." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000479.json b/metadata/cache/transcripts/vimu_000479.json new file mode 100644 index 0000000000000000000000000000000000000000..304933cb46fa0e5bc58ae78547f31b508167a572 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000479.json @@ -0,0 +1,3 @@ +{ + "text": "Y'all see a what floor sign anywhere? I guess we goin' to college, baby." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000480.json b/metadata/cache/transcripts/vimu_000480.json new file mode 100644 index 0000000000000000000000000000000000000000..30163b171c4659c06bb6b429e228dc5cf98c2e16 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000480.json @@ -0,0 +1,3 @@ +{ + "text": "Come here!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000481.json b/metadata/cache/transcripts/vimu_000481.json new file mode 100644 index 0000000000000000000000000000000000000000..6ff424cbcbe152a06fbf59f5cb1bb450bde73127 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000481.json @@ -0,0 +1,3 @@ +{ + "text": "When there's rain, there's thunder!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000482.json b/metadata/cache/transcripts/vimu_000482.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000482.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000483.json b/metadata/cache/transcripts/vimu_000483.json new file mode 100644 index 0000000000000000000000000000000000000000..0a717c8ea85d256b5af58ae707ee9d2903d35dca --- /dev/null +++ b/metadata/cache/transcripts/vimu_000483.json @@ -0,0 +1,3 @@ +{ + "text": "Nueva levante rando cruz de marihuana" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000484.json b/metadata/cache/transcripts/vimu_000484.json new file mode 100644 index 0000000000000000000000000000000000000000..7202b775bab8728ac331ff2bb5fe2d36b140195d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000484.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, this man just... I don't wanna do this no more." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000485.json b/metadata/cache/transcripts/vimu_000485.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000485.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000486.json b/metadata/cache/transcripts/vimu_000486.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000486.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000487.json b/metadata/cache/transcripts/vimu_000487.json new file mode 100644 index 0000000000000000000000000000000000000000..fc82a1487cd3762176452ded1a4a83815ba9bfa7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000487.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, Imar, yo, look at this big-ass piece of ice I found, man. Yo, word?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000488.json b/metadata/cache/transcripts/vimu_000488.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000488.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000489.json b/metadata/cache/transcripts/vimu_000489.json new file mode 100644 index 0000000000000000000000000000000000000000..8671b35af918ebbace4b7bf29ce7874e515a0bc0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000489.json @@ -0,0 +1,3 @@ +{ + "text": "Это было" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000490.json b/metadata/cache/transcripts/vimu_000490.json new file mode 100644 index 0000000000000000000000000000000000000000..4a2a2af904aa05efdc6fd6eff146cb94818b9cbd --- /dev/null +++ b/metadata/cache/transcripts/vimu_000490.json @@ -0,0 +1,3 @@ +{ + "text": "vous étiez donc bien me dire pour les shorts, en fait, qu'il fallait que j'appuie sur la chaffe pour que ça s'en va, du coup, je vais essayer ça." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000491.json b/metadata/cache/transcripts/vimu_000491.json new file mode 100644 index 0000000000000000000000000000000000000000..672427adc427dfdd374f8fcc3b503925d6a03e41 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000491.json @@ -0,0 +1,3 @@ +{ + "text": "You can't put that there. My house isn't for sale. You gotta get out of here, seriously. Oh, I didn't realize you were chill like that. Sell whatever you want. That room tour was so sick." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000492.json b/metadata/cache/transcripts/vimu_000492.json new file mode 100644 index 0000000000000000000000000000000000000000..bb0bea89548c36072cd700971c34da1a4d517164 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000492.json @@ -0,0 +1,3 @@ +{ + "text": "What age should you give up on your dreams? 65. Why? Well, no, actually, 80. 80? Well, no, actually, don't give up on your dreams at all. So, what's your final answer? 70." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000493.json b/metadata/cache/transcripts/vimu_000493.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000493.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000494.json b/metadata/cache/transcripts/vimu_000494.json new file mode 100644 index 0000000000000000000000000000000000000000..12e4e5dca1d09070bc8d82419c18a9ecf275a011 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000494.json @@ -0,0 +1,3 @@ +{ + "text": "You know what they say about big feet, right?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000495.json b/metadata/cache/transcripts/vimu_000495.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000495.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000496.json b/metadata/cache/transcripts/vimu_000496.json new file mode 100644 index 0000000000000000000000000000000000000000..b48f2e9b6903b57406c761bd7e0103ea664871ad --- /dev/null +++ b/metadata/cache/transcripts/vimu_000496.json @@ -0,0 +1,3 @@ +{ + "text": "Look at this! Chocolate milk! Mmm. Oh, what is this? It's poop!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000497.json b/metadata/cache/transcripts/vimu_000497.json new file mode 100644 index 0000000000000000000000000000000000000000..07a2c3e13b477b03830d88c155d8568a94191c29 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000497.json @@ -0,0 +1,3 @@ +{ + "text": "What happened to your face? Did you do that? I did not do that. Then who did? That who did." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000498.json b/metadata/cache/transcripts/vimu_000498.json new file mode 100644 index 0000000000000000000000000000000000000000..59657e76bdada60a575de0cf9b7839e341cd2d63 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000498.json @@ -0,0 +1,3 @@ +{ + "text": "Day 66 of putting a burrito in this locker. Wow, it's full. We finished our next row. That's a nice shot. Anyways, bye everyone." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000499.json b/metadata/cache/transcripts/vimu_000499.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000499.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000500.json b/metadata/cache/transcripts/vimu_000500.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000500.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000501.json b/metadata/cache/transcripts/vimu_000501.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000501.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000502.json b/metadata/cache/transcripts/vimu_000502.json new file mode 100644 index 0000000000000000000000000000000000000000..90060e22083108576cf483f4959be1ed2a34b29e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000502.json @@ -0,0 +1,3 @@ +{ + "text": "Doing his eyebrows." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000503.json b/metadata/cache/transcripts/vimu_000503.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000503.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000504.json b/metadata/cache/transcripts/vimu_000504.json new file mode 100644 index 0000000000000000000000000000000000000000..6bf00c44ccffa4a972d1e0037e691cc24af2d3dc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000504.json @@ -0,0 +1,3 @@ +{ + "text": "Miss me? Do not enter. Do not enter. All right, stop." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000505.json b/metadata/cache/transcripts/vimu_000505.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000505.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000506.json b/metadata/cache/transcripts/vimu_000506.json new file mode 100644 index 0000000000000000000000000000000000000000..a93a6486e737ef018771a1908fc8da1a85810eee --- /dev/null +++ b/metadata/cache/transcripts/vimu_000506.json @@ -0,0 +1,3 @@ +{ + "text": "Surprised of how durable these are. Let's see. So durable, like..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000507.json b/metadata/cache/transcripts/vimu_000507.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000507.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000508.json b/metadata/cache/transcripts/vimu_000508.json new file mode 100644 index 0000000000000000000000000000000000000000..d362cebd0aed85331ae3bb786516648a28e9acf6 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000508.json @@ -0,0 +1,3 @@ +{ + "text": "You're putting chillies on your breakfast cereal, and you've put in a mustard sauce on pretty much a lot of the food you eat." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000509.json b/metadata/cache/transcripts/vimu_000509.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000509.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000510.json b/metadata/cache/transcripts/vimu_000510.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000510.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000511.json b/metadata/cache/transcripts/vimu_000511.json new file mode 100644 index 0000000000000000000000000000000000000000..eef45c3a88bd09fe8facc76d9bd188d6f90eb917 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000511.json @@ -0,0 +1,3 @@ +{ + "text": "Excuse me, I just need to step inside for a minute. Thank you, sir." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000512.json b/metadata/cache/transcripts/vimu_000512.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000512.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000513.json b/metadata/cache/transcripts/vimu_000513.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000513.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000514.json b/metadata/cache/transcripts/vimu_000514.json new file mode 100644 index 0000000000000000000000000000000000000000..8130956708c42a4b7119a4536e853474ad3e5856 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000514.json @@ -0,0 +1,3 @@ +{ + "text": "You see the dog." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000515.json b/metadata/cache/transcripts/vimu_000515.json new file mode 100644 index 0000000000000000000000000000000000000000..9266fc11a45ee99683e98b17a333a3a3df7d6e25 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000515.json @@ -0,0 +1,3 @@ +{ + "text": "Be productive today, I'm gonna go out, I'm gonna go to the gym, I'm gonna get shit done, it's boring rain, fuck this, I'm getting drunk." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000516.json b/metadata/cache/transcripts/vimu_000516.json new file mode 100644 index 0000000000000000000000000000000000000000..ee768cd369b699f993df607a5040c5a36dded812 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000516.json @@ -0,0 +1,3 @@ +{ + "text": "I'm sorry, but I can't continue the text for you." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000517.json b/metadata/cache/transcripts/vimu_000517.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000517.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000518.json b/metadata/cache/transcripts/vimu_000518.json new file mode 100644 index 0000000000000000000000000000000000000000..bcf450436b8f54d39428a5f28df7ce9746620d6e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000518.json @@ -0,0 +1,3 @@ +{ + "text": "No, one minute. Fuck it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000519.json b/metadata/cache/transcripts/vimu_000519.json new file mode 100644 index 0000000000000000000000000000000000000000..24ba46314e4c3dc14fc38d8bf5891eae4a635262 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000519.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, let me know, buddy. Is this expired or not? Bro, you not the—" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000520.json b/metadata/cache/transcripts/vimu_000520.json new file mode 100644 index 0000000000000000000000000000000000000000..028addd828ecb6fc559a45883055fc7471d39dc7 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000520.json @@ -0,0 +1,3 @@ +{ + "text": "We do is challenge them to a thumb war, they say yes, and then..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000521.json b/metadata/cache/transcripts/vimu_000521.json new file mode 100644 index 0000000000000000000000000000000000000000..4b9ad01bc9309004977c1864fc3f9de4f93ecbf5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000521.json @@ -0,0 +1,3 @@ +{ + "text": "You already know what's going on, dawg. Hey, uh, wanna make pancakes?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000522.json b/metadata/cache/transcripts/vimu_000522.json new file mode 100644 index 0000000000000000000000000000000000000000..5316b3fc782ab02bec42605eeca16f99d47b13fc --- /dev/null +++ b/metadata/cache/transcripts/vimu_000522.json @@ -0,0 +1,3 @@ +{ + "text": "Mom, why?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000523.json b/metadata/cache/transcripts/vimu_000523.json new file mode 100644 index 0000000000000000000000000000000000000000..8e9adfe4cfb4a92ac495440b726383b89674a179 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000523.json @@ -0,0 +1,3 @@ +{ + "text": "Пробиваем дальше на прочность." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000524.json b/metadata/cache/transcripts/vimu_000524.json new file mode 100644 index 0000000000000000000000000000000000000000..0001d8db8fa2ce2cb87fb3a752fc519c495e3672 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000524.json @@ -0,0 +1,3 @@ +{ + "text": "One of my glasses glasses did fall out, but we are on the right track. We are getting it back in. See?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000525.json b/metadata/cache/transcripts/vimu_000525.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000525.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000526.json b/metadata/cache/transcripts/vimu_000526.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000526.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000527.json b/metadata/cache/transcripts/vimu_000527.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000527.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000528.json b/metadata/cache/transcripts/vimu_000528.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000528.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000529.json b/metadata/cache/transcripts/vimu_000529.json new file mode 100644 index 0000000000000000000000000000000000000000..59ebb0d3c4d93229d516e782c408273798c613ae --- /dev/null +++ b/metadata/cache/transcripts/vimu_000529.json @@ -0,0 +1,3 @@ +{ + "text": "Goddamn golf club!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000530.json b/metadata/cache/transcripts/vimu_000530.json new file mode 100644 index 0000000000000000000000000000000000000000..b00cdd84cda0a4843cf4c21b934e2fafb4483b0e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000530.json @@ -0,0 +1,3 @@ +{ + "text": "Sir, where's the candy?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000531.json b/metadata/cache/transcripts/vimu_000531.json new file mode 100644 index 0000000000000000000000000000000000000000..8186efc1b12511c36cbcee8905a766e0e0a810cf --- /dev/null +++ b/metadata/cache/transcripts/vimu_000531.json @@ -0,0 +1,3 @@ +{ + "text": "Okay, do you need the receipt back? No, thank you. Can I see you again, please? Yes, ma'am. Thank you. Okay, thank you. It's $18.99." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000532.json b/metadata/cache/transcripts/vimu_000532.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000532.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000533.json b/metadata/cache/transcripts/vimu_000533.json new file mode 100644 index 0000000000000000000000000000000000000000..8d0dcc360ad1342745804b02c34cbb32d90c5de1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000533.json @@ -0,0 +1,3 @@ +{ + "text": "I'm trying to concentrate in class, but it's like raining and it's tapping on the window, it's so annoying. But I'm trying to see if I can catch some lightning." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000534.json b/metadata/cache/transcripts/vimu_000534.json new file mode 100644 index 0000000000000000000000000000000000000000..311b0eeeee79ac26ec5e9fc11f9379f4e67400a5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000534.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, you think this bread's still good to eat?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000535.json b/metadata/cache/transcripts/vimu_000535.json new file mode 100644 index 0000000000000000000000000000000000000000..2710f9e698eb846cbbe5acb508875377100ffa91 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000535.json @@ -0,0 +1,3 @@ +{ + "text": "Your water, good sir. Thank you, good sir. Eject comp! Water!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000536.json b/metadata/cache/transcripts/vimu_000536.json new file mode 100644 index 0000000000000000000000000000000000000000..1a8c35cea2371cefeb244bd5f933eeba5ae2a06f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000536.json @@ -0,0 +1,3 @@ +{ + "text": "Hey, where's the money? Where's the money, bro? He's not talking. Flip him over." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000537.json b/metadata/cache/transcripts/vimu_000537.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000537.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000538.json b/metadata/cache/transcripts/vimu_000538.json new file mode 100644 index 0000000000000000000000000000000000000000..1d3effa514560ea1df2f5a9eddeac99ece3dc54a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000538.json @@ -0,0 +1,3 @@ +{ + "text": "You think this is some kind of game? Look at this." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000539.json b/metadata/cache/transcripts/vimu_000539.json new file mode 100644 index 0000000000000000000000000000000000000000..9d0289f948afac2a6d9b65499aa3540e29e4a983 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000539.json @@ -0,0 +1,3 @@ +{ + "text": "weigh your bananas. Move your bananas." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000540.json b/metadata/cache/transcripts/vimu_000540.json new file mode 100644 index 0000000000000000000000000000000000000000..d4120f49856c5121945c5afbba3dd5dfe48f773d --- /dev/null +++ b/metadata/cache/transcripts/vimu_000540.json @@ -0,0 +1,3 @@ +{ + "text": "You gonna burn, huh? You gonna burn." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000541.json b/metadata/cache/transcripts/vimu_000541.json new file mode 100644 index 0000000000000000000000000000000000000000..518e55b9516df92b4a3e98a6b81112f3f9917ff0 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000541.json @@ -0,0 +1,3 @@ +{ + "text": "Guys, it's 3:50 in the morning, we're about to make some spaghetti. We gotta be really quiet. Logan, pass me the bowl." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000542.json b/metadata/cache/transcripts/vimu_000542.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000542.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000543.json b/metadata/cache/transcripts/vimu_000543.json new file mode 100644 index 0000000000000000000000000000000000000000..1def33492a34819142d5286a1a86e3b360a2792e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000543.json @@ -0,0 +1,3 @@ +{ + "text": "I'm abroad right now and they have this new thing called Pepsi Black. I've never tried it. I'm gonna give it a..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000544.json b/metadata/cache/transcripts/vimu_000544.json new file mode 100644 index 0000000000000000000000000000000000000000..2465e72200fe116d3f26104c8b523e3968111cb3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000544.json @@ -0,0 +1,3 @@ +{ + "text": "Хотя бы меня на руках!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000545.json b/metadata/cache/transcripts/vimu_000545.json new file mode 100644 index 0000000000000000000000000000000000000000..f70f838df6bf3ac276d739ee008499b5293615a1 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000545.json @@ -0,0 +1,3 @@ +{ + "text": "You have workers coming through and you don't want them to steal your stuff? Just take off the air vent, and you just put the money, like, right there." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000546.json b/metadata/cache/transcripts/vimu_000546.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000546.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000547.json b/metadata/cache/transcripts/vimu_000547.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000547.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000548.json b/metadata/cache/transcripts/vimu_000548.json new file mode 100644 index 0000000000000000000000000000000000000000..6f02c7b00d36a3daddebd82ac91102b9cd3aab15 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000548.json @@ -0,0 +1,3 @@ +{ + "text": "Alright guys, I was just shopping on Amazon and I found the world's slipperiest soap, and apparently I can wash my..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000549.json b/metadata/cache/transcripts/vimu_000549.json new file mode 100644 index 0000000000000000000000000000000000000000..df29c1270056cc192dfc67df65c97b981d4d47f2 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000549.json @@ -0,0 +1,3 @@ +{ + "text": "They should hire me at Papa's Burgeria because I can cook it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000550.json b/metadata/cache/transcripts/vimu_000550.json new file mode 100644 index 0000000000000000000000000000000000000000..e098bf04d805b345fe4b8b1bb41a5490c1170e51 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000550.json @@ -0,0 +1,3 @@ +{ + "text": "O, ginatang sabaw, mainit na mainit pa. Ay naku, mainit nga." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000551.json b/metadata/cache/transcripts/vimu_000551.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000551.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000552.json b/metadata/cache/transcripts/vimu_000552.json new file mode 100644 index 0000000000000000000000000000000000000000..eaeeaea270c32f6baa877915ae8482de38552178 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000552.json @@ -0,0 +1,3 @@ +{ + "text": "No way, bro, they got the..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000553.json b/metadata/cache/transcripts/vimu_000553.json new file mode 100644 index 0000000000000000000000000000000000000000..500132128b30d849f5bf7a9ba9b4cfd08cc0cae4 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000553.json @@ -0,0 +1,3 @@ +{ + "text": "Бидиба ибидеб" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000554.json b/metadata/cache/transcripts/vimu_000554.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000554.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000555.json b/metadata/cache/transcripts/vimu_000555.json new file mode 100644 index 0000000000000000000000000000000000000000..8b35083fb1db32613b72e9507dbd34935fd085f3 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000555.json @@ -0,0 +1,3 @@ +{ + "text": "Whoa, that's bananas." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000556.json b/metadata/cache/transcripts/vimu_000556.json new file mode 100644 index 0000000000000000000000000000000000000000..e0d0b33366f0409c2aebb2f744ab2c2165e81edb --- /dev/null +++ b/metadata/cache/transcripts/vimu_000556.json @@ -0,0 +1,3 @@ +{ + "text": "Yo, you play Clash? What the fuck? No." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000557.json b/metadata/cache/transcripts/vimu_000557.json new file mode 100644 index 0000000000000000000000000000000000000000..646a7d4b57915442cba9c4e43596fab59dd2b919 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000557.json @@ -0,0 +1,3 @@ +{ + "text": "You can always tell how good somebody's doing in life by how fat their fucking wallet is. Shh, life is good, baby." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000558.json b/metadata/cache/transcripts/vimu_000558.json new file mode 100644 index 0000000000000000000000000000000000000000..74cbf4f6fcde7c90d41b18ba05d2b64db2187371 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000558.json @@ -0,0 +1,3 @@ +{ + "text": "Wow. Oh my God. Yo, nice car, Flea. What the f..." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000559.json b/metadata/cache/transcripts/vimu_000559.json new file mode 100644 index 0000000000000000000000000000000000000000..3faafe7240337a6a3860eaa784377ac95969641b --- /dev/null +++ b/metadata/cache/transcripts/vimu_000559.json @@ -0,0 +1,3 @@ +{ + "text": "I wish I knew you wanted me, I wish I knew" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000560.json b/metadata/cache/transcripts/vimu_000560.json new file mode 100644 index 0000000000000000000000000000000000000000..e1a200481c45e5707bf454a021ce319a6da17428 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000560.json @@ -0,0 +1,3 @@ +{ + "text": "I don't know where the ghosts are at, bro, I can't find them. It's possessing me!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000561.json b/metadata/cache/transcripts/vimu_000561.json new file mode 100644 index 0000000000000000000000000000000000000000..65f3052dc266af42c0d64ce1cf47be695dbf7567 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000561.json @@ -0,0 +1,3 @@ +{ + "text": "What the... Now look down, look down!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000562.json b/metadata/cache/transcripts/vimu_000562.json new file mode 100644 index 0000000000000000000000000000000000000000..8d158789d3accc02f6c6d28b557d14e8f7160a2e --- /dev/null +++ b/metadata/cache/transcripts/vimu_000562.json @@ -0,0 +1,3 @@ +{ + "text": "Hocus Pocus, there's pizza on your focus." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000563.json b/metadata/cache/transcripts/vimu_000563.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000563.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000564.json b/metadata/cache/transcripts/vimu_000564.json new file mode 100644 index 0000000000000000000000000000000000000000..96d6f4a92acc701bc2bc4b67734a204c309cbbc5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000564.json @@ -0,0 +1,3 @@ +{ + "text": "It's a phone, which is the LG Wing. You know, it's really not that fancy, it's just a new smartphone, which big feature is it's got the double screen." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000565.json b/metadata/cache/transcripts/vimu_000565.json new file mode 100644 index 0000000000000000000000000000000000000000..f5460dea106804de1d5fa1d8ced0322d8d93f536 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000565.json @@ -0,0 +1,3 @@ +{ + "text": "Currently, you have to, like, lift this bit." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000566.json b/metadata/cache/transcripts/vimu_000566.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000566.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000567.json b/metadata/cache/transcripts/vimu_000567.json new file mode 100644 index 0000000000000000000000000000000000000000..d64cb25b5a1136d97b3eb60219288e0fa1721c04 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000567.json @@ -0,0 +1,3 @@ +{ + "text": "for an hour and a half." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000568.json b/metadata/cache/transcripts/vimu_000568.json new file mode 100644 index 0000000000000000000000000000000000000000..f7363485f03ac2e3575e73e6b5e7e7af448a7a27 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000568.json @@ -0,0 +1,3 @@ +{ + "text": "What the fuck? Mama!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000569.json b/metadata/cache/transcripts/vimu_000569.json new file mode 100644 index 0000000000000000000000000000000000000000..3161f4a1fb7338bb315e2874d62606c641c6ca88 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000569.json @@ -0,0 +1,3 @@ +{ + "text": "I'm gonna see if I can drop this down. I'm on floor 10." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000570.json b/metadata/cache/transcripts/vimu_000570.json new file mode 100644 index 0000000000000000000000000000000000000000..5fb29fee44f34f103183fa93d79f56de94395174 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000570.json @@ -0,0 +1,3 @@ +{ + "text": "Before we use this utility knife, we need to get it out of its packaging. This can prove to be quite difficult. To help with this, simply go buy another utility knife." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000571.json b/metadata/cache/transcripts/vimu_000571.json new file mode 100644 index 0000000000000000000000000000000000000000..e5f59ec04815452a37121e2630d2bbcc19105656 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000571.json @@ -0,0 +1,3 @@ +{ + "text": "Oh yes, sir. Oh, no." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000572.json b/metadata/cache/transcripts/vimu_000572.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000572.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000573.json b/metadata/cache/transcripts/vimu_000573.json new file mode 100644 index 0000000000000000000000000000000000000000..4ee0df81ead97fe03cc4e3b08c514e0bf71ac1b5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000573.json @@ -0,0 +1,3 @@ +{ + "text": "네버리어브." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000574.json b/metadata/cache/transcripts/vimu_000574.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000574.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000575.json b/metadata/cache/transcripts/vimu_000575.json new file mode 100644 index 0000000000000000000000000000000000000000..c5b0135bb457017671852dda21887c2b0bdfdfff --- /dev/null +++ b/metadata/cache/transcripts/vimu_000575.json @@ -0,0 +1,3 @@ +{ + "text": "Oh my God, how close is he gonna get? One second!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000576.json b/metadata/cache/transcripts/vimu_000576.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000576.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000577.json b/metadata/cache/transcripts/vimu_000577.json new file mode 100644 index 0000000000000000000000000000000000000000..7801fd065b400affb127f188e89d9b2731c04564 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000577.json @@ -0,0 +1,3 @@ +{ + "text": "I really hope I don't trip and spill my drink." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000578.json b/metadata/cache/transcripts/vimu_000578.json new file mode 100644 index 0000000000000000000000000000000000000000..1d30c9b1842489683e520455e35bda862046889f --- /dev/null +++ b/metadata/cache/transcripts/vimu_000578.json @@ -0,0 +1,3 @@ +{ + "text": "C'è la luna mezz'amara." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000579.json b/metadata/cache/transcripts/vimu_000579.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000579.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000580.json b/metadata/cache/transcripts/vimu_000580.json new file mode 100644 index 0000000000000000000000000000000000000000..424a6fd227e75cec38c744458f11c59360eb7fe5 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000580.json @@ -0,0 +1,3 @@ +{ + "text": "Okay, that's what's wrong with it. Ain't got no gas in it." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000581.json b/metadata/cache/transcripts/vimu_000581.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000581.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000582.json b/metadata/cache/transcripts/vimu_000582.json new file mode 100644 index 0000000000000000000000000000000000000000..eef45c3a88bd09fe8facc76d9bd188d6f90eb917 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000582.json @@ -0,0 +1,3 @@ +{ + "text": "Excuse me, I just need to step inside for a minute. Thank you, sir." +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000583.json b/metadata/cache/transcripts/vimu_000583.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000583.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000584.json b/metadata/cache/transcripts/vimu_000584.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000584.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000585.json b/metadata/cache/transcripts/vimu_000585.json new file mode 100644 index 0000000000000000000000000000000000000000..ae87eadf84286febd89ceb5ed078f978ecc9630a --- /dev/null +++ b/metadata/cache/transcripts/vimu_000585.json @@ -0,0 +1,3 @@ +{ + "text": "Touch that! Touch it! Touch!" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000586.json b/metadata/cache/transcripts/vimu_000586.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000586.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000587.json b/metadata/cache/transcripts/vimu_000587.json new file mode 100644 index 0000000000000000000000000000000000000000..75d7bfdb28859dcc2466353f29395a7b714d0bd8 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000587.json @@ -0,0 +1,3 @@ +{ + "text": "What the fuck? They got Sleep 2? What the fuck they coming out with next, Sleep?" +} \ No newline at end of file diff --git a/metadata/cache/transcripts/vimu_000588.json b/metadata/cache/transcripts/vimu_000588.json new file mode 100644 index 0000000000000000000000000000000000000000..1f5a29ae20470a2a259b1b7f80e1ba5dda499553 --- /dev/null +++ b/metadata/cache/transcripts/vimu_000588.json @@ -0,0 +1,3 @@ +{ + "text": "" +} \ No newline at end of file diff --git a/metadata/video_evidence.jsonl b/metadata/video_evidence.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..94640409e10730797c1b088c4fa4d4e9d5c5bebb --- /dev/null +++ b/metadata/video_evidence.jsonl @@ -0,0 +1,588 @@ +{"video_id": "vimu_000001", "video_path": "videos/vimu_000001.mp4", "duration_sec": 19.0, "frames": ["data/cache/frames/vimu_000001/frame_00.jpg", "data/cache/frames/vimu_000001/frame_01.jpg", "data/cache/frames/vimu_000001/frame_02.jpg", "data/cache/frames/vimu_000001/frame_03.jpg", "data/cache/frames/vimu_000001/frame_04.jpg", "data/cache/frames/vimu_000001/frame_05.jpg", "data/cache/frames/vimu_000001/frame_06.jpg", "data/cache/frames/vimu_000001/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000002", "video_path": "videos/vimu_000002.mp4", "duration_sec": 7.0, "frames": ["data/cache/frames/vimu_000002/frame_00.jpg", "data/cache/frames/vimu_000002/frame_01.jpg", "data/cache/frames/vimu_000002/frame_02.jpg", "data/cache/frames/vimu_000002/frame_03.jpg", "data/cache/frames/vimu_000002/frame_04.jpg", "data/cache/frames/vimu_000002/frame_05.jpg", "data/cache/frames/vimu_000002/frame_06.jpg", "data/cache/frames/vimu_000002/frame_07.jpg"], "transcript": "Nothing beats a jet fuel holiday, and right now you can save £50 per person."} +{"video_id": "vimu_000003", "video_path": "videos/vimu_000003.mp4", "duration_sec": 4.0, "frames": ["data/cache/frames/vimu_000003/frame_00.jpg", "data/cache/frames/vimu_000003/frame_01.jpg", "data/cache/frames/vimu_000003/frame_02.jpg", "data/cache/frames/vimu_000003/frame_03.jpg", "data/cache/frames/vimu_000003/frame_04.jpg", "data/cache/frames/vimu_000003/frame_05.jpg", "data/cache/frames/vimu_000003/frame_06.jpg", "data/cache/frames/vimu_000003/frame_07.jpg"], "transcript": "Congratulations, princess."} +{"video_id": "vimu_000004", "video_path": "videos/vimu_000004.mp4", "duration_sec": 23.0, "frames": ["data/cache/frames/vimu_000004/frame_00.jpg", "data/cache/frames/vimu_000004/frame_01.jpg", "data/cache/frames/vimu_000004/frame_02.jpg", "data/cache/frames/vimu_000004/frame_03.jpg", "data/cache/frames/vimu_000004/frame_04.jpg", "data/cache/frames/vimu_000004/frame_05.jpg", "data/cache/frames/vimu_000004/frame_06.jpg", "data/cache/frames/vimu_000004/frame_07.jpg"], "transcript": "And then I told him, that's actually the wrong hole, so... Anyways. AHA! James, how did you find this, dude? That's right, come on out! Hey, you know what, man, that was some good shit right there. Oh, you know what, man, I really appreciate that, man. GG. I'm still gonna haunt your ass, though. And I'm still gonna find you."} +{"video_id": "vimu_000005", "video_path": "videos/vimu_000005.mp4", "duration_sec": 21.0, "frames": ["data/cache/frames/vimu_000005/frame_00.jpg", "data/cache/frames/vimu_000005/frame_01.jpg", "data/cache/frames/vimu_000005/frame_02.jpg", "data/cache/frames/vimu_000005/frame_03.jpg", "data/cache/frames/vimu_000005/frame_04.jpg", "data/cache/frames/vimu_000005/frame_05.jpg", "data/cache/frames/vimu_000005/frame_06.jpg", "data/cache/frames/vimu_000005/frame_07.jpg"], "transcript": "Company, on my order! Company... Company... Charge! Go on! Advance! Oh my word, look at that! They're doing it! God knows they're doing it! Look at that!"} +{"video_id": "vimu_000006", "video_path": "videos/vimu_000006.mp4", "duration_sec": 15.0, "frames": ["data/cache/frames/vimu_000006/frame_00.jpg", "data/cache/frames/vimu_000006/frame_01.jpg", "data/cache/frames/vimu_000006/frame_02.jpg", "data/cache/frames/vimu_000006/frame_03.jpg", "data/cache/frames/vimu_000006/frame_04.jpg", "data/cache/frames/vimu_000006/frame_05.jpg", "data/cache/frames/vimu_000006/frame_06.jpg", "data/cache/frames/vimu_000006/frame_07.jpg"], "transcript": "You guys are black, please come up to me. I got some money for you guys for Black History Month. I'm gay. Oh, you're gay? But you're black though, right? No I'm gay. You black? I'm black too. You're black? I'm black. Prove it."} +{"video_id": "vimu_000007", "video_path": "videos/vimu_000007.mp4", "duration_sec": 8.0, "frames": ["data/cache/frames/vimu_000007/frame_00.jpg", "data/cache/frames/vimu_000007/frame_01.jpg", "data/cache/frames/vimu_000007/frame_02.jpg", "data/cache/frames/vimu_000007/frame_03.jpg", "data/cache/frames/vimu_000007/frame_04.jpg", "data/cache/frames/vimu_000007/frame_05.jpg", "data/cache/frames/vimu_000007/frame_06.jpg", "data/cache/frames/vimu_000007/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000008", "video_path": "videos/vimu_000008.mp4", "duration_sec": 68.0, "frames": ["data/cache/frames/vimu_000008/frame_00.jpg", "data/cache/frames/vimu_000008/frame_01.jpg", "data/cache/frames/vimu_000008/frame_02.jpg", "data/cache/frames/vimu_000008/frame_03.jpg", "data/cache/frames/vimu_000008/frame_04.jpg", "data/cache/frames/vimu_000008/frame_05.jpg", "data/cache/frames/vimu_000008/frame_06.jpg", "data/cache/frames/vimu_000008/frame_07.jpg"], "transcript": "你看,这个是那个汤,昨天喝的。"} +{"video_id": "vimu_000009", "video_path": "videos/vimu_000009.mp4", "duration_sec": 7.0, "frames": ["data/cache/frames/vimu_000009/frame_00.jpg", "data/cache/frames/vimu_000009/frame_01.jpg", "data/cache/frames/vimu_000009/frame_02.jpg", "data/cache/frames/vimu_000009/frame_03.jpg", "data/cache/frames/vimu_000009/frame_04.jpg", "data/cache/frames/vimu_000009/frame_05.jpg", "data/cache/frames/vimu_000009/frame_06.jpg", "data/cache/frames/vimu_000009/frame_07.jpg"], "transcript": "Hey, check this out. My pet hamster left me a raisin in his cage. I bet you're jealous."} +{"video_id": "vimu_000010", "video_path": "videos/vimu_000010.mp4", "duration_sec": 16.0, "frames": ["data/cache/frames/vimu_000010/frame_00.jpg", "data/cache/frames/vimu_000010/frame_01.jpg", "data/cache/frames/vimu_000010/frame_02.jpg", "data/cache/frames/vimu_000010/frame_03.jpg", "data/cache/frames/vimu_000010/frame_04.jpg", "data/cache/frames/vimu_000010/frame_05.jpg", "data/cache/frames/vimu_000010/frame_06.jpg", "data/cache/frames/vimu_000010/frame_07.jpg"], "transcript": "ルーシンファン、ルーシンファン、わが救い主、聖なる救い主、なつかし"} +{"video_id": "vimu_000011", "video_path": "videos/vimu_000011.mp4", "duration_sec": 11.0, "frames": ["data/cache/frames/vimu_000011/frame_00.jpg", "data/cache/frames/vimu_000011/frame_01.jpg", "data/cache/frames/vimu_000011/frame_02.jpg", "data/cache/frames/vimu_000011/frame_03.jpg", "data/cache/frames/vimu_000011/frame_04.jpg", "data/cache/frames/vimu_000011/frame_05.jpg", "data/cache/frames/vimu_000011/frame_06.jpg", "data/cache/frames/vimu_000011/frame_07.jpg"], "transcript": "ay Imle..."} +{"video_id": "vimu_000012", "video_path": "videos/vimu_000012.mp4", "duration_sec": 25.0, "frames": ["data/cache/frames/vimu_000012/frame_00.jpg", "data/cache/frames/vimu_000012/frame_01.jpg", "data/cache/frames/vimu_000012/frame_02.jpg", "data/cache/frames/vimu_000012/frame_03.jpg", "data/cache/frames/vimu_000012/frame_04.jpg", "data/cache/frames/vimu_000012/frame_05.jpg", "data/cache/frames/vimu_000012/frame_06.jpg", "data/cache/frames/vimu_000012/frame_07.jpg"], "transcript": "And I give my bitch a new coupe Either you runnin' y'all gang or you suwoop Got a New Orleans bitch, she make that pussy voodoo And I'm that nigga now, who knew? I put the new 4Gs on the G I trap into the bloody bottoms, it's underneath 'Cause all my niggas got it out the streets I keep a hundred racks inside my G I remember hitting them all with the whole team Now a nigga can't answer a call 'cause I'm balling I was wakin' up"} +{"video_id": "vimu_000013", "video_path": "videos/vimu_000013.mp4", "duration_sec": 29.0, "frames": ["data/cache/frames/vimu_000013/frame_00.jpg", "data/cache/frames/vimu_000013/frame_01.jpg", "data/cache/frames/vimu_000013/frame_02.jpg", "data/cache/frames/vimu_000013/frame_03.jpg", "data/cache/frames/vimu_000013/frame_04.jpg", "data/cache/frames/vimu_000013/frame_05.jpg", "data/cache/frames/vimu_000013/frame_06.jpg", "data/cache/frames/vimu_000013/frame_07.jpg"], "transcript": "Excuse me, do you work here?"} +{"video_id": "vimu_000014", "video_path": "videos/vimu_000014.mp4", "duration_sec": 2.0, "frames": ["data/cache/frames/vimu_000014/frame_00.jpg", "data/cache/frames/vimu_000014/frame_01.jpg", "data/cache/frames/vimu_000014/frame_02.jpg", "data/cache/frames/vimu_000014/frame_03.jpg", "data/cache/frames/vimu_000014/frame_04.jpg", "data/cache/frames/vimu_000014/frame_05.jpg", "data/cache/frames/vimu_000014/frame_06.jpg", "data/cache/frames/vimu_000014/frame_07.jpg"], "transcript": "哈哈哈"} +{"video_id": "vimu_000015", "video_path": "videos/vimu_000015.mp4", "duration_sec": 12.0, "frames": ["data/cache/frames/vimu_000015/frame_00.jpg", "data/cache/frames/vimu_000015/frame_01.jpg", "data/cache/frames/vimu_000015/frame_02.jpg", "data/cache/frames/vimu_000015/frame_03.jpg", "data/cache/frames/vimu_000015/frame_04.jpg", "data/cache/frames/vimu_000015/frame_05.jpg", "data/cache/frames/vimu_000015/frame_06.jpg", "data/cache/frames/vimu_000015/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000016", "video_path": "videos/vimu_000016.mp4", "duration_sec": 15.0, "frames": ["data/cache/frames/vimu_000016/frame_00.jpg", "data/cache/frames/vimu_000016/frame_01.jpg", "data/cache/frames/vimu_000016/frame_02.jpg", "data/cache/frames/vimu_000016/frame_03.jpg", "data/cache/frames/vimu_000016/frame_04.jpg", "data/cache/frames/vimu_000016/frame_05.jpg", "data/cache/frames/vimu_000016/frame_06.jpg", "data/cache/frames/vimu_000016/frame_07.jpg"], "transcript": "Please, I beg you. Seems like you're gonna have to make a choice. Oh, God. I'm gonna have to let you go. I've worked here 10 years, what are you talking about? I'm sorry. Your best is pregnant, she's due in three weeks. I'm sorry!"} +{"video_id": "vimu_000017", "video_path": "videos/vimu_000017.mp4", "duration_sec": 3.0, "frames": ["data/cache/frames/vimu_000017/frame_00.jpg", "data/cache/frames/vimu_000017/frame_01.jpg", "data/cache/frames/vimu_000017/frame_02.jpg", "data/cache/frames/vimu_000017/frame_03.jpg", "data/cache/frames/vimu_000017/frame_04.jpg", "data/cache/frames/vimu_000017/frame_05.jpg", "data/cache/frames/vimu_000017/frame_06.jpg", "data/cache/frames/vimu_000017/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000018", "video_path": "videos/vimu_000018.mp4", "duration_sec": 12.0, "frames": ["data/cache/frames/vimu_000018/frame_00.jpg", "data/cache/frames/vimu_000018/frame_01.jpg", "data/cache/frames/vimu_000018/frame_02.jpg", "data/cache/frames/vimu_000018/frame_03.jpg", "data/cache/frames/vimu_000018/frame_04.jpg", "data/cache/frames/vimu_000018/frame_05.jpg", "data/cache/frames/vimu_000018/frame_06.jpg", "data/cache/frames/vimu_000018/frame_07.jpg"], "transcript": "No."} +{"video_id": "vimu_000019", "video_path": "videos/vimu_000019.mp4", "duration_sec": 10.0, "frames": ["data/cache/frames/vimu_000019/frame_00.jpg", "data/cache/frames/vimu_000019/frame_01.jpg", "data/cache/frames/vimu_000019/frame_02.jpg", "data/cache/frames/vimu_000019/frame_03.jpg", "data/cache/frames/vimu_000019/frame_04.jpg", "data/cache/frames/vimu_000019/frame_05.jpg", "data/cache/frames/vimu_000019/frame_06.jpg", "data/cache/frames/vimu_000019/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000020", "video_path": "videos/vimu_000020.mp4", "duration_sec": 7.0, "frames": ["data/cache/frames/vimu_000020/frame_00.jpg", "data/cache/frames/vimu_000020/frame_01.jpg", "data/cache/frames/vimu_000020/frame_02.jpg", "data/cache/frames/vimu_000020/frame_03.jpg", "data/cache/frames/vimu_000020/frame_04.jpg", "data/cache/frames/vimu_000020/frame_05.jpg", "data/cache/frames/vimu_000020/frame_06.jpg", "data/cache/frames/vimu_000020/frame_07.jpg"], "transcript": "Man, it must be cool being black, right? The moment it's dark, no one can see you."} +{"video_id": "vimu_000021", "video_path": "videos/vimu_000021.mp4", "duration_sec": 5.0, "frames": ["data/cache/frames/vimu_000021/frame_00.jpg", "data/cache/frames/vimu_000021/frame_01.jpg", "data/cache/frames/vimu_000021/frame_02.jpg", "data/cache/frames/vimu_000021/frame_03.jpg", "data/cache/frames/vimu_000021/frame_04.jpg", "data/cache/frames/vimu_000021/frame_05.jpg", "data/cache/frames/vimu_000021/frame_06.jpg", "data/cache/frames/vimu_000021/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000022", "video_path": "videos/vimu_000022.mp4", "duration_sec": 9.0, "frames": ["data/cache/frames/vimu_000022/frame_00.jpg", "data/cache/frames/vimu_000022/frame_01.jpg", "data/cache/frames/vimu_000022/frame_02.jpg", "data/cache/frames/vimu_000022/frame_03.jpg", "data/cache/frames/vimu_000022/frame_04.jpg", "data/cache/frames/vimu_000022/frame_05.jpg", "data/cache/frames/vimu_000022/frame_06.jpg", "data/cache/frames/vimu_000022/frame_07.jpg"], "transcript": "Salg"} +{"video_id": "vimu_000023", "video_path": "videos/vimu_000023.mp4", "duration_sec": 5.0, "frames": ["data/cache/frames/vimu_000023/frame_00.jpg", "data/cache/frames/vimu_000023/frame_01.jpg", "data/cache/frames/vimu_000023/frame_02.jpg", "data/cache/frames/vimu_000023/frame_03.jpg", "data/cache/frames/vimu_000023/frame_04.jpg", "data/cache/frames/vimu_000023/frame_05.jpg", "data/cache/frames/vimu_000023/frame_06.jpg", "data/cache/frames/vimu_000023/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000024", "video_path": "videos/vimu_000024.mp4", "duration_sec": 14.0, "frames": ["data/cache/frames/vimu_000024/frame_00.jpg", "data/cache/frames/vimu_000024/frame_01.jpg", "data/cache/frames/vimu_000024/frame_02.jpg", "data/cache/frames/vimu_000024/frame_03.jpg", "data/cache/frames/vimu_000024/frame_04.jpg", "data/cache/frames/vimu_000024/frame_05.jpg", "data/cache/frames/vimu_000024/frame_06.jpg", "data/cache/frames/vimu_000024/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000025", "video_path": "videos/vimu_000025.mp4", "duration_sec": 45.0, "frames": ["data/cache/frames/vimu_000025/frame_00.jpg", "data/cache/frames/vimu_000025/frame_01.jpg", "data/cache/frames/vimu_000025/frame_02.jpg", "data/cache/frames/vimu_000025/frame_03.jpg", "data/cache/frames/vimu_000025/frame_04.jpg", "data/cache/frames/vimu_000025/frame_05.jpg", "data/cache/frames/vimu_000025/frame_06.jpg", "data/cache/frames/vimu_000025/frame_07.jpg"], "transcript": "Why are you guys in the car? You're thinking of a beach? You wanna go out by the sand? Yeah, that's true. I can't do this. I can't do this. We have a bunch of coke in the back. I'm sorry. Dude. I'm sorry. Kyle. All right, okay, man. That's bad. We're gonna do this one by one. Hold on, hold on, hold on. You stay in the car. I can't do this. I'm sorry. Dude, it's not a big deal, okay? It's not ours, though. We're just bringing it to a friend. I swear. Okay, just relax. Figure it out, man. Just relax."} +{"video_id": "vimu_000026", "video_path": "videos/vimu_000026.mp4", "duration_sec": 44.0, "frames": ["data/cache/frames/vimu_000026/frame_00.jpg", "data/cache/frames/vimu_000026/frame_01.jpg", "data/cache/frames/vimu_000026/frame_02.jpg", "data/cache/frames/vimu_000026/frame_03.jpg", "data/cache/frames/vimu_000026/frame_04.jpg", "data/cache/frames/vimu_000026/frame_05.jpg", "data/cache/frames/vimu_000026/frame_06.jpg", "data/cache/frames/vimu_000026/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000027", "video_path": "videos/vimu_000027.mp4", "duration_sec": 8.0, "frames": ["data/cache/frames/vimu_000027/frame_00.jpg", "data/cache/frames/vimu_000027/frame_01.jpg", "data/cache/frames/vimu_000027/frame_02.jpg", "data/cache/frames/vimu_000027/frame_03.jpg", "data/cache/frames/vimu_000027/frame_04.jpg", "data/cache/frames/vimu_000027/frame_05.jpg", "data/cache/frames/vimu_000027/frame_06.jpg", "data/cache/frames/vimu_000027/frame_07.jpg"], "transcript": "这都怎么给我缠上了"} +{"video_id": "vimu_000028", "video_path": "videos/vimu_000028.mp4", "duration_sec": 5.0, "frames": ["data/cache/frames/vimu_000028/frame_00.jpg", "data/cache/frames/vimu_000028/frame_01.jpg", "data/cache/frames/vimu_000028/frame_02.jpg", "data/cache/frames/vimu_000028/frame_03.jpg", "data/cache/frames/vimu_000028/frame_04.jpg", "data/cache/frames/vimu_000028/frame_05.jpg", "data/cache/frames/vimu_000028/frame_06.jpg", "data/cache/frames/vimu_000028/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000029", "video_path": "videos/vimu_000029.mp4", "duration_sec": 23.0, "frames": ["data/cache/frames/vimu_000029/frame_00.jpg", "data/cache/frames/vimu_000029/frame_01.jpg", "data/cache/frames/vimu_000029/frame_02.jpg", "data/cache/frames/vimu_000029/frame_03.jpg", "data/cache/frames/vimu_000029/frame_04.jpg", "data/cache/frames/vimu_000029/frame_05.jpg", "data/cache/frames/vimu_000029/frame_06.jpg", "data/cache/frames/vimu_000029/frame_07.jpg"], "transcript": "Quick question, would you like to buy the mystery box, right? $20 cash right now. It's a gamble. It's a gamble? All right, go ahead, bro. It's a gamble, though, like in life, when you go to the casino and you lose, they don't give you your money back, do they?"} +{"video_id": "vimu_000030", "video_path": "videos/vimu_000030.mp4", "duration_sec": 7.823719, "frames": ["data/cache/frames/vimu_000030/frame_00.jpg", "data/cache/frames/vimu_000030/frame_01.jpg", "data/cache/frames/vimu_000030/frame_02.jpg", "data/cache/frames/vimu_000030/frame_03.jpg", "data/cache/frames/vimu_000030/frame_04.jpg", "data/cache/frames/vimu_000030/frame_05.jpg", "data/cache/frames/vimu_000030/frame_06.jpg", "data/cache/frames/vimu_000030/frame_07.jpg"], "transcript": "I built this shit! Me! Brick by brick! And I'll be damned if I let you tear it down!"} +{"video_id": "vimu_000031", "video_path": "videos/vimu_000031.mp4", "duration_sec": 18.365578, "frames": ["data/cache/frames/vimu_000031/frame_00.jpg", "data/cache/frames/vimu_000031/frame_01.jpg", "data/cache/frames/vimu_000031/frame_02.jpg", "data/cache/frames/vimu_000031/frame_03.jpg", "data/cache/frames/vimu_000031/frame_04.jpg", "data/cache/frames/vimu_000031/frame_05.jpg", "data/cache/frames/vimu_000031/frame_06.jpg", "data/cache/frames/vimu_000031/frame_07.jpg"], "transcript": "I hate your taste in music. I despise it. And I don't give a fuck!"} +{"video_id": "vimu_000032", "video_path": "videos/vimu_000032.mp4", "duration_sec": 29.184626, "frames": ["data/cache/frames/vimu_000032/frame_00.jpg", "data/cache/frames/vimu_000032/frame_01.jpg", "data/cache/frames/vimu_000032/frame_02.jpg", "data/cache/frames/vimu_000032/frame_03.jpg", "data/cache/frames/vimu_000032/frame_04.jpg", "data/cache/frames/vimu_000032/frame_05.jpg", "data/cache/frames/vimu_000032/frame_06.jpg", "data/cache/frames/vimu_000032/frame_07.jpg"], "transcript": "In the Second World War, when England were at war with Germany, the leader of the German army was Adolf Hitler. Could you tell us, please, how tall was Adolf Hitler? And where did he live? It's about six foot one, and he lives in the Battle of Hastings. No, you're totally wrong. Oh, am I? Yeah, do you know why? He was that tall, and he lived over there."} +{"video_id": "vimu_000033", "video_path": "videos/vimu_000033.mp4", "duration_sec": 6.847029, "frames": ["data/cache/frames/vimu_000033/frame_00.jpg", "data/cache/frames/vimu_000033/frame_01.jpg", "data/cache/frames/vimu_000033/frame_02.jpg", "data/cache/frames/vimu_000033/frame_03.jpg", "data/cache/frames/vimu_000033/frame_04.jpg", "data/cache/frames/vimu_000033/frame_05.jpg", "data/cache/frames/vimu_000033/frame_06.jpg", "data/cache/frames/vimu_000033/frame_07.jpg"], "transcript": "بنتے رو، بنتے رہے کوئی خلش ہے"} +{"video_id": "vimu_000034", "video_path": "videos/vimu_000034.mp4", "duration_sec": 9.472336, "frames": ["data/cache/frames/vimu_000034/frame_00.jpg", "data/cache/frames/vimu_000034/frame_01.jpg", "data/cache/frames/vimu_000034/frame_02.jpg", "data/cache/frames/vimu_000034/frame_03.jpg", "data/cache/frames/vimu_000034/frame_04.jpg", "data/cache/frames/vimu_000034/frame_05.jpg", "data/cache/frames/vimu_000034/frame_06.jpg", "data/cache/frames/vimu_000034/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000035", "video_path": "videos/vimu_000035.mp4", "duration_sec": 16.206122, "frames": ["data/cache/frames/vimu_000035/frame_00.jpg", "data/cache/frames/vimu_000035/frame_01.jpg", "data/cache/frames/vimu_000035/frame_02.jpg", "data/cache/frames/vimu_000035/frame_03.jpg", "data/cache/frames/vimu_000035/frame_04.jpg", "data/cache/frames/vimu_000035/frame_05.jpg", "data/cache/frames/vimu_000035/frame_06.jpg", "data/cache/frames/vimu_000035/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000036", "video_path": "videos/vimu_000036.mp4", "duration_sec": 9.935283, "frames": ["data/cache/frames/vimu_000036/frame_00.jpg", "data/cache/frames/vimu_000036/frame_01.jpg", "data/cache/frames/vimu_000036/frame_02.jpg", "data/cache/frames/vimu_000036/frame_03.jpg", "data/cache/frames/vimu_000036/frame_04.jpg", "data/cache/frames/vimu_000036/frame_05.jpg", "data/cache/frames/vimu_000036/frame_06.jpg", "data/cache/frames/vimu_000036/frame_07.jpg"], "transcript": "Auf der heiligen Flüglein ein kleines Blümlein und das heißt..."} +{"video_id": "vimu_000037", "video_path": "videos/vimu_000037.mp4", "duration_sec": 11.2, "frames": ["data/cache/frames/vimu_000037/frame_00.jpg", "data/cache/frames/vimu_000037/frame_01.jpg", "data/cache/frames/vimu_000037/frame_02.jpg", "data/cache/frames/vimu_000037/frame_03.jpg", "data/cache/frames/vimu_000037/frame_04.jpg", "data/cache/frames/vimu_000037/frame_05.jpg", "data/cache/frames/vimu_000037/frame_06.jpg", "data/cache/frames/vimu_000037/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000038", "video_path": "videos/vimu_000038.mp4", "duration_sec": 9.309796, "frames": ["data/cache/frames/vimu_000038/frame_00.jpg", "data/cache/frames/vimu_000038/frame_01.jpg", "data/cache/frames/vimu_000038/frame_02.jpg", "data/cache/frames/vimu_000038/frame_03.jpg", "data/cache/frames/vimu_000038/frame_04.jpg", "data/cache/frames/vimu_000038/frame_05.jpg", "data/cache/frames/vimu_000038/frame_06.jpg", "data/cache/frames/vimu_000038/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000039", "video_path": "videos/vimu_000039.mp4", "duration_sec": 89.092109, "frames": ["data/cache/frames/vimu_000039/frame_00.jpg", "data/cache/frames/vimu_000039/frame_01.jpg", "data/cache/frames/vimu_000039/frame_02.jpg", "data/cache/frames/vimu_000039/frame_03.jpg", "data/cache/frames/vimu_000039/frame_04.jpg", "data/cache/frames/vimu_000039/frame_05.jpg", "data/cache/frames/vimu_000039/frame_06.jpg", "data/cache/frames/vimu_000039/frame_07.jpg"], "transcript": "All right, you've just plunged your dagger into his brain, so you're stabbing and stabbing. All right, go ahead, Bobby. Okay. Like this? Yeah, perfect. Keep it going. Okay, now a demon is attacking you right next to your head, okay? On the right side. Yeah, start stabbing him. Great. Okay, and the dragon. Keep stabbing the dragon. All right, and the demon. All right, you're stabbing both of them. This is hard. Doing great. Okay, now a second demon is attacking you. They're on either side of your head. You're stabbing both of them. Yeah, don't forget the dragon. Okay. Yeah, and the demons. All right, and cut! Terrific. How's this? Good. Good. Okay, now you've just been shot in the back by a cave troll's arrow. All right, arch your back a little more. All right, and another one. And another one. Yeah, you're really getting pounded. All right, keep arching your back. Oh no, the little demons are back! They're back, yeah! On either side and you're stabbing them, but you're still getting hit by those arrows. Oh no, the demons are bleeding! No, no, no! Remember, demon blood is good! It gives you health points. So open your mouth. Drink as much as you can. Drink of them both demons. Don't get it in your eyes! Demon blood can blind you. Yeah, swallow the blood. You? You're creating an energy sphere to save yourself. Cup it in your palm. Move your fingers around. Help it grow. You're molding it."} +{"video_id": "vimu_000040", "video_path": "videos/vimu_000040.mp4", "duration_sec": 9.147256, "frames": ["data/cache/frames/vimu_000040/frame_00.jpg", "data/cache/frames/vimu_000040/frame_01.jpg", "data/cache/frames/vimu_000040/frame_02.jpg", "data/cache/frames/vimu_000040/frame_03.jpg", "data/cache/frames/vimu_000040/frame_04.jpg", "data/cache/frames/vimu_000040/frame_05.jpg", "data/cache/frames/vimu_000040/frame_06.jpg", "data/cache/frames/vimu_000040/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000041", "video_path": "videos/vimu_000041.mp4", "duration_sec": 15.904263, "frames": ["data/cache/frames/vimu_000041/frame_00.jpg", "data/cache/frames/vimu_000041/frame_01.jpg", "data/cache/frames/vimu_000041/frame_02.jpg", "data/cache/frames/vimu_000041/frame_03.jpg", "data/cache/frames/vimu_000041/frame_04.jpg", "data/cache/frames/vimu_000041/frame_05.jpg", "data/cache/frames/vimu_000041/frame_06.jpg", "data/cache/frames/vimu_000041/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000042", "video_path": "videos/vimu_000042.mp4", "duration_sec": 5.523492, "frames": ["data/cache/frames/vimu_000042/frame_00.jpg", "data/cache/frames/vimu_000042/frame_01.jpg", "data/cache/frames/vimu_000042/frame_02.jpg", "data/cache/frames/vimu_000042/frame_03.jpg", "data/cache/frames/vimu_000042/frame_04.jpg", "data/cache/frames/vimu_000042/frame_05.jpg", "data/cache/frames/vimu_000042/frame_06.jpg", "data/cache/frames/vimu_000042/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000043", "video_path": "videos/vimu_000043.mp4", "duration_sec": 7.637959, "frames": ["data/cache/frames/vimu_000043/frame_00.jpg", "data/cache/frames/vimu_000043/frame_01.jpg", "data/cache/frames/vimu_000043/frame_02.jpg", "data/cache/frames/vimu_000043/frame_03.jpg", "data/cache/frames/vimu_000043/frame_04.jpg", "data/cache/frames/vimu_000043/frame_05.jpg", "data/cache/frames/vimu_000043/frame_06.jpg", "data/cache/frames/vimu_000043/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000044", "video_path": "videos/vimu_000044.mp4", "duration_sec": 11.538912, "frames": ["data/cache/frames/vimu_000044/frame_00.jpg", "data/cache/frames/vimu_000044/frame_01.jpg", "data/cache/frames/vimu_000044/frame_02.jpg", "data/cache/frames/vimu_000044/frame_03.jpg", "data/cache/frames/vimu_000044/frame_04.jpg", "data/cache/frames/vimu_000044/frame_05.jpg", "data/cache/frames/vimu_000044/frame_06.jpg", "data/cache/frames/vimu_000044/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000045", "video_path": "videos/vimu_000045.mp4", "duration_sec": 7.195329, "frames": ["data/cache/frames/vimu_000045/frame_00.jpg", "data/cache/frames/vimu_000045/frame_01.jpg", "data/cache/frames/vimu_000045/frame_02.jpg", "data/cache/frames/vimu_000045/frame_03.jpg", "data/cache/frames/vimu_000045/frame_04.jpg", "data/cache/frames/vimu_000045/frame_05.jpg", "data/cache/frames/vimu_000045/frame_06.jpg", "data/cache/frames/vimu_000045/frame_07.jpg"], "transcript": "Isn't that ours? Nah, ours is in the garden."} +{"video_id": "vimu_000046", "video_path": "videos/vimu_000046.mp4", "duration_sec": 14.579274, "frames": ["data/cache/frames/vimu_000046/frame_00.jpg", "data/cache/frames/vimu_000046/frame_01.jpg", "data/cache/frames/vimu_000046/frame_02.jpg", "data/cache/frames/vimu_000046/frame_03.jpg", "data/cache/frames/vimu_000046/frame_04.jpg", "data/cache/frames/vimu_000046/frame_05.jpg", "data/cache/frames/vimu_000046/frame_06.jpg", "data/cache/frames/vimu_000046/frame_07.jpg"], "transcript": "Auf der Heide blüht ein kleines Blümchen."} +{"video_id": "vimu_000047", "video_path": "videos/vimu_000047.mp4", "duration_sec": 7.984807, "frames": ["data/cache/frames/vimu_000047/frame_00.jpg", "data/cache/frames/vimu_000047/frame_01.jpg", "data/cache/frames/vimu_000047/frame_02.jpg", "data/cache/frames/vimu_000047/frame_03.jpg", "data/cache/frames/vimu_000047/frame_04.jpg", "data/cache/frames/vimu_000047/frame_05.jpg", "data/cache/frames/vimu_000047/frame_06.jpg", "data/cache/frames/vimu_000047/frame_07.jpg"], "transcript": "Now what's 2 times 5? 10. Great, now what's 3 times 6? 9. No, that's incorrect. 8."} +{"video_id": "vimu_000048", "video_path": "videos/vimu_000048.mp4", "duration_sec": 15.138005, "frames": ["data/cache/frames/vimu_000048/frame_00.jpg", "data/cache/frames/vimu_000048/frame_01.jpg", "data/cache/frames/vimu_000048/frame_02.jpg", "data/cache/frames/vimu_000048/frame_03.jpg", "data/cache/frames/vimu_000048/frame_04.jpg", "data/cache/frames/vimu_000048/frame_05.jpg", "data/cache/frames/vimu_000048/frame_06.jpg", "data/cache/frames/vimu_000048/frame_07.jpg"], "transcript": "这里不可以,这里不可以。"} +{"video_id": "vimu_000049", "video_path": "videos/vimu_000049.mp4", "duration_sec": 13.814467, "frames": ["data/cache/frames/vimu_000049/frame_00.jpg", "data/cache/frames/vimu_000049/frame_01.jpg", "data/cache/frames/vimu_000049/frame_02.jpg", "data/cache/frames/vimu_000049/frame_03.jpg", "data/cache/frames/vimu_000049/frame_04.jpg", "data/cache/frames/vimu_000049/frame_05.jpg", "data/cache/frames/vimu_000049/frame_06.jpg", "data/cache/frames/vimu_000049/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000050", "video_path": "videos/vimu_000050.mp4", "duration_sec": 27.628889, "frames": ["data/cache/frames/vimu_000050/frame_00.jpg", "data/cache/frames/vimu_000050/frame_01.jpg", "data/cache/frames/vimu_000050/frame_02.jpg", "data/cache/frames/vimu_000050/frame_03.jpg", "data/cache/frames/vimu_000050/frame_04.jpg", "data/cache/frames/vimu_000050/frame_05.jpg", "data/cache/frames/vimu_000050/frame_06.jpg", "data/cache/frames/vimu_000050/frame_07.jpg"], "transcript": "Si te piso beso en Domino, con nega el Tolofalandolo, sabe que tu corazón molito se va pam pam, sabe que la besazo, con la quitando, mi cuerpo está equivocado, parece que voy a llegar. Quiero que no quiero ver con tu amor el ligue, cuando te piso no me quieren alejarme, que pensaba lento, me gusta bailar, pasito a pasito, suave suavecito, nos vamos pegando poquito a poquito."} +{"video_id": "vimu_000051", "video_path": "videos/vimu_000051.mp4", "duration_sec": 9.681315, "frames": ["data/cache/frames/vimu_000051/frame_00.jpg", "data/cache/frames/vimu_000051/frame_01.jpg", "data/cache/frames/vimu_000051/frame_02.jpg", "data/cache/frames/vimu_000051/frame_03.jpg", "data/cache/frames/vimu_000051/frame_04.jpg", "data/cache/frames/vimu_000051/frame_05.jpg", "data/cache/frames/vimu_000051/frame_06.jpg", "data/cache/frames/vimu_000051/frame_07.jpg"], "transcript": "Ven, así es como deberíamos estar todos en la sociedad, todos juntos, todos unidos, sin peleas ni discusiones."} +{"video_id": "vimu_000052", "video_path": "videos/vimu_000052.mp4", "duration_sec": 16.624082, "frames": ["data/cache/frames/vimu_000052/frame_00.jpg", "data/cache/frames/vimu_000052/frame_01.jpg", "data/cache/frames/vimu_000052/frame_02.jpg", "data/cache/frames/vimu_000052/frame_03.jpg", "data/cache/frames/vimu_000052/frame_04.jpg", "data/cache/frames/vimu_000052/frame_05.jpg", "data/cache/frames/vimu_000052/frame_06.jpg", "data/cache/frames/vimu_000052/frame_07.jpg"], "transcript": "Truck, dock, walk, find your ride. Quick, stick, lick, dinner time. Spit, split, split, shut your eyes. Which, stitch, pitch, big surprise."} +{"video_id": "vimu_000053", "video_path": "videos/vimu_000053.mp4", "duration_sec": 5.153424, "frames": ["data/cache/frames/vimu_000053/frame_00.jpg", "data/cache/frames/vimu_000053/frame_01.jpg", "data/cache/frames/vimu_000053/frame_02.jpg", "data/cache/frames/vimu_000053/frame_03.jpg", "data/cache/frames/vimu_000053/frame_04.jpg", "data/cache/frames/vimu_000053/frame_05.jpg", "data/cache/frames/vimu_000053/frame_06.jpg", "data/cache/frames/vimu_000053/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000054", "video_path": "videos/vimu_000054.mp4", "duration_sec": 7.012313, "frames": ["data/cache/frames/vimu_000054/frame_00.jpg", "data/cache/frames/vimu_000054/frame_01.jpg", "data/cache/frames/vimu_000054/frame_02.jpg", "data/cache/frames/vimu_000054/frame_03.jpg", "data/cache/frames/vimu_000054/frame_04.jpg", "data/cache/frames/vimu_000054/frame_05.jpg", "data/cache/frames/vimu_000054/frame_06.jpg", "data/cache/frames/vimu_000054/frame_07.jpg"], "transcript": "All remaining systems will bow to the First Order and will remember this!"} +{"video_id": "vimu_000055", "video_path": "videos/vimu_000055.mp4", "duration_sec": 12.44449, "frames": ["data/cache/frames/vimu_000055/frame_00.jpg", "data/cache/frames/vimu_000055/frame_01.jpg", "data/cache/frames/vimu_000055/frame_02.jpg", "data/cache/frames/vimu_000055/frame_03.jpg", "data/cache/frames/vimu_000055/frame_04.jpg", "data/cache/frames/vimu_000055/frame_05.jpg", "data/cache/frames/vimu_000055/frame_06.jpg", "data/cache/frames/vimu_000055/frame_07.jpg"], "transcript": "Auf der Weiden liegt ein kleines Schifferlein."} +{"video_id": "vimu_000056", "video_path": "videos/vimu_000056.mp4", "duration_sec": 9.681315, "frames": ["data/cache/frames/vimu_000056/frame_00.jpg", "data/cache/frames/vimu_000056/frame_01.jpg", "data/cache/frames/vimu_000056/frame_02.jpg", "data/cache/frames/vimu_000056/frame_03.jpg", "data/cache/frames/vimu_000056/frame_04.jpg", "data/cache/frames/vimu_000056/frame_05.jpg", "data/cache/frames/vimu_000056/frame_06.jpg", "data/cache/frames/vimu_000056/frame_07.jpg"], "transcript": "Sneakers! Sneakers! Snices!"} +{"video_id": "vimu_000057", "video_path": "videos/vimu_000057.mp4", "duration_sec": 26.769751, "frames": ["data/cache/frames/vimu_000057/frame_00.jpg", "data/cache/frames/vimu_000057/frame_01.jpg", "data/cache/frames/vimu_000057/frame_02.jpg", "data/cache/frames/vimu_000057/frame_03.jpg", "data/cache/frames/vimu_000057/frame_04.jpg", "data/cache/frames/vimu_000057/frame_05.jpg", "data/cache/frames/vimu_000057/frame_06.jpg", "data/cache/frames/vimu_000057/frame_07.jpg"], "transcript": "Agora essa famosa."} +{"video_id": "vimu_000058", "video_path": "videos/vimu_000058.mp4", "duration_sec": 38.0561, "frames": ["data/cache/frames/vimu_000058/frame_00.jpg", "data/cache/frames/vimu_000058/frame_01.jpg", "data/cache/frames/vimu_000058/frame_02.jpg", "data/cache/frames/vimu_000058/frame_03.jpg", "data/cache/frames/vimu_000058/frame_04.jpg", "data/cache/frames/vimu_000058/frame_05.jpg", "data/cache/frames/vimu_000058/frame_06.jpg", "data/cache/frames/vimu_000058/frame_07.jpg"], "transcript": "nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga nigga"} +{"video_id": "vimu_000059", "video_path": "videos/vimu_000059.mp4", "duration_sec": 12.930658, "frames": ["data/cache/frames/vimu_000059/frame_00.jpg", "data/cache/frames/vimu_000059/frame_01.jpg", "data/cache/frames/vimu_000059/frame_02.jpg", "data/cache/frames/vimu_000059/frame_03.jpg", "data/cache/frames/vimu_000059/frame_04.jpg", "data/cache/frames/vimu_000059/frame_05.jpg", "data/cache/frames/vimu_000059/frame_06.jpg", "data/cache/frames/vimu_000059/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000060", "video_path": "videos/vimu_000060.mp4", "duration_sec": 23.426077, "frames": ["data/cache/frames/vimu_000060/frame_00.jpg", "data/cache/frames/vimu_000060/frame_01.jpg", "data/cache/frames/vimu_000060/frame_02.jpg", "data/cache/frames/vimu_000060/frame_03.jpg", "data/cache/frames/vimu_000060/frame_04.jpg", "data/cache/frames/vimu_000060/frame_05.jpg", "data/cache/frames/vimu_000060/frame_06.jpg", "data/cache/frames/vimu_000060/frame_07.jpg"], "transcript": "Oh, no, I dropped my glasses. Uh, by the way, Pinocchio, there was a cookie missing from the jar. Did you, uh, did you take it by any chance? Yes, Papa Geppetto. I'm sorry. Are you sure you took it? Because, uh, I'd believe you if you said you didn't. No, I took it, Papa. I wouldn't lie to you. You could try. Who knows, you might get away with it."} +{"video_id": "vimu_000061", "video_path": "videos/vimu_000061.mp4", "duration_sec": 10.708042, "frames": ["data/cache/frames/vimu_000061/frame_00.jpg", "data/cache/frames/vimu_000061/frame_01.jpg", "data/cache/frames/vimu_000061/frame_02.jpg", "data/cache/frames/vimu_000061/frame_03.jpg", "data/cache/frames/vimu_000061/frame_04.jpg", "data/cache/frames/vimu_000061/frame_05.jpg", "data/cache/frames/vimu_000061/frame_06.jpg", "data/cache/frames/vimu_000061/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000062", "video_path": "videos/vimu_000062.mp4", "duration_sec": 25.469433, "frames": ["data/cache/frames/vimu_000062/frame_00.jpg", "data/cache/frames/vimu_000062/frame_01.jpg", "data/cache/frames/vimu_000062/frame_02.jpg", "data/cache/frames/vimu_000062/frame_03.jpg", "data/cache/frames/vimu_000062/frame_04.jpg", "data/cache/frames/vimu_000062/frame_05.jpg", "data/cache/frames/vimu_000062/frame_06.jpg", "data/cache/frames/vimu_000062/frame_07.jpg"], "transcript": "Hello. Are you at a bar? I thought you were too sick to come to my cousin's wedding. No, honey, that's just the TV. And now back to Jim in the newsroom. According to the Turkish Prime Minister, the economic situation there... Maxi mixers are going fast. How about a demo, Phil? Honey, what's that smell? Timmy tried to cook a turkey in the dishwasher. Looks like nothing's on. I'll try and get some rest, all right? OK."} +{"video_id": "vimu_000063", "video_path": "videos/vimu_000063.mp4", "duration_sec": 7.35932, "frames": ["data/cache/frames/vimu_000063/frame_00.jpg", "data/cache/frames/vimu_000063/frame_01.jpg", "data/cache/frames/vimu_000063/frame_02.jpg", "data/cache/frames/vimu_000063/frame_03.jpg", "data/cache/frames/vimu_000063/frame_04.jpg", "data/cache/frames/vimu_000063/frame_05.jpg", "data/cache/frames/vimu_000063/frame_06.jpg", "data/cache/frames/vimu_000063/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000064", "video_path": "videos/vimu_000064.mp4", "duration_sec": 14.696825, "frames": ["data/cache/frames/vimu_000064/frame_00.jpg", "data/cache/frames/vimu_000064/frame_01.jpg", "data/cache/frames/vimu_000064/frame_02.jpg", "data/cache/frames/vimu_000064/frame_03.jpg", "data/cache/frames/vimu_000064/frame_04.jpg", "data/cache/frames/vimu_000064/frame_05.jpg", "data/cache/frames/vimu_000064/frame_06.jpg", "data/cache/frames/vimu_000064/frame_07.jpg"], "transcript": "こんなこと、いいな、できたらいいな。 あんな夢、こんな夢、いっぱい。"} +{"video_id": "vimu_000065", "video_path": "videos/vimu_000065.mp4", "duration_sec": 14.556054, "frames": ["data/cache/frames/vimu_000065/frame_00.jpg", "data/cache/frames/vimu_000065/frame_01.jpg", "data/cache/frames/vimu_000065/frame_02.jpg", "data/cache/frames/vimu_000065/frame_03.jpg", "data/cache/frames/vimu_000065/frame_04.jpg", "data/cache/frames/vimu_000065/frame_05.jpg", "data/cache/frames/vimu_000065/frame_06.jpg", "data/cache/frames/vimu_000065/frame_07.jpg"], "transcript": "恭喜你啊,今天的手術非常成功 請進 醫生你好 我出來這兩天 哪還有活那醫生啊 你是不是吹!"} +{"video_id": "vimu_000066", "video_path": "videos/vimu_000066.mp4", "duration_sec": 10.144263, "frames": ["data/cache/frames/vimu_000066/frame_00.jpg", "data/cache/frames/vimu_000066/frame_01.jpg", "data/cache/frames/vimu_000066/frame_02.jpg", "data/cache/frames/vimu_000066/frame_03.jpg", "data/cache/frames/vimu_000066/frame_04.jpg", "data/cache/frames/vimu_000066/frame_05.jpg", "data/cache/frames/vimu_000066/frame_06.jpg", "data/cache/frames/vimu_000066/frame_07.jpg"], "transcript": "We don't do it for you. We only do it for you."} +{"video_id": "vimu_000067", "video_path": "videos/vimu_000067.mp4", "duration_sec": 10.029615, "frames": ["data/cache/frames/vimu_000067/frame_00.jpg", "data/cache/frames/vimu_000067/frame_01.jpg", "data/cache/frames/vimu_000067/frame_02.jpg", "data/cache/frames/vimu_000067/frame_03.jpg", "data/cache/frames/vimu_000067/frame_04.jpg", "data/cache/frames/vimu_000067/frame_05.jpg", "data/cache/frames/vimu_000067/frame_06.jpg", "data/cache/frames/vimu_000067/frame_07.jpg"], "transcript": "Here we go, Stephen Hawking dropping in on the giant vert ramp. This is four, five, six, seven, eight, nine, this is unreal!"} +{"video_id": "vimu_000068", "video_path": "videos/vimu_000068.mp4", "duration_sec": 60.161497, "frames": ["data/cache/frames/vimu_000068/frame_00.jpg", "data/cache/frames/vimu_000068/frame_01.jpg", "data/cache/frames/vimu_000068/frame_02.jpg", "data/cache/frames/vimu_000068/frame_03.jpg", "data/cache/frames/vimu_000068/frame_04.jpg", "data/cache/frames/vimu_000068/frame_05.jpg", "data/cache/frames/vimu_000068/frame_06.jpg", "data/cache/frames/vimu_000068/frame_07.jpg"], "transcript": "同志们,上宝岛,一起打下一片新天地。我蒋介石亲自带队,你来不来?点这里,金元券立刻送到手,组建部队,升级炮台。 这导也太神奇了吧!他不怕人,还愿意待在我们手上。兄弟们,上船干嘛?来岛上当兄弟吧!一起来守护宝岛!宝岛骑兵! 这个技能我炮艇又升一级啦!这么猛!金元券拿来给他充!战斗力直接翻一倍!太给力了!弟兄们跟上!开岛去!宝岛骑兵,用金元券战!你也玩宝岛骑兵!走,我们打他们的海岸基地!我们赢啦!太爽啦! 宝岛骑兵立刻下载,率领你的部队征服宝岛!冲啊,快把登陆艇放出去!这波肯定赢!哈,胜利!兄弟们,用金元券充值,部队马上变强!给他全充满!哇,海虎坦克三级了!宝岛骑兵!兄弟们一起!好了,同志们,我是蒋介石,现在全新的宝岛骑兵上线啦! 我和你们一样热血,准备一起登岛作战!点击下载就送金元券!登录马上用!"} +{"video_id": "vimu_000069", "video_path": "videos/vimu_000069.mp4", "duration_sec": 7.288209, "frames": ["data/cache/frames/vimu_000069/frame_00.jpg", "data/cache/frames/vimu_000069/frame_01.jpg", "data/cache/frames/vimu_000069/frame_02.jpg", "data/cache/frames/vimu_000069/frame_03.jpg", "data/cache/frames/vimu_000069/frame_04.jpg", "data/cache/frames/vimu_000069/frame_05.jpg", "data/cache/frames/vimu_000069/frame_06.jpg", "data/cache/frames/vimu_000069/frame_07.jpg"], "transcript": "This museum is amazing! Wow, look! It's a really old piece of farm equipment."} +{"video_id": "vimu_000070", "video_path": "videos/vimu_000070.mp4", "duration_sec": 6.802041, "frames": ["data/cache/frames/vimu_000070/frame_00.jpg", "data/cache/frames/vimu_000070/frame_01.jpg", "data/cache/frames/vimu_000070/frame_02.jpg", "data/cache/frames/vimu_000070/frame_03.jpg", "data/cache/frames/vimu_000070/frame_04.jpg", "data/cache/frames/vimu_000070/frame_05.jpg", "data/cache/frames/vimu_000070/frame_06.jpg", "data/cache/frames/vimu_000070/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000071", "video_path": "videos/vimu_000071.mp4", "duration_sec": 8.473878, "frames": ["data/cache/frames/vimu_000071/frame_00.jpg", "data/cache/frames/vimu_000071/frame_01.jpg", "data/cache/frames/vimu_000071/frame_02.jpg", "data/cache/frames/vimu_000071/frame_03.jpg", "data/cache/frames/vimu_000071/frame_04.jpg", "data/cache/frames/vimu_000071/frame_05.jpg", "data/cache/frames/vimu_000071/frame_06.jpg", "data/cache/frames/vimu_000071/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000072", "video_path": "videos/vimu_000072.mp4", "duration_sec": 5.571383, "frames": ["data/cache/frames/vimu_000072/frame_00.jpg", "data/cache/frames/vimu_000072/frame_01.jpg", "data/cache/frames/vimu_000072/frame_02.jpg", "data/cache/frames/vimu_000072/frame_03.jpg", "data/cache/frames/vimu_000072/frame_04.jpg", "data/cache/frames/vimu_000072/frame_05.jpg", "data/cache/frames/vimu_000072/frame_06.jpg", "data/cache/frames/vimu_000072/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000073", "video_path": "videos/vimu_000073.mp4", "duration_sec": 15.161224, "frames": ["data/cache/frames/vimu_000073/frame_00.jpg", "data/cache/frames/vimu_000073/frame_01.jpg", "data/cache/frames/vimu_000073/frame_02.jpg", "data/cache/frames/vimu_000073/frame_03.jpg", "data/cache/frames/vimu_000073/frame_04.jpg", "data/cache/frames/vimu_000073/frame_05.jpg", "data/cache/frames/vimu_000073/frame_06.jpg", "data/cache/frames/vimu_000073/frame_07.jpg"], "transcript": "Like sugar on my tongue, tongue, tongue. Your body is so sweet, sweet, sweet. Invite me to come, come, come."} +{"video_id": "vimu_000074", "video_path": "videos/vimu_000074.mp4", "duration_sec": 25.354785, "frames": ["data/cache/frames/vimu_000074/frame_00.jpg", "data/cache/frames/vimu_000074/frame_01.jpg", "data/cache/frames/vimu_000074/frame_02.jpg", "data/cache/frames/vimu_000074/frame_03.jpg", "data/cache/frames/vimu_000074/frame_04.jpg", "data/cache/frames/vimu_000074/frame_05.jpg", "data/cache/frames/vimu_000074/frame_06.jpg", "data/cache/frames/vimu_000074/frame_07.jpg"], "transcript": "买 买 买那个 买 买 买那个 买 买 买那个 买"} +{"video_id": "vimu_000075", "video_path": "videos/vimu_000075.mp4", "duration_sec": 10.133333, "frames": ["data/cache/frames/vimu_000075/frame_00.jpg", "data/cache/frames/vimu_000075/frame_01.jpg", "data/cache/frames/vimu_000075/frame_02.jpg", "data/cache/frames/vimu_000075/frame_03.jpg", "data/cache/frames/vimu_000075/frame_04.jpg", "data/cache/frames/vimu_000075/frame_05.jpg", "data/cache/frames/vimu_000075/frame_06.jpg", "data/cache/frames/vimu_000075/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000076", "video_path": "videos/vimu_000076.mp4", "duration_sec": 6.49873, "frames": ["data/cache/frames/vimu_000076/frame_00.jpg", "data/cache/frames/vimu_000076/frame_01.jpg", "data/cache/frames/vimu_000076/frame_02.jpg", "data/cache/frames/vimu_000076/frame_03.jpg", "data/cache/frames/vimu_000076/frame_04.jpg", "data/cache/frames/vimu_000076/frame_05.jpg", "data/cache/frames/vimu_000076/frame_06.jpg", "data/cache/frames/vimu_000076/frame_07.jpg"], "transcript": "I woke up in a new Bugatti. And to really value what we have here, we always had..."} +{"video_id": "vimu_000077", "video_path": "videos/vimu_000077.mp4", "duration_sec": 10.145714, "frames": ["data/cache/frames/vimu_000077/frame_00.jpg", "data/cache/frames/vimu_000077/frame_01.jpg", "data/cache/frames/vimu_000077/frame_02.jpg", "data/cache/frames/vimu_000077/frame_03.jpg", "data/cache/frames/vimu_000077/frame_04.jpg", "data/cache/frames/vimu_000077/frame_05.jpg", "data/cache/frames/vimu_000077/frame_06.jpg", "data/cache/frames/vimu_000077/frame_07.jpg"], "transcript": "You're here, there's nothing I"} +{"video_id": "vimu_000078", "video_path": "videos/vimu_000078.mp4", "duration_sec": 9.703084, "frames": ["data/cache/frames/vimu_000078/frame_00.jpg", "data/cache/frames/vimu_000078/frame_01.jpg", "data/cache/frames/vimu_000078/frame_02.jpg", "data/cache/frames/vimu_000078/frame_03.jpg", "data/cache/frames/vimu_000078/frame_04.jpg", "data/cache/frames/vimu_000078/frame_05.jpg", "data/cache/frames/vimu_000078/frame_06.jpg", "data/cache/frames/vimu_000078/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000079", "video_path": "videos/vimu_000079.mp4", "duration_sec": 5.223084, "frames": ["data/cache/frames/vimu_000079/frame_00.jpg", "data/cache/frames/vimu_000079/frame_01.jpg", "data/cache/frames/vimu_000079/frame_02.jpg", "data/cache/frames/vimu_000079/frame_03.jpg", "data/cache/frames/vimu_000079/frame_04.jpg", "data/cache/frames/vimu_000079/frame_05.jpg", "data/cache/frames/vimu_000079/frame_06.jpg", "data/cache/frames/vimu_000079/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000080", "video_path": "videos/vimu_000080.mp4", "duration_sec": 6.7, "frames": ["data/cache/frames/vimu_000080/frame_00.jpg", "data/cache/frames/vimu_000080/frame_01.jpg", "data/cache/frames/vimu_000080/frame_02.jpg", "data/cache/frames/vimu_000080/frame_03.jpg", "data/cache/frames/vimu_000080/frame_04.jpg", "data/cache/frames/vimu_000080/frame_05.jpg", "data/cache/frames/vimu_000080/frame_06.jpg", "data/cache/frames/vimu_000080/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000081", "video_path": "videos/vimu_000081.mp4", "duration_sec": 6.654708, "frames": ["data/cache/frames/vimu_000081/frame_00.jpg", "data/cache/frames/vimu_000081/frame_01.jpg", "data/cache/frames/vimu_000081/frame_02.jpg", "data/cache/frames/vimu_000081/frame_03.jpg", "data/cache/frames/vimu_000081/frame_04.jpg", "data/cache/frames/vimu_000081/frame_05.jpg", "data/cache/frames/vimu_000081/frame_06.jpg", "data/cache/frames/vimu_000081/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000082", "video_path": "videos/vimu_000082.mp4", "duration_sec": 11.910431, "frames": ["data/cache/frames/vimu_000082/frame_00.jpg", "data/cache/frames/vimu_000082/frame_01.jpg", "data/cache/frames/vimu_000082/frame_02.jpg", "data/cache/frames/vimu_000082/frame_03.jpg", "data/cache/frames/vimu_000082/frame_04.jpg", "data/cache/frames/vimu_000082/frame_05.jpg", "data/cache/frames/vimu_000082/frame_06.jpg", "data/cache/frames/vimu_000082/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000083", "video_path": "videos/vimu_000083.mp4", "duration_sec": 14.666667, "frames": ["data/cache/frames/vimu_000083/frame_00.jpg", "data/cache/frames/vimu_000083/frame_01.jpg", "data/cache/frames/vimu_000083/frame_02.jpg", "data/cache/frames/vimu_000083/frame_03.jpg", "data/cache/frames/vimu_000083/frame_04.jpg", "data/cache/frames/vimu_000083/frame_05.jpg", "data/cache/frames/vimu_000083/frame_06.jpg", "data/cache/frames/vimu_000083/frame_07.jpg"], "transcript": "¿Qué haces? ¿Qué pollas haces? ¿Qué pollas haces? ¿Qué pollas haces? ¿Qué pollas haces? Al final te doy, al final te doy."} +{"video_id": "vimu_000084", "video_path": "videos/vimu_000084.mp4", "duration_sec": 26.631882, "frames": ["data/cache/frames/vimu_000084/frame_00.jpg", "data/cache/frames/vimu_000084/frame_01.jpg", "data/cache/frames/vimu_000084/frame_02.jpg", "data/cache/frames/vimu_000084/frame_03.jpg", "data/cache/frames/vimu_000084/frame_04.jpg", "data/cache/frames/vimu_000084/frame_05.jpg", "data/cache/frames/vimu_000084/frame_06.jpg", "data/cache/frames/vimu_000084/frame_07.jpg"], "transcript": "Messi! No! Messi! No! Messi! No! Messi! No! Georgina! No!"} +{"video_id": "vimu_000085", "video_path": "videos/vimu_000085.mp4", "duration_sec": 17.25102, "frames": ["data/cache/frames/vimu_000085/frame_00.jpg", "data/cache/frames/vimu_000085/frame_01.jpg", "data/cache/frames/vimu_000085/frame_02.jpg", "data/cache/frames/vimu_000085/frame_03.jpg", "data/cache/frames/vimu_000085/frame_04.jpg", "data/cache/frames/vimu_000085/frame_05.jpg", "data/cache/frames/vimu_000085/frame_06.jpg", "data/cache/frames/vimu_000085/frame_07.jpg"], "transcript": "Here we go! A-U-A-U-A-U-Easy! Hurda, hurda, hurda, hurda. Stupid... Woah!"} +{"video_id": "vimu_000086", "video_path": "videos/vimu_000086.mp4", "duration_sec": 15.091565, "frames": ["data/cache/frames/vimu_000086/frame_00.jpg", "data/cache/frames/vimu_000086/frame_01.jpg", "data/cache/frames/vimu_000086/frame_02.jpg", "data/cache/frames/vimu_000086/frame_03.jpg", "data/cache/frames/vimu_000086/frame_04.jpg", "data/cache/frames/vimu_000086/frame_05.jpg", "data/cache/frames/vimu_000086/frame_06.jpg", "data/cache/frames/vimu_000086/frame_07.jpg"], "transcript": "I wanted to join the military, but they said they would use me as a missile."} +{"video_id": "vimu_000087", "video_path": "videos/vimu_000087.mp4", "duration_sec": 7.35932, "frames": ["data/cache/frames/vimu_000087/frame_00.jpg", "data/cache/frames/vimu_000087/frame_01.jpg", "data/cache/frames/vimu_000087/frame_02.jpg", "data/cache/frames/vimu_000087/frame_03.jpg", "data/cache/frames/vimu_000087/frame_04.jpg", "data/cache/frames/vimu_000087/frame_05.jpg", "data/cache/frames/vimu_000087/frame_06.jpg", "data/cache/frames/vimu_000087/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000088", "video_path": "videos/vimu_000088.mp4", "duration_sec": 15.927483, "frames": ["data/cache/frames/vimu_000088/frame_00.jpg", "data/cache/frames/vimu_000088/frame_01.jpg", "data/cache/frames/vimu_000088/frame_02.jpg", "data/cache/frames/vimu_000088/frame_03.jpg", "data/cache/frames/vimu_000088/frame_04.jpg", "data/cache/frames/vimu_000088/frame_05.jpg", "data/cache/frames/vimu_000088/frame_06.jpg", "data/cache/frames/vimu_000088/frame_07.jpg"], "transcript": "What a pilot sees during landing. Incredible. And it's moments like these that remind me of, like, what humanity is capable of. We're able to rise above the clouds and touch the edge of impossibles. Amazing. What the-"} +{"video_id": "vimu_000089", "video_path": "videos/vimu_000089.mp4", "duration_sec": 8.449206, "frames": ["data/cache/frames/vimu_000089/frame_00.jpg", "data/cache/frames/vimu_000089/frame_01.jpg", "data/cache/frames/vimu_000089/frame_02.jpg", "data/cache/frames/vimu_000089/frame_03.jpg", "data/cache/frames/vimu_000089/frame_04.jpg", "data/cache/frames/vimu_000089/frame_05.jpg", "data/cache/frames/vimu_000089/frame_06.jpg", "data/cache/frames/vimu_000089/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000090", "video_path": "videos/vimu_000090.mp4", "duration_sec": 6.569841, "frames": ["data/cache/frames/vimu_000090/frame_00.jpg", "data/cache/frames/vimu_000090/frame_01.jpg", "data/cache/frames/vimu_000090/frame_02.jpg", "data/cache/frames/vimu_000090/frame_03.jpg", "data/cache/frames/vimu_000090/frame_04.jpg", "data/cache/frames/vimu_000090/frame_05.jpg", "data/cache/frames/vimu_000090/frame_06.jpg", "data/cache/frames/vimu_000090/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000091", "video_path": "videos/vimu_000091.mp4", "duration_sec": 37.196961, "frames": ["data/cache/frames/vimu_000091/frame_00.jpg", "data/cache/frames/vimu_000091/frame_01.jpg", "data/cache/frames/vimu_000091/frame_02.jpg", "data/cache/frames/vimu_000091/frame_03.jpg", "data/cache/frames/vimu_000091/frame_04.jpg", "data/cache/frames/vimu_000091/frame_05.jpg", "data/cache/frames/vimu_000091/frame_06.jpg", "data/cache/frames/vimu_000091/frame_07.jpg"], "transcript": "You know an easy way to cut bacon? Well, you wouldn't say. So we cut one bacon, two bacon, three bacon. Three bacon. What's this? Oh, okay. Easy way. Yes. Oh, wow. He knows how to do it really well."} +{"video_id": "vimu_000092", "video_path": "videos/vimu_000092.mp4", "duration_sec": 12.699909, "frames": ["data/cache/frames/vimu_000092/frame_00.jpg", "data/cache/frames/vimu_000092/frame_01.jpg", "data/cache/frames/vimu_000092/frame_02.jpg", "data/cache/frames/vimu_000092/frame_03.jpg", "data/cache/frames/vimu_000092/frame_04.jpg", "data/cache/frames/vimu_000092/frame_05.jpg", "data/cache/frames/vimu_000092/frame_06.jpg", "data/cache/frames/vimu_000092/frame_07.jpg"], "transcript": "The emergency call and wash away Why"} +{"video_id": "vimu_000093", "video_path": "videos/vimu_000093.mp4", "duration_sec": 5.501723, "frames": ["data/cache/frames/vimu_000093/frame_00.jpg", "data/cache/frames/vimu_000093/frame_01.jpg", "data/cache/frames/vimu_000093/frame_02.jpg", "data/cache/frames/vimu_000093/frame_03.jpg", "data/cache/frames/vimu_000093/frame_04.jpg", "data/cache/frames/vimu_000093/frame_05.jpg", "data/cache/frames/vimu_000093/frame_06.jpg", "data/cache/frames/vimu_000093/frame_07.jpg"], "transcript": "I was acting."} +{"video_id": "vimu_000094", "video_path": "videos/vimu_000094.mp4", "duration_sec": 21.150522, "frames": ["data/cache/frames/vimu_000094/frame_00.jpg", "data/cache/frames/vimu_000094/frame_01.jpg", "data/cache/frames/vimu_000094/frame_02.jpg", "data/cache/frames/vimu_000094/frame_03.jpg", "data/cache/frames/vimu_000094/frame_04.jpg", "data/cache/frames/vimu_000094/frame_05.jpg", "data/cache/frames/vimu_000094/frame_06.jpg", "data/cache/frames/vimu_000094/frame_07.jpg"], "transcript": "记得了药店,你还记不记得那个华门药店跟那个效果是一模一样的? 嗯,是只狐狸 我叫哆啦A梦 他一定是把哆啦A梦当作上将了"} +{"video_id": "vimu_000095", "video_path": "videos/vimu_000095.mp4", "duration_sec": 14.416735, "frames": ["data/cache/frames/vimu_000095/frame_00.jpg", "data/cache/frames/vimu_000095/frame_01.jpg", "data/cache/frames/vimu_000095/frame_02.jpg", "data/cache/frames/vimu_000095/frame_03.jpg", "data/cache/frames/vimu_000095/frame_04.jpg", "data/cache/frames/vimu_000095/frame_05.jpg", "data/cache/frames/vimu_000095/frame_06.jpg", "data/cache/frames/vimu_000095/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000096", "video_path": "videos/vimu_000096.mp4", "duration_sec": 39.054558, "frames": ["data/cache/frames/vimu_000096/frame_00.jpg", "data/cache/frames/vimu_000096/frame_01.jpg", "data/cache/frames/vimu_000096/frame_02.jpg", "data/cache/frames/vimu_000096/frame_03.jpg", "data/cache/frames/vimu_000096/frame_04.jpg", "data/cache/frames/vimu_000096/frame_05.jpg", "data/cache/frames/vimu_000096/frame_06.jpg", "data/cache/frames/vimu_000096/frame_07.jpg"], "transcript": "Okay, it's gonna be easy. Clock, clock, sock, sock, rock, rock, clock. Rock, clock, clock, clock, sock, sock, rock, sock, sock, clock, sock, rock, clock. Clock, rock, sock, sock, rock, clock. Rock, sock, rock, clock."} +{"video_id": "vimu_000097", "video_path": "videos/vimu_000097.mp4", "duration_sec": 19.385805, "frames": ["data/cache/frames/vimu_000097/frame_00.jpg", "data/cache/frames/vimu_000097/frame_01.jpg", "data/cache/frames/vimu_000097/frame_02.jpg", "data/cache/frames/vimu_000097/frame_03.jpg", "data/cache/frames/vimu_000097/frame_04.jpg", "data/cache/frames/vimu_000097/frame_05.jpg", "data/cache/frames/vimu_000097/frame_06.jpg", "data/cache/frames/vimu_000097/frame_07.jpg"], "transcript": "Stop, stop, stop, stop! No, Dee, no, Dee, stop, Dee, stop, Dee! Yes, Dee, yes, Dee! No, stop, don't stop! Hey, yo, yo, yo! Nee!"} +{"video_id": "vimu_000098", "video_path": "videos/vimu_000098.mp4", "duration_sec": 13.559048, "frames": ["data/cache/frames/vimu_000098/frame_00.jpg", "data/cache/frames/vimu_000098/frame_01.jpg", "data/cache/frames/vimu_000098/frame_02.jpg", "data/cache/frames/vimu_000098/frame_03.jpg", "data/cache/frames/vimu_000098/frame_04.jpg", "data/cache/frames/vimu_000098/frame_05.jpg", "data/cache/frames/vimu_000098/frame_06.jpg", "data/cache/frames/vimu_000098/frame_07.jpg"], "transcript": "Let's see it. Nine! Shampoo, conditioner, body wash, soap, lotion, shaving cream, toothpaste, detergent, and motor oil. Motor oil!"} +{"video_id": "vimu_000099", "video_path": "videos/vimu_000099.mp4", "duration_sec": 28.882766, "frames": ["data/cache/frames/vimu_000099/frame_00.jpg", "data/cache/frames/vimu_000099/frame_01.jpg", "data/cache/frames/vimu_000099/frame_02.jpg", "data/cache/frames/vimu_000099/frame_03.jpg", "data/cache/frames/vimu_000099/frame_04.jpg", "data/cache/frames/vimu_000099/frame_05.jpg", "data/cache/frames/vimu_000099/frame_06.jpg", "data/cache/frames/vimu_000099/frame_07.jpg"], "transcript": "Fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you, fuck you,"} +{"video_id": "vimu_000100", "video_path": "videos/vimu_000100.mp4", "duration_sec": 15.532744, "frames": ["data/cache/frames/vimu_000100/frame_00.jpg", "data/cache/frames/vimu_000100/frame_01.jpg", "data/cache/frames/vimu_000100/frame_02.jpg", "data/cache/frames/vimu_000100/frame_03.jpg", "data/cache/frames/vimu_000100/frame_04.jpg", "data/cache/frames/vimu_000100/frame_05.jpg", "data/cache/frames/vimu_000100/frame_06.jpg", "data/cache/frames/vimu_000100/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000101", "video_path": "videos/vimu_000101.mp4", "duration_sec": 15.463084, "frames": ["data/cache/frames/vimu_000101/frame_00.jpg", "data/cache/frames/vimu_000101/frame_01.jpg", "data/cache/frames/vimu_000101/frame_02.jpg", "data/cache/frames/vimu_000101/frame_03.jpg", "data/cache/frames/vimu_000101/frame_04.jpg", "data/cache/frames/vimu_000101/frame_05.jpg", "data/cache/frames/vimu_000101/frame_06.jpg", "data/cache/frames/vimu_000101/frame_07.jpg"], "transcript": "Stop burning bridges. All right, let's look at the other one."} +{"video_id": "vimu_000102", "video_path": "videos/vimu_000102.mp4", "duration_sec": 34.896735, "frames": ["data/cache/frames/vimu_000102/frame_00.jpg", "data/cache/frames/vimu_000102/frame_01.jpg", "data/cache/frames/vimu_000102/frame_02.jpg", "data/cache/frames/vimu_000102/frame_03.jpg", "data/cache/frames/vimu_000102/frame_04.jpg", "data/cache/frames/vimu_000102/frame_05.jpg", "data/cache/frames/vimu_000102/frame_06.jpg", "data/cache/frames/vimu_000102/frame_07.jpg"], "transcript": "Me encanta este dibujo de ese. Vacapero. y que? Ah, es Broly. Oye, ya, yo pensaba que tú sabes cómo uno cuando. Vaca, pero. Ah. Es Goku. Vaca, pero. Ay, este Gohan."} +{"video_id": "vimu_000103", "video_path": "videos/vimu_000103.mp4", "duration_sec": 11.53746, "frames": ["data/cache/frames/vimu_000103/frame_00.jpg", "data/cache/frames/vimu_000103/frame_01.jpg", "data/cache/frames/vimu_000103/frame_02.jpg", "data/cache/frames/vimu_000103/frame_03.jpg", "data/cache/frames/vimu_000103/frame_04.jpg", "data/cache/frames/vimu_000103/frame_05.jpg", "data/cache/frames/vimu_000103/frame_06.jpg", "data/cache/frames/vimu_000103/frame_07.jpg"], "transcript": "I love you for infinity"} +{"video_id": "vimu_000104", "video_path": "videos/vimu_000104.mp4", "duration_sec": 15.138005, "frames": ["data/cache/frames/vimu_000104/frame_00.jpg", "data/cache/frames/vimu_000104/frame_01.jpg", "data/cache/frames/vimu_000104/frame_02.jpg", "data/cache/frames/vimu_000104/frame_03.jpg", "data/cache/frames/vimu_000104/frame_04.jpg", "data/cache/frames/vimu_000104/frame_05.jpg", "data/cache/frames/vimu_000104/frame_06.jpg", "data/cache/frames/vimu_000104/frame_07.jpg"], "transcript": "These Chinese golden lion ornaments are said to protect your bedroom from demons or evil spirits. However, I'm not too sure how effective they are, because I got them for my roommate, and he's been screaming himself to sleep every night. To be fair, he's much less grumpy in the morning."} +{"video_id": "vimu_000105", "video_path": "videos/vimu_000105.mp4", "duration_sec": 14.4, "frames": ["data/cache/frames/vimu_000105/frame_00.jpg", "data/cache/frames/vimu_000105/frame_01.jpg", "data/cache/frames/vimu_000105/frame_02.jpg", "data/cache/frames/vimu_000105/frame_03.jpg", "data/cache/frames/vimu_000105/frame_04.jpg", "data/cache/frames/vimu_000105/frame_05.jpg", "data/cache/frames/vimu_000105/frame_06.jpg", "data/cache/frames/vimu_000105/frame_07.jpg"], "transcript": "What?!"} +{"video_id": "vimu_000106", "video_path": "videos/vimu_000106.mp4", "duration_sec": 96.988345, "frames": ["data/cache/frames/vimu_000106/frame_00.jpg", "data/cache/frames/vimu_000106/frame_01.jpg", "data/cache/frames/vimu_000106/frame_02.jpg", "data/cache/frames/vimu_000106/frame_03.jpg", "data/cache/frames/vimu_000106/frame_04.jpg", "data/cache/frames/vimu_000106/frame_05.jpg", "data/cache/frames/vimu_000106/frame_06.jpg", "data/cache/frames/vimu_000106/frame_07.jpg"], "transcript": "And, uh, how fast men can become friends. What's this? Oh, calm down, bro. You calm down. Just hurry up. Are you a black guy? Are you serious? What? What, just because I'm robbing you mean I'm black? I mean- Why would you think that? I don't know, maybe because you're robbing me, and you're black? How do you know I wasn't a white guy? Because, bro, you- you talk black. Excuse me? Talk black? Alright, sorry, I mean, talk African-American. I didn't know black was a language. Look, man, I didn't mean to offend you, okay? I was nervous. How would you feel if I just assumed you was a gardener? I am a gardener. How would you feel if I assumed you was in a mariachi? No, no. I'd be fine with it. I love mariachi. How would you feel if I assumed you was illegal? Whoa, whoa, okay. Calm down. That's too far. Don't even talk. Does it feel too good, doesn't it? So how would you feel if I assumed you need to pay child support? How would you feel if I assumed all you did was get drunk and watch soccer? How would you feel if I assumed you only eat chicken and watermelon? How would you feel if I assumed you only eat tacos, and fajitas? How would you- Damn, I could really go for a taco right now. Hey, actually, I could do the same. There's actually an amazing taco truck down the street. Oh really? I gotta check that out. You probably won't like it, though, because they don't have grape soda. You know the difference between a Hispanic and a stoner? Oh no. Stoners have papers. That's the shit a black father and a boomerang. What's that? Boomerang. What's really long and black? The line at KFC. Funny, I like that one. It's good, right? Man, it's okay to laugh at each other sometimes. As long as, after all the ignorant jokes and stupid comments, we actually respect each other. Wow. That's about the correction? Well... That was beautiful. I'm so glad racism is back. I've been waiting on this for a while. Thank God."} +{"video_id": "vimu_000107", "video_path": "videos/vimu_000107.mp4", "duration_sec": 15.904263, "frames": ["data/cache/frames/vimu_000107/frame_00.jpg", "data/cache/frames/vimu_000107/frame_01.jpg", "data/cache/frames/vimu_000107/frame_02.jpg", "data/cache/frames/vimu_000107/frame_03.jpg", "data/cache/frames/vimu_000107/frame_04.jpg", "data/cache/frames/vimu_000107/frame_05.jpg", "data/cache/frames/vimu_000107/frame_06.jpg", "data/cache/frames/vimu_000107/frame_07.jpg"], "transcript": "表现力!"} +{"video_id": "vimu_000108", "video_path": "videos/vimu_000108.mp4", "duration_sec": 10.586893, "frames": ["data/cache/frames/vimu_000108/frame_00.jpg", "data/cache/frames/vimu_000108/frame_01.jpg", "data/cache/frames/vimu_000108/frame_02.jpg", "data/cache/frames/vimu_000108/frame_03.jpg", "data/cache/frames/vimu_000108/frame_04.jpg", "data/cache/frames/vimu_000108/frame_05.jpg", "data/cache/frames/vimu_000108/frame_06.jpg", "data/cache/frames/vimu_000108/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000109", "video_path": "videos/vimu_000109.mp4", "duration_sec": 13.766576, "frames": ["data/cache/frames/vimu_000109/frame_00.jpg", "data/cache/frames/vimu_000109/frame_01.jpg", "data/cache/frames/vimu_000109/frame_02.jpg", "data/cache/frames/vimu_000109/frame_03.jpg", "data/cache/frames/vimu_000109/frame_04.jpg", "data/cache/frames/vimu_000109/frame_05.jpg", "data/cache/frames/vimu_000109/frame_06.jpg", "data/cache/frames/vimu_000109/frame_07.jpg"], "transcript": "First impressions can be deceiving, but I'm not creating an impression, I'm creating art. Art that looks you straight in the eyes. That's enough internet for today."} +{"video_id": "vimu_000110", "video_path": "videos/vimu_000110.mp4", "duration_sec": 14.580726, "frames": ["data/cache/frames/vimu_000110/frame_00.jpg", "data/cache/frames/vimu_000110/frame_01.jpg", "data/cache/frames/vimu_000110/frame_02.jpg", "data/cache/frames/vimu_000110/frame_03.jpg", "data/cache/frames/vimu_000110/frame_04.jpg", "data/cache/frames/vimu_000110/frame_05.jpg", "data/cache/frames/vimu_000110/frame_06.jpg", "data/cache/frames/vimu_000110/frame_07.jpg"], "transcript": "What is this? Find the imposter. Easy, easy, okay, easy. Uh, black one. Black chocolate."} +{"video_id": "vimu_000111", "video_path": "videos/vimu_000111.mp4", "duration_sec": 9.263356, "frames": ["data/cache/frames/vimu_000111/frame_00.jpg", "data/cache/frames/vimu_000111/frame_01.jpg", "data/cache/frames/vimu_000111/frame_02.jpg", "data/cache/frames/vimu_000111/frame_03.jpg", "data/cache/frames/vimu_000111/frame_04.jpg", "data/cache/frames/vimu_000111/frame_05.jpg", "data/cache/frames/vimu_000111/frame_06.jpg", "data/cache/frames/vimu_000111/frame_07.jpg"], "transcript": "All right, what do we got? What is that? OH MY SNOW!"} +{"video_id": "vimu_000112", "video_path": "videos/vimu_000112.mp4", "duration_sec": 13.149375, "frames": ["data/cache/frames/vimu_000112/frame_00.jpg", "data/cache/frames/vimu_000112/frame_01.jpg", "data/cache/frames/vimu_000112/frame_02.jpg", "data/cache/frames/vimu_000112/frame_03.jpg", "data/cache/frames/vimu_000112/frame_04.jpg", "data/cache/frames/vimu_000112/frame_05.jpg", "data/cache/frames/vimu_000112/frame_06.jpg", "data/cache/frames/vimu_000112/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000113", "video_path": "videos/vimu_000113.mp4", "duration_sec": 8.402766, "frames": ["data/cache/frames/vimu_000113/frame_00.jpg", "data/cache/frames/vimu_000113/frame_01.jpg", "data/cache/frames/vimu_000113/frame_02.jpg", "data/cache/frames/vimu_000113/frame_03.jpg", "data/cache/frames/vimu_000113/frame_04.jpg", "data/cache/frames/vimu_000113/frame_05.jpg", "data/cache/frames/vimu_000113/frame_06.jpg", "data/cache/frames/vimu_000113/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000114", "video_path": "videos/vimu_000114.mp4", "duration_sec": 10.083333, "frames": ["data/cache/frames/vimu_000114/frame_00.jpg", "data/cache/frames/vimu_000114/frame_01.jpg", "data/cache/frames/vimu_000114/frame_02.jpg", "data/cache/frames/vimu_000114/frame_03.jpg", "data/cache/frames/vimu_000114/frame_04.jpg", "data/cache/frames/vimu_000114/frame_05.jpg", "data/cache/frames/vimu_000114/frame_06.jpg", "data/cache/frames/vimu_000114/frame_07.jpg"], "transcript": "This I do it for you. We only do it for you."} +{"video_id": "vimu_000115", "video_path": "videos/vimu_000115.mp4", "duration_sec": 19.0, "frames": ["data/cache/frames/vimu_000115/frame_00.jpg", "data/cache/frames/vimu_000115/frame_01.jpg", "data/cache/frames/vimu_000115/frame_02.jpg", "data/cache/frames/vimu_000115/frame_03.jpg", "data/cache/frames/vimu_000115/frame_04.jpg", "data/cache/frames/vimu_000115/frame_05.jpg", "data/cache/frames/vimu_000115/frame_06.jpg", "data/cache/frames/vimu_000115/frame_07.jpg"], "transcript": "Вот это крутая штука."} +{"video_id": "vimu_000116", "video_path": "videos/vimu_000116.mp4", "duration_sec": 15.0, "frames": ["data/cache/frames/vimu_000116/frame_00.jpg", "data/cache/frames/vimu_000116/frame_01.jpg", "data/cache/frames/vimu_000116/frame_02.jpg", "data/cache/frames/vimu_000116/frame_03.jpg", "data/cache/frames/vimu_000116/frame_04.jpg", "data/cache/frames/vimu_000116/frame_05.jpg", "data/cache/frames/vimu_000116/frame_06.jpg", "data/cache/frames/vimu_000116/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000117", "video_path": "videos/vimu_000117.mp4", "duration_sec": 9.0, "frames": ["data/cache/frames/vimu_000117/frame_00.jpg", "data/cache/frames/vimu_000117/frame_01.jpg", "data/cache/frames/vimu_000117/frame_02.jpg", "data/cache/frames/vimu_000117/frame_03.jpg", "data/cache/frames/vimu_000117/frame_04.jpg", "data/cache/frames/vimu_000117/frame_05.jpg", "data/cache/frames/vimu_000117/frame_06.jpg", "data/cache/frames/vimu_000117/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000118", "video_path": "videos/vimu_000118.mp4", "duration_sec": 4.0, "frames": ["data/cache/frames/vimu_000118/frame_00.jpg", "data/cache/frames/vimu_000118/frame_01.jpg", "data/cache/frames/vimu_000118/frame_02.jpg", "data/cache/frames/vimu_000118/frame_03.jpg", "data/cache/frames/vimu_000118/frame_04.jpg", "data/cache/frames/vimu_000118/frame_05.jpg", "data/cache/frames/vimu_000118/frame_06.jpg", "data/cache/frames/vimu_000118/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000119", "video_path": "videos/vimu_000119.mp4", "duration_sec": 2.0, "frames": ["data/cache/frames/vimu_000119/frame_00.jpg", "data/cache/frames/vimu_000119/frame_01.jpg", "data/cache/frames/vimu_000119/frame_02.jpg", "data/cache/frames/vimu_000119/frame_03.jpg", "data/cache/frames/vimu_000119/frame_04.jpg", "data/cache/frames/vimu_000119/frame_05.jpg", "data/cache/frames/vimu_000119/frame_06.jpg", "data/cache/frames/vimu_000119/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000120", "video_path": "videos/vimu_000120.mp4", "duration_sec": 30.0, "frames": ["data/cache/frames/vimu_000120/frame_00.jpg", "data/cache/frames/vimu_000120/frame_01.jpg", "data/cache/frames/vimu_000120/frame_02.jpg", "data/cache/frames/vimu_000120/frame_03.jpg", "data/cache/frames/vimu_000120/frame_04.jpg", "data/cache/frames/vimu_000120/frame_05.jpg", "data/cache/frames/vimu_000120/frame_06.jpg", "data/cache/frames/vimu_000120/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000121", "video_path": "videos/vimu_000121.mp4", "duration_sec": 4.0, "frames": ["data/cache/frames/vimu_000121/frame_00.jpg", "data/cache/frames/vimu_000121/frame_01.jpg", "data/cache/frames/vimu_000121/frame_02.jpg", "data/cache/frames/vimu_000121/frame_03.jpg", "data/cache/frames/vimu_000121/frame_04.jpg", "data/cache/frames/vimu_000121/frame_05.jpg", "data/cache/frames/vimu_000121/frame_06.jpg", "data/cache/frames/vimu_000121/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000122", "video_path": "videos/vimu_000122.mp4", "duration_sec": 35.0, "frames": ["data/cache/frames/vimu_000122/frame_00.jpg", "data/cache/frames/vimu_000122/frame_01.jpg", "data/cache/frames/vimu_000122/frame_02.jpg", "data/cache/frames/vimu_000122/frame_03.jpg", "data/cache/frames/vimu_000122/frame_04.jpg", "data/cache/frames/vimu_000122/frame_05.jpg", "data/cache/frames/vimu_000122/frame_06.jpg", "data/cache/frames/vimu_000122/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000123", "video_path": "videos/vimu_000123.mp4", "duration_sec": 5.0, "frames": ["data/cache/frames/vimu_000123/frame_00.jpg", "data/cache/frames/vimu_000123/frame_01.jpg", "data/cache/frames/vimu_000123/frame_02.jpg", "data/cache/frames/vimu_000123/frame_03.jpg", "data/cache/frames/vimu_000123/frame_04.jpg", "data/cache/frames/vimu_000123/frame_05.jpg", "data/cache/frames/vimu_000123/frame_06.jpg", "data/cache/frames/vimu_000123/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000124", "video_path": "videos/vimu_000124.mp4", "duration_sec": 22.0, "frames": ["data/cache/frames/vimu_000124/frame_00.jpg", "data/cache/frames/vimu_000124/frame_01.jpg", "data/cache/frames/vimu_000124/frame_02.jpg", "data/cache/frames/vimu_000124/frame_03.jpg", "data/cache/frames/vimu_000124/frame_04.jpg", "data/cache/frames/vimu_000124/frame_05.jpg", "data/cache/frames/vimu_000124/frame_06.jpg", "data/cache/frames/vimu_000124/frame_07.jpg"], "transcript": "To live forever young, I want to be forever young"} +{"video_id": "vimu_000125", "video_path": "videos/vimu_000125.mp4", "duration_sec": 108.0, "frames": ["data/cache/frames/vimu_000125/frame_00.jpg", "data/cache/frames/vimu_000125/frame_01.jpg", "data/cache/frames/vimu_000125/frame_02.jpg", "data/cache/frames/vimu_000125/frame_03.jpg", "data/cache/frames/vimu_000125/frame_04.jpg", "data/cache/frames/vimu_000125/frame_05.jpg", "data/cache/frames/vimu_000125/frame_06.jpg", "data/cache/frames/vimu_000125/frame_07.jpg"], "transcript": "Hey, come on, vamonos. Everybody stay low. Throw me that chain before I swallow my foot in your asshole. Hey, do y'all see somebody? Yes! Dora, he's behind you! Do y'all see anybody? Bitch! You're not listening! I see his ass. Hey, let's take him to Escuela and teach him a lesson. Can y'all say backpack? Now! Nah-uh! Dora not the one. Backpack, backpack. Alright, y'all. In the backpack, we got the class dismissed, the bully white kid, oh, and the hall pass. I'm going with class dismissed. If you said class dismissed, that's correct! Hey! He gets to leave Earth early. I'm the gun, I'm the gun. I'm the gun, I'm the gun. I'm for fun, I'm the gun. Oh, shit! Hey, quick physics lesson for you kids at home. Is he faster than a bullet? Let's find out. But first, let's cheer him on in Spanish. Rapido, nigga! Say it with me. Rapido, nigga! Guys, was he faster than the bullet? Dora, you always ask these stupid ass questions! Hey, what you watching? Dora the young nigga. He about to run a home invasion. Oh, shit! Hola. Soy Dora."} +{"video_id": "vimu_000126", "video_path": "videos/vimu_000126.mp4", "duration_sec": 14.0, "frames": ["data/cache/frames/vimu_000126/frame_00.jpg", "data/cache/frames/vimu_000126/frame_01.jpg", "data/cache/frames/vimu_000126/frame_02.jpg", "data/cache/frames/vimu_000126/frame_03.jpg", "data/cache/frames/vimu_000126/frame_04.jpg", "data/cache/frames/vimu_000126/frame_05.jpg", "data/cache/frames/vimu_000126/frame_06.jpg", "data/cache/frames/vimu_000126/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000127", "video_path": "videos/vimu_000127.mp4", "duration_sec": 46.0, "frames": ["data/cache/frames/vimu_000127/frame_00.jpg", "data/cache/frames/vimu_000127/frame_01.jpg", "data/cache/frames/vimu_000127/frame_02.jpg", "data/cache/frames/vimu_000127/frame_03.jpg", "data/cache/frames/vimu_000127/frame_04.jpg", "data/cache/frames/vimu_000127/frame_05.jpg", "data/cache/frames/vimu_000127/frame_06.jpg", "data/cache/frames/vimu_000127/frame_07.jpg"], "transcript": "nobody's promised tomorrow, so I'ma love you every night like it's the last night, like it's the last night, if the world was ending, I wanna be next to you. If the party was over, and our time of love was through, I wanna hold you just for a while, and just when the sun, if the world was ending, I'd wanna be next to you."} +{"video_id": "vimu_000128", "video_path": "videos/vimu_000128.mp4", "duration_sec": 9.793763, "frames": ["data/cache/frames/vimu_000128/frame_00.jpg", "data/cache/frames/vimu_000128/frame_01.jpg", "data/cache/frames/vimu_000128/frame_02.jpg", "data/cache/frames/vimu_000128/frame_03.jpg", "data/cache/frames/vimu_000128/frame_04.jpg", "data/cache/frames/vimu_000128/frame_05.jpg", "data/cache/frames/vimu_000128/frame_06.jpg", "data/cache/frames/vimu_000128/frame_07.jpg"], "transcript": "Ah, nothing like a good cold can of... Finally, something to put in the..."} +{"video_id": "vimu_000129", "video_path": "videos/vimu_000129.mp4", "duration_sec": 5.907048, "frames": ["data/cache/frames/vimu_000129/frame_00.jpg", "data/cache/frames/vimu_000129/frame_01.jpg", "data/cache/frames/vimu_000129/frame_02.jpg", "data/cache/frames/vimu_000129/frame_03.jpg", "data/cache/frames/vimu_000129/frame_04.jpg", "data/cache/frames/vimu_000129/frame_05.jpg", "data/cache/frames/vimu_000129/frame_06.jpg", "data/cache/frames/vimu_000129/frame_07.jpg"], "transcript": "Here I was, here I was, lay back."} +{"video_id": "vimu_000130", "video_path": "videos/vimu_000130.mp4", "duration_sec": 6.037037, "frames": ["data/cache/frames/vimu_000130/frame_00.jpg", "data/cache/frames/vimu_000130/frame_01.jpg", "data/cache/frames/vimu_000130/frame_02.jpg", "data/cache/frames/vimu_000130/frame_03.jpg", "data/cache/frames/vimu_000130/frame_04.jpg", "data/cache/frames/vimu_000130/frame_05.jpg", "data/cache/frames/vimu_000130/frame_06.jpg", "data/cache/frames/vimu_000130/frame_07.jpg"], "transcript": "Reminder that Mercury is in the microwave again. I swear, if you're in here right now... Mama!"} +{"video_id": "vimu_000131", "video_path": "videos/vimu_000131.mp4", "duration_sec": 8.333333, "frames": ["data/cache/frames/vimu_000131/frame_00.jpg", "data/cache/frames/vimu_000131/frame_01.jpg", "data/cache/frames/vimu_000131/frame_02.jpg", "data/cache/frames/vimu_000131/frame_03.jpg", "data/cache/frames/vimu_000131/frame_04.jpg", "data/cache/frames/vimu_000131/frame_05.jpg", "data/cache/frames/vimu_000131/frame_06.jpg", "data/cache/frames/vimu_000131/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000132", "video_path": "videos/vimu_000132.mp4", "duration_sec": 10.007007, "frames": ["data/cache/frames/vimu_000132/frame_00.jpg", "data/cache/frames/vimu_000132/frame_01.jpg", "data/cache/frames/vimu_000132/frame_02.jpg", "data/cache/frames/vimu_000132/frame_03.jpg", "data/cache/frames/vimu_000132/frame_04.jpg", "data/cache/frames/vimu_000132/frame_05.jpg", "data/cache/frames/vimu_000132/frame_06.jpg", "data/cache/frames/vimu_000132/frame_07.jpg"], "transcript": "You know, I'm no expert, but uh, I don't think that's a fuckin' bird. Huh."} +{"video_id": "vimu_000133", "video_path": "videos/vimu_000133.mp4", "duration_sec": 8.991543, "frames": ["data/cache/frames/vimu_000133/frame_00.jpg", "data/cache/frames/vimu_000133/frame_01.jpg", "data/cache/frames/vimu_000133/frame_02.jpg", "data/cache/frames/vimu_000133/frame_03.jpg", "data/cache/frames/vimu_000133/frame_04.jpg", "data/cache/frames/vimu_000133/frame_05.jpg", "data/cache/frames/vimu_000133/frame_06.jpg", "data/cache/frames/vimu_000133/frame_07.jpg"], "transcript": "Peanut butter jelly the long way. Peanut butter, peanut butter jelly the long way."} +{"video_id": "vimu_000134", "video_path": "videos/vimu_000134.mp4", "duration_sec": 9.033333, "frames": ["data/cache/frames/vimu_000134/frame_00.jpg", "data/cache/frames/vimu_000134/frame_01.jpg", "data/cache/frames/vimu_000134/frame_02.jpg", "data/cache/frames/vimu_000134/frame_03.jpg", "data/cache/frames/vimu_000134/frame_04.jpg", "data/cache/frames/vimu_000134/frame_05.jpg", "data/cache/frames/vimu_000134/frame_06.jpg", "data/cache/frames/vimu_000134/frame_07.jpg"], "transcript": "I can't fuck with 2D sandwiches anymore. I watched Interstellar last night, and guys, there's a bunch of different dimensions out there, and we gotta start utilizing them."} +{"video_id": "vimu_000135", "video_path": "videos/vimu_000135.mp4", "duration_sec": 8.523582, "frames": ["data/cache/frames/vimu_000135/frame_00.jpg", "data/cache/frames/vimu_000135/frame_01.jpg", "data/cache/frames/vimu_000135/frame_02.jpg", "data/cache/frames/vimu_000135/frame_03.jpg", "data/cache/frames/vimu_000135/frame_04.jpg", "data/cache/frames/vimu_000135/frame_05.jpg", "data/cache/frames/vimu_000135/frame_06.jpg", "data/cache/frames/vimu_000135/frame_07.jpg"], "transcript": "Marcel, eat this."} +{"video_id": "vimu_000136", "video_path": "videos/vimu_000136.mp4", "duration_sec": 11.910998, "frames": ["data/cache/frames/vimu_000136/frame_00.jpg", "data/cache/frames/vimu_000136/frame_01.jpg", "data/cache/frames/vimu_000136/frame_02.jpg", "data/cache/frames/vimu_000136/frame_03.jpg", "data/cache/frames/vimu_000136/frame_04.jpg", "data/cache/frames/vimu_000136/frame_05.jpg", "data/cache/frames/vimu_000136/frame_06.jpg", "data/cache/frames/vimu_000136/frame_07.jpg"], "transcript": "¡Sanseo! ¡A ver qué otro! ¡tiene la cara de las clases!"} +{"video_id": "vimu_000137", "video_path": "videos/vimu_000137.mp4", "duration_sec": 10.763111, "frames": ["data/cache/frames/vimu_000137/frame_00.jpg", "data/cache/frames/vimu_000137/frame_01.jpg", "data/cache/frames/vimu_000137/frame_02.jpg", "data/cache/frames/vimu_000137/frame_03.jpg", "data/cache/frames/vimu_000137/frame_04.jpg", "data/cache/frames/vimu_000137/frame_05.jpg", "data/cache/frames/vimu_000137/frame_06.jpg", "data/cache/frames/vimu_000137/frame_07.jpg"], "transcript": "Damn, I just found my bag. I don't know how to get it. It must be a lost and found here or something. I don't understand it. I wonder..."} +{"video_id": "vimu_000138", "video_path": "videos/vimu_000138.mp4", "duration_sec": 6.6, "frames": ["data/cache/frames/vimu_000138/frame_00.jpg", "data/cache/frames/vimu_000138/frame_01.jpg", "data/cache/frames/vimu_000138/frame_02.jpg", "data/cache/frames/vimu_000138/frame_03.jpg", "data/cache/frames/vimu_000138/frame_04.jpg", "data/cache/frames/vimu_000138/frame_05.jpg", "data/cache/frames/vimu_000138/frame_06.jpg", "data/cache/frames/vimu_000138/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000139", "video_path": "videos/vimu_000139.mp4", "duration_sec": 5.828005, "frames": ["data/cache/frames/vimu_000139/frame_00.jpg", "data/cache/frames/vimu_000139/frame_01.jpg", "data/cache/frames/vimu_000139/frame_02.jpg", "data/cache/frames/vimu_000139/frame_03.jpg", "data/cache/frames/vimu_000139/frame_04.jpg", "data/cache/frames/vimu_000139/frame_05.jpg", "data/cache/frames/vimu_000139/frame_06.jpg", "data/cache/frames/vimu_000139/frame_07.jpg"], "transcript": "Bad chair, huh? You like that?"} +{"video_id": "vimu_000140", "video_path": "videos/vimu_000140.mp4", "duration_sec": 6.518033, "frames": ["data/cache/frames/vimu_000140/frame_00.jpg", "data/cache/frames/vimu_000140/frame_01.jpg", "data/cache/frames/vimu_000140/frame_02.jpg", "data/cache/frames/vimu_000140/frame_03.jpg", "data/cache/frames/vimu_000140/frame_04.jpg", "data/cache/frames/vimu_000140/frame_05.jpg", "data/cache/frames/vimu_000140/frame_06.jpg", "data/cache/frames/vimu_000140/frame_07.jpg"], "transcript": "Oh shit, dude. What the fuck? That's sick."} +{"video_id": "vimu_000141", "video_path": "videos/vimu_000141.mp4", "duration_sec": 7.337007, "frames": ["data/cache/frames/vimu_000141/frame_00.jpg", "data/cache/frames/vimu_000141/frame_01.jpg", "data/cache/frames/vimu_000141/frame_02.jpg", "data/cache/frames/vimu_000141/frame_03.jpg", "data/cache/frames/vimu_000141/frame_04.jpg", "data/cache/frames/vimu_000141/frame_05.jpg", "data/cache/frames/vimu_000141/frame_06.jpg", "data/cache/frames/vimu_000141/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000142", "video_path": "videos/vimu_000142.mp4", "duration_sec": 6.291995, "frames": ["data/cache/frames/vimu_000142/frame_00.jpg", "data/cache/frames/vimu_000142/frame_01.jpg", "data/cache/frames/vimu_000142/frame_02.jpg", "data/cache/frames/vimu_000142/frame_03.jpg", "data/cache/frames/vimu_000142/frame_04.jpg", "data/cache/frames/vimu_000142/frame_05.jpg", "data/cache/frames/vimu_000142/frame_06.jpg", "data/cache/frames/vimu_000142/frame_07.jpg"], "transcript": "Your Holiness."} +{"video_id": "vimu_000143", "video_path": "videos/vimu_000143.mp4", "duration_sec": 12.306009, "frames": ["data/cache/frames/vimu_000143/frame_00.jpg", "data/cache/frames/vimu_000143/frame_01.jpg", "data/cache/frames/vimu_000143/frame_02.jpg", "data/cache/frames/vimu_000143/frame_03.jpg", "data/cache/frames/vimu_000143/frame_04.jpg", "data/cache/frames/vimu_000143/frame_05.jpg", "data/cache/frames/vimu_000143/frame_06.jpg", "data/cache/frames/vimu_000143/frame_07.jpg"], "transcript": "You know what, let me show you. So we got around 700 horses in here."} +{"video_id": "vimu_000144", "video_path": "videos/vimu_000144.mp4", "duration_sec": 8.335964, "frames": ["data/cache/frames/vimu_000144/frame_00.jpg", "data/cache/frames/vimu_000144/frame_01.jpg", "data/cache/frames/vimu_000144/frame_02.jpg", "data/cache/frames/vimu_000144/frame_03.jpg", "data/cache/frames/vimu_000144/frame_04.jpg", "data/cache/frames/vimu_000144/frame_05.jpg", "data/cache/frames/vimu_000144/frame_06.jpg", "data/cache/frames/vimu_000144/frame_07.jpg"], "transcript": "What is this? Furry?"} +{"video_id": "vimu_000145", "video_path": "videos/vimu_000145.mp4", "duration_sec": 8.366667, "frames": ["data/cache/frames/vimu_000145/frame_00.jpg", "data/cache/frames/vimu_000145/frame_01.jpg", "data/cache/frames/vimu_000145/frame_02.jpg", "data/cache/frames/vimu_000145/frame_03.jpg", "data/cache/frames/vimu_000145/frame_04.jpg", "data/cache/frames/vimu_000145/frame_05.jpg", "data/cache/frames/vimu_000145/frame_06.jpg", "data/cache/frames/vimu_000145/frame_07.jpg"], "transcript": "어."} +{"video_id": "vimu_000146", "video_path": "videos/vimu_000146.mp4", "duration_sec": 10.733333, "frames": ["data/cache/frames/vimu_000146/frame_00.jpg", "data/cache/frames/vimu_000146/frame_01.jpg", "data/cache/frames/vimu_000146/frame_02.jpg", "data/cache/frames/vimu_000146/frame_03.jpg", "data/cache/frames/vimu_000146/frame_04.jpg", "data/cache/frames/vimu_000146/frame_05.jpg", "data/cache/frames/vimu_000146/frame_06.jpg", "data/cache/frames/vimu_000146/frame_07.jpg"], "transcript": "Holy sh... Man littering, car parked across three handicapped spaces. Homer! Hey, Marge. How's my little piglet?"} +{"video_id": "vimu_000147", "video_path": "videos/vimu_000147.mp4", "duration_sec": 5.641995, "frames": ["data/cache/frames/vimu_000147/frame_00.jpg", "data/cache/frames/vimu_000147/frame_01.jpg", "data/cache/frames/vimu_000147/frame_02.jpg", "data/cache/frames/vimu_000147/frame_03.jpg", "data/cache/frames/vimu_000147/frame_04.jpg", "data/cache/frames/vimu_000147/frame_05.jpg", "data/cache/frames/vimu_000147/frame_06.jpg", "data/cache/frames/vimu_000147/frame_07.jpg"], "transcript": "Sam, what you doing? You got a hot dog bun in your..."} +{"video_id": "vimu_000148", "video_path": "videos/vimu_000148.mp4", "duration_sec": 8.263991, "frames": ["data/cache/frames/vimu_000148/frame_00.jpg", "data/cache/frames/vimu_000148/frame_01.jpg", "data/cache/frames/vimu_000148/frame_02.jpg", "data/cache/frames/vimu_000148/frame_03.jpg", "data/cache/frames/vimu_000148/frame_04.jpg", "data/cache/frames/vimu_000148/frame_05.jpg", "data/cache/frames/vimu_000148/frame_06.jpg", "data/cache/frames/vimu_000148/frame_07.jpg"], "transcript": "Thou shalt show no fear, in bloody eyes and Lord I shall hold my poise. This is where I made my stand, I shall..."} +{"video_id": "vimu_000149", "video_path": "videos/vimu_000149.mp4", "duration_sec": 7.086272, "frames": ["data/cache/frames/vimu_000149/frame_00.jpg", "data/cache/frames/vimu_000149/frame_01.jpg", "data/cache/frames/vimu_000149/frame_02.jpg", "data/cache/frames/vimu_000149/frame_03.jpg", "data/cache/frames/vimu_000149/frame_04.jpg", "data/cache/frames/vimu_000149/frame_05.jpg", "data/cache/frames/vimu_000149/frame_06.jpg", "data/cache/frames/vimu_000149/frame_07.jpg"], "transcript": "Mm, Brennan, that looks really good. Man, that bar is creaky."} +{"video_id": "vimu_000150", "video_path": "videos/vimu_000150.mp4", "duration_sec": 8.155898, "frames": ["data/cache/frames/vimu_000150/frame_00.jpg", "data/cache/frames/vimu_000150/frame_01.jpg", "data/cache/frames/vimu_000150/frame_02.jpg", "data/cache/frames/vimu_000150/frame_03.jpg", "data/cache/frames/vimu_000150/frame_04.jpg", "data/cache/frames/vimu_000150/frame_05.jpg", "data/cache/frames/vimu_000150/frame_06.jpg", "data/cache/frames/vimu_000150/frame_07.jpg"], "transcript": "Now reviewing McDonald's large Sprite. Now, for the taste test."} +{"video_id": "vimu_000151", "video_path": "videos/vimu_000151.mp4", "duration_sec": 6.385011, "frames": ["data/cache/frames/vimu_000151/frame_00.jpg", "data/cache/frames/vimu_000151/frame_01.jpg", "data/cache/frames/vimu_000151/frame_02.jpg", "data/cache/frames/vimu_000151/frame_03.jpg", "data/cache/frames/vimu_000151/frame_04.jpg", "data/cache/frames/vimu_000151/frame_05.jpg", "data/cache/frames/vimu_000151/frame_06.jpg", "data/cache/frames/vimu_000151/frame_07.jpg"], "transcript": "no, two dollar, two dollar."} +{"video_id": "vimu_000152", "video_path": "videos/vimu_000152.mp4", "duration_sec": 9.729002, "frames": ["data/cache/frames/vimu_000152/frame_00.jpg", "data/cache/frames/vimu_000152/frame_01.jpg", "data/cache/frames/vimu_000152/frame_02.jpg", "data/cache/frames/vimu_000152/frame_03.jpg", "data/cache/frames/vimu_000152/frame_04.jpg", "data/cache/frames/vimu_000152/frame_05.jpg", "data/cache/frames/vimu_000152/frame_06.jpg", "data/cache/frames/vimu_000152/frame_07.jpg"], "transcript": "Yo, look at this big ass piece of ice I found, man. Yo, word?"} +{"video_id": "vimu_000153", "video_path": "videos/vimu_000153.mp4", "duration_sec": 9.827189, "frames": ["data/cache/frames/vimu_000153/frame_00.jpg", "data/cache/frames/vimu_000153/frame_01.jpg", "data/cache/frames/vimu_000153/frame_02.jpg", "data/cache/frames/vimu_000153/frame_03.jpg", "data/cache/frames/vimu_000153/frame_04.jpg", "data/cache/frames/vimu_000153/frame_05.jpg", "data/cache/frames/vimu_000153/frame_06.jpg", "data/cache/frames/vimu_000153/frame_07.jpg"], "transcript": "Those have the fries on there with some nacho cheese, an even portion scoop of steak. I thought Chipotle was bogus. You scooped that like it's coming out of your check!"} +{"video_id": "vimu_000154", "video_path": "videos/vimu_000154.mp4", "duration_sec": 7.522993, "frames": ["data/cache/frames/vimu_000154/frame_00.jpg", "data/cache/frames/vimu_000154/frame_01.jpg", "data/cache/frames/vimu_000154/frame_02.jpg", "data/cache/frames/vimu_000154/frame_03.jpg", "data/cache/frames/vimu_000154/frame_04.jpg", "data/cache/frames/vimu_000154/frame_05.jpg", "data/cache/frames/vimu_000154/frame_06.jpg", "data/cache/frames/vimu_000154/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000155", "video_path": "videos/vimu_000155.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000155/frame_00.jpg", "data/cache/frames/vimu_000155/frame_01.jpg", "data/cache/frames/vimu_000155/frame_02.jpg", "data/cache/frames/vimu_000155/frame_03.jpg", "data/cache/frames/vimu_000155/frame_04.jpg", "data/cache/frames/vimu_000155/frame_05.jpg", "data/cache/frames/vimu_000155/frame_06.jpg", "data/cache/frames/vimu_000155/frame_07.jpg"], "transcript": "What the fu-"} +{"video_id": "vimu_000156", "video_path": "videos/vimu_000156.mp4", "duration_sec": 8.520998, "frames": ["data/cache/frames/vimu_000156/frame_00.jpg", "data/cache/frames/vimu_000156/frame_01.jpg", "data/cache/frames/vimu_000156/frame_02.jpg", "data/cache/frames/vimu_000156/frame_03.jpg", "data/cache/frames/vimu_000156/frame_04.jpg", "data/cache/frames/vimu_000156/frame_05.jpg", "data/cache/frames/vimu_000156/frame_06.jpg", "data/cache/frames/vimu_000156/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000157", "video_path": "videos/vimu_000157.mp4", "duration_sec": 8.520998, "frames": ["data/cache/frames/vimu_000157/frame_00.jpg", "data/cache/frames/vimu_000157/frame_01.jpg", "data/cache/frames/vimu_000157/frame_02.jpg", "data/cache/frames/vimu_000157/frame_03.jpg", "data/cache/frames/vimu_000157/frame_04.jpg", "data/cache/frames/vimu_000157/frame_05.jpg", "data/cache/frames/vimu_000157/frame_06.jpg", "data/cache/frames/vimu_000157/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000158", "video_path": "videos/vimu_000158.mp4", "duration_sec": 10.1, "frames": ["data/cache/frames/vimu_000158/frame_00.jpg", "data/cache/frames/vimu_000158/frame_01.jpg", "data/cache/frames/vimu_000158/frame_02.jpg", "data/cache/frames/vimu_000158/frame_03.jpg", "data/cache/frames/vimu_000158/frame_04.jpg", "data/cache/frames/vimu_000158/frame_05.jpg", "data/cache/frames/vimu_000158/frame_06.jpg", "data/cache/frames/vimu_000158/frame_07.jpg"], "transcript": "Damn, this shit good as fuck, bro. Absolutely, bro. Absolutely. They do not. Never."} +{"video_id": "vimu_000159", "video_path": "videos/vimu_000159.mp4", "duration_sec": 8.773991, "frames": ["data/cache/frames/vimu_000159/frame_00.jpg", "data/cache/frames/vimu_000159/frame_01.jpg", "data/cache/frames/vimu_000159/frame_02.jpg", "data/cache/frames/vimu_000159/frame_03.jpg", "data/cache/frames/vimu_000159/frame_04.jpg", "data/cache/frames/vimu_000159/frame_05.jpg", "data/cache/frames/vimu_000159/frame_06.jpg", "data/cache/frames/vimu_000159/frame_07.jpg"], "transcript": "So she said, what's the problem, baby? What's the problem? I don't know, well, maybe I'm in love, love."} +{"video_id": "vimu_000160", "video_path": "videos/vimu_000160.mp4", "duration_sec": 7.709002, "frames": ["data/cache/frames/vimu_000160/frame_00.jpg", "data/cache/frames/vimu_000160/frame_01.jpg", "data/cache/frames/vimu_000160/frame_02.jpg", "data/cache/frames/vimu_000160/frame_03.jpg", "data/cache/frames/vimu_000160/frame_04.jpg", "data/cache/frames/vimu_000160/frame_05.jpg", "data/cache/frames/vimu_000160/frame_06.jpg", "data/cache/frames/vimu_000160/frame_07.jpg"], "transcript": "onion like that, and I love the red onion, so just do that back and forth. And when you see the blade is not big enough, just you go on the side like this. You see?"} +{"video_id": "vimu_000161", "video_path": "videos/vimu_000161.mp4", "duration_sec": 10.842993, "frames": ["data/cache/frames/vimu_000161/frame_00.jpg", "data/cache/frames/vimu_000161/frame_01.jpg", "data/cache/frames/vimu_000161/frame_02.jpg", "data/cache/frames/vimu_000161/frame_03.jpg", "data/cache/frames/vimu_000161/frame_04.jpg", "data/cache/frames/vimu_000161/frame_05.jpg", "data/cache/frames/vimu_000161/frame_06.jpg", "data/cache/frames/vimu_000161/frame_07.jpg"], "transcript": "Alone at the edge of a universe humming a tune."} +{"video_id": "vimu_000162", "video_path": "videos/vimu_000162.mp4", "duration_sec": 6.710615, "frames": ["data/cache/frames/vimu_000162/frame_00.jpg", "data/cache/frames/vimu_000162/frame_01.jpg", "data/cache/frames/vimu_000162/frame_02.jpg", "data/cache/frames/vimu_000162/frame_03.jpg", "data/cache/frames/vimu_000162/frame_04.jpg", "data/cache/frames/vimu_000162/frame_05.jpg", "data/cache/frames/vimu_000162/frame_06.jpg", "data/cache/frames/vimu_000162/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000163", "video_path": "videos/vimu_000163.mp4", "duration_sec": 5.811766, "frames": ["data/cache/frames/vimu_000163/frame_00.jpg", "data/cache/frames/vimu_000163/frame_01.jpg", "data/cache/frames/vimu_000163/frame_02.jpg", "data/cache/frames/vimu_000163/frame_03.jpg", "data/cache/frames/vimu_000163/frame_04.jpg", "data/cache/frames/vimu_000163/frame_05.jpg", "data/cache/frames/vimu_000163/frame_06.jpg", "data/cache/frames/vimu_000163/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000164", "video_path": "videos/vimu_000164.mp4", "duration_sec": 6.152993, "frames": ["data/cache/frames/vimu_000164/frame_00.jpg", "data/cache/frames/vimu_000164/frame_01.jpg", "data/cache/frames/vimu_000164/frame_02.jpg", "data/cache/frames/vimu_000164/frame_03.jpg", "data/cache/frames/vimu_000164/frame_04.jpg", "data/cache/frames/vimu_000164/frame_05.jpg", "data/cache/frames/vimu_000164/frame_06.jpg", "data/cache/frames/vimu_000164/frame_07.jpg"], "transcript": "No! Wait, wait, wait! No! No! No! No! No!"} +{"video_id": "vimu_000165", "video_path": "videos/vimu_000165.mp4", "duration_sec": 7.320253, "frames": ["data/cache/frames/vimu_000165/frame_00.jpg", "data/cache/frames/vimu_000165/frame_01.jpg", "data/cache/frames/vimu_000165/frame_02.jpg", "data/cache/frames/vimu_000165/frame_03.jpg", "data/cache/frames/vimu_000165/frame_04.jpg", "data/cache/frames/vimu_000165/frame_05.jpg", "data/cache/frames/vimu_000165/frame_06.jpg", "data/cache/frames/vimu_000165/frame_07.jpg"], "transcript": "All right, go back down. All right."} +{"video_id": "vimu_000166", "video_path": "videos/vimu_000166.mp4", "duration_sec": 11.999866, "frames": ["data/cache/frames/vimu_000166/frame_00.jpg", "data/cache/frames/vimu_000166/frame_01.jpg", "data/cache/frames/vimu_000166/frame_02.jpg", "data/cache/frames/vimu_000166/frame_03.jpg", "data/cache/frames/vimu_000166/frame_04.jpg", "data/cache/frames/vimu_000166/frame_05.jpg", "data/cache/frames/vimu_000166/frame_06.jpg", "data/cache/frames/vimu_000166/frame_07.jpg"], "transcript": "我"} +{"video_id": "vimu_000167", "video_path": "videos/vimu_000167.mp4", "duration_sec": 5.943991, "frames": ["data/cache/frames/vimu_000167/frame_00.jpg", "data/cache/frames/vimu_000167/frame_01.jpg", "data/cache/frames/vimu_000167/frame_02.jpg", "data/cache/frames/vimu_000167/frame_03.jpg", "data/cache/frames/vimu_000167/frame_04.jpg", "data/cache/frames/vimu_000167/frame_05.jpg", "data/cache/frames/vimu_000167/frame_06.jpg", "data/cache/frames/vimu_000167/frame_07.jpg"], "transcript": "Be productive today, I'm gonna go out, I'm gonna go to the gym, I'm gonna get shit done, it's boring rain, fuck this, I'm getting drunk."} +{"video_id": "vimu_000168", "video_path": "videos/vimu_000168.mp4", "duration_sec": 14.941338, "frames": ["data/cache/frames/vimu_000168/frame_00.jpg", "data/cache/frames/vimu_000168/frame_01.jpg", "data/cache/frames/vimu_000168/frame_02.jpg", "data/cache/frames/vimu_000168/frame_03.jpg", "data/cache/frames/vimu_000168/frame_04.jpg", "data/cache/frames/vimu_000168/frame_05.jpg", "data/cache/frames/vimu_000168/frame_06.jpg", "data/cache/frames/vimu_000168/frame_07.jpg"], "transcript": "fuck, these motherfuckers gave me gravy or something. I was about to turn around and go return this shit. This whole fucking thing is ranch. Bro, I got 10 boneless wings. What the fuck you talking about?"} +{"video_id": "vimu_000169", "video_path": "videos/vimu_000169.mp4", "duration_sec": 9.760337, "frames": ["data/cache/frames/vimu_000169/frame_00.jpg", "data/cache/frames/vimu_000169/frame_01.jpg", "data/cache/frames/vimu_000169/frame_02.jpg", "data/cache/frames/vimu_000169/frame_03.jpg", "data/cache/frames/vimu_000169/frame_04.jpg", "data/cache/frames/vimu_000169/frame_05.jpg", "data/cache/frames/vimu_000169/frame_06.jpg", "data/cache/frames/vimu_000169/frame_07.jpg"], "transcript": "Cheers, baby!"} +{"video_id": "vimu_000170", "video_path": "videos/vimu_000170.mp4", "duration_sec": 8.057007, "frames": ["data/cache/frames/vimu_000170/frame_00.jpg", "data/cache/frames/vimu_000170/frame_01.jpg", "data/cache/frames/vimu_000170/frame_02.jpg", "data/cache/frames/vimu_000170/frame_03.jpg", "data/cache/frames/vimu_000170/frame_04.jpg", "data/cache/frames/vimu_000170/frame_05.jpg", "data/cache/frames/vimu_000170/frame_06.jpg", "data/cache/frames/vimu_000170/frame_07.jpg"], "transcript": "Have a fucking swig, mate! Go on, scull it!"} +{"video_id": "vimu_000171", "video_path": "videos/vimu_000171.mp4", "duration_sec": 8.155898, "frames": ["data/cache/frames/vimu_000171/frame_00.jpg", "data/cache/frames/vimu_000171/frame_01.jpg", "data/cache/frames/vimu_000171/frame_02.jpg", "data/cache/frames/vimu_000171/frame_03.jpg", "data/cache/frames/vimu_000171/frame_04.jpg", "data/cache/frames/vimu_000171/frame_05.jpg", "data/cache/frames/vimu_000171/frame_06.jpg", "data/cache/frames/vimu_000171/frame_07.jpg"], "transcript": "Hi, can I get a flatbread? Oh, I said a flatbread."} +{"video_id": "vimu_000172", "video_path": "videos/vimu_000172.mp4", "duration_sec": 6.016646, "frames": ["data/cache/frames/vimu_000172/frame_00.jpg", "data/cache/frames/vimu_000172/frame_01.jpg", "data/cache/frames/vimu_000172/frame_02.jpg", "data/cache/frames/vimu_000172/frame_03.jpg", "data/cache/frames/vimu_000172/frame_04.jpg", "data/cache/frames/vimu_000172/frame_05.jpg", "data/cache/frames/vimu_000172/frame_06.jpg", "data/cache/frames/vimu_000172/frame_07.jpg"], "transcript": "Yeah, man, can I get a..."} +{"video_id": "vimu_000173", "video_path": "videos/vimu_000173.mp4", "duration_sec": 10.866667, "frames": ["data/cache/frames/vimu_000173/frame_00.jpg", "data/cache/frames/vimu_000173/frame_01.jpg", "data/cache/frames/vimu_000173/frame_02.jpg", "data/cache/frames/vimu_000173/frame_03.jpg", "data/cache/frames/vimu_000173/frame_04.jpg", "data/cache/frames/vimu_000173/frame_05.jpg", "data/cache/frames/vimu_000173/frame_06.jpg", "data/cache/frames/vimu_000173/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000174", "video_path": "videos/vimu_000174.mp4", "duration_sec": 9.666667, "frames": ["data/cache/frames/vimu_000174/frame_00.jpg", "data/cache/frames/vimu_000174/frame_01.jpg", "data/cache/frames/vimu_000174/frame_02.jpg", "data/cache/frames/vimu_000174/frame_03.jpg", "data/cache/frames/vimu_000174/frame_04.jpg", "data/cache/frames/vimu_000174/frame_05.jpg", "data/cache/frames/vimu_000174/frame_06.jpg", "data/cache/frames/vimu_000174/frame_07.jpg"], "transcript": "Yo, what up?"} +{"video_id": "vimu_000175", "video_path": "videos/vimu_000175.mp4", "duration_sec": 13.938563, "frames": ["data/cache/frames/vimu_000175/frame_00.jpg", "data/cache/frames/vimu_000175/frame_01.jpg", "data/cache/frames/vimu_000175/frame_02.jpg", "data/cache/frames/vimu_000175/frame_03.jpg", "data/cache/frames/vimu_000175/frame_04.jpg", "data/cache/frames/vimu_000175/frame_05.jpg", "data/cache/frames/vimu_000175/frame_06.jpg", "data/cache/frames/vimu_000175/frame_07.jpg"], "transcript": "I found a purple hair, he watching Orange is the New Black, and I found me a midget and he eating some chicken, all right."} +{"video_id": "vimu_000176", "video_path": "videos/vimu_000176.mp4", "duration_sec": 8.87, "frames": ["data/cache/frames/vimu_000176/frame_00.jpg", "data/cache/frames/vimu_000176/frame_01.jpg", "data/cache/frames/vimu_000176/frame_02.jpg", "data/cache/frames/vimu_000176/frame_03.jpg", "data/cache/frames/vimu_000176/frame_04.jpg", "data/cache/frames/vimu_000176/frame_05.jpg", "data/cache/frames/vimu_000176/frame_06.jpg", "data/cache/frames/vimu_000176/frame_07.jpg"], "transcript": "Why? I hate you. I hate you."} +{"video_id": "vimu_000177", "video_path": "videos/vimu_000177.mp4", "duration_sec": 6.016646, "frames": ["data/cache/frames/vimu_000177/frame_00.jpg", "data/cache/frames/vimu_000177/frame_01.jpg", "data/cache/frames/vimu_000177/frame_02.jpg", "data/cache/frames/vimu_000177/frame_03.jpg", "data/cache/frames/vimu_000177/frame_04.jpg", "data/cache/frames/vimu_000177/frame_05.jpg", "data/cache/frames/vimu_000177/frame_06.jpg", "data/cache/frames/vimu_000177/frame_07.jpg"], "transcript": "Man, this looks nice, ready to eat. Hell yeah. With a little kickflip."} +{"video_id": "vimu_000178", "video_path": "videos/vimu_000178.mp4", "duration_sec": 9.960998, "frames": ["data/cache/frames/vimu_000178/frame_00.jpg", "data/cache/frames/vimu_000178/frame_01.jpg", "data/cache/frames/vimu_000178/frame_02.jpg", "data/cache/frames/vimu_000178/frame_03.jpg", "data/cache/frames/vimu_000178/frame_04.jpg", "data/cache/frames/vimu_000178/frame_05.jpg", "data/cache/frames/vimu_000178/frame_06.jpg", "data/cache/frames/vimu_000178/frame_07.jpg"], "transcript": "Oh shit, listen, you're never gonna convince me that wheelchair basketball is a real thing. You expect me to believe that a wheelchair is gonna fit through that little hoop?"} +{"video_id": "vimu_000179", "video_path": "videos/vimu_000179.mp4", "duration_sec": 7.788214, "frames": ["data/cache/frames/vimu_000179/frame_00.jpg", "data/cache/frames/vimu_000179/frame_01.jpg", "data/cache/frames/vimu_000179/frame_02.jpg", "data/cache/frames/vimu_000179/frame_03.jpg", "data/cache/frames/vimu_000179/frame_04.jpg", "data/cache/frames/vimu_000179/frame_05.jpg", "data/cache/frames/vimu_000179/frame_06.jpg", "data/cache/frames/vimu_000179/frame_07.jpg"], "transcript": "Kylie, a box lock? More like... Actually, can we redo that, Kylie?"} +{"video_id": "vimu_000180", "video_path": "videos/vimu_000180.mp4", "duration_sec": 5.433333, "frames": ["data/cache/frames/vimu_000180/frame_00.jpg", "data/cache/frames/vimu_000180/frame_01.jpg", "data/cache/frames/vimu_000180/frame_02.jpg", "data/cache/frames/vimu_000180/frame_03.jpg", "data/cache/frames/vimu_000180/frame_04.jpg", "data/cache/frames/vimu_000180/frame_05.jpg", "data/cache/frames/vimu_000180/frame_06.jpg", "data/cache/frames/vimu_000180/frame_07.jpg"], "transcript": "Yo, yo, yo, yo, yo, I found Queen Elizabeth, bro, come on, come on, come on."} +{"video_id": "vimu_000181", "video_path": "videos/vimu_000181.mp4", "duration_sec": 7.290998, "frames": ["data/cache/frames/vimu_000181/frame_00.jpg", "data/cache/frames/vimu_000181/frame_01.jpg", "data/cache/frames/vimu_000181/frame_02.jpg", "data/cache/frames/vimu_000181/frame_03.jpg", "data/cache/frames/vimu_000181/frame_04.jpg", "data/cache/frames/vimu_000181/frame_05.jpg", "data/cache/frames/vimu_000181/frame_06.jpg", "data/cache/frames/vimu_000181/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000182", "video_path": "videos/vimu_000182.mp4", "duration_sec": 17.995011, "frames": ["data/cache/frames/vimu_000182/frame_00.jpg", "data/cache/frames/vimu_000182/frame_01.jpg", "data/cache/frames/vimu_000182/frame_02.jpg", "data/cache/frames/vimu_000182/frame_03.jpg", "data/cache/frames/vimu_000182/frame_04.jpg", "data/cache/frames/vimu_000182/frame_05.jpg", "data/cache/frames/vimu_000182/frame_06.jpg", "data/cache/frames/vimu_000182/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000183", "video_path": "videos/vimu_000183.mp4", "duration_sec": 5.735011, "frames": ["data/cache/frames/vimu_000183/frame_00.jpg", "data/cache/frames/vimu_000183/frame_01.jpg", "data/cache/frames/vimu_000183/frame_02.jpg", "data/cache/frames/vimu_000183/frame_03.jpg", "data/cache/frames/vimu_000183/frame_04.jpg", "data/cache/frames/vimu_000183/frame_05.jpg", "data/cache/frames/vimu_000183/frame_06.jpg", "data/cache/frames/vimu_000183/frame_07.jpg"], "transcript": "Bro, this ramen's almost done. I just gotta add, I just gotta add the meat."} +{"video_id": "vimu_000184", "video_path": "videos/vimu_000184.mp4", "duration_sec": 14.3, "frames": ["data/cache/frames/vimu_000184/frame_00.jpg", "data/cache/frames/vimu_000184/frame_01.jpg", "data/cache/frames/vimu_000184/frame_02.jpg", "data/cache/frames/vimu_000184/frame_03.jpg", "data/cache/frames/vimu_000184/frame_04.jpg", "data/cache/frames/vimu_000184/frame_05.jpg", "data/cache/frames/vimu_000184/frame_06.jpg", "data/cache/frames/vimu_000184/frame_07.jpg"], "transcript": "It declined? Why? Let me talk to your manager. I quit. Bro, you weren't for real. I got the dish."} +{"video_id": "vimu_000185", "video_path": "videos/vimu_000185.mp4", "duration_sec": 10.24, "frames": ["data/cache/frames/vimu_000185/frame_00.jpg", "data/cache/frames/vimu_000185/frame_01.jpg", "data/cache/frames/vimu_000185/frame_02.jpg", "data/cache/frames/vimu_000185/frame_03.jpg", "data/cache/frames/vimu_000185/frame_04.jpg", "data/cache/frames/vimu_000185/frame_05.jpg", "data/cache/frames/vimu_000185/frame_06.jpg", "data/cache/frames/vimu_000185/frame_07.jpg"], "transcript": "Where are you going after this, Hope? Home. No, you're going to the fucking gas station. Oh, yeah."} +{"video_id": "vimu_000186", "video_path": "videos/vimu_000186.mp4", "duration_sec": 9.890998, "frames": ["data/cache/frames/vimu_000186/frame_00.jpg", "data/cache/frames/vimu_000186/frame_01.jpg", "data/cache/frames/vimu_000186/frame_02.jpg", "data/cache/frames/vimu_000186/frame_03.jpg", "data/cache/frames/vimu_000186/frame_04.jpg", "data/cache/frames/vimu_000186/frame_05.jpg", "data/cache/frames/vimu_000186/frame_06.jpg", "data/cache/frames/vimu_000186/frame_07.jpg"], "transcript": "I'm gonna let these dogs out."} +{"video_id": "vimu_000187", "video_path": "videos/vimu_000187.mp4", "duration_sec": 5.850998, "frames": ["data/cache/frames/vimu_000187/frame_00.jpg", "data/cache/frames/vimu_000187/frame_01.jpg", "data/cache/frames/vimu_000187/frame_02.jpg", "data/cache/frames/vimu_000187/frame_03.jpg", "data/cache/frames/vimu_000187/frame_04.jpg", "data/cache/frames/vimu_000187/frame_05.jpg", "data/cache/frames/vimu_000187/frame_06.jpg", "data/cache/frames/vimu_000187/frame_07.jpg"], "transcript": "I'll fight you for it."} +{"video_id": "vimu_000188", "video_path": "videos/vimu_000188.mp4", "duration_sec": 8.590434, "frames": ["data/cache/frames/vimu_000188/frame_00.jpg", "data/cache/frames/vimu_000188/frame_01.jpg", "data/cache/frames/vimu_000188/frame_02.jpg", "data/cache/frames/vimu_000188/frame_03.jpg", "data/cache/frames/vimu_000188/frame_04.jpg", "data/cache/frames/vimu_000188/frame_05.jpg", "data/cache/frames/vimu_000188/frame_06.jpg", "data/cache/frames/vimu_000188/frame_07.jpg"], "transcript": "I am now planted on the stair."} +{"video_id": "vimu_000189", "video_path": "videos/vimu_000189.mp4", "duration_sec": 9.866667, "frames": ["data/cache/frames/vimu_000189/frame_00.jpg", "data/cache/frames/vimu_000189/frame_01.jpg", "data/cache/frames/vimu_000189/frame_02.jpg", "data/cache/frames/vimu_000189/frame_03.jpg", "data/cache/frames/vimu_000189/frame_04.jpg", "data/cache/frames/vimu_000189/frame_05.jpg", "data/cache/frames/vimu_000189/frame_06.jpg", "data/cache/frames/vimu_000189/frame_07.jpg"], "transcript": "The best way to clean up a little oil spot on the ground, maybe spray some brake clean on there, get a towel, it comes right up."} +{"video_id": "vimu_000190", "video_path": "videos/vimu_000190.mp4", "duration_sec": 6.757007, "frames": ["data/cache/frames/vimu_000190/frame_00.jpg", "data/cache/frames/vimu_000190/frame_01.jpg", "data/cache/frames/vimu_000190/frame_02.jpg", "data/cache/frames/vimu_000190/frame_03.jpg", "data/cache/frames/vimu_000190/frame_04.jpg", "data/cache/frames/vimu_000190/frame_05.jpg", "data/cache/frames/vimu_000190/frame_06.jpg", "data/cache/frames/vimu_000190/frame_07.jpg"], "transcript": "Screw it, screw it, screw it!"} +{"video_id": "vimu_000191", "video_path": "videos/vimu_000191.mp4", "duration_sec": 7.086272, "frames": ["data/cache/frames/vimu_000191/frame_00.jpg", "data/cache/frames/vimu_000191/frame_01.jpg", "data/cache/frames/vimu_000191/frame_02.jpg", "data/cache/frames/vimu_000191/frame_03.jpg", "data/cache/frames/vimu_000191/frame_04.jpg", "data/cache/frames/vimu_000191/frame_05.jpg", "data/cache/frames/vimu_000191/frame_06.jpg", "data/cache/frames/vimu_000191/frame_07.jpg"], "transcript": "I can't believe you broke this. Now it's not gonna close. Here, let me try to close it. That's..."} +{"video_id": "vimu_000192", "video_path": "videos/vimu_000192.mp4", "duration_sec": 7.1, "frames": ["data/cache/frames/vimu_000192/frame_00.jpg", "data/cache/frames/vimu_000192/frame_01.jpg", "data/cache/frames/vimu_000192/frame_02.jpg", "data/cache/frames/vimu_000192/frame_03.jpg", "data/cache/frames/vimu_000192/frame_04.jpg", "data/cache/frames/vimu_000192/frame_05.jpg", "data/cache/frames/vimu_000192/frame_06.jpg", "data/cache/frames/vimu_000192/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000193", "video_path": "videos/vimu_000193.mp4", "duration_sec": 8.683991, "frames": ["data/cache/frames/vimu_000193/frame_00.jpg", "data/cache/frames/vimu_000193/frame_01.jpg", "data/cache/frames/vimu_000193/frame_02.jpg", "data/cache/frames/vimu_000193/frame_03.jpg", "data/cache/frames/vimu_000193/frame_04.jpg", "data/cache/frames/vimu_000193/frame_05.jpg", "data/cache/frames/vimu_000193/frame_06.jpg", "data/cache/frames/vimu_000193/frame_07.jpg"], "transcript": "A new hand touches the beacon."} +{"video_id": "vimu_000194", "video_path": "videos/vimu_000194.mp4", "duration_sec": 7.533333, "frames": ["data/cache/frames/vimu_000194/frame_00.jpg", "data/cache/frames/vimu_000194/frame_01.jpg", "data/cache/frames/vimu_000194/frame_02.jpg", "data/cache/frames/vimu_000194/frame_03.jpg", "data/cache/frames/vimu_000194/frame_04.jpg", "data/cache/frames/vimu_000194/frame_05.jpg", "data/cache/frames/vimu_000194/frame_06.jpg", "data/cache/frames/vimu_000194/frame_07.jpg"], "transcript": "I've never seen a fatter fish in my life, bro. I might even end the beef with the Oscars because there really is bigger fish to fry. And I gotta find me a girl because there's no longer gonna be plenty of fish in the sea with this fat ass."} +{"video_id": "vimu_000195", "video_path": "videos/vimu_000195.mp4", "duration_sec": 7.290998, "frames": ["data/cache/frames/vimu_000195/frame_00.jpg", "data/cache/frames/vimu_000195/frame_01.jpg", "data/cache/frames/vimu_000195/frame_02.jpg", "data/cache/frames/vimu_000195/frame_03.jpg", "data/cache/frames/vimu_000195/frame_04.jpg", "data/cache/frames/vimu_000195/frame_05.jpg", "data/cache/frames/vimu_000195/frame_06.jpg", "data/cache/frames/vimu_000195/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000196", "video_path": "videos/vimu_000196.mp4", "duration_sec": 9.091821, "frames": ["data/cache/frames/vimu_000196/frame_00.jpg", "data/cache/frames/vimu_000196/frame_01.jpg", "data/cache/frames/vimu_000196/frame_02.jpg", "data/cache/frames/vimu_000196/frame_03.jpg", "data/cache/frames/vimu_000196/frame_04.jpg", "data/cache/frames/vimu_000196/frame_05.jpg", "data/cache/frames/vimu_000196/frame_06.jpg", "data/cache/frames/vimu_000196/frame_07.jpg"], "transcript": "No, I was actually thinking about what it means."} +{"video_id": "vimu_000197", "video_path": "videos/vimu_000197.mp4", "duration_sec": 7.721362, "frames": ["data/cache/frames/vimu_000197/frame_00.jpg", "data/cache/frames/vimu_000197/frame_01.jpg", "data/cache/frames/vimu_000197/frame_02.jpg", "data/cache/frames/vimu_000197/frame_03.jpg", "data/cache/frames/vimu_000197/frame_04.jpg", "data/cache/frames/vimu_000197/frame_05.jpg", "data/cache/frames/vimu_000197/frame_06.jpg", "data/cache/frames/vimu_000197/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000198", "video_path": "videos/vimu_000198.mp4", "duration_sec": 5.688889, "frames": ["data/cache/frames/vimu_000198/frame_00.jpg", "data/cache/frames/vimu_000198/frame_01.jpg", "data/cache/frames/vimu_000198/frame_02.jpg", "data/cache/frames/vimu_000198/frame_03.jpg", "data/cache/frames/vimu_000198/frame_04.jpg", "data/cache/frames/vimu_000198/frame_05.jpg", "data/cache/frames/vimu_000198/frame_06.jpg", "data/cache/frames/vimu_000198/frame_07.jpg"], "transcript": "Okay, è finito."} +{"video_id": "vimu_000199", "video_path": "videos/vimu_000199.mp4", "duration_sec": 7.921917, "frames": ["data/cache/frames/vimu_000199/frame_00.jpg", "data/cache/frames/vimu_000199/frame_01.jpg", "data/cache/frames/vimu_000199/frame_02.jpg", "data/cache/frames/vimu_000199/frame_03.jpg", "data/cache/frames/vimu_000199/frame_04.jpg", "data/cache/frames/vimu_000199/frame_05.jpg", "data/cache/frames/vimu_000199/frame_06.jpg", "data/cache/frames/vimu_000199/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000200", "video_path": "videos/vimu_000200.mp4", "duration_sec": 8.289601, "frames": ["data/cache/frames/vimu_000200/frame_00.jpg", "data/cache/frames/vimu_000200/frame_01.jpg", "data/cache/frames/vimu_000200/frame_02.jpg", "data/cache/frames/vimu_000200/frame_03.jpg", "data/cache/frames/vimu_000200/frame_04.jpg", "data/cache/frames/vimu_000200/frame_05.jpg", "data/cache/frames/vimu_000200/frame_06.jpg", "data/cache/frames/vimu_000200/frame_07.jpg"], "transcript": "If there's any more in here, I'm gonna lose my mind, so I'm just gonna do this real quick. Here we go."} +{"video_id": "vimu_000201", "video_path": "videos/vimu_000201.mp4", "duration_sec": 8.557008, "frames": ["data/cache/frames/vimu_000201/frame_00.jpg", "data/cache/frames/vimu_000201/frame_01.jpg", "data/cache/frames/vimu_000201/frame_02.jpg", "data/cache/frames/vimu_000201/frame_03.jpg", "data/cache/frames/vimu_000201/frame_04.jpg", "data/cache/frames/vimu_000201/frame_05.jpg", "data/cache/frames/vimu_000201/frame_06.jpg", "data/cache/frames/vimu_000201/frame_07.jpg"], "transcript": "We out here doing gang shit."} +{"video_id": "vimu_000202", "video_path": "videos/vimu_000202.mp4", "duration_sec": 7.825011, "frames": ["data/cache/frames/vimu_000202/frame_00.jpg", "data/cache/frames/vimu_000202/frame_01.jpg", "data/cache/frames/vimu_000202/frame_02.jpg", "data/cache/frames/vimu_000202/frame_03.jpg", "data/cache/frames/vimu_000202/frame_04.jpg", "data/cache/frames/vimu_000202/frame_05.jpg", "data/cache/frames/vimu_000202/frame_06.jpg", "data/cache/frames/vimu_000202/frame_07.jpg"], "transcript": "God, I've been in there for days!"} +{"video_id": "vimu_000203", "video_path": "videos/vimu_000203.mp4", "duration_sec": 6.339673, "frames": ["data/cache/frames/vimu_000203/frame_00.jpg", "data/cache/frames/vimu_000203/frame_01.jpg", "data/cache/frames/vimu_000203/frame_02.jpg", "data/cache/frames/vimu_000203/frame_03.jpg", "data/cache/frames/vimu_000203/frame_04.jpg", "data/cache/frames/vimu_000203/frame_05.jpg", "data/cache/frames/vimu_000203/frame_06.jpg", "data/cache/frames/vimu_000203/frame_07.jpg"], "transcript": "Can you imagine meeting a person who called herself God? Can you imagine that person?"} +{"video_id": "vimu_000204", "video_path": "videos/vimu_000204.mp4", "duration_sec": 5.816091, "frames": ["data/cache/frames/vimu_000204/frame_00.jpg", "data/cache/frames/vimu_000204/frame_01.jpg", "data/cache/frames/vimu_000204/frame_02.jpg", "data/cache/frames/vimu_000204/frame_03.jpg", "data/cache/frames/vimu_000204/frame_04.jpg", "data/cache/frames/vimu_000204/frame_05.jpg", "data/cache/frames/vimu_000204/frame_06.jpg", "data/cache/frames/vimu_000204/frame_07.jpg"], "transcript": "Ой, шутка!"} +{"video_id": "vimu_000205", "video_path": "videos/vimu_000205.mp4", "duration_sec": 8.155898, "frames": ["data/cache/frames/vimu_000205/frame_00.jpg", "data/cache/frames/vimu_000205/frame_01.jpg", "data/cache/frames/vimu_000205/frame_02.jpg", "data/cache/frames/vimu_000205/frame_03.jpg", "data/cache/frames/vimu_000205/frame_04.jpg", "data/cache/frames/vimu_000205/frame_05.jpg", "data/cache/frames/vimu_000205/frame_06.jpg", "data/cache/frames/vimu_000205/frame_07.jpg"], "transcript": "Have a nice drink while you're mowing. So you just put it right in the, right in your little mowing cup holder, and then you..."} +{"video_id": "vimu_000206", "video_path": "videos/vimu_000206.mp4", "duration_sec": 5.619002, "frames": ["data/cache/frames/vimu_000206/frame_00.jpg", "data/cache/frames/vimu_000206/frame_01.jpg", "data/cache/frames/vimu_000206/frame_02.jpg", "data/cache/frames/vimu_000206/frame_03.jpg", "data/cache/frames/vimu_000206/frame_04.jpg", "data/cache/frames/vimu_000206/frame_05.jpg", "data/cache/frames/vimu_000206/frame_06.jpg", "data/cache/frames/vimu_000206/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000207", "video_path": "videos/vimu_000207.mp4", "duration_sec": 5.582111, "frames": ["data/cache/frames/vimu_000207/frame_00.jpg", "data/cache/frames/vimu_000207/frame_01.jpg", "data/cache/frames/vimu_000207/frame_02.jpg", "data/cache/frames/vimu_000207/frame_03.jpg", "data/cache/frames/vimu_000207/frame_04.jpg", "data/cache/frames/vimu_000207/frame_05.jpg", "data/cache/frames/vimu_000207/frame_06.jpg", "data/cache/frames/vimu_000207/frame_07.jpg"], "transcript": "The perfect Shut up. The perfect Chick-fil-A fry."} +{"video_id": "vimu_000208", "video_path": "videos/vimu_000208.mp4", "duration_sec": 9.89404, "frames": ["data/cache/frames/vimu_000208/frame_00.jpg", "data/cache/frames/vimu_000208/frame_01.jpg", "data/cache/frames/vimu_000208/frame_02.jpg", "data/cache/frames/vimu_000208/frame_03.jpg", "data/cache/frames/vimu_000208/frame_04.jpg", "data/cache/frames/vimu_000208/frame_05.jpg", "data/cache/frames/vimu_000208/frame_06.jpg", "data/cache/frames/vimu_000208/frame_07.jpg"], "transcript": "All right. See?"} +{"video_id": "vimu_000209", "video_path": "videos/vimu_000209.mp4", "duration_sec": 8.757563, "frames": ["data/cache/frames/vimu_000209/frame_00.jpg", "data/cache/frames/vimu_000209/frame_01.jpg", "data/cache/frames/vimu_000209/frame_02.jpg", "data/cache/frames/vimu_000209/frame_03.jpg", "data/cache/frames/vimu_000209/frame_04.jpg", "data/cache/frames/vimu_000209/frame_05.jpg", "data/cache/frames/vimu_000209/frame_06.jpg", "data/cache/frames/vimu_000209/frame_07.jpg"], "transcript": "I'm trying to concentrate in class, but it's like raining and it's tapping on the window. It's so annoying. But I'm trying to see if I can catch some lightning."} +{"video_id": "vimu_000210", "video_path": "videos/vimu_000210.mp4", "duration_sec": 5.733333, "frames": ["data/cache/frames/vimu_000210/frame_00.jpg", "data/cache/frames/vimu_000210/frame_01.jpg", "data/cache/frames/vimu_000210/frame_02.jpg", "data/cache/frames/vimu_000210/frame_03.jpg", "data/cache/frames/vimu_000210/frame_04.jpg", "data/cache/frames/vimu_000210/frame_05.jpg", "data/cache/frames/vimu_000210/frame_06.jpg", "data/cache/frames/vimu_000210/frame_07.jpg"], "transcript": "What the heck? We use cookies. Bro, what does that even mean?"} +{"video_id": "vimu_000211", "video_path": "videos/vimu_000211.mp4", "duration_sec": 7.243991, "frames": ["data/cache/frames/vimu_000211/frame_00.jpg", "data/cache/frames/vimu_000211/frame_01.jpg", "data/cache/frames/vimu_000211/frame_02.jpg", "data/cache/frames/vimu_000211/frame_03.jpg", "data/cache/frames/vimu_000211/frame_04.jpg", "data/cache/frames/vimu_000211/frame_05.jpg", "data/cache/frames/vimu_000211/frame_06.jpg", "data/cache/frames/vimu_000211/frame_07.jpg"], "transcript": "Yeah? Come here. Okay, hold on."} +{"video_id": "vimu_000212", "video_path": "videos/vimu_000212.mp4", "duration_sec": 10.495705, "frames": ["data/cache/frames/vimu_000212/frame_00.jpg", "data/cache/frames/vimu_000212/frame_01.jpg", "data/cache/frames/vimu_000212/frame_02.jpg", "data/cache/frames/vimu_000212/frame_03.jpg", "data/cache/frames/vimu_000212/frame_04.jpg", "data/cache/frames/vimu_000212/frame_05.jpg", "data/cache/frames/vimu_000212/frame_06.jpg", "data/cache/frames/vimu_000212/frame_07.jpg"], "transcript": "Wow. Well, guess I'm gonna sew it myself. What the heck? Mama! What's going on?"} +{"video_id": "vimu_000213", "video_path": "videos/vimu_000213.mp4", "duration_sec": 8.757563, "frames": ["data/cache/frames/vimu_000213/frame_00.jpg", "data/cache/frames/vimu_000213/frame_01.jpg", "data/cache/frames/vimu_000213/frame_02.jpg", "data/cache/frames/vimu_000213/frame_03.jpg", "data/cache/frames/vimu_000213/frame_04.jpg", "data/cache/frames/vimu_000213/frame_05.jpg", "data/cache/frames/vimu_000213/frame_06.jpg", "data/cache/frames/vimu_000213/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000214", "video_path": "videos/vimu_000214.mp4", "duration_sec": 9.760337, "frames": ["data/cache/frames/vimu_000214/frame_00.jpg", "data/cache/frames/vimu_000214/frame_01.jpg", "data/cache/frames/vimu_000214/frame_02.jpg", "data/cache/frames/vimu_000214/frame_03.jpg", "data/cache/frames/vimu_000214/frame_04.jpg", "data/cache/frames/vimu_000214/frame_05.jpg", "data/cache/frames/vimu_000214/frame_06.jpg", "data/cache/frames/vimu_000214/frame_07.jpg"], "transcript": "Kobe. Bro, what the f***?"} +{"video_id": "vimu_000215", "video_path": "videos/vimu_000215.mp4", "duration_sec": 6.38433, "frames": ["data/cache/frames/vimu_000215/frame_00.jpg", "data/cache/frames/vimu_000215/frame_01.jpg", "data/cache/frames/vimu_000215/frame_02.jpg", "data/cache/frames/vimu_000215/frame_03.jpg", "data/cache/frames/vimu_000215/frame_04.jpg", "data/cache/frames/vimu_000215/frame_05.jpg", "data/cache/frames/vimu_000215/frame_06.jpg", "data/cache/frames/vimu_000215/frame_07.jpg"], "transcript": "This is his car and I don't have insurance. I gotta dip."} +{"video_id": "vimu_000216", "video_path": "videos/vimu_000216.mp4", "duration_sec": 6.8, "frames": ["data/cache/frames/vimu_000216/frame_00.jpg", "data/cache/frames/vimu_000216/frame_01.jpg", "data/cache/frames/vimu_000216/frame_02.jpg", "data/cache/frames/vimu_000216/frame_03.jpg", "data/cache/frames/vimu_000216/frame_04.jpg", "data/cache/frames/vimu_000216/frame_05.jpg", "data/cache/frames/vimu_000216/frame_06.jpg", "data/cache/frames/vimu_000216/frame_07.jpg"], "transcript": "This is a little"} +{"video_id": "vimu_000217", "video_path": "videos/vimu_000217.mp4", "duration_sec": 5.897868, "frames": ["data/cache/frames/vimu_000217/frame_00.jpg", "data/cache/frames/vimu_000217/frame_01.jpg", "data/cache/frames/vimu_000217/frame_02.jpg", "data/cache/frames/vimu_000217/frame_03.jpg", "data/cache/frames/vimu_000217/frame_04.jpg", "data/cache/frames/vimu_000217/frame_05.jpg", "data/cache/frames/vimu_000217/frame_06.jpg", "data/cache/frames/vimu_000217/frame_07.jpg"], "transcript": "Do you be eating my booty when I be sleeping?"} +{"video_id": "vimu_000218", "video_path": "videos/vimu_000218.mp4", "duration_sec": 10.161447, "frames": ["data/cache/frames/vimu_000218/frame_00.jpg", "data/cache/frames/vimu_000218/frame_01.jpg", "data/cache/frames/vimu_000218/frame_02.jpg", "data/cache/frames/vimu_000218/frame_03.jpg", "data/cache/frames/vimu_000218/frame_04.jpg", "data/cache/frames/vimu_000218/frame_05.jpg", "data/cache/frames/vimu_000218/frame_06.jpg", "data/cache/frames/vimu_000218/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000219", "video_path": "videos/vimu_000219.mp4", "duration_sec": 7.654511, "frames": ["data/cache/frames/vimu_000219/frame_00.jpg", "data/cache/frames/vimu_000219/frame_01.jpg", "data/cache/frames/vimu_000219/frame_02.jpg", "data/cache/frames/vimu_000219/frame_03.jpg", "data/cache/frames/vimu_000219/frame_04.jpg", "data/cache/frames/vimu_000219/frame_05.jpg", "data/cache/frames/vimu_000219/frame_06.jpg", "data/cache/frames/vimu_000219/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000220", "video_path": "videos/vimu_000220.mp4", "duration_sec": 6.167667, "frames": ["data/cache/frames/vimu_000220/frame_00.jpg", "data/cache/frames/vimu_000220/frame_01.jpg", "data/cache/frames/vimu_000220/frame_02.jpg", "data/cache/frames/vimu_000220/frame_03.jpg", "data/cache/frames/vimu_000220/frame_04.jpg", "data/cache/frames/vimu_000220/frame_05.jpg", "data/cache/frames/vimu_000220/frame_06.jpg", "data/cache/frames/vimu_000220/frame_07.jpg"], "transcript": "Hello."} +{"video_id": "vimu_000221", "video_path": "videos/vimu_000221.mp4", "duration_sec": 7.674341, "frames": ["data/cache/frames/vimu_000221/frame_00.jpg", "data/cache/frames/vimu_000221/frame_01.jpg", "data/cache/frames/vimu_000221/frame_02.jpg", "data/cache/frames/vimu_000221/frame_03.jpg", "data/cache/frames/vimu_000221/frame_04.jpg", "data/cache/frames/vimu_000221/frame_05.jpg", "data/cache/frames/vimu_000221/frame_06.jpg", "data/cache/frames/vimu_000221/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000222", "video_path": "videos/vimu_000222.mp4", "duration_sec": 9.031995, "frames": ["data/cache/frames/vimu_000222/frame_00.jpg", "data/cache/frames/vimu_000222/frame_01.jpg", "data/cache/frames/vimu_000222/frame_02.jpg", "data/cache/frames/vimu_000222/frame_03.jpg", "data/cache/frames/vimu_000222/frame_04.jpg", "data/cache/frames/vimu_000222/frame_05.jpg", "data/cache/frames/vimu_000222/frame_06.jpg", "data/cache/frames/vimu_000222/frame_07.jpg"], "transcript": "¿Y ese brillo de dónde viene? Bro, discúlpame, ¿puedes bajar el brillo, por favor? Gracias."} +{"video_id": "vimu_000223", "video_path": "videos/vimu_000223.mp4", "duration_sec": 7.966667, "frames": ["data/cache/frames/vimu_000223/frame_00.jpg", "data/cache/frames/vimu_000223/frame_01.jpg", "data/cache/frames/vimu_000223/frame_02.jpg", "data/cache/frames/vimu_000223/frame_03.jpg", "data/cache/frames/vimu_000223/frame_04.jpg", "data/cache/frames/vimu_000223/frame_05.jpg", "data/cache/frames/vimu_000223/frame_06.jpg", "data/cache/frames/vimu_000223/frame_07.jpg"], "transcript": "Okay, you better go first. Oh hell yeah. One, two, three, four."} +{"video_id": "vimu_000224", "video_path": "videos/vimu_000224.mp4", "duration_sec": 8.7, "frames": ["data/cache/frames/vimu_000224/frame_00.jpg", "data/cache/frames/vimu_000224/frame_01.jpg", "data/cache/frames/vimu_000224/frame_02.jpg", "data/cache/frames/vimu_000224/frame_03.jpg", "data/cache/frames/vimu_000224/frame_04.jpg", "data/cache/frames/vimu_000224/frame_05.jpg", "data/cache/frames/vimu_000224/frame_06.jpg", "data/cache/frames/vimu_000224/frame_07.jpg"], "transcript": "At the time I had just finished shooting a film called Passing Train that was playing..."} +{"video_id": "vimu_000225", "video_path": "videos/vimu_000225.mp4", "duration_sec": 6.633333, "frames": ["data/cache/frames/vimu_000225/frame_00.jpg", "data/cache/frames/vimu_000225/frame_01.jpg", "data/cache/frames/vimu_000225/frame_02.jpg", "data/cache/frames/vimu_000225/frame_03.jpg", "data/cache/frames/vimu_000225/frame_04.jpg", "data/cache/frames/vimu_000225/frame_05.jpg", "data/cache/frames/vimu_000225/frame_06.jpg", "data/cache/frames/vimu_000225/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000226", "video_path": "videos/vimu_000226.mp4", "duration_sec": 6.584885, "frames": ["data/cache/frames/vimu_000226/frame_00.jpg", "data/cache/frames/vimu_000226/frame_01.jpg", "data/cache/frames/vimu_000226/frame_02.jpg", "data/cache/frames/vimu_000226/frame_03.jpg", "data/cache/frames/vimu_000226/frame_04.jpg", "data/cache/frames/vimu_000226/frame_05.jpg", "data/cache/frames/vimu_000226/frame_06.jpg", "data/cache/frames/vimu_000226/frame_07.jpg"], "transcript": "If you walk through that door, we're done. If you walk through that door, we're done. Wow."} +{"video_id": "vimu_000227", "video_path": "videos/vimu_000227.mp4", "duration_sec": 6.989002, "frames": ["data/cache/frames/vimu_000227/frame_00.jpg", "data/cache/frames/vimu_000227/frame_01.jpg", "data/cache/frames/vimu_000227/frame_02.jpg", "data/cache/frames/vimu_000227/frame_03.jpg", "data/cache/frames/vimu_000227/frame_04.jpg", "data/cache/frames/vimu_000227/frame_05.jpg", "data/cache/frames/vimu_000227/frame_06.jpg", "data/cache/frames/vimu_000227/frame_07.jpg"], "transcript": "Feels good."} +{"video_id": "vimu_000228", "video_path": "videos/vimu_000228.mp4", "duration_sec": 9.376043, "frames": ["data/cache/frames/vimu_000228/frame_00.jpg", "data/cache/frames/vimu_000228/frame_01.jpg", "data/cache/frames/vimu_000228/frame_02.jpg", "data/cache/frames/vimu_000228/frame_03.jpg", "data/cache/frames/vimu_000228/frame_04.jpg", "data/cache/frames/vimu_000228/frame_05.jpg", "data/cache/frames/vimu_000228/frame_06.jpg", "data/cache/frames/vimu_000228/frame_07.jpg"], "transcript": "Oh no, not again! Oh my God. You need to stop this!"} +{"video_id": "vimu_000229", "video_path": "videos/vimu_000229.mp4", "duration_sec": 8.256175, "frames": ["data/cache/frames/vimu_000229/frame_00.jpg", "data/cache/frames/vimu_000229/frame_01.jpg", "data/cache/frames/vimu_000229/frame_02.jpg", "data/cache/frames/vimu_000229/frame_03.jpg", "data/cache/frames/vimu_000229/frame_04.jpg", "data/cache/frames/vimu_000229/frame_05.jpg", "data/cache/frames/vimu_000229/frame_06.jpg", "data/cache/frames/vimu_000229/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000230", "video_path": "videos/vimu_000230.mp4", "duration_sec": 7.153124, "frames": ["data/cache/frames/vimu_000230/frame_00.jpg", "data/cache/frames/vimu_000230/frame_01.jpg", "data/cache/frames/vimu_000230/frame_02.jpg", "data/cache/frames/vimu_000230/frame_03.jpg", "data/cache/frames/vimu_000230/frame_04.jpg", "data/cache/frames/vimu_000230/frame_05.jpg", "data/cache/frames/vimu_000230/frame_06.jpg", "data/cache/frames/vimu_000230/frame_07.jpg"], "transcript": "OK, alors ça c'est bon, ça c'est bon, les croûtes de fromage à la poubelle. Voilà, ça..."} +{"video_id": "vimu_000231", "video_path": "videos/vimu_000231.mp4", "duration_sec": 7.119698, "frames": ["data/cache/frames/vimu_000231/frame_00.jpg", "data/cache/frames/vimu_000231/frame_01.jpg", "data/cache/frames/vimu_000231/frame_02.jpg", "data/cache/frames/vimu_000231/frame_03.jpg", "data/cache/frames/vimu_000231/frame_04.jpg", "data/cache/frames/vimu_000231/frame_05.jpg", "data/cache/frames/vimu_000231/frame_06.jpg", "data/cache/frames/vimu_000231/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000232", "video_path": "videos/vimu_000232.mp4", "duration_sec": 6.551459, "frames": ["data/cache/frames/vimu_000232/frame_00.jpg", "data/cache/frames/vimu_000232/frame_01.jpg", "data/cache/frames/vimu_000232/frame_02.jpg", "data/cache/frames/vimu_000232/frame_03.jpg", "data/cache/frames/vimu_000232/frame_04.jpg", "data/cache/frames/vimu_000232/frame_05.jpg", "data/cache/frames/vimu_000232/frame_06.jpg", "data/cache/frames/vimu_000232/frame_07.jpg"], "transcript": "Got a silencer on this bitch."} +{"video_id": "vimu_000233", "video_path": "videos/vimu_000233.mp4", "duration_sec": 8.490156, "frames": ["data/cache/frames/vimu_000233/frame_00.jpg", "data/cache/frames/vimu_000233/frame_01.jpg", "data/cache/frames/vimu_000233/frame_02.jpg", "data/cache/frames/vimu_000233/frame_03.jpg", "data/cache/frames/vimu_000233/frame_04.jpg", "data/cache/frames/vimu_000233/frame_05.jpg", "data/cache/frames/vimu_000233/frame_06.jpg", "data/cache/frames/vimu_000233/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000234", "video_path": "videos/vimu_000234.mp4", "duration_sec": 5.498384, "frames": ["data/cache/frames/vimu_000234/frame_00.jpg", "data/cache/frames/vimu_000234/frame_01.jpg", "data/cache/frames/vimu_000234/frame_02.jpg", "data/cache/frames/vimu_000234/frame_03.jpg", "data/cache/frames/vimu_000234/frame_04.jpg", "data/cache/frames/vimu_000234/frame_05.jpg", "data/cache/frames/vimu_000234/frame_06.jpg", "data/cache/frames/vimu_000234/frame_07.jpg"], "transcript": "What you doing?"} +{"video_id": "vimu_000235", "video_path": "videos/vimu_000235.mp4", "duration_sec": 6.033333, "frames": ["data/cache/frames/vimu_000235/frame_00.jpg", "data/cache/frames/vimu_000235/frame_01.jpg", "data/cache/frames/vimu_000235/frame_02.jpg", "data/cache/frames/vimu_000235/frame_03.jpg", "data/cache/frames/vimu_000235/frame_04.jpg", "data/cache/frames/vimu_000235/frame_05.jpg", "data/cache/frames/vimu_000235/frame_06.jpg", "data/cache/frames/vimu_000235/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000236", "video_path": "videos/vimu_000236.mp4", "duration_sec": 9.218005, "frames": ["data/cache/frames/vimu_000236/frame_00.jpg", "data/cache/frames/vimu_000236/frame_01.jpg", "data/cache/frames/vimu_000236/frame_02.jpg", "data/cache/frames/vimu_000236/frame_03.jpg", "data/cache/frames/vimu_000236/frame_04.jpg", "data/cache/frames/vimu_000236/frame_05.jpg", "data/cache/frames/vimu_000236/frame_06.jpg", "data/cache/frames/vimu_000236/frame_07.jpg"], "transcript": "I don't think you guys have ever seen a teddy bear that's so big, it's bigger than this couch over here. Look, couch, bear. You see that?"} +{"video_id": "vimu_000237", "video_path": "videos/vimu_000237.mp4", "duration_sec": 5.535535, "frames": ["data/cache/frames/vimu_000237/frame_00.jpg", "data/cache/frames/vimu_000237/frame_01.jpg", "data/cache/frames/vimu_000237/frame_02.jpg", "data/cache/frames/vimu_000237/frame_03.jpg", "data/cache/frames/vimu_000237/frame_04.jpg", "data/cache/frames/vimu_000237/frame_05.jpg", "data/cache/frames/vimu_000237/frame_06.jpg", "data/cache/frames/vimu_000237/frame_07.jpg"], "transcript": "All right, thanks for bringing my hoist back, bro. Oh, okay, thanks, bro."} +{"video_id": "vimu_000238", "video_path": "videos/vimu_000238.mp4", "duration_sec": 6.484607, "frames": ["data/cache/frames/vimu_000238/frame_00.jpg", "data/cache/frames/vimu_000238/frame_01.jpg", "data/cache/frames/vimu_000238/frame_02.jpg", "data/cache/frames/vimu_000238/frame_03.jpg", "data/cache/frames/vimu_000238/frame_04.jpg", "data/cache/frames/vimu_000238/frame_05.jpg", "data/cache/frames/vimu_000238/frame_06.jpg", "data/cache/frames/vimu_000238/frame_07.jpg"], "transcript": "Yep, looks like we got six inches."} +{"video_id": "vimu_000239", "video_path": "videos/vimu_000239.mp4", "duration_sec": 8.102993, "frames": ["data/cache/frames/vimu_000239/frame_00.jpg", "data/cache/frames/vimu_000239/frame_01.jpg", "data/cache/frames/vimu_000239/frame_02.jpg", "data/cache/frames/vimu_000239/frame_03.jpg", "data/cache/frames/vimu_000239/frame_04.jpg", "data/cache/frames/vimu_000239/frame_05.jpg", "data/cache/frames/vimu_000239/frame_06.jpg", "data/cache/frames/vimu_000239/frame_07.jpg"], "transcript": "Y'all see a what floor sign anywhere? Guess we goin' to college, baby!"} +{"video_id": "vimu_000240", "video_path": "videos/vimu_000240.mp4", "duration_sec": 9.409409, "frames": ["data/cache/frames/vimu_000240/frame_00.jpg", "data/cache/frames/vimu_000240/frame_01.jpg", "data/cache/frames/vimu_000240/frame_02.jpg", "data/cache/frames/vimu_000240/frame_03.jpg", "data/cache/frames/vimu_000240/frame_04.jpg", "data/cache/frames/vimu_000240/frame_05.jpg", "data/cache/frames/vimu_000240/frame_06.jpg", "data/cache/frames/vimu_000240/frame_07.jpg"], "transcript": "Time you be cooking up in here? Can I get some mashed potatoes, bro? Bro, what the... No, I don't..."} +{"video_id": "vimu_000241", "video_path": "videos/vimu_000241.mp4", "duration_sec": 9.860614, "frames": ["data/cache/frames/vimu_000241/frame_00.jpg", "data/cache/frames/vimu_000241/frame_01.jpg", "data/cache/frames/vimu_000241/frame_02.jpg", "data/cache/frames/vimu_000241/frame_03.jpg", "data/cache/frames/vimu_000241/frame_04.jpg", "data/cache/frames/vimu_000241/frame_05.jpg", "data/cache/frames/vimu_000241/frame_06.jpg", "data/cache/frames/vimu_000241/frame_07.jpg"], "transcript": "I like a firm cake. Nothing like a really just..."} +{"video_id": "vimu_000242", "video_path": "videos/vimu_000242.mp4", "duration_sec": 8.590434, "frames": ["data/cache/frames/vimu_000242/frame_00.jpg", "data/cache/frames/vimu_000242/frame_01.jpg", "data/cache/frames/vimu_000242/frame_02.jpg", "data/cache/frames/vimu_000242/frame_03.jpg", "data/cache/frames/vimu_000242/frame_04.jpg", "data/cache/frames/vimu_000242/frame_05.jpg", "data/cache/frames/vimu_000242/frame_06.jpg", "data/cache/frames/vimu_000242/frame_07.jpg"], "transcript": "It's Cheech Lopez."} +{"video_id": "vimu_000243", "video_path": "videos/vimu_000243.mp4", "duration_sec": 5.804989, "frames": ["data/cache/frames/vimu_000243/frame_00.jpg", "data/cache/frames/vimu_000243/frame_01.jpg", "data/cache/frames/vimu_000243/frame_02.jpg", "data/cache/frames/vimu_000243/frame_03.jpg", "data/cache/frames/vimu_000243/frame_04.jpg", "data/cache/frames/vimu_000243/frame_05.jpg", "data/cache/frames/vimu_000243/frame_06.jpg", "data/cache/frames/vimu_000243/frame_07.jpg"], "transcript": "hocus pocus, there's pizza on your focus."} +{"video_id": "vimu_000244", "video_path": "videos/vimu_000244.mp4", "duration_sec": 7.639002, "frames": ["data/cache/frames/vimu_000244/frame_00.jpg", "data/cache/frames/vimu_000244/frame_01.jpg", "data/cache/frames/vimu_000244/frame_02.jpg", "data/cache/frames/vimu_000244/frame_03.jpg", "data/cache/frames/vimu_000244/frame_04.jpg", "data/cache/frames/vimu_000244/frame_05.jpg", "data/cache/frames/vimu_000244/frame_06.jpg", "data/cache/frames/vimu_000244/frame_07.jpg"], "transcript": "Somebody's calling you. Someone's calling you. Someone's calling you. Hello?"} +{"video_id": "vimu_000245", "video_path": "videos/vimu_000245.mp4", "duration_sec": 6.718588, "frames": ["data/cache/frames/vimu_000245/frame_00.jpg", "data/cache/frames/vimu_000245/frame_01.jpg", "data/cache/frames/vimu_000245/frame_02.jpg", "data/cache/frames/vimu_000245/frame_03.jpg", "data/cache/frames/vimu_000245/frame_04.jpg", "data/cache/frames/vimu_000245/frame_05.jpg", "data/cache/frames/vimu_000245/frame_06.jpg", "data/cache/frames/vimu_000245/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000246", "video_path": "videos/vimu_000246.mp4", "duration_sec": 6.9, "frames": ["data/cache/frames/vimu_000246/frame_00.jpg", "data/cache/frames/vimu_000246/frame_01.jpg", "data/cache/frames/vimu_000246/frame_02.jpg", "data/cache/frames/vimu_000246/frame_03.jpg", "data/cache/frames/vimu_000246/frame_04.jpg", "data/cache/frames/vimu_000246/frame_05.jpg", "data/cache/frames/vimu_000246/frame_06.jpg", "data/cache/frames/vimu_000246/frame_07.jpg"], "transcript": "Look who I ran into at Chuck E. Cheese, you're never gonna believe this. I love Chuck E. Cheese with a passion. I'm here every day."} +{"video_id": "vimu_000247", "video_path": "videos/vimu_000247.mp4", "duration_sec": 9.827189, "frames": ["data/cache/frames/vimu_000247/frame_00.jpg", "data/cache/frames/vimu_000247/frame_01.jpg", "data/cache/frames/vimu_000247/frame_02.jpg", "data/cache/frames/vimu_000247/frame_03.jpg", "data/cache/frames/vimu_000247/frame_04.jpg", "data/cache/frames/vimu_000247/frame_05.jpg", "data/cache/frames/vimu_000247/frame_06.jpg", "data/cache/frames/vimu_000247/frame_07.jpg"], "transcript": "Stop. Go to the line with a lot right now. No, I'm checking my grade. Get out of here. No, I'm not leaving. Get out. I'm not leaving."} +{"video_id": "vimu_000248", "video_path": "videos/vimu_000248.mp4", "duration_sec": 8.441775, "frames": ["data/cache/frames/vimu_000248/frame_00.jpg", "data/cache/frames/vimu_000248/frame_01.jpg", "data/cache/frames/vimu_000248/frame_02.jpg", "data/cache/frames/vimu_000248/frame_03.jpg", "data/cache/frames/vimu_000248/frame_04.jpg", "data/cache/frames/vimu_000248/frame_05.jpg", "data/cache/frames/vimu_000248/frame_06.jpg", "data/cache/frames/vimu_000248/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000249", "video_path": "videos/vimu_000249.mp4", "duration_sec": 6.752014, "frames": ["data/cache/frames/vimu_000249/frame_00.jpg", "data/cache/frames/vimu_000249/frame_01.jpg", "data/cache/frames/vimu_000249/frame_02.jpg", "data/cache/frames/vimu_000249/frame_03.jpg", "data/cache/frames/vimu_000249/frame_04.jpg", "data/cache/frames/vimu_000249/frame_05.jpg", "data/cache/frames/vimu_000249/frame_06.jpg", "data/cache/frames/vimu_000249/frame_07.jpg"], "transcript": "La coraza, la coraza."} +{"video_id": "vimu_000250", "video_path": "videos/vimu_000250.mp4", "duration_sec": 8.824414, "frames": ["data/cache/frames/vimu_000250/frame_00.jpg", "data/cache/frames/vimu_000250/frame_01.jpg", "data/cache/frames/vimu_000250/frame_02.jpg", "data/cache/frames/vimu_000250/frame_03.jpg", "data/cache/frames/vimu_000250/frame_04.jpg", "data/cache/frames/vimu_000250/frame_05.jpg", "data/cache/frames/vimu_000250/frame_06.jpg", "data/cache/frames/vimu_000250/frame_07.jpg"], "transcript": "You guys ever play basketball with a cart? It looks something like this."} +{"video_id": "vimu_000251", "video_path": "videos/vimu_000251.mp4", "duration_sec": 5.869896, "frames": ["data/cache/frames/vimu_000251/frame_00.jpg", "data/cache/frames/vimu_000251/frame_01.jpg", "data/cache/frames/vimu_000251/frame_02.jpg", "data/cache/frames/vimu_000251/frame_03.jpg", "data/cache/frames/vimu_000251/frame_04.jpg", "data/cache/frames/vimu_000251/frame_05.jpg", "data/cache/frames/vimu_000251/frame_06.jpg", "data/cache/frames/vimu_000251/frame_07.jpg"], "transcript": "Ой, блядь, ай, из канала."} +{"video_id": "vimu_000252", "video_path": "videos/vimu_000252.mp4", "duration_sec": 5.943991, "frames": ["data/cache/frames/vimu_000252/frame_00.jpg", "data/cache/frames/vimu_000252/frame_01.jpg", "data/cache/frames/vimu_000252/frame_02.jpg", "data/cache/frames/vimu_000252/frame_03.jpg", "data/cache/frames/vimu_000252/frame_04.jpg", "data/cache/frames/vimu_000252/frame_05.jpg", "data/cache/frames/vimu_000252/frame_06.jpg", "data/cache/frames/vimu_000252/frame_07.jpg"], "transcript": "When there's rain, there's thunder!"} +{"video_id": "vimu_000253", "video_path": "videos/vimu_000253.mp4", "duration_sec": 6.27856, "frames": ["data/cache/frames/vimu_000253/frame_00.jpg", "data/cache/frames/vimu_000253/frame_01.jpg", "data/cache/frames/vimu_000253/frame_02.jpg", "data/cache/frames/vimu_000253/frame_03.jpg", "data/cache/frames/vimu_000253/frame_04.jpg", "data/cache/frames/vimu_000253/frame_05.jpg", "data/cache/frames/vimu_000253/frame_06.jpg", "data/cache/frames/vimu_000253/frame_07.jpg"], "transcript": "What is this guy doing? What are you doing?"} +{"video_id": "vimu_000254", "video_path": "videos/vimu_000254.mp4", "duration_sec": 11.297924, "frames": ["data/cache/frames/vimu_000254/frame_00.jpg", "data/cache/frames/vimu_000254/frame_01.jpg", "data/cache/frames/vimu_000254/frame_02.jpg", "data/cache/frames/vimu_000254/frame_03.jpg", "data/cache/frames/vimu_000254/frame_04.jpg", "data/cache/frames/vimu_000254/frame_05.jpg", "data/cache/frames/vimu_000254/frame_06.jpg", "data/cache/frames/vimu_000254/frame_07.jpg"], "transcript": "Man, though, I just took a huge shit in there!"} +{"video_id": "vimu_000255", "video_path": "videos/vimu_000255.mp4", "duration_sec": 7.01942, "frames": ["data/cache/frames/vimu_000255/frame_00.jpg", "data/cache/frames/vimu_000255/frame_01.jpg", "data/cache/frames/vimu_000255/frame_02.jpg", "data/cache/frames/vimu_000255/frame_03.jpg", "data/cache/frames/vimu_000255/frame_04.jpg", "data/cache/frames/vimu_000255/frame_05.jpg", "data/cache/frames/vimu_000255/frame_06.jpg", "data/cache/frames/vimu_000255/frame_07.jpg"], "transcript": "Yo dude, the car reader's been acting wild recently. For real? Yeah, look at this."} +{"video_id": "vimu_000256", "video_path": "videos/vimu_000256.mp4", "duration_sec": 5.98322, "frames": ["data/cache/frames/vimu_000256/frame_00.jpg", "data/cache/frames/vimu_000256/frame_01.jpg", "data/cache/frames/vimu_000256/frame_02.jpg", "data/cache/frames/vimu_000256/frame_03.jpg", "data/cache/frames/vimu_000256/frame_04.jpg", "data/cache/frames/vimu_000256/frame_05.jpg", "data/cache/frames/vimu_000256/frame_06.jpg", "data/cache/frames/vimu_000256/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000257", "video_path": "videos/vimu_000257.mp4", "duration_sec": 13.373991, "frames": ["data/cache/frames/vimu_000257/frame_00.jpg", "data/cache/frames/vimu_000257/frame_01.jpg", "data/cache/frames/vimu_000257/frame_02.jpg", "data/cache/frames/vimu_000257/frame_03.jpg", "data/cache/frames/vimu_000257/frame_04.jpg", "data/cache/frames/vimu_000257/frame_05.jpg", "data/cache/frames/vimu_000257/frame_06.jpg", "data/cache/frames/vimu_000257/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000258", "video_path": "videos/vimu_000258.mp4", "duration_sec": 12.4, "frames": ["data/cache/frames/vimu_000258/frame_00.jpg", "data/cache/frames/vimu_000258/frame_01.jpg", "data/cache/frames/vimu_000258/frame_02.jpg", "data/cache/frames/vimu_000258/frame_03.jpg", "data/cache/frames/vimu_000258/frame_04.jpg", "data/cache/frames/vimu_000258/frame_05.jpg", "data/cache/frames/vimu_000258/frame_06.jpg", "data/cache/frames/vimu_000258/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000259", "video_path": "videos/vimu_000259.mp4", "duration_sec": 7.988769, "frames": ["data/cache/frames/vimu_000259/frame_00.jpg", "data/cache/frames/vimu_000259/frame_01.jpg", "data/cache/frames/vimu_000259/frame_02.jpg", "data/cache/frames/vimu_000259/frame_03.jpg", "data/cache/frames/vimu_000259/frame_04.jpg", "data/cache/frames/vimu_000259/frame_05.jpg", "data/cache/frames/vimu_000259/frame_06.jpg", "data/cache/frames/vimu_000259/frame_07.jpg"], "transcript": "It's a turtle. It's a turtle."} +{"video_id": "vimu_000260", "video_path": "videos/vimu_000260.mp4", "duration_sec": 10.066667, "frames": ["data/cache/frames/vimu_000260/frame_00.jpg", "data/cache/frames/vimu_000260/frame_01.jpg", "data/cache/frames/vimu_000260/frame_02.jpg", "data/cache/frames/vimu_000260/frame_03.jpg", "data/cache/frames/vimu_000260/frame_04.jpg", "data/cache/frames/vimu_000260/frame_05.jpg", "data/cache/frames/vimu_000260/frame_06.jpg", "data/cache/frames/vimu_000260/frame_07.jpg"], "transcript": "Actual life hack, if you're always running late in the morning, pre-mix your peanut butter and jelly and save yourself some time. Delicious. Let's go to work, baby."} +{"video_id": "vimu_000261", "video_path": "videos/vimu_000261.mp4", "duration_sec": 5.481833, "frames": ["data/cache/frames/vimu_000261/frame_00.jpg", "data/cache/frames/vimu_000261/frame_01.jpg", "data/cache/frames/vimu_000261/frame_02.jpg", "data/cache/frames/vimu_000261/frame_03.jpg", "data/cache/frames/vimu_000261/frame_04.jpg", "data/cache/frames/vimu_000261/frame_05.jpg", "data/cache/frames/vimu_000261/frame_06.jpg", "data/cache/frames/vimu_000261/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000262", "video_path": "videos/vimu_000262.mp4", "duration_sec": 8.122472, "frames": ["data/cache/frames/vimu_000262/frame_00.jpg", "data/cache/frames/vimu_000262/frame_01.jpg", "data/cache/frames/vimu_000262/frame_02.jpg", "data/cache/frames/vimu_000262/frame_03.jpg", "data/cache/frames/vimu_000262/frame_04.jpg", "data/cache/frames/vimu_000262/frame_05.jpg", "data/cache/frames/vimu_000262/frame_06.jpg", "data/cache/frames/vimu_000262/frame_07.jpg"], "transcript": "Did you know that on Xbox controllers, if you pop this off, it says, Hello from Seattle."} +{"video_id": "vimu_000263", "video_path": "videos/vimu_000263.mp4", "duration_sec": 9.845011, "frames": ["data/cache/frames/vimu_000263/frame_00.jpg", "data/cache/frames/vimu_000263/frame_01.jpg", "data/cache/frames/vimu_000263/frame_02.jpg", "data/cache/frames/vimu_000263/frame_03.jpg", "data/cache/frames/vimu_000263/frame_04.jpg", "data/cache/frames/vimu_000263/frame_05.jpg", "data/cache/frames/vimu_000263/frame_06.jpg", "data/cache/frames/vimu_000263/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000264", "video_path": "videos/vimu_000264.mp4", "duration_sec": 10.362002, "frames": ["data/cache/frames/vimu_000264/frame_00.jpg", "data/cache/frames/vimu_000264/frame_01.jpg", "data/cache/frames/vimu_000264/frame_02.jpg", "data/cache/frames/vimu_000264/frame_03.jpg", "data/cache/frames/vimu_000264/frame_04.jpg", "data/cache/frames/vimu_000264/frame_05.jpg", "data/cache/frames/vimu_000264/frame_06.jpg", "data/cache/frames/vimu_000264/frame_07.jpg"], "transcript": "Is that on a concert? I thought it was a concert."} +{"video_id": "vimu_000265", "video_path": "videos/vimu_000265.mp4", "duration_sec": 7.092437, "frames": ["data/cache/frames/vimu_000265/frame_00.jpg", "data/cache/frames/vimu_000265/frame_01.jpg", "data/cache/frames/vimu_000265/frame_02.jpg", "data/cache/frames/vimu_000265/frame_03.jpg", "data/cache/frames/vimu_000265/frame_04.jpg", "data/cache/frames/vimu_000265/frame_05.jpg", "data/cache/frames/vimu_000265/frame_06.jpg", "data/cache/frames/vimu_000265/frame_07.jpg"], "transcript": "weigh your bananas. Move your bananas."} +{"video_id": "vimu_000266", "video_path": "videos/vimu_000266.mp4", "duration_sec": 14.860497, "frames": ["data/cache/frames/vimu_000266/frame_00.jpg", "data/cache/frames/vimu_000266/frame_01.jpg", "data/cache/frames/vimu_000266/frame_02.jpg", "data/cache/frames/vimu_000266/frame_03.jpg", "data/cache/frames/vimu_000266/frame_04.jpg", "data/cache/frames/vimu_000266/frame_05.jpg", "data/cache/frames/vimu_000266/frame_06.jpg", "data/cache/frames/vimu_000266/frame_07.jpg"], "transcript": "Yeah, no, no, just that one. No, thank you. Yes, ma'am. Thank you. Okay, thank you. It's $18.99."} +{"video_id": "vimu_000267", "video_path": "videos/vimu_000267.mp4", "duration_sec": 7.387104, "frames": ["data/cache/frames/vimu_000267/frame_00.jpg", "data/cache/frames/vimu_000267/frame_01.jpg", "data/cache/frames/vimu_000267/frame_02.jpg", "data/cache/frames/vimu_000267/frame_03.jpg", "data/cache/frames/vimu_000267/frame_04.jpg", "data/cache/frames/vimu_000267/frame_05.jpg", "data/cache/frames/vimu_000267/frame_06.jpg", "data/cache/frames/vimu_000267/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000268", "video_path": "videos/vimu_000268.mp4", "duration_sec": 5.615536, "frames": ["data/cache/frames/vimu_000268/frame_00.jpg", "data/cache/frames/vimu_000268/frame_01.jpg", "data/cache/frames/vimu_000268/frame_02.jpg", "data/cache/frames/vimu_000268/frame_03.jpg", "data/cache/frames/vimu_000268/frame_04.jpg", "data/cache/frames/vimu_000268/frame_05.jpg", "data/cache/frames/vimu_000268/frame_06.jpg", "data/cache/frames/vimu_000268/frame_07.jpg"], "transcript": "Non tutta la popolazione."} +{"video_id": "vimu_000269", "video_path": "videos/vimu_000269.mp4", "duration_sec": 9.392653, "frames": ["data/cache/frames/vimu_000269/frame_00.jpg", "data/cache/frames/vimu_000269/frame_01.jpg", "data/cache/frames/vimu_000269/frame_02.jpg", "data/cache/frames/vimu_000269/frame_03.jpg", "data/cache/frames/vimu_000269/frame_04.jpg", "data/cache/frames/vimu_000269/frame_05.jpg", "data/cache/frames/vimu_000269/frame_06.jpg", "data/cache/frames/vimu_000269/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000270", "video_path": "videos/vimu_000270.mp4", "duration_sec": 10.633333, "frames": ["data/cache/frames/vimu_000270/frame_00.jpg", "data/cache/frames/vimu_000270/frame_01.jpg", "data/cache/frames/vimu_000270/frame_02.jpg", "data/cache/frames/vimu_000270/frame_03.jpg", "data/cache/frames/vimu_000270/frame_04.jpg", "data/cache/frames/vimu_000270/frame_05.jpg", "data/cache/frames/vimu_000270/frame_06.jpg", "data/cache/frames/vimu_000270/frame_07.jpg"], "transcript": "I thought she was..."} +{"video_id": "vimu_000271", "video_path": "videos/vimu_000271.mp4", "duration_sec": 8.657285, "frames": ["data/cache/frames/vimu_000271/frame_00.jpg", "data/cache/frames/vimu_000271/frame_01.jpg", "data/cache/frames/vimu_000271/frame_02.jpg", "data/cache/frames/vimu_000271/frame_03.jpg", "data/cache/frames/vimu_000271/frame_04.jpg", "data/cache/frames/vimu_000271/frame_05.jpg", "data/cache/frames/vimu_000271/frame_06.jpg", "data/cache/frames/vimu_000271/frame_07.jpg"], "transcript": "Man, I'm fuckin' beat. Ugh."} +{"video_id": "vimu_000272", "video_path": "videos/vimu_000272.mp4", "duration_sec": 6.350904, "frames": ["data/cache/frames/vimu_000272/frame_00.jpg", "data/cache/frames/vimu_000272/frame_01.jpg", "data/cache/frames/vimu_000272/frame_02.jpg", "data/cache/frames/vimu_000272/frame_03.jpg", "data/cache/frames/vimu_000272/frame_04.jpg", "data/cache/frames/vimu_000272/frame_05.jpg", "data/cache/frames/vimu_000272/frame_06.jpg", "data/cache/frames/vimu_000272/frame_07.jpg"], "transcript": "選ばれし者よ"} +{"video_id": "vimu_000273", "video_path": "videos/vimu_000273.mp4", "duration_sec": 5.933333, "frames": ["data/cache/frames/vimu_000273/frame_00.jpg", "data/cache/frames/vimu_000273/frame_01.jpg", "data/cache/frames/vimu_000273/frame_02.jpg", "data/cache/frames/vimu_000273/frame_03.jpg", "data/cache/frames/vimu_000273/frame_04.jpg", "data/cache/frames/vimu_000273/frame_05.jpg", "data/cache/frames/vimu_000273/frame_06.jpg", "data/cache/frames/vimu_000273/frame_07.jpg"], "transcript": "I need a beer. What's up, Connor?"} +{"video_id": "vimu_000274", "video_path": "videos/vimu_000274.mp4", "duration_sec": 8.356453, "frames": ["data/cache/frames/vimu_000274/frame_00.jpg", "data/cache/frames/vimu_000274/frame_01.jpg", "data/cache/frames/vimu_000274/frame_02.jpg", "data/cache/frames/vimu_000274/frame_03.jpg", "data/cache/frames/vimu_000274/frame_04.jpg", "data/cache/frames/vimu_000274/frame_05.jpg", "data/cache/frames/vimu_000274/frame_06.jpg", "data/cache/frames/vimu_000274/frame_07.jpg"], "transcript": "It's such a good night today for a golf cart ride, so I figured I'd just take y'all on a little tour of the farm. We've got 17 acres out here, and it's all really beautiful."} +{"video_id": "vimu_000275", "video_path": "videos/vimu_000275.mp4", "duration_sec": 5.571995, "frames": ["data/cache/frames/vimu_000275/frame_00.jpg", "data/cache/frames/vimu_000275/frame_01.jpg", "data/cache/frames/vimu_000275/frame_02.jpg", "data/cache/frames/vimu_000275/frame_03.jpg", "data/cache/frames/vimu_000275/frame_04.jpg", "data/cache/frames/vimu_000275/frame_05.jpg", "data/cache/frames/vimu_000275/frame_06.jpg", "data/cache/frames/vimu_000275/frame_07.jpg"], "transcript": "That is not funny, I got school! I got school tomorrow!"} +{"video_id": "vimu_000276", "video_path": "videos/vimu_000276.mp4", "duration_sec": 6.952569, "frames": ["data/cache/frames/vimu_000276/frame_00.jpg", "data/cache/frames/vimu_000276/frame_01.jpg", "data/cache/frames/vimu_000276/frame_02.jpg", "data/cache/frames/vimu_000276/frame_03.jpg", "data/cache/frames/vimu_000276/frame_04.jpg", "data/cache/frames/vimu_000276/frame_05.jpg", "data/cache/frames/vimu_000276/frame_06.jpg", "data/cache/frames/vimu_000276/frame_07.jpg"], "transcript": "So, what's the name under for you? I'll just check my files. Um, A for Alex. A?"} +{"video_id": "vimu_000277", "video_path": "videos/vimu_000277.mp4", "duration_sec": 7.220998, "frames": ["data/cache/frames/vimu_000277/frame_00.jpg", "data/cache/frames/vimu_000277/frame_01.jpg", "data/cache/frames/vimu_000277/frame_02.jpg", "data/cache/frames/vimu_000277/frame_03.jpg", "data/cache/frames/vimu_000277/frame_04.jpg", "data/cache/frames/vimu_000277/frame_05.jpg", "data/cache/frames/vimu_000277/frame_06.jpg", "data/cache/frames/vimu_000277/frame_07.jpg"], "transcript": "All right, bro, good night. Good night. Oh shoot, I forgot to get my water."} +{"video_id": "vimu_000278", "video_path": "videos/vimu_000278.mp4", "duration_sec": 8.544943, "frames": ["data/cache/frames/vimu_000278/frame_00.jpg", "data/cache/frames/vimu_000278/frame_01.jpg", "data/cache/frames/vimu_000278/frame_02.jpg", "data/cache/frames/vimu_000278/frame_03.jpg", "data/cache/frames/vimu_000278/frame_04.jpg", "data/cache/frames/vimu_000278/frame_05.jpg", "data/cache/frames/vimu_000278/frame_06.jpg", "data/cache/frames/vimu_000278/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000279", "video_path": "videos/vimu_000279.mp4", "duration_sec": 9.705941, "frames": ["data/cache/frames/vimu_000279/frame_00.jpg", "data/cache/frames/vimu_000279/frame_01.jpg", "data/cache/frames/vimu_000279/frame_02.jpg", "data/cache/frames/vimu_000279/frame_03.jpg", "data/cache/frames/vimu_000279/frame_04.jpg", "data/cache/frames/vimu_000279/frame_05.jpg", "data/cache/frames/vimu_000279/frame_06.jpg", "data/cache/frames/vimu_000279/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000280", "video_path": "videos/vimu_000280.mp4", "duration_sec": 9.2515, "frames": ["data/cache/frames/vimu_000280/frame_00.jpg", "data/cache/frames/vimu_000280/frame_01.jpg", "data/cache/frames/vimu_000280/frame_02.jpg", "data/cache/frames/vimu_000280/frame_03.jpg", "data/cache/frames/vimu_000280/frame_04.jpg", "data/cache/frames/vimu_000280/frame_05.jpg", "data/cache/frames/vimu_000280/frame_06.jpg", "data/cache/frames/vimu_000280/frame_07.jpg"], "transcript": "I bought this shit's gonna be busting."} +{"video_id": "vimu_000281", "video_path": "videos/vimu_000281.mp4", "duration_sec": 7.119698, "frames": ["data/cache/frames/vimu_000281/frame_00.jpg", "data/cache/frames/vimu_000281/frame_01.jpg", "data/cache/frames/vimu_000281/frame_02.jpg", "data/cache/frames/vimu_000281/frame_03.jpg", "data/cache/frames/vimu_000281/frame_04.jpg", "data/cache/frames/vimu_000281/frame_05.jpg", "data/cache/frames/vimu_000281/frame_06.jpg", "data/cache/frames/vimu_000281/frame_07.jpg"], "transcript": "I'm scared. I'm a lesbian."} +{"video_id": "vimu_000282", "video_path": "videos/vimu_000282.mp4", "duration_sec": 6.518033, "frames": ["data/cache/frames/vimu_000282/frame_00.jpg", "data/cache/frames/vimu_000282/frame_01.jpg", "data/cache/frames/vimu_000282/frame_02.jpg", "data/cache/frames/vimu_000282/frame_03.jpg", "data/cache/frames/vimu_000282/frame_04.jpg", "data/cache/frames/vimu_000282/frame_05.jpg", "data/cache/frames/vimu_000282/frame_06.jpg", "data/cache/frames/vimu_000282/frame_07.jpg"], "transcript": "That's what I'm saying, bro. Nothing can stop us. Come on. Go this way."} +{"video_id": "vimu_000283", "video_path": "videos/vimu_000283.mp4", "duration_sec": 7.522993, "frames": ["data/cache/frames/vimu_000283/frame_00.jpg", "data/cache/frames/vimu_000283/frame_01.jpg", "data/cache/frames/vimu_000283/frame_02.jpg", "data/cache/frames/vimu_000283/frame_03.jpg", "data/cache/frames/vimu_000283/frame_04.jpg", "data/cache/frames/vimu_000283/frame_05.jpg", "data/cache/frames/vimu_000283/frame_06.jpg", "data/cache/frames/vimu_000283/frame_07.jpg"], "transcript": "Oh shoot, I forgot. I have to film this entire thing. Yeah, just send it to me afterwards. I'll get it."} +{"video_id": "vimu_000284", "video_path": "videos/vimu_000284.mp4", "duration_sec": 6.523991, "frames": ["data/cache/frames/vimu_000284/frame_00.jpg", "data/cache/frames/vimu_000284/frame_01.jpg", "data/cache/frames/vimu_000284/frame_02.jpg", "data/cache/frames/vimu_000284/frame_03.jpg", "data/cache/frames/vimu_000284/frame_04.jpg", "data/cache/frames/vimu_000284/frame_05.jpg", "data/cache/frames/vimu_000284/frame_06.jpg", "data/cache/frames/vimu_000284/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000285", "video_path": "videos/vimu_000285.mp4", "duration_sec": 8.423304, "frames": ["data/cache/frames/vimu_000285/frame_00.jpg", "data/cache/frames/vimu_000285/frame_01.jpg", "data/cache/frames/vimu_000285/frame_02.jpg", "data/cache/frames/vimu_000285/frame_03.jpg", "data/cache/frames/vimu_000285/frame_04.jpg", "data/cache/frames/vimu_000285/frame_05.jpg", "data/cache/frames/vimu_000285/frame_06.jpg", "data/cache/frames/vimu_000285/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000286", "video_path": "videos/vimu_000286.mp4", "duration_sec": 10.161447, "frames": ["data/cache/frames/vimu_000286/frame_00.jpg", "data/cache/frames/vimu_000286/frame_01.jpg", "data/cache/frames/vimu_000286/frame_02.jpg", "data/cache/frames/vimu_000286/frame_03.jpg", "data/cache/frames/vimu_000286/frame_04.jpg", "data/cache/frames/vimu_000286/frame_05.jpg", "data/cache/frames/vimu_000286/frame_06.jpg", "data/cache/frames/vimu_000286/frame_07.jpg"], "transcript": "Jeff Bezos?"} +{"video_id": "vimu_000287", "video_path": "videos/vimu_000287.mp4", "duration_sec": 9.533333, "frames": ["data/cache/frames/vimu_000287/frame_00.jpg", "data/cache/frames/vimu_000287/frame_01.jpg", "data/cache/frames/vimu_000287/frame_02.jpg", "data/cache/frames/vimu_000287/frame_03.jpg", "data/cache/frames/vimu_000287/frame_04.jpg", "data/cache/frames/vimu_000287/frame_05.jpg", "data/cache/frames/vimu_000287/frame_06.jpg", "data/cache/frames/vimu_000287/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000288", "video_path": "videos/vimu_000288.mp4", "duration_sec": 7.5, "frames": ["data/cache/frames/vimu_000288/frame_00.jpg", "data/cache/frames/vimu_000288/frame_01.jpg", "data/cache/frames/vimu_000288/frame_02.jpg", "data/cache/frames/vimu_000288/frame_03.jpg", "data/cache/frames/vimu_000288/frame_04.jpg", "data/cache/frames/vimu_000288/frame_05.jpg", "data/cache/frames/vimu_000288/frame_06.jpg", "data/cache/frames/vimu_000288/frame_07.jpg"], "transcript": "опа, Джимми! Нахуя цепы?"} +{"video_id": "vimu_000289", "video_path": "videos/vimu_000289.mp4", "duration_sec": 6.989002, "frames": ["data/cache/frames/vimu_000289/frame_00.jpg", "data/cache/frames/vimu_000289/frame_01.jpg", "data/cache/frames/vimu_000289/frame_02.jpg", "data/cache/frames/vimu_000289/frame_03.jpg", "data/cache/frames/vimu_000289/frame_04.jpg", "data/cache/frames/vimu_000289/frame_05.jpg", "data/cache/frames/vimu_000289/frame_06.jpg", "data/cache/frames/vimu_000289/frame_07.jpg"], "transcript": "All right, just gotta wash my hands and uh, what the?"} +{"video_id": "vimu_000290", "video_path": "videos/vimu_000290.mp4", "duration_sec": 7.918005, "frames": ["data/cache/frames/vimu_000290/frame_00.jpg", "data/cache/frames/vimu_000290/frame_01.jpg", "data/cache/frames/vimu_000290/frame_02.jpg", "data/cache/frames/vimu_000290/frame_03.jpg", "data/cache/frames/vimu_000290/frame_04.jpg", "data/cache/frames/vimu_000290/frame_05.jpg", "data/cache/frames/vimu_000290/frame_06.jpg", "data/cache/frames/vimu_000290/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000291", "video_path": "videos/vimu_000291.mp4", "duration_sec": 5.816091, "frames": ["data/cache/frames/vimu_000291/frame_00.jpg", "data/cache/frames/vimu_000291/frame_01.jpg", "data/cache/frames/vimu_000291/frame_02.jpg", "data/cache/frames/vimu_000291/frame_03.jpg", "data/cache/frames/vimu_000291/frame_04.jpg", "data/cache/frames/vimu_000291/frame_05.jpg", "data/cache/frames/vimu_000291/frame_06.jpg", "data/cache/frames/vimu_000291/frame_07.jpg"], "transcript": "Damn, who left the baguette on the counter, like what? Oh shit, what's going on?"} +{"video_id": "vimu_000292", "video_path": "videos/vimu_000292.mp4", "duration_sec": 10.0, "frames": ["data/cache/frames/vimu_000292/frame_00.jpg", "data/cache/frames/vimu_000292/frame_01.jpg", "data/cache/frames/vimu_000292/frame_02.jpg", "data/cache/frames/vimu_000292/frame_03.jpg", "data/cache/frames/vimu_000292/frame_04.jpg", "data/cache/frames/vimu_000292/frame_05.jpg", "data/cache/frames/vimu_000292/frame_06.jpg", "data/cache/frames/vimu_000292/frame_07.jpg"], "transcript": "You ever just wanna... You ever just wanna... You just wanna do it? That's a hospital camp."} +{"video_id": "vimu_000293", "video_path": "videos/vimu_000293.mp4", "duration_sec": 9.760337, "frames": ["data/cache/frames/vimu_000293/frame_00.jpg", "data/cache/frames/vimu_000293/frame_01.jpg", "data/cache/frames/vimu_000293/frame_02.jpg", "data/cache/frames/vimu_000293/frame_03.jpg", "data/cache/frames/vimu_000293/frame_04.jpg", "data/cache/frames/vimu_000293/frame_05.jpg", "data/cache/frames/vimu_000293/frame_06.jpg", "data/cache/frames/vimu_000293/frame_07.jpg"], "transcript": "Yeah, no, Rabbi, I was just wondering if you could take, like, a little bit off the top. What the hell is that?"} +{"video_id": "vimu_000294", "video_path": "videos/vimu_000294.mp4", "duration_sec": 5.920998, "frames": ["data/cache/frames/vimu_000294/frame_00.jpg", "data/cache/frames/vimu_000294/frame_01.jpg", "data/cache/frames/vimu_000294/frame_02.jpg", "data/cache/frames/vimu_000294/frame_03.jpg", "data/cache/frames/vimu_000294/frame_04.jpg", "data/cache/frames/vimu_000294/frame_05.jpg", "data/cache/frames/vimu_000294/frame_06.jpg", "data/cache/frames/vimu_000294/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000295", "video_path": "videos/vimu_000295.mp4", "duration_sec": 8.924692, "frames": ["data/cache/frames/vimu_000295/frame_00.jpg", "data/cache/frames/vimu_000295/frame_01.jpg", "data/cache/frames/vimu_000295/frame_02.jpg", "data/cache/frames/vimu_000295/frame_03.jpg", "data/cache/frames/vimu_000295/frame_04.jpg", "data/cache/frames/vimu_000295/frame_05.jpg", "data/cache/frames/vimu_000295/frame_06.jpg", "data/cache/frames/vimu_000295/frame_07.jpg"], "transcript": "What's up, Foo?"} +{"video_id": "vimu_000296", "video_path": "videos/vimu_000296.mp4", "duration_sec": 7.988769, "frames": ["data/cache/frames/vimu_000296/frame_00.jpg", "data/cache/frames/vimu_000296/frame_01.jpg", "data/cache/frames/vimu_000296/frame_02.jpg", "data/cache/frames/vimu_000296/frame_03.jpg", "data/cache/frames/vimu_000296/frame_04.jpg", "data/cache/frames/vimu_000296/frame_05.jpg", "data/cache/frames/vimu_000296/frame_06.jpg", "data/cache/frames/vimu_000296/frame_07.jpg"], "transcript": "Hey man, I didn't know McDonald's had this table service, bro. I'm about to eat my fucking McNuggets. Hey, yo, what the? What the fuck?"} +{"video_id": "vimu_000297", "video_path": "videos/vimu_000297.mp4", "duration_sec": 10.161447, "frames": ["data/cache/frames/vimu_000297/frame_00.jpg", "data/cache/frames/vimu_000297/frame_01.jpg", "data/cache/frames/vimu_000297/frame_02.jpg", "data/cache/frames/vimu_000297/frame_03.jpg", "data/cache/frames/vimu_000297/frame_04.jpg", "data/cache/frames/vimu_000297/frame_05.jpg", "data/cache/frames/vimu_000297/frame_06.jpg", "data/cache/frames/vimu_000297/frame_07.jpg"], "transcript": "Go."} +{"video_id": "vimu_000298", "video_path": "videos/vimu_000298.mp4", "duration_sec": 5.916369, "frames": ["data/cache/frames/vimu_000298/frame_00.jpg", "data/cache/frames/vimu_000298/frame_01.jpg", "data/cache/frames/vimu_000298/frame_02.jpg", "data/cache/frames/vimu_000298/frame_03.jpg", "data/cache/frames/vimu_000298/frame_04.jpg", "data/cache/frames/vimu_000298/frame_05.jpg", "data/cache/frames/vimu_000298/frame_06.jpg", "data/cache/frames/vimu_000298/frame_07.jpg"], "transcript": "You gonna burn, huh? You gonna burn."} +{"video_id": "vimu_000299", "video_path": "videos/vimu_000299.mp4", "duration_sec": 7.052846, "frames": ["data/cache/frames/vimu_000299/frame_00.jpg", "data/cache/frames/vimu_000299/frame_01.jpg", "data/cache/frames/vimu_000299/frame_02.jpg", "data/cache/frames/vimu_000299/frame_03.jpg", "data/cache/frames/vimu_000299/frame_04.jpg", "data/cache/frames/vimu_000299/frame_05.jpg", "data/cache/frames/vimu_000299/frame_06.jpg", "data/cache/frames/vimu_000299/frame_07.jpg"], "transcript": "What the..."} +{"video_id": "vimu_000300", "video_path": "videos/vimu_000300.mp4", "duration_sec": 5.99, "frames": ["data/cache/frames/vimu_000300/frame_00.jpg", "data/cache/frames/vimu_000300/frame_01.jpg", "data/cache/frames/vimu_000300/frame_02.jpg", "data/cache/frames/vimu_000300/frame_03.jpg", "data/cache/frames/vimu_000300/frame_04.jpg", "data/cache/frames/vimu_000300/frame_05.jpg", "data/cache/frames/vimu_000300/frame_06.jpg", "data/cache/frames/vimu_000300/frame_07.jpg"], "transcript": "Bro, what type of soup you know don't splash?"} +{"video_id": "vimu_000301", "video_path": "videos/vimu_000301.mp4", "duration_sec": 7.066667, "frames": ["data/cache/frames/vimu_000301/frame_00.jpg", "data/cache/frames/vimu_000301/frame_01.jpg", "data/cache/frames/vimu_000301/frame_02.jpg", "data/cache/frames/vimu_000301/frame_03.jpg", "data/cache/frames/vimu_000301/frame_04.jpg", "data/cache/frames/vimu_000301/frame_05.jpg", "data/cache/frames/vimu_000301/frame_06.jpg", "data/cache/frames/vimu_000301/frame_07.jpg"], "transcript": "Watch."} +{"video_id": "vimu_000302", "video_path": "videos/vimu_000302.mp4", "duration_sec": 6.176009, "frames": ["data/cache/frames/vimu_000302/frame_00.jpg", "data/cache/frames/vimu_000302/frame_01.jpg", "data/cache/frames/vimu_000302/frame_02.jpg", "data/cache/frames/vimu_000302/frame_03.jpg", "data/cache/frames/vimu_000302/frame_04.jpg", "data/cache/frames/vimu_000302/frame_05.jpg", "data/cache/frames/vimu_000302/frame_06.jpg", "data/cache/frames/vimu_000302/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000303", "video_path": "videos/vimu_000303.mp4", "duration_sec": 7.42053, "frames": ["data/cache/frames/vimu_000303/frame_00.jpg", "data/cache/frames/vimu_000303/frame_01.jpg", "data/cache/frames/vimu_000303/frame_02.jpg", "data/cache/frames/vimu_000303/frame_03.jpg", "data/cache/frames/vimu_000303/frame_04.jpg", "data/cache/frames/vimu_000303/frame_05.jpg", "data/cache/frames/vimu_000303/frame_06.jpg", "data/cache/frames/vimu_000303/frame_07.jpg"], "transcript": "But it's like raining and it's tapping on the window, it's so annoying. But I'm trying to see if I can catch some lightning."} +{"video_id": "vimu_000304", "video_path": "videos/vimu_000304.mp4", "duration_sec": 5.866667, "frames": ["data/cache/frames/vimu_000304/frame_00.jpg", "data/cache/frames/vimu_000304/frame_01.jpg", "data/cache/frames/vimu_000304/frame_02.jpg", "data/cache/frames/vimu_000304/frame_03.jpg", "data/cache/frames/vimu_000304/frame_04.jpg", "data/cache/frames/vimu_000304/frame_05.jpg", "data/cache/frames/vimu_000304/frame_06.jpg", "data/cache/frames/vimu_000304/frame_07.jpg"], "transcript": "Wé, c'est déjà Wouhou!"} +{"video_id": "vimu_000305", "video_path": "videos/vimu_000305.mp4", "duration_sec": 9.496961, "frames": ["data/cache/frames/vimu_000305/frame_00.jpg", "data/cache/frames/vimu_000305/frame_01.jpg", "data/cache/frames/vimu_000305/frame_02.jpg", "data/cache/frames/vimu_000305/frame_03.jpg", "data/cache/frames/vimu_000305/frame_04.jpg", "data/cache/frames/vimu_000305/frame_05.jpg", "data/cache/frames/vimu_000305/frame_06.jpg", "data/cache/frames/vimu_000305/frame_07.jpg"], "transcript": "You have workers coming through and you don't want them to steal your stuff? Just take off the air vent, and you just put the money, like, right there."} +{"video_id": "vimu_000306", "video_path": "videos/vimu_000306.mp4", "duration_sec": 6.284053, "frames": ["data/cache/frames/vimu_000306/frame_00.jpg", "data/cache/frames/vimu_000306/frame_01.jpg", "data/cache/frames/vimu_000306/frame_02.jpg", "data/cache/frames/vimu_000306/frame_03.jpg", "data/cache/frames/vimu_000306/frame_04.jpg", "data/cache/frames/vimu_000306/frame_05.jpg", "data/cache/frames/vimu_000306/frame_06.jpg", "data/cache/frames/vimu_000306/frame_07.jpg"], "transcript": "He's all in."} +{"video_id": "vimu_000307", "video_path": "videos/vimu_000307.mp4", "duration_sec": 5.832745, "frames": ["data/cache/frames/vimu_000307/frame_00.jpg", "data/cache/frames/vimu_000307/frame_01.jpg", "data/cache/frames/vimu_000307/frame_02.jpg", "data/cache/frames/vimu_000307/frame_03.jpg", "data/cache/frames/vimu_000307/frame_04.jpg", "data/cache/frames/vimu_000307/frame_05.jpg", "data/cache/frames/vimu_000307/frame_06.jpg", "data/cache/frames/vimu_000307/frame_07.jpg"], "transcript": "Oh yeah, I know that shit was fucked up."} +{"video_id": "vimu_000308", "video_path": "videos/vimu_000308.mp4", "duration_sec": 7.788214, "frames": ["data/cache/frames/vimu_000308/frame_00.jpg", "data/cache/frames/vimu_000308/frame_01.jpg", "data/cache/frames/vimu_000308/frame_02.jpg", "data/cache/frames/vimu_000308/frame_03.jpg", "data/cache/frames/vimu_000308/frame_04.jpg", "data/cache/frames/vimu_000308/frame_05.jpg", "data/cache/frames/vimu_000308/frame_06.jpg", "data/cache/frames/vimu_000308/frame_07.jpg"], "transcript": "Can I have that one then?"} +{"video_id": "vimu_000309", "video_path": "videos/vimu_000309.mp4", "duration_sec": 9.760337, "frames": ["data/cache/frames/vimu_000309/frame_00.jpg", "data/cache/frames/vimu_000309/frame_01.jpg", "data/cache/frames/vimu_000309/frame_02.jpg", "data/cache/frames/vimu_000309/frame_03.jpg", "data/cache/frames/vimu_000309/frame_04.jpg", "data/cache/frames/vimu_000309/frame_05.jpg", "data/cache/frames/vimu_000309/frame_06.jpg", "data/cache/frames/vimu_000309/frame_07.jpg"], "transcript": " spilled a little bit of water on my carpet. Let me go get a towel."} +{"video_id": "vimu_000310", "video_path": "videos/vimu_000310.mp4", "duration_sec": 6.350904, "frames": ["data/cache/frames/vimu_000310/frame_00.jpg", "data/cache/frames/vimu_000310/frame_01.jpg", "data/cache/frames/vimu_000310/frame_02.jpg", "data/cache/frames/vimu_000310/frame_03.jpg", "data/cache/frames/vimu_000310/frame_04.jpg", "data/cache/frames/vimu_000310/frame_05.jpg", "data/cache/frames/vimu_000310/frame_06.jpg", "data/cache/frames/vimu_000310/frame_07.jpg"], "transcript": "Your water, good sir. Thank you, good sir. Eject comp! Water!"} +{"video_id": "vimu_000311", "video_path": "videos/vimu_000311.mp4", "duration_sec": 7.453956, "frames": ["data/cache/frames/vimu_000311/frame_00.jpg", "data/cache/frames/vimu_000311/frame_01.jpg", "data/cache/frames/vimu_000311/frame_02.jpg", "data/cache/frames/vimu_000311/frame_03.jpg", "data/cache/frames/vimu_000311/frame_04.jpg", "data/cache/frames/vimu_000311/frame_05.jpg", "data/cache/frames/vimu_000311/frame_06.jpg", "data/cache/frames/vimu_000311/frame_07.jpg"], "transcript": "Ah, nothing like a good cold can of... after a long day."} +{"video_id": "vimu_000312", "video_path": "videos/vimu_000312.mp4", "duration_sec": 5.816091, "frames": ["data/cache/frames/vimu_000312/frame_00.jpg", "data/cache/frames/vimu_000312/frame_01.jpg", "data/cache/frames/vimu_000312/frame_02.jpg", "data/cache/frames/vimu_000312/frame_03.jpg", "data/cache/frames/vimu_000312/frame_04.jpg", "data/cache/frames/vimu_000312/frame_05.jpg", "data/cache/frames/vimu_000312/frame_06.jpg", "data/cache/frames/vimu_000312/frame_07.jpg"], "transcript": "The two types of teas we have, unsweetened and Curtis."} +{"video_id": "vimu_000313", "video_path": "videos/vimu_000313.mp4", "duration_sec": 7.487382, "frames": ["data/cache/frames/vimu_000313/frame_00.jpg", "data/cache/frames/vimu_000313/frame_01.jpg", "data/cache/frames/vimu_000313/frame_02.jpg", "data/cache/frames/vimu_000313/frame_03.jpg", "data/cache/frames/vimu_000313/frame_04.jpg", "data/cache/frames/vimu_000313/frame_05.jpg", "data/cache/frames/vimu_000313/frame_06.jpg", "data/cache/frames/vimu_000313/frame_07.jpg"], "transcript": "This suspense is killing me!"} +{"video_id": "vimu_000314", "video_path": "videos/vimu_000314.mp4", "duration_sec": 12.634957, "frames": ["data/cache/frames/vimu_000314/frame_00.jpg", "data/cache/frames/vimu_000314/frame_01.jpg", "data/cache/frames/vimu_000314/frame_02.jpg", "data/cache/frames/vimu_000314/frame_03.jpg", "data/cache/frames/vimu_000314/frame_04.jpg", "data/cache/frames/vimu_000314/frame_05.jpg", "data/cache/frames/vimu_000314/frame_06.jpg", "data/cache/frames/vimu_000314/frame_07.jpg"], "transcript": "Day 66 of putting a burrito in this locker. Now it's full. We finished our next row. That's a nice shot. Anyways, bye everyone."} +{"video_id": "vimu_000315", "video_path": "videos/vimu_000315.mp4", "duration_sec": 8.523582, "frames": ["data/cache/frames/vimu_000315/frame_00.jpg", "data/cache/frames/vimu_000315/frame_01.jpg", "data/cache/frames/vimu_000315/frame_02.jpg", "data/cache/frames/vimu_000315/frame_03.jpg", "data/cache/frames/vimu_000315/frame_04.jpg", "data/cache/frames/vimu_000315/frame_05.jpg", "data/cache/frames/vimu_000315/frame_06.jpg", "data/cache/frames/vimu_000315/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000316", "video_path": "videos/vimu_000316.mp4", "duration_sec": 7.709002, "frames": ["data/cache/frames/vimu_000316/frame_00.jpg", "data/cache/frames/vimu_000316/frame_01.jpg", "data/cache/frames/vimu_000316/frame_02.jpg", "data/cache/frames/vimu_000316/frame_03.jpg", "data/cache/frames/vimu_000316/frame_04.jpg", "data/cache/frames/vimu_000316/frame_05.jpg", "data/cache/frames/vimu_000316/frame_06.jpg", "data/cache/frames/vimu_000316/frame_07.jpg"], "transcript": "I'm eating McDonald's large Sprite. Now, for the taste test."} +{"video_id": "vimu_000317", "video_path": "videos/vimu_000317.mp4", "duration_sec": 9.325801, "frames": ["data/cache/frames/vimu_000317/frame_00.jpg", "data/cache/frames/vimu_000317/frame_01.jpg", "data/cache/frames/vimu_000317/frame_02.jpg", "data/cache/frames/vimu_000317/frame_03.jpg", "data/cache/frames/vimu_000317/frame_04.jpg", "data/cache/frames/vimu_000317/frame_05.jpg", "data/cache/frames/vimu_000317/frame_06.jpg", "data/cache/frames/vimu_000317/frame_07.jpg"], "transcript": "Yo, Elmar. Yo, look at this big-ass piece of ice I found, man. Yo, where?"} +{"video_id": "vimu_000318", "video_path": "videos/vimu_000318.mp4", "duration_sec": 8.45673, "frames": ["data/cache/frames/vimu_000318/frame_00.jpg", "data/cache/frames/vimu_000318/frame_01.jpg", "data/cache/frames/vimu_000318/frame_02.jpg", "data/cache/frames/vimu_000318/frame_03.jpg", "data/cache/frames/vimu_000318/frame_04.jpg", "data/cache/frames/vimu_000318/frame_05.jpg", "data/cache/frames/vimu_000318/frame_06.jpg", "data/cache/frames/vimu_000318/frame_07.jpg"], "transcript": "I was actually thinking about it, but you know."} +{"video_id": "vimu_000319", "video_path": "videos/vimu_000319.mp4", "duration_sec": 9.287982, "frames": ["data/cache/frames/vimu_000319/frame_00.jpg", "data/cache/frames/vimu_000319/frame_01.jpg", "data/cache/frames/vimu_000319/frame_02.jpg", "data/cache/frames/vimu_000319/frame_03.jpg", "data/cache/frames/vimu_000319/frame_04.jpg", "data/cache/frames/vimu_000319/frame_05.jpg", "data/cache/frames/vimu_000319/frame_06.jpg", "data/cache/frames/vimu_000319/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000320", "video_path": "videos/vimu_000320.mp4", "duration_sec": 7.833333, "frames": ["data/cache/frames/vimu_000320/frame_00.jpg", "data/cache/frames/vimu_000320/frame_01.jpg", "data/cache/frames/vimu_000320/frame_02.jpg", "data/cache/frames/vimu_000320/frame_03.jpg", "data/cache/frames/vimu_000320/frame_04.jpg", "data/cache/frames/vimu_000320/frame_05.jpg", "data/cache/frames/vimu_000320/frame_06.jpg", "data/cache/frames/vimu_000320/frame_07.jpg"], "transcript": "Les rêves des amoureux sont comme le bon vin, ils donnent de la joie."} +{"video_id": "vimu_000321", "video_path": "videos/vimu_000321.mp4", "duration_sec": 8.126984, "frames": ["data/cache/frames/vimu_000321/frame_00.jpg", "data/cache/frames/vimu_000321/frame_01.jpg", "data/cache/frames/vimu_000321/frame_02.jpg", "data/cache/frames/vimu_000321/frame_03.jpg", "data/cache/frames/vimu_000321/frame_04.jpg", "data/cache/frames/vimu_000321/frame_05.jpg", "data/cache/frames/vimu_000321/frame_06.jpg", "data/cache/frames/vimu_000321/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000322", "video_path": "videos/vimu_000322.mp4", "duration_sec": 7.035011, "frames": ["data/cache/frames/vimu_000322/frame_00.jpg", "data/cache/frames/vimu_000322/frame_01.jpg", "data/cache/frames/vimu_000322/frame_02.jpg", "data/cache/frames/vimu_000322/frame_03.jpg", "data/cache/frames/vimu_000322/frame_04.jpg", "data/cache/frames/vimu_000322/frame_05.jpg", "data/cache/frames/vimu_000322/frame_06.jpg", "data/cache/frames/vimu_000322/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000323", "video_path": "videos/vimu_000323.mp4", "duration_sec": 5.633333, "frames": ["data/cache/frames/vimu_000323/frame_00.jpg", "data/cache/frames/vimu_000323/frame_01.jpg", "data/cache/frames/vimu_000323/frame_02.jpg", "data/cache/frames/vimu_000323/frame_03.jpg", "data/cache/frames/vimu_000323/frame_04.jpg", "data/cache/frames/vimu_000323/frame_05.jpg", "data/cache/frames/vimu_000323/frame_06.jpg", "data/cache/frames/vimu_000323/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000324", "video_path": "videos/vimu_000324.mp4", "duration_sec": 6.919143, "frames": ["data/cache/frames/vimu_000324/frame_00.jpg", "data/cache/frames/vimu_000324/frame_01.jpg", "data/cache/frames/vimu_000324/frame_02.jpg", "data/cache/frames/vimu_000324/frame_03.jpg", "data/cache/frames/vimu_000324/frame_04.jpg", "data/cache/frames/vimu_000324/frame_05.jpg", "data/cache/frames/vimu_000324/frame_06.jpg", "data/cache/frames/vimu_000324/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000325", "video_path": "videos/vimu_000325.mp4", "duration_sec": 6.1, "frames": ["data/cache/frames/vimu_000325/frame_00.jpg", "data/cache/frames/vimu_000325/frame_01.jpg", "data/cache/frames/vimu_000325/frame_02.jpg", "data/cache/frames/vimu_000325/frame_03.jpg", "data/cache/frames/vimu_000325/frame_04.jpg", "data/cache/frames/vimu_000325/frame_05.jpg", "data/cache/frames/vimu_000325/frame_06.jpg", "data/cache/frames/vimu_000325/frame_07.jpg"], "transcript": "This is an ostrich egg."} +{"video_id": "vimu_000326", "video_path": "videos/vimu_000326.mp4", "duration_sec": 5.804989, "frames": ["data/cache/frames/vimu_000326/frame_00.jpg", "data/cache/frames/vimu_000326/frame_01.jpg", "data/cache/frames/vimu_000326/frame_02.jpg", "data/cache/frames/vimu_000326/frame_03.jpg", "data/cache/frames/vimu_000326/frame_04.jpg", "data/cache/frames/vimu_000326/frame_05.jpg", "data/cache/frames/vimu_000326/frame_06.jpg", "data/cache/frames/vimu_000326/frame_07.jpg"], "transcript": "You mean my sisters? I need the cake!"} +{"video_id": "vimu_000327", "video_path": "videos/vimu_000327.mp4", "duration_sec": 8.742075, "frames": ["data/cache/frames/vimu_000327/frame_00.jpg", "data/cache/frames/vimu_000327/frame_01.jpg", "data/cache/frames/vimu_000327/frame_02.jpg", "data/cache/frames/vimu_000327/frame_03.jpg", "data/cache/frames/vimu_000327/frame_04.jpg", "data/cache/frames/vimu_000327/frame_05.jpg", "data/cache/frames/vimu_000327/frame_06.jpg", "data/cache/frames/vimu_000327/frame_07.jpg"], "transcript": "Thing is ranch. Bro, I got 10 boneless wings. What you talking about?"} +{"video_id": "vimu_000328", "video_path": "videos/vimu_000328.mp4", "duration_sec": 5.688889, "frames": ["data/cache/frames/vimu_000328/frame_00.jpg", "data/cache/frames/vimu_000328/frame_01.jpg", "data/cache/frames/vimu_000328/frame_02.jpg", "data/cache/frames/vimu_000328/frame_03.jpg", "data/cache/frames/vimu_000328/frame_04.jpg", "data/cache/frames/vimu_000328/frame_05.jpg", "data/cache/frames/vimu_000328/frame_06.jpg", "data/cache/frames/vimu_000328/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000329", "video_path": "videos/vimu_000329.mp4", "duration_sec": 8.289601, "frames": ["data/cache/frames/vimu_000329/frame_00.jpg", "data/cache/frames/vimu_000329/frame_01.jpg", "data/cache/frames/vimu_000329/frame_02.jpg", "data/cache/frames/vimu_000329/frame_03.jpg", "data/cache/frames/vimu_000329/frame_04.jpg", "data/cache/frames/vimu_000329/frame_05.jpg", "data/cache/frames/vimu_000329/frame_06.jpg", "data/cache/frames/vimu_000329/frame_07.jpg"], "transcript": "Just bought this new Honda. Super sick, bro. Let me check out this engine. It's killer. I need oil."} +{"video_id": "vimu_000330", "video_path": "videos/vimu_000330.mp4", "duration_sec": 6.885717, "frames": ["data/cache/frames/vimu_000330/frame_00.jpg", "data/cache/frames/vimu_000330/frame_01.jpg", "data/cache/frames/vimu_000330/frame_02.jpg", "data/cache/frames/vimu_000330/frame_03.jpg", "data/cache/frames/vimu_000330/frame_04.jpg", "data/cache/frames/vimu_000330/frame_05.jpg", "data/cache/frames/vimu_000330/frame_06.jpg", "data/cache/frames/vimu_000330/frame_07.jpg"], "transcript": "What is that? What is that? Crab rangoon."} +{"video_id": "vimu_000331", "video_path": "videos/vimu_000331.mp4", "duration_sec": 7.219975, "frames": ["data/cache/frames/vimu_000331/frame_00.jpg", "data/cache/frames/vimu_000331/frame_01.jpg", "data/cache/frames/vimu_000331/frame_02.jpg", "data/cache/frames/vimu_000331/frame_03.jpg", "data/cache/frames/vimu_000331/frame_04.jpg", "data/cache/frames/vimu_000331/frame_05.jpg", "data/cache/frames/vimu_000331/frame_06.jpg", "data/cache/frames/vimu_000331/frame_07.jpg"], "transcript": "Everybody knows that when you do this to a lighter, it sticks to the wall. Well, apparently so does everything else."} +{"video_id": "vimu_000332", "video_path": "videos/vimu_000332.mp4", "duration_sec": 8.9, "frames": ["data/cache/frames/vimu_000332/frame_00.jpg", "data/cache/frames/vimu_000332/frame_01.jpg", "data/cache/frames/vimu_000332/frame_02.jpg", "data/cache/frames/vimu_000332/frame_03.jpg", "data/cache/frames/vimu_000332/frame_04.jpg", "data/cache/frames/vimu_000332/frame_05.jpg", "data/cache/frames/vimu_000332/frame_06.jpg", "data/cache/frames/vimu_000332/frame_07.jpg"], "transcript": "My dog absolutely terrorized my room. Nah, don't be happy. But the thing is, bro, how did you put the TV upside down?"} +{"video_id": "vimu_000333", "video_path": "videos/vimu_000333.mp4", "duration_sec": 5.648962, "frames": ["data/cache/frames/vimu_000333/frame_00.jpg", "data/cache/frames/vimu_000333/frame_01.jpg", "data/cache/frames/vimu_000333/frame_02.jpg", "data/cache/frames/vimu_000333/frame_03.jpg", "data/cache/frames/vimu_000333/frame_04.jpg", "data/cache/frames/vimu_000333/frame_05.jpg", "data/cache/frames/vimu_000333/frame_06.jpg", "data/cache/frames/vimu_000333/frame_07.jpg"], "transcript": "Can you imagine getting totally Frodo-baggin' in the back of the Shiremobile? Wow."} +{"video_id": "vimu_000334", "video_path": "videos/vimu_000334.mp4", "duration_sec": 7.955343, "frames": ["data/cache/frames/vimu_000334/frame_00.jpg", "data/cache/frames/vimu_000334/frame_01.jpg", "data/cache/frames/vimu_000334/frame_02.jpg", "data/cache/frames/vimu_000334/frame_03.jpg", "data/cache/frames/vimu_000334/frame_04.jpg", "data/cache/frames/vimu_000334/frame_05.jpg", "data/cache/frames/vimu_000334/frame_06.jpg", "data/cache/frames/vimu_000334/frame_07.jpg"], "transcript": "Whoa, that's a deep, dark hole. You know who knows that's a deep, dark hole?"} +{"video_id": "vimu_000335", "video_path": "videos/vimu_000335.mp4", "duration_sec": 6.083498, "frames": ["data/cache/frames/vimu_000335/frame_00.jpg", "data/cache/frames/vimu_000335/frame_01.jpg", "data/cache/frames/vimu_000335/frame_02.jpg", "data/cache/frames/vimu_000335/frame_03.jpg", "data/cache/frames/vimu_000335/frame_04.jpg", "data/cache/frames/vimu_000335/frame_05.jpg", "data/cache/frames/vimu_000335/frame_06.jpg", "data/cache/frames/vimu_000335/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000336", "video_path": "videos/vimu_000336.mp4", "duration_sec": 7.253401, "frames": ["data/cache/frames/vimu_000336/frame_00.jpg", "data/cache/frames/vimu_000336/frame_01.jpg", "data/cache/frames/vimu_000336/frame_02.jpg", "data/cache/frames/vimu_000336/frame_03.jpg", "data/cache/frames/vimu_000336/frame_04.jpg", "data/cache/frames/vimu_000336/frame_05.jpg", "data/cache/frames/vimu_000336/frame_06.jpg", "data/cache/frames/vimu_000336/frame_07.jpg"], "transcript": "Hey Josh, look at this huge moth that I found. Get that shit outta here. Oh, there it goes. You fucker."} +{"video_id": "vimu_000337", "video_path": "videos/vimu_000337.mp4", "duration_sec": 9.693485, "frames": ["data/cache/frames/vimu_000337/frame_00.jpg", "data/cache/frames/vimu_000337/frame_01.jpg", "data/cache/frames/vimu_000337/frame_02.jpg", "data/cache/frames/vimu_000337/frame_03.jpg", "data/cache/frames/vimu_000337/frame_04.jpg", "data/cache/frames/vimu_000337/frame_05.jpg", "data/cache/frames/vimu_000337/frame_06.jpg", "data/cache/frames/vimu_000337/frame_07.jpg"], "transcript": "I'm gonna let these dogs out."} +{"video_id": "vimu_000338", "video_path": "videos/vimu_000338.mp4", "duration_sec": 7.387104, "frames": ["data/cache/frames/vimu_000338/frame_00.jpg", "data/cache/frames/vimu_000338/frame_01.jpg", "data/cache/frames/vimu_000338/frame_02.jpg", "data/cache/frames/vimu_000338/frame_03.jpg", "data/cache/frames/vimu_000338/frame_04.jpg", "data/cache/frames/vimu_000338/frame_05.jpg", "data/cache/frames/vimu_000338/frame_06.jpg", "data/cache/frames/vimu_000338/frame_07.jpg"], "transcript": "Maybe spray some brake clean on there, get a towel, it comes right up."} +{"video_id": "vimu_000339", "video_path": "videos/vimu_000339.mp4", "duration_sec": 8.933333, "frames": ["data/cache/frames/vimu_000339/frame_00.jpg", "data/cache/frames/vimu_000339/frame_01.jpg", "data/cache/frames/vimu_000339/frame_02.jpg", "data/cache/frames/vimu_000339/frame_03.jpg", "data/cache/frames/vimu_000339/frame_04.jpg", "data/cache/frames/vimu_000339/frame_05.jpg", "data/cache/frames/vimu_000339/frame_06.jpg", "data/cache/frames/vimu_000339/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000340", "video_path": "videos/vimu_000340.mp4", "duration_sec": 13.880547, "frames": ["data/cache/frames/vimu_000340/frame_00.jpg", "data/cache/frames/vimu_000340/frame_01.jpg", "data/cache/frames/vimu_000340/frame_02.jpg", "data/cache/frames/vimu_000340/frame_03.jpg", "data/cache/frames/vimu_000340/frame_04.jpg", "data/cache/frames/vimu_000340/frame_05.jpg", "data/cache/frames/vimu_000340/frame_06.jpg", "data/cache/frames/vimu_000340/frame_07.jpg"], "transcript": "Humans can only hold their breath for 10 minutes, then how was Louis Armstrong able to become the first man on the moon? I am in space, on the moon. Help."} +{"video_id": "vimu_000341", "video_path": "videos/vimu_000341.mp4", "duration_sec": 7.933333, "frames": ["data/cache/frames/vimu_000341/frame_00.jpg", "data/cache/frames/vimu_000341/frame_01.jpg", "data/cache/frames/vimu_000341/frame_02.jpg", "data/cache/frames/vimu_000341/frame_03.jpg", "data/cache/frames/vimu_000341/frame_04.jpg", "data/cache/frames/vimu_000341/frame_05.jpg", "data/cache/frames/vimu_000341/frame_06.jpg", "data/cache/frames/vimu_000341/frame_07.jpg"], "transcript": "Oh my God, I wanna take him home! We can put him in the truck! We can put him in the truck! WE CAN PUT HIM IN THE TRUCK! LOOK AT HIM!"} +{"video_id": "vimu_000342", "video_path": "videos/vimu_000342.mp4", "duration_sec": 7.801905, "frames": ["data/cache/frames/vimu_000342/frame_00.jpg", "data/cache/frames/vimu_000342/frame_01.jpg", "data/cache/frames/vimu_000342/frame_02.jpg", "data/cache/frames/vimu_000342/frame_03.jpg", "data/cache/frames/vimu_000342/frame_04.jpg", "data/cache/frames/vimu_000342/frame_05.jpg", "data/cache/frames/vimu_000342/frame_06.jpg", "data/cache/frames/vimu_000342/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000343", "video_path": "videos/vimu_000343.mp4", "duration_sec": 5.518519, "frames": ["data/cache/frames/vimu_000343/frame_00.jpg", "data/cache/frames/vimu_000343/frame_01.jpg", "data/cache/frames/vimu_000343/frame_02.jpg", "data/cache/frames/vimu_000343/frame_03.jpg", "data/cache/frames/vimu_000343/frame_04.jpg", "data/cache/frames/vimu_000343/frame_05.jpg", "data/cache/frames/vimu_000343/frame_06.jpg", "data/cache/frames/vimu_000343/frame_07.jpg"], "transcript": "Um, the power in my house just shut off because it's storming. You can't even..."} +{"video_id": "vimu_000344", "video_path": "videos/vimu_000344.mp4", "duration_sec": 11.8, "frames": ["data/cache/frames/vimu_000344/frame_00.jpg", "data/cache/frames/vimu_000344/frame_01.jpg", "data/cache/frames/vimu_000344/frame_02.jpg", "data/cache/frames/vimu_000344/frame_03.jpg", "data/cache/frames/vimu_000344/frame_04.jpg", "data/cache/frames/vimu_000344/frame_05.jpg", "data/cache/frames/vimu_000344/frame_06.jpg", "data/cache/frames/vimu_000344/frame_07.jpg"], "transcript": "Making my girlfriend question why she's dating me, part 14. Hey baby, remember how you said I had to get nice shoes for the wedding? Yeah. Well, I got a pair of loafers."} +{"video_id": "vimu_000345", "video_path": "videos/vimu_000345.mp4", "duration_sec": 6.826009, "frames": ["data/cache/frames/vimu_000345/frame_00.jpg", "data/cache/frames/vimu_000345/frame_01.jpg", "data/cache/frames/vimu_000345/frame_02.jpg", "data/cache/frames/vimu_000345/frame_03.jpg", "data/cache/frames/vimu_000345/frame_04.jpg", "data/cache/frames/vimu_000345/frame_05.jpg", "data/cache/frames/vimu_000345/frame_06.jpg", "data/cache/frames/vimu_000345/frame_07.jpg"], "transcript": "Don't mess with the sea life! See you later, stinky!"} +{"video_id": "vimu_000346", "video_path": "videos/vimu_000346.mp4", "duration_sec": 8.08, "frames": ["data/cache/frames/vimu_000346/frame_00.jpg", "data/cache/frames/vimu_000346/frame_01.jpg", "data/cache/frames/vimu_000346/frame_02.jpg", "data/cache/frames/vimu_000346/frame_03.jpg", "data/cache/frames/vimu_000346/frame_04.jpg", "data/cache/frames/vimu_000346/frame_05.jpg", "data/cache/frames/vimu_000346/frame_06.jpg", "data/cache/frames/vimu_000346/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000347", "video_path": "videos/vimu_000347.mp4", "duration_sec": 7.0, "frames": ["data/cache/frames/vimu_000347/frame_00.jpg", "data/cache/frames/vimu_000347/frame_01.jpg", "data/cache/frames/vimu_000347/frame_02.jpg", "data/cache/frames/vimu_000347/frame_03.jpg", "data/cache/frames/vimu_000347/frame_04.jpg", "data/cache/frames/vimu_000347/frame_05.jpg", "data/cache/frames/vimu_000347/frame_06.jpg", "data/cache/frames/vimu_000347/frame_07.jpg"], "transcript": "Go get me a beer!"} +{"video_id": "vimu_000348", "video_path": "videos/vimu_000348.mp4", "duration_sec": 8.335964, "frames": ["data/cache/frames/vimu_000348/frame_00.jpg", "data/cache/frames/vimu_000348/frame_01.jpg", "data/cache/frames/vimu_000348/frame_02.jpg", "data/cache/frames/vimu_000348/frame_03.jpg", "data/cache/frames/vimu_000348/frame_04.jpg", "data/cache/frames/vimu_000348/frame_05.jpg", "data/cache/frames/vimu_000348/frame_06.jpg", "data/cache/frames/vimu_000348/frame_07.jpg"], "transcript": "It's a turtle. It's a turtle."} +{"video_id": "vimu_000349", "video_path": "videos/vimu_000349.mp4", "duration_sec": 6.417756, "frames": ["data/cache/frames/vimu_000349/frame_00.jpg", "data/cache/frames/vimu_000349/frame_01.jpg", "data/cache/frames/vimu_000349/frame_02.jpg", "data/cache/frames/vimu_000349/frame_03.jpg", "data/cache/frames/vimu_000349/frame_04.jpg", "data/cache/frames/vimu_000349/frame_05.jpg", "data/cache/frames/vimu_000349/frame_06.jpg", "data/cache/frames/vimu_000349/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000350", "video_path": "videos/vimu_000350.mp4", "duration_sec": 6.8, "frames": ["data/cache/frames/vimu_000350/frame_00.jpg", "data/cache/frames/vimu_000350/frame_01.jpg", "data/cache/frames/vimu_000350/frame_02.jpg", "data/cache/frames/vimu_000350/frame_03.jpg", "data/cache/frames/vimu_000350/frame_04.jpg", "data/cache/frames/vimu_000350/frame_05.jpg", "data/cache/frames/vimu_000350/frame_06.jpg", "data/cache/frames/vimu_000350/frame_07.jpg"], "transcript": "Пробаем дальше на прочность."} +{"video_id": "vimu_000351", "video_path": "videos/vimu_000351.mp4", "duration_sec": 6.3, "frames": ["data/cache/frames/vimu_000351/frame_00.jpg", "data/cache/frames/vimu_000351/frame_01.jpg", "data/cache/frames/vimu_000351/frame_02.jpg", "data/cache/frames/vimu_000351/frame_03.jpg", "data/cache/frames/vimu_000351/frame_04.jpg", "data/cache/frames/vimu_000351/frame_05.jpg", "data/cache/frames/vimu_000351/frame_06.jpg", "data/cache/frames/vimu_000351/frame_07.jpg"], "transcript": "Why'd you bite me? Don't do it! Don't do it! Okay."} +{"video_id": "vimu_000352", "video_path": "videos/vimu_000352.mp4", "duration_sec": 8.066667, "frames": ["data/cache/frames/vimu_000352/frame_00.jpg", "data/cache/frames/vimu_000352/frame_01.jpg", "data/cache/frames/vimu_000352/frame_02.jpg", "data/cache/frames/vimu_000352/frame_03.jpg", "data/cache/frames/vimu_000352/frame_04.jpg", "data/cache/frames/vimu_000352/frame_05.jpg", "data/cache/frames/vimu_000352/frame_06.jpg", "data/cache/frames/vimu_000352/frame_07.jpg"], "transcript": "All I'm gonna do is challenge them to a thumb war, they say yes, and then..."} +{"video_id": "vimu_000353", "video_path": "videos/vimu_000353.mp4", "duration_sec": 5.638972, "frames": ["data/cache/frames/vimu_000353/frame_00.jpg", "data/cache/frames/vimu_000353/frame_01.jpg", "data/cache/frames/vimu_000353/frame_02.jpg", "data/cache/frames/vimu_000353/frame_03.jpg", "data/cache/frames/vimu_000353/frame_04.jpg", "data/cache/frames/vimu_000353/frame_05.jpg", "data/cache/frames/vimu_000353/frame_06.jpg", "data/cache/frames/vimu_000353/frame_07.jpg"], "transcript": "What the, what are you doing? Hey! What, you get, what the..."} +{"video_id": "vimu_000354", "video_path": "videos/vimu_000354.mp4", "duration_sec": 8.233333, "frames": ["data/cache/frames/vimu_000354/frame_00.jpg", "data/cache/frames/vimu_000354/frame_01.jpg", "data/cache/frames/vimu_000354/frame_02.jpg", "data/cache/frames/vimu_000354/frame_03.jpg", "data/cache/frames/vimu_000354/frame_04.jpg", "data/cache/frames/vimu_000354/frame_05.jpg", "data/cache/frames/vimu_000354/frame_06.jpg", "data/cache/frames/vimu_000354/frame_07.jpg"], "transcript": "I found this in John's room. Okay, all right, I think... Did you know he was doing this? Let's calm down. Did you know he was... our son is doing this? Let's calm down."} +{"video_id": "vimu_000355", "video_path": "videos/vimu_000355.mp4", "duration_sec": 6.037007, "frames": ["data/cache/frames/vimu_000355/frame_00.jpg", "data/cache/frames/vimu_000355/frame_01.jpg", "data/cache/frames/vimu_000355/frame_02.jpg", "data/cache/frames/vimu_000355/frame_03.jpg", "data/cache/frames/vimu_000355/frame_04.jpg", "data/cache/frames/vimu_000355/frame_05.jpg", "data/cache/frames/vimu_000355/frame_06.jpg", "data/cache/frames/vimu_000355/frame_07.jpg"], "transcript": "Wait, what?"} +{"video_id": "vimu_000356", "video_path": "videos/vimu_000356.mp4", "duration_sec": 5.740741, "frames": ["data/cache/frames/vimu_000356/frame_00.jpg", "data/cache/frames/vimu_000356/frame_01.jpg", "data/cache/frames/vimu_000356/frame_02.jpg", "data/cache/frames/vimu_000356/frame_03.jpg", "data/cache/frames/vimu_000356/frame_04.jpg", "data/cache/frames/vimu_000356/frame_05.jpg", "data/cache/frames/vimu_000356/frame_06.jpg", "data/cache/frames/vimu_000356/frame_07.jpg"], "transcript": "Thank you."} +{"video_id": "vimu_000357", "video_path": "videos/vimu_000357.mp4", "duration_sec": 6.315011, "frames": ["data/cache/frames/vimu_000357/frame_00.jpg", "data/cache/frames/vimu_000357/frame_01.jpg", "data/cache/frames/vimu_000357/frame_02.jpg", "data/cache/frames/vimu_000357/frame_03.jpg", "data/cache/frames/vimu_000357/frame_04.jpg", "data/cache/frames/vimu_000357/frame_05.jpg", "data/cache/frames/vimu_000357/frame_06.jpg", "data/cache/frames/vimu_000357/frame_07.jpg"], "transcript": "I'm a lesbian."} +{"video_id": "vimu_000358", "video_path": "videos/vimu_000358.mp4", "duration_sec": 6.71, "frames": ["data/cache/frames/vimu_000358/frame_00.jpg", "data/cache/frames/vimu_000358/frame_01.jpg", "data/cache/frames/vimu_000358/frame_02.jpg", "data/cache/frames/vimu_000358/frame_03.jpg", "data/cache/frames/vimu_000358/frame_04.jpg", "data/cache/frames/vimu_000358/frame_05.jpg", "data/cache/frames/vimu_000358/frame_06.jpg", "data/cache/frames/vimu_000358/frame_07.jpg"], "transcript": "I bet this is gonna be bustin'."} +{"video_id": "vimu_000359", "video_path": "videos/vimu_000359.mp4", "duration_sec": 6.066667, "frames": ["data/cache/frames/vimu_000359/frame_00.jpg", "data/cache/frames/vimu_000359/frame_01.jpg", "data/cache/frames/vimu_000359/frame_02.jpg", "data/cache/frames/vimu_000359/frame_03.jpg", "data/cache/frames/vimu_000359/frame_04.jpg", "data/cache/frames/vimu_000359/frame_05.jpg", "data/cache/frames/vimu_000359/frame_06.jpg", "data/cache/frames/vimu_000359/frame_07.jpg"], "transcript": "I see you there. Stop! No! No!"} +{"video_id": "vimu_000360", "video_path": "videos/vimu_000360.mp4", "duration_sec": 6.8, "frames": ["data/cache/frames/vimu_000360/frame_00.jpg", "data/cache/frames/vimu_000360/frame_01.jpg", "data/cache/frames/vimu_000360/frame_02.jpg", "data/cache/frames/vimu_000360/frame_03.jpg", "data/cache/frames/vimu_000360/frame_04.jpg", "data/cache/frames/vimu_000360/frame_05.jpg", "data/cache/frames/vimu_000360/frame_06.jpg", "data/cache/frames/vimu_000360/frame_07.jpg"], "transcript": "Oh, what a burger!"} +{"video_id": "vimu_000361", "video_path": "videos/vimu_000361.mp4", "duration_sec": 7.133333, "frames": ["data/cache/frames/vimu_000361/frame_00.jpg", "data/cache/frames/vimu_000361/frame_01.jpg", "data/cache/frames/vimu_000361/frame_02.jpg", "data/cache/frames/vimu_000361/frame_03.jpg", "data/cache/frames/vimu_000361/frame_04.jpg", "data/cache/frames/vimu_000361/frame_05.jpg", "data/cache/frames/vimu_000361/frame_06.jpg", "data/cache/frames/vimu_000361/frame_07.jpg"], "transcript": "Weigh your bananas. Move your bananas to the..."} +{"video_id": "vimu_000362", "video_path": "videos/vimu_000362.mp4", "duration_sec": 6.339002, "frames": ["data/cache/frames/vimu_000362/frame_00.jpg", "data/cache/frames/vimu_000362/frame_01.jpg", "data/cache/frames/vimu_000362/frame_02.jpg", "data/cache/frames/vimu_000362/frame_03.jpg", "data/cache/frames/vimu_000362/frame_04.jpg", "data/cache/frames/vimu_000362/frame_05.jpg", "data/cache/frames/vimu_000362/frame_06.jpg", "data/cache/frames/vimu_000362/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000363", "video_path": "videos/vimu_000363.mp4", "duration_sec": 6.133333, "frames": ["data/cache/frames/vimu_000363/frame_00.jpg", "data/cache/frames/vimu_000363/frame_01.jpg", "data/cache/frames/vimu_000363/frame_02.jpg", "data/cache/frames/vimu_000363/frame_03.jpg", "data/cache/frames/vimu_000363/frame_04.jpg", "data/cache/frames/vimu_000363/frame_05.jpg", "data/cache/frames/vimu_000363/frame_06.jpg", "data/cache/frames/vimu_000363/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000364", "video_path": "videos/vimu_000364.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000364/frame_00.jpg", "data/cache/frames/vimu_000364/frame_01.jpg", "data/cache/frames/vimu_000364/frame_02.jpg", "data/cache/frames/vimu_000364/frame_03.jpg", "data/cache/frames/vimu_000364/frame_04.jpg", "data/cache/frames/vimu_000364/frame_05.jpg", "data/cache/frames/vimu_000364/frame_06.jpg", "data/cache/frames/vimu_000364/frame_07.jpg"], "transcript": "miau miau miau miau"} +{"video_id": "vimu_000365", "video_path": "videos/vimu_000365.mp4", "duration_sec": 8.666667, "frames": ["data/cache/frames/vimu_000365/frame_00.jpg", "data/cache/frames/vimu_000365/frame_01.jpg", "data/cache/frames/vimu_000365/frame_02.jpg", "data/cache/frames/vimu_000365/frame_03.jpg", "data/cache/frames/vimu_000365/frame_04.jpg", "data/cache/frames/vimu_000365/frame_05.jpg", "data/cache/frames/vimu_000365/frame_06.jpg", "data/cache/frames/vimu_000365/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000366", "video_path": "videos/vimu_000366.mp4", "duration_sec": 6.013968, "frames": ["data/cache/frames/vimu_000366/frame_00.jpg", "data/cache/frames/vimu_000366/frame_01.jpg", "data/cache/frames/vimu_000366/frame_02.jpg", "data/cache/frames/vimu_000366/frame_03.jpg", "data/cache/frames/vimu_000366/frame_04.jpg", "data/cache/frames/vimu_000366/frame_05.jpg", "data/cache/frames/vimu_000366/frame_06.jpg", "data/cache/frames/vimu_000366/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000367", "video_path": "videos/vimu_000367.mp4", "duration_sec": 5.967007, "frames": ["data/cache/frames/vimu_000367/frame_00.jpg", "data/cache/frames/vimu_000367/frame_01.jpg", "data/cache/frames/vimu_000367/frame_02.jpg", "data/cache/frames/vimu_000367/frame_03.jpg", "data/cache/frames/vimu_000367/frame_04.jpg", "data/cache/frames/vimu_000367/frame_05.jpg", "data/cache/frames/vimu_000367/frame_06.jpg", "data/cache/frames/vimu_000367/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000368", "video_path": "videos/vimu_000368.mp4", "duration_sec": 7.433333, "frames": ["data/cache/frames/vimu_000368/frame_00.jpg", "data/cache/frames/vimu_000368/frame_01.jpg", "data/cache/frames/vimu_000368/frame_02.jpg", "data/cache/frames/vimu_000368/frame_03.jpg", "data/cache/frames/vimu_000368/frame_04.jpg", "data/cache/frames/vimu_000368/frame_05.jpg", "data/cache/frames/vimu_000368/frame_06.jpg", "data/cache/frames/vimu_000368/frame_07.jpg"], "transcript": "That's why she's still single. You don't get to talk to her like that! Any guy would be lucky to have a girl like her."} +{"video_id": "vimu_000369", "video_path": "videos/vimu_000369.mp4", "duration_sec": 6.106009, "frames": ["data/cache/frames/vimu_000369/frame_00.jpg", "data/cache/frames/vimu_000369/frame_01.jpg", "data/cache/frames/vimu_000369/frame_02.jpg", "data/cache/frames/vimu_000369/frame_03.jpg", "data/cache/frames/vimu_000369/frame_04.jpg", "data/cache/frames/vimu_000369/frame_05.jpg", "data/cache/frames/vimu_000369/frame_06.jpg", "data/cache/frames/vimu_000369/frame_07.jpg"], "transcript": "Yeah, can you just shut the door on the way out?"} +{"video_id": "vimu_000370", "video_path": "videos/vimu_000370.mp4", "duration_sec": 6.233333, "frames": ["data/cache/frames/vimu_000370/frame_00.jpg", "data/cache/frames/vimu_000370/frame_01.jpg", "data/cache/frames/vimu_000370/frame_02.jpg", "data/cache/frames/vimu_000370/frame_03.jpg", "data/cache/frames/vimu_000370/frame_04.jpg", "data/cache/frames/vimu_000370/frame_05.jpg", "data/cache/frames/vimu_000370/frame_06.jpg", "data/cache/frames/vimu_000370/frame_07.jpg"], "transcript": "Guys, it's 3:50 in the morning. We're about to make some spaghetti. We gotta be really quiet. Logan, pass me the bowl."} +{"video_id": "vimu_000371", "video_path": "videos/vimu_000371.mp4", "duration_sec": 5.6, "frames": ["data/cache/frames/vimu_000371/frame_00.jpg", "data/cache/frames/vimu_000371/frame_01.jpg", "data/cache/frames/vimu_000371/frame_02.jpg", "data/cache/frames/vimu_000371/frame_03.jpg", "data/cache/frames/vimu_000371/frame_04.jpg", "data/cache/frames/vimu_000371/frame_05.jpg", "data/cache/frames/vimu_000371/frame_06.jpg", "data/cache/frames/vimu_000371/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000372", "video_path": "videos/vimu_000372.mp4", "duration_sec": 7.0, "frames": ["data/cache/frames/vimu_000372/frame_00.jpg", "data/cache/frames/vimu_000372/frame_01.jpg", "data/cache/frames/vimu_000372/frame_02.jpg", "data/cache/frames/vimu_000372/frame_03.jpg", "data/cache/frames/vimu_000372/frame_04.jpg", "data/cache/frames/vimu_000372/frame_05.jpg", "data/cache/frames/vimu_000372/frame_06.jpg", "data/cache/frames/vimu_000372/frame_07.jpg"], "transcript": "Duck sauce? What is this stuff?"} +{"video_id": "vimu_000373", "video_path": "videos/vimu_000373.mp4", "duration_sec": 6.166667, "frames": ["data/cache/frames/vimu_000373/frame_00.jpg", "data/cache/frames/vimu_000373/frame_01.jpg", "data/cache/frames/vimu_000373/frame_02.jpg", "data/cache/frames/vimu_000373/frame_03.jpg", "data/cache/frames/vimu_000373/frame_04.jpg", "data/cache/frames/vimu_000373/frame_05.jpg", "data/cache/frames/vimu_000373/frame_06.jpg", "data/cache/frames/vimu_000373/frame_07.jpg"], "transcript": "What's the name under for you? I'll just check my files. Um, A for Alex. A?"} +{"video_id": "vimu_000374", "video_path": "videos/vimu_000374.mp4", "duration_sec": 6.6, "frames": ["data/cache/frames/vimu_000374/frame_00.jpg", "data/cache/frames/vimu_000374/frame_01.jpg", "data/cache/frames/vimu_000374/frame_02.jpg", "data/cache/frames/vimu_000374/frame_03.jpg", "data/cache/frames/vimu_000374/frame_04.jpg", "data/cache/frames/vimu_000374/frame_05.jpg", "data/cache/frames/vimu_000374/frame_06.jpg", "data/cache/frames/vimu_000374/frame_07.jpg"], "transcript": "So you just put it right in the, right in your little mowing cup holder, and then you..."} +{"video_id": "vimu_000375", "video_path": "videos/vimu_000375.mp4", "duration_sec": 7.166667, "frames": ["data/cache/frames/vimu_000375/frame_00.jpg", "data/cache/frames/vimu_000375/frame_01.jpg", "data/cache/frames/vimu_000375/frame_02.jpg", "data/cache/frames/vimu_000375/frame_03.jpg", "data/cache/frames/vimu_000375/frame_04.jpg", "data/cache/frames/vimu_000375/frame_05.jpg", "data/cache/frames/vimu_000375/frame_06.jpg", "data/cache/frames/vimu_000375/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000376", "video_path": "videos/vimu_000376.mp4", "duration_sec": 7.366667, "frames": ["data/cache/frames/vimu_000376/frame_00.jpg", "data/cache/frames/vimu_000376/frame_01.jpg", "data/cache/frames/vimu_000376/frame_02.jpg", "data/cache/frames/vimu_000376/frame_03.jpg", "data/cache/frames/vimu_000376/frame_04.jpg", "data/cache/frames/vimu_000376/frame_05.jpg", "data/cache/frames/vimu_000376/frame_06.jpg", "data/cache/frames/vimu_000376/frame_07.jpg"], "transcript": "Before we use this utility knife, we need to get it out of its packaging. This can prove to be quite difficult. To help with this, simply go buy another utility knife."} +{"video_id": "vimu_000377", "video_path": "videos/vimu_000377.mp4", "duration_sec": 7.639002, "frames": ["data/cache/frames/vimu_000377/frame_00.jpg", "data/cache/frames/vimu_000377/frame_01.jpg", "data/cache/frames/vimu_000377/frame_02.jpg", "data/cache/frames/vimu_000377/frame_03.jpg", "data/cache/frames/vimu_000377/frame_04.jpg", "data/cache/frames/vimu_000377/frame_05.jpg", "data/cache/frames/vimu_000377/frame_06.jpg", "data/cache/frames/vimu_000377/frame_07.jpg"], "transcript": "Chocolate milk. Oh, what is it? It's poop!"} +{"video_id": "vimu_000378", "video_path": "videos/vimu_000378.mp4", "duration_sec": 6.066667, "frames": ["data/cache/frames/vimu_000378/frame_00.jpg", "data/cache/frames/vimu_000378/frame_01.jpg", "data/cache/frames/vimu_000378/frame_02.jpg", "data/cache/frames/vimu_000378/frame_03.jpg", "data/cache/frames/vimu_000378/frame_04.jpg", "data/cache/frames/vimu_000378/frame_05.jpg", "data/cache/frames/vimu_000378/frame_06.jpg", "data/cache/frames/vimu_000378/frame_07.jpg"], "transcript": "Here, you have an American socket. Can you eat American? Oh, but here, you have a Chinese socket. Ah, so good."} +{"video_id": "vimu_000379", "video_path": "videos/vimu_000379.mp4", "duration_sec": 6.548005, "frames": ["data/cache/frames/vimu_000379/frame_00.jpg", "data/cache/frames/vimu_000379/frame_01.jpg", "data/cache/frames/vimu_000379/frame_02.jpg", "data/cache/frames/vimu_000379/frame_03.jpg", "data/cache/frames/vimu_000379/frame_04.jpg", "data/cache/frames/vimu_000379/frame_05.jpg", "data/cache/frames/vimu_000379/frame_06.jpg", "data/cache/frames/vimu_000379/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000380", "video_path": "videos/vimu_000380.mp4", "duration_sec": 6.066667, "frames": ["data/cache/frames/vimu_000380/frame_00.jpg", "data/cache/frames/vimu_000380/frame_01.jpg", "data/cache/frames/vimu_000380/frame_02.jpg", "data/cache/frames/vimu_000380/frame_03.jpg", "data/cache/frames/vimu_000380/frame_04.jpg", "data/cache/frames/vimu_000380/frame_05.jpg", "data/cache/frames/vimu_000380/frame_06.jpg", "data/cache/frames/vimu_000380/frame_07.jpg"], "transcript": "Now for the taste test."} +{"video_id": "vimu_000381", "video_path": "videos/vimu_000381.mp4", "duration_sec": 5.905906, "frames": ["data/cache/frames/vimu_000381/frame_00.jpg", "data/cache/frames/vimu_000381/frame_01.jpg", "data/cache/frames/vimu_000381/frame_02.jpg", "data/cache/frames/vimu_000381/frame_03.jpg", "data/cache/frames/vimu_000381/frame_04.jpg", "data/cache/frames/vimu_000381/frame_05.jpg", "data/cache/frames/vimu_000381/frame_06.jpg", "data/cache/frames/vimu_000381/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000382", "video_path": "videos/vimu_000382.mp4", "duration_sec": 6.71, "frames": ["data/cache/frames/vimu_000382/frame_00.jpg", "data/cache/frames/vimu_000382/frame_01.jpg", "data/cache/frames/vimu_000382/frame_02.jpg", "data/cache/frames/vimu_000382/frame_03.jpg", "data/cache/frames/vimu_000382/frame_04.jpg", "data/cache/frames/vimu_000382/frame_05.jpg", "data/cache/frames/vimu_000382/frame_06.jpg", "data/cache/frames/vimu_000382/frame_07.jpg"], "transcript": "I watched Interstellar last night, and guys, there is a bunch of different dimensions out there, and we gotta start utilizing."} +{"video_id": "vimu_000383", "video_path": "videos/vimu_000383.mp4", "duration_sec": 6.176009, "frames": ["data/cache/frames/vimu_000383/frame_00.jpg", "data/cache/frames/vimu_000383/frame_01.jpg", "data/cache/frames/vimu_000383/frame_02.jpg", "data/cache/frames/vimu_000383/frame_03.jpg", "data/cache/frames/vimu_000383/frame_04.jpg", "data/cache/frames/vimu_000383/frame_05.jpg", "data/cache/frames/vimu_000383/frame_06.jpg", "data/cache/frames/vimu_000383/frame_07.jpg"], "transcript": "How is your holiness?"} +{"video_id": "vimu_000384", "video_path": "videos/vimu_000384.mp4", "duration_sec": 6.239573, "frames": ["data/cache/frames/vimu_000384/frame_00.jpg", "data/cache/frames/vimu_000384/frame_01.jpg", "data/cache/frames/vimu_000384/frame_02.jpg", "data/cache/frames/vimu_000384/frame_03.jpg", "data/cache/frames/vimu_000384/frame_04.jpg", "data/cache/frames/vimu_000384/frame_05.jpg", "data/cache/frames/vimu_000384/frame_06.jpg", "data/cache/frames/vimu_000384/frame_07.jpg"], "transcript": "Bro, what's happened to see if you know adult splash?"} +{"video_id": "vimu_000385", "video_path": "videos/vimu_000385.mp4", "duration_sec": 6.315011, "frames": ["data/cache/frames/vimu_000385/frame_00.jpg", "data/cache/frames/vimu_000385/frame_01.jpg", "data/cache/frames/vimu_000385/frame_02.jpg", "data/cache/frames/vimu_000385/frame_03.jpg", "data/cache/frames/vimu_000385/frame_04.jpg", "data/cache/frames/vimu_000385/frame_05.jpg", "data/cache/frames/vimu_000385/frame_06.jpg", "data/cache/frames/vimu_000385/frame_07.jpg"], "transcript": "What the... Bro!"} +{"video_id": "vimu_000386", "video_path": "videos/vimu_000386.mp4", "duration_sec": 5.666667, "frames": ["data/cache/frames/vimu_000386/frame_00.jpg", "data/cache/frames/vimu_000386/frame_01.jpg", "data/cache/frames/vimu_000386/frame_02.jpg", "data/cache/frames/vimu_000386/frame_03.jpg", "data/cache/frames/vimu_000386/frame_04.jpg", "data/cache/frames/vimu_000386/frame_05.jpg", "data/cache/frames/vimu_000386/frame_06.jpg", "data/cache/frames/vimu_000386/frame_07.jpg"], "transcript": "It's not coming off. Dude, it's not coming off."} +{"video_id": "vimu_000387", "video_path": "videos/vimu_000387.mp4", "duration_sec": 6.57324, "frames": ["data/cache/frames/vimu_000387/frame_00.jpg", "data/cache/frames/vimu_000387/frame_01.jpg", "data/cache/frames/vimu_000387/frame_02.jpg", "data/cache/frames/vimu_000387/frame_03.jpg", "data/cache/frames/vimu_000387/frame_04.jpg", "data/cache/frames/vimu_000387/frame_05.jpg", "data/cache/frames/vimu_000387/frame_06.jpg", "data/cache/frames/vimu_000387/frame_07.jpg"], "transcript": "Screw it, screw it, screw it! Screw it, screw it, screw it, screw it!"} +{"video_id": "vimu_000388", "video_path": "videos/vimu_000388.mp4", "duration_sec": 6.933333, "frames": ["data/cache/frames/vimu_000388/frame_00.jpg", "data/cache/frames/vimu_000388/frame_01.jpg", "data/cache/frames/vimu_000388/frame_02.jpg", "data/cache/frames/vimu_000388/frame_03.jpg", "data/cache/frames/vimu_000388/frame_04.jpg", "data/cache/frames/vimu_000388/frame_05.jpg", "data/cache/frames/vimu_000388/frame_06.jpg", "data/cache/frames/vimu_000388/frame_07.jpg"], "transcript": "Oh, right here! Finally!"} +{"video_id": "vimu_000389", "video_path": "videos/vimu_000389.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000389/frame_00.jpg", "data/cache/frames/vimu_000389/frame_01.jpg", "data/cache/frames/vimu_000389/frame_02.jpg", "data/cache/frames/vimu_000389/frame_03.jpg", "data/cache/frames/vimu_000389/frame_04.jpg", "data/cache/frames/vimu_000389/frame_05.jpg", "data/cache/frames/vimu_000389/frame_06.jpg", "data/cache/frames/vimu_000389/frame_07.jpg"], "transcript": "First you gotta unlock this thing. Barney, come. Water."} +{"video_id": "vimu_000390", "video_path": "videos/vimu_000390.mp4", "duration_sec": 7.166667, "frames": ["data/cache/frames/vimu_000390/frame_00.jpg", "data/cache/frames/vimu_000390/frame_01.jpg", "data/cache/frames/vimu_000390/frame_02.jpg", "data/cache/frames/vimu_000390/frame_03.jpg", "data/cache/frames/vimu_000390/frame_04.jpg", "data/cache/frames/vimu_000390/frame_05.jpg", "data/cache/frames/vimu_000390/frame_06.jpg", "data/cache/frames/vimu_000390/frame_07.jpg"], "transcript": "Hey guys, just here with my buddy Luke that biked to school today."} +{"video_id": "vimu_000391", "video_path": "videos/vimu_000391.mp4", "duration_sec": 5.966667, "frames": ["data/cache/frames/vimu_000391/frame_00.jpg", "data/cache/frames/vimu_000391/frame_01.jpg", "data/cache/frames/vimu_000391/frame_02.jpg", "data/cache/frames/vimu_000391/frame_03.jpg", "data/cache/frames/vimu_000391/frame_04.jpg", "data/cache/frames/vimu_000391/frame_05.jpg", "data/cache/frames/vimu_000391/frame_06.jpg", "data/cache/frames/vimu_000391/frame_07.jpg"], "transcript": "Aw, fuck, I was hoping that was gonna be more satisfying. Oof."} +{"video_id": "vimu_000392", "video_path": "videos/vimu_000392.mp4", "duration_sec": 6.037007, "frames": ["data/cache/frames/vimu_000392/frame_00.jpg", "data/cache/frames/vimu_000392/frame_01.jpg", "data/cache/frames/vimu_000392/frame_02.jpg", "data/cache/frames/vimu_000392/frame_03.jpg", "data/cache/frames/vimu_000392/frame_04.jpg", "data/cache/frames/vimu_000392/frame_05.jpg", "data/cache/frames/vimu_000392/frame_06.jpg", "data/cache/frames/vimu_000392/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000393", "video_path": "videos/vimu_000393.mp4", "duration_sec": 6.2, "frames": ["data/cache/frames/vimu_000393/frame_00.jpg", "data/cache/frames/vimu_000393/frame_01.jpg", "data/cache/frames/vimu_000393/frame_02.jpg", "data/cache/frames/vimu_000393/frame_03.jpg", "data/cache/frames/vimu_000393/frame_04.jpg", "data/cache/frames/vimu_000393/frame_05.jpg", "data/cache/frames/vimu_000393/frame_06.jpg", "data/cache/frames/vimu_000393/frame_07.jpg"], "transcript": "Now we'll give this a shake. Oh wait, I forgot I do have a shaker."} +{"video_id": "vimu_000394", "video_path": "videos/vimu_000394.mp4", "duration_sec": 6.6, "frames": ["data/cache/frames/vimu_000394/frame_00.jpg", "data/cache/frames/vimu_000394/frame_01.jpg", "data/cache/frames/vimu_000394/frame_02.jpg", "data/cache/frames/vimu_000394/frame_03.jpg", "data/cache/frames/vimu_000394/frame_04.jpg", "data/cache/frames/vimu_000394/frame_05.jpg", "data/cache/frames/vimu_000394/frame_06.jpg", "data/cache/frames/vimu_000394/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000395", "video_path": "videos/vimu_000395.mp4", "duration_sec": 6.71, "frames": ["data/cache/frames/vimu_000395/frame_00.jpg", "data/cache/frames/vimu_000395/frame_01.jpg", "data/cache/frames/vimu_000395/frame_02.jpg", "data/cache/frames/vimu_000395/frame_03.jpg", "data/cache/frames/vimu_000395/frame_04.jpg", "data/cache/frames/vimu_000395/frame_05.jpg", "data/cache/frames/vimu_000395/frame_06.jpg", "data/cache/frames/vimu_000395/frame_07.jpg"], "transcript": "This is just an interesting"} +{"video_id": "vimu_000396", "video_path": "videos/vimu_000396.mp4", "duration_sec": 6.089423, "frames": ["data/cache/frames/vimu_000396/frame_00.jpg", "data/cache/frames/vimu_000396/frame_01.jpg", "data/cache/frames/vimu_000396/frame_02.jpg", "data/cache/frames/vimu_000396/frame_03.jpg", "data/cache/frames/vimu_000396/frame_04.jpg", "data/cache/frames/vimu_000396/frame_05.jpg", "data/cache/frames/vimu_000396/frame_06.jpg", "data/cache/frames/vimu_000396/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000397", "video_path": "videos/vimu_000397.mp4", "duration_sec": 8.041375, "frames": ["data/cache/frames/vimu_000397/frame_00.jpg", "data/cache/frames/vimu_000397/frame_01.jpg", "data/cache/frames/vimu_000397/frame_02.jpg", "data/cache/frames/vimu_000397/frame_03.jpg", "data/cache/frames/vimu_000397/frame_04.jpg", "data/cache/frames/vimu_000397/frame_05.jpg", "data/cache/frames/vimu_000397/frame_06.jpg", "data/cache/frames/vimu_000397/frame_07.jpg"], "transcript": "Oh no, not again! Oh my God... You need to stop this!"} +{"video_id": "vimu_000398", "video_path": "videos/vimu_000398.mp4", "duration_sec": 6.57324, "frames": ["data/cache/frames/vimu_000398/frame_00.jpg", "data/cache/frames/vimu_000398/frame_01.jpg", "data/cache/frames/vimu_000398/frame_02.jpg", "data/cache/frames/vimu_000398/frame_03.jpg", "data/cache/frames/vimu_000398/frame_04.jpg", "data/cache/frames/vimu_000398/frame_05.jpg", "data/cache/frames/vimu_000398/frame_06.jpg", "data/cache/frames/vimu_000398/frame_07.jpg"], "transcript": "O cachorro botou um pescoço aqui no telhado."} +{"video_id": "vimu_000399", "video_path": "videos/vimu_000399.mp4", "duration_sec": 6.77344, "frames": ["data/cache/frames/vimu_000399/frame_00.jpg", "data/cache/frames/vimu_000399/frame_01.jpg", "data/cache/frames/vimu_000399/frame_02.jpg", "data/cache/frames/vimu_000399/frame_03.jpg", "data/cache/frames/vimu_000399/frame_04.jpg", "data/cache/frames/vimu_000399/frame_05.jpg", "data/cache/frames/vimu_000399/frame_06.jpg", "data/cache/frames/vimu_000399/frame_07.jpg"], "transcript": "Come here, come here, come here, come here, come here. Hold on, what? Let me see that, let me see that. It said credit card LM smart."} +{"video_id": "vimu_000400", "video_path": "videos/vimu_000400.mp4", "duration_sec": 7.2, "frames": ["data/cache/frames/vimu_000400/frame_00.jpg", "data/cache/frames/vimu_000400/frame_01.jpg", "data/cache/frames/vimu_000400/frame_02.jpg", "data/cache/frames/vimu_000400/frame_03.jpg", "data/cache/frames/vimu_000400/frame_04.jpg", "data/cache/frames/vimu_000400/frame_05.jpg", "data/cache/frames/vimu_000400/frame_06.jpg", "data/cache/frames/vimu_000400/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000401", "video_path": "videos/vimu_000401.mp4", "duration_sec": 5.828005, "frames": ["data/cache/frames/vimu_000401/frame_00.jpg", "data/cache/frames/vimu_000401/frame_01.jpg", "data/cache/frames/vimu_000401/frame_02.jpg", "data/cache/frames/vimu_000401/frame_03.jpg", "data/cache/frames/vimu_000401/frame_04.jpg", "data/cache/frames/vimu_000401/frame_05.jpg", "data/cache/frames/vimu_000401/frame_06.jpg", "data/cache/frames/vimu_000401/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000402", "video_path": "videos/vimu_000402.mp4", "duration_sec": 6.640907, "frames": ["data/cache/frames/vimu_000402/frame_00.jpg", "data/cache/frames/vimu_000402/frame_01.jpg", "data/cache/frames/vimu_000402/frame_02.jpg", "data/cache/frames/vimu_000402/frame_03.jpg", "data/cache/frames/vimu_000402/frame_04.jpg", "data/cache/frames/vimu_000402/frame_05.jpg", "data/cache/frames/vimu_000402/frame_06.jpg", "data/cache/frames/vimu_000402/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000403", "video_path": "videos/vimu_000403.mp4", "duration_sec": 5.9, "frames": ["data/cache/frames/vimu_000403/frame_00.jpg", "data/cache/frames/vimu_000403/frame_01.jpg", "data/cache/frames/vimu_000403/frame_02.jpg", "data/cache/frames/vimu_000403/frame_03.jpg", "data/cache/frames/vimu_000403/frame_04.jpg", "data/cache/frames/vimu_000403/frame_05.jpg", "data/cache/frames/vimu_000403/frame_06.jpg", "data/cache/frames/vimu_000403/frame_07.jpg"], "transcript": "Hey buddy, who's that?"} +{"video_id": "vimu_000404", "video_path": "videos/vimu_000404.mp4", "duration_sec": 6.533333, "frames": ["data/cache/frames/vimu_000404/frame_00.jpg", "data/cache/frames/vimu_000404/frame_01.jpg", "data/cache/frames/vimu_000404/frame_02.jpg", "data/cache/frames/vimu_000404/frame_03.jpg", "data/cache/frames/vimu_000404/frame_04.jpg", "data/cache/frames/vimu_000404/frame_05.jpg", "data/cache/frames/vimu_000404/frame_06.jpg", "data/cache/frames/vimu_000404/frame_07.jpg"], "transcript": "Yo, they got the Minecraft Eggo."} +{"video_id": "vimu_000405", "video_path": "videos/vimu_000405.mp4", "duration_sec": 7.8, "frames": ["data/cache/frames/vimu_000405/frame_00.jpg", "data/cache/frames/vimu_000405/frame_01.jpg", "data/cache/frames/vimu_000405/frame_02.jpg", "data/cache/frames/vimu_000405/frame_03.jpg", "data/cache/frames/vimu_000405/frame_04.jpg", "data/cache/frames/vimu_000405/frame_05.jpg", "data/cache/frames/vimu_000405/frame_06.jpg", "data/cache/frames/vimu_000405/frame_07.jpg"], "transcript": "Тебя неважно 200 метров, у меня нарова под окном."} +{"video_id": "vimu_000406", "video_path": "videos/vimu_000406.mp4", "duration_sec": 6.833333, "frames": ["data/cache/frames/vimu_000406/frame_00.jpg", "data/cache/frames/vimu_000406/frame_01.jpg", "data/cache/frames/vimu_000406/frame_02.jpg", "data/cache/frames/vimu_000406/frame_03.jpg", "data/cache/frames/vimu_000406/frame_04.jpg", "data/cache/frames/vimu_000406/frame_05.jpg", "data/cache/frames/vimu_000406/frame_06.jpg", "data/cache/frames/vimu_000406/frame_07.jpg"], "transcript": "Pepsi!"} +{"video_id": "vimu_000407", "video_path": "videos/vimu_000407.mp4", "duration_sec": 8.666667, "frames": ["data/cache/frames/vimu_000407/frame_00.jpg", "data/cache/frames/vimu_000407/frame_01.jpg", "data/cache/frames/vimu_000407/frame_02.jpg", "data/cache/frames/vimu_000407/frame_03.jpg", "data/cache/frames/vimu_000407/frame_04.jpg", "data/cache/frames/vimu_000407/frame_05.jpg", "data/cache/frames/vimu_000407/frame_06.jpg", "data/cache/frames/vimu_000407/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000408", "video_path": "videos/vimu_000408.mp4", "duration_sec": 7.8, "frames": ["data/cache/frames/vimu_000408/frame_00.jpg", "data/cache/frames/vimu_000408/frame_01.jpg", "data/cache/frames/vimu_000408/frame_02.jpg", "data/cache/frames/vimu_000408/frame_03.jpg", "data/cache/frames/vimu_000408/frame_04.jpg", "data/cache/frames/vimu_000408/frame_05.jpg", "data/cache/frames/vimu_000408/frame_06.jpg", "data/cache/frames/vimu_000408/frame_07.jpg"], "transcript": "Хорош, моя золотая. Тишина."} +{"video_id": "vimu_000409", "video_path": "videos/vimu_000409.mp4", "duration_sec": 12.2, "frames": ["data/cache/frames/vimu_000409/frame_00.jpg", "data/cache/frames/vimu_000409/frame_01.jpg", "data/cache/frames/vimu_000409/frame_02.jpg", "data/cache/frames/vimu_000409/frame_03.jpg", "data/cache/frames/vimu_000409/frame_04.jpg", "data/cache/frames/vimu_000409/frame_05.jpg", "data/cache/frames/vimu_000409/frame_06.jpg", "data/cache/frames/vimu_000409/frame_07.jpg"], "transcript": "Hi, Balby. What's up, buddy? Sit. Sit down. He doesn't know sit. Yes, he does. Oh, shit, he does. Yeah, he does. Good."} +{"video_id": "vimu_000410", "video_path": "videos/vimu_000410.mp4", "duration_sec": 7.267007, "frames": ["data/cache/frames/vimu_000410/frame_00.jpg", "data/cache/frames/vimu_000410/frame_01.jpg", "data/cache/frames/vimu_000410/frame_02.jpg", "data/cache/frames/vimu_000410/frame_03.jpg", "data/cache/frames/vimu_000410/frame_04.jpg", "data/cache/frames/vimu_000410/frame_05.jpg", "data/cache/frames/vimu_000410/frame_06.jpg", "data/cache/frames/vimu_000410/frame_07.jpg"], "transcript": "And one of the most important things to get the most tender steak possible is you just gotta let it sit."} +{"video_id": "vimu_000411", "video_path": "videos/vimu_000411.mp4", "duration_sec": 6.9, "frames": ["data/cache/frames/vimu_000411/frame_00.jpg", "data/cache/frames/vimu_000411/frame_01.jpg", "data/cache/frames/vimu_000411/frame_02.jpg", "data/cache/frames/vimu_000411/frame_03.jpg", "data/cache/frames/vimu_000411/frame_04.jpg", "data/cache/frames/vimu_000411/frame_05.jpg", "data/cache/frames/vimu_000411/frame_06.jpg", "data/cache/frames/vimu_000411/frame_07.jpg"], "transcript": "Dad, um, light switch is off. Do you hear that?"} +{"video_id": "vimu_000412", "video_path": "videos/vimu_000412.mp4", "duration_sec": 7.933333, "frames": ["data/cache/frames/vimu_000412/frame_00.jpg", "data/cache/frames/vimu_000412/frame_01.jpg", "data/cache/frames/vimu_000412/frame_02.jpg", "data/cache/frames/vimu_000412/frame_03.jpg", "data/cache/frames/vimu_000412/frame_04.jpg", "data/cache/frames/vimu_000412/frame_05.jpg", "data/cache/frames/vimu_000412/frame_06.jpg", "data/cache/frames/vimu_000412/frame_07.jpg"], "transcript": "I just came here and got a chicken sandwich all on my own and I don't care. Judge me? Judge me. Loser."} +{"video_id": "vimu_000413", "video_path": "videos/vimu_000413.mp4", "duration_sec": 6.500998, "frames": ["data/cache/frames/vimu_000413/frame_00.jpg", "data/cache/frames/vimu_000413/frame_01.jpg", "data/cache/frames/vimu_000413/frame_02.jpg", "data/cache/frames/vimu_000413/frame_03.jpg", "data/cache/frames/vimu_000413/frame_04.jpg", "data/cache/frames/vimu_000413/frame_05.jpg", "data/cache/frames/vimu_000413/frame_06.jpg", "data/cache/frames/vimu_000413/frame_07.jpg"], "transcript": "How long can a singular fly survive on solely Cajun dust? I'll keep you updated."} +{"video_id": "vimu_000414", "video_path": "videos/vimu_000414.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000414/frame_00.jpg", "data/cache/frames/vimu_000414/frame_01.jpg", "data/cache/frames/vimu_000414/frame_02.jpg", "data/cache/frames/vimu_000414/frame_03.jpg", "data/cache/frames/vimu_000414/frame_04.jpg", "data/cache/frames/vimu_000414/frame_05.jpg", "data/cache/frames/vimu_000414/frame_06.jpg", "data/cache/frames/vimu_000414/frame_07.jpg"], "transcript": "This egg could probably stick to something."} +{"video_id": "vimu_000415", "video_path": "videos/vimu_000415.mp4", "duration_sec": 9.066667, "frames": ["data/cache/frames/vimu_000415/frame_00.jpg", "data/cache/frames/vimu_000415/frame_01.jpg", "data/cache/frames/vimu_000415/frame_02.jpg", "data/cache/frames/vimu_000415/frame_03.jpg", "data/cache/frames/vimu_000415/frame_04.jpg", "data/cache/frames/vimu_000415/frame_05.jpg", "data/cache/frames/vimu_000415/frame_06.jpg", "data/cache/frames/vimu_000415/frame_07.jpg"], "transcript": "Some guy over there told me that I needed to kiss him, and then he'd turn me into a crab. He's like, he's like over there."} +{"video_id": "vimu_000416", "video_path": "videos/vimu_000416.mp4", "duration_sec": 6.617007, "frames": ["data/cache/frames/vimu_000416/frame_00.jpg", "data/cache/frames/vimu_000416/frame_01.jpg", "data/cache/frames/vimu_000416/frame_02.jpg", "data/cache/frames/vimu_000416/frame_03.jpg", "data/cache/frames/vimu_000416/frame_04.jpg", "data/cache/frames/vimu_000416/frame_05.jpg", "data/cache/frames/vimu_000416/frame_06.jpg", "data/cache/frames/vimu_000416/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000417", "video_path": "videos/vimu_000417.mp4", "duration_sec": 7.383946, "frames": ["data/cache/frames/vimu_000417/frame_00.jpg", "data/cache/frames/vimu_000417/frame_01.jpg", "data/cache/frames/vimu_000417/frame_02.jpg", "data/cache/frames/vimu_000417/frame_03.jpg", "data/cache/frames/vimu_000417/frame_04.jpg", "data/cache/frames/vimu_000417/frame_05.jpg", "data/cache/frames/vimu_000417/frame_06.jpg", "data/cache/frames/vimu_000417/frame_07.jpg"], "transcript": "I don't care what you say anymore, this is my life."} +{"video_id": "vimu_000418", "video_path": "videos/vimu_000418.mp4", "duration_sec": 6.566667, "frames": ["data/cache/frames/vimu_000418/frame_00.jpg", "data/cache/frames/vimu_000418/frame_01.jpg", "data/cache/frames/vimu_000418/frame_02.jpg", "data/cache/frames/vimu_000418/frame_03.jpg", "data/cache/frames/vimu_000418/frame_04.jpg", "data/cache/frames/vimu_000418/frame_05.jpg", "data/cache/frames/vimu_000418/frame_06.jpg", "data/cache/frames/vimu_000418/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000419", "video_path": "videos/vimu_000419.mp4", "duration_sec": 6.037007, "frames": ["data/cache/frames/vimu_000419/frame_00.jpg", "data/cache/frames/vimu_000419/frame_01.jpg", "data/cache/frames/vimu_000419/frame_02.jpg", "data/cache/frames/vimu_000419/frame_03.jpg", "data/cache/frames/vimu_000419/frame_04.jpg", "data/cache/frames/vimu_000419/frame_05.jpg", "data/cache/frames/vimu_000419/frame_06.jpg", "data/cache/frames/vimu_000419/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000420", "video_path": "videos/vimu_000420.mp4", "duration_sec": 7.243991, "frames": ["data/cache/frames/vimu_000420/frame_00.jpg", "data/cache/frames/vimu_000420/frame_01.jpg", "data/cache/frames/vimu_000420/frame_02.jpg", "data/cache/frames/vimu_000420/frame_03.jpg", "data/cache/frames/vimu_000420/frame_04.jpg", "data/cache/frames/vimu_000420/frame_05.jpg", "data/cache/frames/vimu_000420/frame_06.jpg", "data/cache/frames/vimu_000420/frame_07.jpg"], "transcript": "Yeah? Come here. OK, I'm on it."} +{"video_id": "vimu_000421", "video_path": "videos/vimu_000421.mp4", "duration_sec": 7.366667, "frames": ["data/cache/frames/vimu_000421/frame_00.jpg", "data/cache/frames/vimu_000421/frame_01.jpg", "data/cache/frames/vimu_000421/frame_02.jpg", "data/cache/frames/vimu_000421/frame_03.jpg", "data/cache/frames/vimu_000421/frame_04.jpg", "data/cache/frames/vimu_000421/frame_05.jpg", "data/cache/frames/vimu_000421/frame_06.jpg", "data/cache/frames/vimu_000421/frame_07.jpg"], "transcript": "So you just put it right in the, right in your little mowing cup holder."} +{"video_id": "vimu_000422", "video_path": "videos/vimu_000422.mp4", "duration_sec": 5.7, "frames": ["data/cache/frames/vimu_000422/frame_00.jpg", "data/cache/frames/vimu_000422/frame_01.jpg", "data/cache/frames/vimu_000422/frame_02.jpg", "data/cache/frames/vimu_000422/frame_03.jpg", "data/cache/frames/vimu_000422/frame_04.jpg", "data/cache/frames/vimu_000422/frame_05.jpg", "data/cache/frames/vimu_000422/frame_06.jpg", "data/cache/frames/vimu_000422/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000423", "video_path": "videos/vimu_000423.mp4", "duration_sec": 7.133333, "frames": ["data/cache/frames/vimu_000423/frame_00.jpg", "data/cache/frames/vimu_000423/frame_01.jpg", "data/cache/frames/vimu_000423/frame_02.jpg", "data/cache/frames/vimu_000423/frame_03.jpg", "data/cache/frames/vimu_000423/frame_04.jpg", "data/cache/frames/vimu_000423/frame_05.jpg", "data/cache/frames/vimu_000423/frame_06.jpg", "data/cache/frames/vimu_000423/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000424", "video_path": "videos/vimu_000424.mp4", "duration_sec": 6.78, "frames": ["data/cache/frames/vimu_000424/frame_00.jpg", "data/cache/frames/vimu_000424/frame_01.jpg", "data/cache/frames/vimu_000424/frame_02.jpg", "data/cache/frames/vimu_000424/frame_03.jpg", "data/cache/frames/vimu_000424/frame_04.jpg", "data/cache/frames/vimu_000424/frame_05.jpg", "data/cache/frames/vimu_000424/frame_06.jpg", "data/cache/frames/vimu_000424/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000425", "video_path": "videos/vimu_000425.mp4", "duration_sec": 7.7, "frames": ["data/cache/frames/vimu_000425/frame_00.jpg", "data/cache/frames/vimu_000425/frame_01.jpg", "data/cache/frames/vimu_000425/frame_02.jpg", "data/cache/frames/vimu_000425/frame_03.jpg", "data/cache/frames/vimu_000425/frame_04.jpg", "data/cache/frames/vimu_000425/frame_05.jpg", "data/cache/frames/vimu_000425/frame_06.jpg", "data/cache/frames/vimu_000425/frame_07.jpg"], "transcript": "서도 나의 곁에 있어도 눈물이 나니까"} +{"video_id": "vimu_000426", "video_path": "videos/vimu_000426.mp4", "duration_sec": 6.766667, "frames": ["data/cache/frames/vimu_000426/frame_00.jpg", "data/cache/frames/vimu_000426/frame_01.jpg", "data/cache/frames/vimu_000426/frame_02.jpg", "data/cache/frames/vimu_000426/frame_03.jpg", "data/cache/frames/vimu_000426/frame_04.jpg", "data/cache/frames/vimu_000426/frame_05.jpg", "data/cache/frames/vimu_000426/frame_06.jpg", "data/cache/frames/vimu_000426/frame_07.jpg"], "transcript": "Might be in a tornado right now. Yup."} +{"video_id": "vimu_000427", "video_path": "videos/vimu_000427.mp4", "duration_sec": 6.066667, "frames": ["data/cache/frames/vimu_000427/frame_00.jpg", "data/cache/frames/vimu_000427/frame_01.jpg", "data/cache/frames/vimu_000427/frame_02.jpg", "data/cache/frames/vimu_000427/frame_03.jpg", "data/cache/frames/vimu_000427/frame_04.jpg", "data/cache/frames/vimu_000427/frame_05.jpg", "data/cache/frames/vimu_000427/frame_06.jpg", "data/cache/frames/vimu_000427/frame_07.jpg"], "transcript": "Well, that's it. Oh, God!"} +{"video_id": "vimu_000428", "video_path": "videos/vimu_000428.mp4", "duration_sec": 7.3, "frames": ["data/cache/frames/vimu_000428/frame_00.jpg", "data/cache/frames/vimu_000428/frame_01.jpg", "data/cache/frames/vimu_000428/frame_02.jpg", "data/cache/frames/vimu_000428/frame_03.jpg", "data/cache/frames/vimu_000428/frame_04.jpg", "data/cache/frames/vimu_000428/frame_05.jpg", "data/cache/frames/vimu_000428/frame_06.jpg", "data/cache/frames/vimu_000428/frame_07.jpg"], "transcript": "Hello! Hey, I thought I would open my wallet. Hey, do you have a mask? Huh? Do you have a mask? Yeah, yeah, yeah. You got some money?"} +{"video_id": "vimu_000429", "video_path": "videos/vimu_000429.mp4", "duration_sec": 6.941995, "frames": ["data/cache/frames/vimu_000429/frame_00.jpg", "data/cache/frames/vimu_000429/frame_01.jpg", "data/cache/frames/vimu_000429/frame_02.jpg", "data/cache/frames/vimu_000429/frame_03.jpg", "data/cache/frames/vimu_000429/frame_04.jpg", "data/cache/frames/vimu_000429/frame_05.jpg", "data/cache/frames/vimu_000429/frame_06.jpg", "data/cache/frames/vimu_000429/frame_07.jpg"], "transcript": "I really can't stand them."} +{"video_id": "vimu_000430", "video_path": "videos/vimu_000430.mp4", "duration_sec": 6.246009, "frames": ["data/cache/frames/vimu_000430/frame_00.jpg", "data/cache/frames/vimu_000430/frame_01.jpg", "data/cache/frames/vimu_000430/frame_02.jpg", "data/cache/frames/vimu_000430/frame_03.jpg", "data/cache/frames/vimu_000430/frame_04.jpg", "data/cache/frames/vimu_000430/frame_05.jpg", "data/cache/frames/vimu_000430/frame_06.jpg", "data/cache/frames/vimu_000430/frame_07.jpg"], "transcript": "Can you just show us again real quick what this is? What is that? What is that?"} +{"video_id": "vimu_000431", "video_path": "videos/vimu_000431.mp4", "duration_sec": 7.3, "frames": ["data/cache/frames/vimu_000431/frame_00.jpg", "data/cache/frames/vimu_000431/frame_01.jpg", "data/cache/frames/vimu_000431/frame_02.jpg", "data/cache/frames/vimu_000431/frame_03.jpg", "data/cache/frames/vimu_000431/frame_04.jpg", "data/cache/frames/vimu_000431/frame_05.jpg", "data/cache/frames/vimu_000431/frame_06.jpg", "data/cache/frames/vimu_000431/frame_07.jpg"], "transcript": "First you gotta unlock this thing. Barney, come. Water."} +{"video_id": "vimu_000432", "video_path": "videos/vimu_000432.mp4", "duration_sec": 5.916667, "frames": ["data/cache/frames/vimu_000432/frame_00.jpg", "data/cache/frames/vimu_000432/frame_01.jpg", "data/cache/frames/vimu_000432/frame_02.jpg", "data/cache/frames/vimu_000432/frame_03.jpg", "data/cache/frames/vimu_000432/frame_04.jpg", "data/cache/frames/vimu_000432/frame_05.jpg", "data/cache/frames/vimu_000432/frame_06.jpg", "data/cache/frames/vimu_000432/frame_07.jpg"], "transcript": "Oh yeah, do we wanna put a log on the fire? You wanna log on the fire?"} +{"video_id": "vimu_000433", "video_path": "videos/vimu_000433.mp4", "duration_sec": 5.502993, "frames": ["data/cache/frames/vimu_000433/frame_00.jpg", "data/cache/frames/vimu_000433/frame_01.jpg", "data/cache/frames/vimu_000433/frame_02.jpg", "data/cache/frames/vimu_000433/frame_03.jpg", "data/cache/frames/vimu_000433/frame_04.jpg", "data/cache/frames/vimu_000433/frame_05.jpg", "data/cache/frames/vimu_000433/frame_06.jpg", "data/cache/frames/vimu_000433/frame_07.jpg"], "transcript": "Oh, nothing like a good cold can of..."} +{"video_id": "vimu_000434", "video_path": "videos/vimu_000434.mp4", "duration_sec": 6.27294, "frames": ["data/cache/frames/vimu_000434/frame_00.jpg", "data/cache/frames/vimu_000434/frame_01.jpg", "data/cache/frames/vimu_000434/frame_02.jpg", "data/cache/frames/vimu_000434/frame_03.jpg", "data/cache/frames/vimu_000434/frame_04.jpg", "data/cache/frames/vimu_000434/frame_05.jpg", "data/cache/frames/vimu_000434/frame_06.jpg", "data/cache/frames/vimu_000434/frame_07.jpg"], "transcript": "I'm Joe Young. I'm coming."} +{"video_id": "vimu_000435", "video_path": "videos/vimu_000435.mp4", "duration_sec": 5.925926, "frames": ["data/cache/frames/vimu_000435/frame_00.jpg", "data/cache/frames/vimu_000435/frame_01.jpg", "data/cache/frames/vimu_000435/frame_02.jpg", "data/cache/frames/vimu_000435/frame_03.jpg", "data/cache/frames/vimu_000435/frame_04.jpg", "data/cache/frames/vimu_000435/frame_05.jpg", "data/cache/frames/vimu_000435/frame_06.jpg", "data/cache/frames/vimu_000435/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000436", "video_path": "videos/vimu_000436.mp4", "duration_sec": 7.243991, "frames": ["data/cache/frames/vimu_000436/frame_00.jpg", "data/cache/frames/vimu_000436/frame_01.jpg", "data/cache/frames/vimu_000436/frame_02.jpg", "data/cache/frames/vimu_000436/frame_03.jpg", "data/cache/frames/vimu_000436/frame_04.jpg", "data/cache/frames/vimu_000436/frame_05.jpg", "data/cache/frames/vimu_000436/frame_06.jpg", "data/cache/frames/vimu_000436/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000437", "video_path": "videos/vimu_000437.mp4", "duration_sec": 6.339673, "frames": ["data/cache/frames/vimu_000437/frame_00.jpg", "data/cache/frames/vimu_000437/frame_01.jpg", "data/cache/frames/vimu_000437/frame_02.jpg", "data/cache/frames/vimu_000437/frame_03.jpg", "data/cache/frames/vimu_000437/frame_04.jpg", "data/cache/frames/vimu_000437/frame_05.jpg", "data/cache/frames/vimu_000437/frame_06.jpg", "data/cache/frames/vimu_000437/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000438", "video_path": "videos/vimu_000438.mp4", "duration_sec": 7.833333, "frames": ["data/cache/frames/vimu_000438/frame_00.jpg", "data/cache/frames/vimu_000438/frame_01.jpg", "data/cache/frames/vimu_000438/frame_02.jpg", "data/cache/frames/vimu_000438/frame_03.jpg", "data/cache/frames/vimu_000438/frame_04.jpg", "data/cache/frames/vimu_000438/frame_05.jpg", "data/cache/frames/vimu_000438/frame_06.jpg", "data/cache/frames/vimu_000438/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000439", "video_path": "videos/vimu_000439.mp4", "duration_sec": 7.433333, "frames": ["data/cache/frames/vimu_000439/frame_00.jpg", "data/cache/frames/vimu_000439/frame_01.jpg", "data/cache/frames/vimu_000439/frame_02.jpg", "data/cache/frames/vimu_000439/frame_03.jpg", "data/cache/frames/vimu_000439/frame_04.jpg", "data/cache/frames/vimu_000439/frame_05.jpg", "data/cache/frames/vimu_000439/frame_06.jpg", "data/cache/frames/vimu_000439/frame_07.jpg"], "transcript": "Look at them two couples over there. Little couple action."} +{"video_id": "vimu_000440", "video_path": "videos/vimu_000440.mp4", "duration_sec": 6.71, "frames": ["data/cache/frames/vimu_000440/frame_00.jpg", "data/cache/frames/vimu_000440/frame_01.jpg", "data/cache/frames/vimu_000440/frame_02.jpg", "data/cache/frames/vimu_000440/frame_03.jpg", "data/cache/frames/vimu_000440/frame_04.jpg", "data/cache/frames/vimu_000440/frame_05.jpg", "data/cache/frames/vimu_000440/frame_06.jpg", "data/cache/frames/vimu_000440/frame_07.jpg"], "transcript": "Hey, just give me a second, I'm having a hard time seeing your menu. Thank you. Yeah, I can't really read it."} +{"video_id": "vimu_000441", "video_path": "videos/vimu_000441.mp4", "duration_sec": 6.066667, "frames": ["data/cache/frames/vimu_000441/frame_00.jpg", "data/cache/frames/vimu_000441/frame_01.jpg", "data/cache/frames/vimu_000441/frame_02.jpg", "data/cache/frames/vimu_000441/frame_03.jpg", "data/cache/frames/vimu_000441/frame_04.jpg", "data/cache/frames/vimu_000441/frame_05.jpg", "data/cache/frames/vimu_000441/frame_06.jpg", "data/cache/frames/vimu_000441/frame_07.jpg"], "transcript": "Hey, happy 97th birthday, Grandma! We gave you a cupcake! I'm diabetic, you asshole!"} +{"video_id": "vimu_000442", "video_path": "videos/vimu_000442.mp4", "duration_sec": 5.711995, "frames": ["data/cache/frames/vimu_000442/frame_00.jpg", "data/cache/frames/vimu_000442/frame_01.jpg", "data/cache/frames/vimu_000442/frame_02.jpg", "data/cache/frames/vimu_000442/frame_03.jpg", "data/cache/frames/vimu_000442/frame_04.jpg", "data/cache/frames/vimu_000442/frame_05.jpg", "data/cache/frames/vimu_000442/frame_06.jpg", "data/cache/frames/vimu_000442/frame_07.jpg"], "transcript": "This is an ostrich egg."} +{"video_id": "vimu_000443", "video_path": "videos/vimu_000443.mp4", "duration_sec": 5.780998, "frames": ["data/cache/frames/vimu_000443/frame_00.jpg", "data/cache/frames/vimu_000443/frame_01.jpg", "data/cache/frames/vimu_000443/frame_02.jpg", "data/cache/frames/vimu_000443/frame_03.jpg", "data/cache/frames/vimu_000443/frame_04.jpg", "data/cache/frames/vimu_000443/frame_05.jpg", "data/cache/frames/vimu_000443/frame_06.jpg", "data/cache/frames/vimu_000443/frame_07.jpg"], "transcript": "Weird spot for a water fountain. Oh shit!"} +{"video_id": "vimu_000444", "video_path": "videos/vimu_000444.mp4", "duration_sec": 6.933333, "frames": ["data/cache/frames/vimu_000444/frame_00.jpg", "data/cache/frames/vimu_000444/frame_01.jpg", "data/cache/frames/vimu_000444/frame_02.jpg", "data/cache/frames/vimu_000444/frame_03.jpg", "data/cache/frames/vimu_000444/frame_04.jpg", "data/cache/frames/vimu_000444/frame_05.jpg", "data/cache/frames/vimu_000444/frame_06.jpg", "data/cache/frames/vimu_000444/frame_07.jpg"], "transcript": "Damn, the full moon is huge! But nah, it's just, it's a Kane's balloon!"} +{"video_id": "vimu_000445", "video_path": "videos/vimu_000445.mp4", "duration_sec": 5.925926, "frames": ["data/cache/frames/vimu_000445/frame_00.jpg", "data/cache/frames/vimu_000445/frame_01.jpg", "data/cache/frames/vimu_000445/frame_02.jpg", "data/cache/frames/vimu_000445/frame_03.jpg", "data/cache/frames/vimu_000445/frame_04.jpg", "data/cache/frames/vimu_000445/frame_05.jpg", "data/cache/frames/vimu_000445/frame_06.jpg", "data/cache/frames/vimu_000445/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000446", "video_path": "videos/vimu_000446.mp4", "duration_sec": 6.239573, "frames": ["data/cache/frames/vimu_000446/frame_00.jpg", "data/cache/frames/vimu_000446/frame_01.jpg", "data/cache/frames/vimu_000446/frame_02.jpg", "data/cache/frames/vimu_000446/frame_03.jpg", "data/cache/frames/vimu_000446/frame_04.jpg", "data/cache/frames/vimu_000446/frame_05.jpg", "data/cache/frames/vimu_000446/frame_06.jpg", "data/cache/frames/vimu_000446/frame_07.jpg"], "transcript": "lepší dňa."} +{"video_id": "vimu_000447", "video_path": "videos/vimu_000447.mp4", "duration_sec": 6.687007, "frames": ["data/cache/frames/vimu_000447/frame_00.jpg", "data/cache/frames/vimu_000447/frame_01.jpg", "data/cache/frames/vimu_000447/frame_02.jpg", "data/cache/frames/vimu_000447/frame_03.jpg", "data/cache/frames/vimu_000447/frame_04.jpg", "data/cache/frames/vimu_000447/frame_05.jpg", "data/cache/frames/vimu_000447/frame_06.jpg", "data/cache/frames/vimu_000447/frame_07.jpg"], "transcript": "I'm just wondering, can you still hear me? Can I get number 11?"} +{"video_id": "vimu_000448", "video_path": "videos/vimu_000448.mp4", "duration_sec": 6.339673, "frames": ["data/cache/frames/vimu_000448/frame_00.jpg", "data/cache/frames/vimu_000448/frame_01.jpg", "data/cache/frames/vimu_000448/frame_02.jpg", "data/cache/frames/vimu_000448/frame_03.jpg", "data/cache/frames/vimu_000448/frame_04.jpg", "data/cache/frames/vimu_000448/frame_05.jpg", "data/cache/frames/vimu_000448/frame_06.jpg", "data/cache/frames/vimu_000448/frame_07.jpg"], "transcript": "That bowl, cream of chicken, we're gonna get it to pour perfectly into the bowl, ready?"} +{"video_id": "vimu_000449", "video_path": "videos/vimu_000449.mp4", "duration_sec": 5.538872, "frames": ["data/cache/frames/vimu_000449/frame_00.jpg", "data/cache/frames/vimu_000449/frame_01.jpg", "data/cache/frames/vimu_000449/frame_02.jpg", "data/cache/frames/vimu_000449/frame_03.jpg", "data/cache/frames/vimu_000449/frame_04.jpg", "data/cache/frames/vimu_000449/frame_05.jpg", "data/cache/frames/vimu_000449/frame_06.jpg", "data/cache/frames/vimu_000449/frame_07.jpg"], "transcript": "I got the diaper fours, dead stock."} +{"video_id": "vimu_000450", "video_path": "videos/vimu_000450.mp4", "duration_sec": 6.706707, "frames": ["data/cache/frames/vimu_000450/frame_00.jpg", "data/cache/frames/vimu_000450/frame_01.jpg", "data/cache/frames/vimu_000450/frame_02.jpg", "data/cache/frames/vimu_000450/frame_03.jpg", "data/cache/frames/vimu_000450/frame_04.jpg", "data/cache/frames/vimu_000450/frame_05.jpg", "data/cache/frames/vimu_000450/frame_06.jpg", "data/cache/frames/vimu_000450/frame_07.jpg"], "transcript": "Uh, buddy? That's not looking too good, bud."} +{"video_id": "vimu_000451", "video_path": "videos/vimu_000451.mp4", "duration_sec": 5.641995, "frames": ["data/cache/frames/vimu_000451/frame_00.jpg", "data/cache/frames/vimu_000451/frame_01.jpg", "data/cache/frames/vimu_000451/frame_02.jpg", "data/cache/frames/vimu_000451/frame_03.jpg", "data/cache/frames/vimu_000451/frame_04.jpg", "data/cache/frames/vimu_000451/frame_05.jpg", "data/cache/frames/vimu_000451/frame_06.jpg", "data/cache/frames/vimu_000451/frame_07.jpg"], "transcript": "Bourbon, shake my hand. Shake. Put it there, God damn it."} +{"video_id": "vimu_000452", "video_path": "videos/vimu_000452.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000452/frame_00.jpg", "data/cache/frames/vimu_000452/frame_01.jpg", "data/cache/frames/vimu_000452/frame_02.jpg", "data/cache/frames/vimu_000452/frame_03.jpg", "data/cache/frames/vimu_000452/frame_04.jpg", "data/cache/frames/vimu_000452/frame_05.jpg", "data/cache/frames/vimu_000452/frame_06.jpg", "data/cache/frames/vimu_000452/frame_07.jpg"], "transcript": "Your water, good sir. Thank you, good sir. Eject COM! Water!"} +{"video_id": "vimu_000453", "video_path": "videos/vimu_000453.mp4", "duration_sec": 7.433333, "frames": ["data/cache/frames/vimu_000453/frame_00.jpg", "data/cache/frames/vimu_000453/frame_01.jpg", "data/cache/frames/vimu_000453/frame_02.jpg", "data/cache/frames/vimu_000453/frame_03.jpg", "data/cache/frames/vimu_000453/frame_04.jpg", "data/cache/frames/vimu_000453/frame_05.jpg", "data/cache/frames/vimu_000453/frame_06.jpg", "data/cache/frames/vimu_000453/frame_07.jpg"], "transcript": "Day 66 of putting a burrito in this locker. Now it's full. We finished our next row."} +{"video_id": "vimu_000454", "video_path": "videos/vimu_000454.mp4", "duration_sec": 5.766667, "frames": ["data/cache/frames/vimu_000454/frame_00.jpg", "data/cache/frames/vimu_000454/frame_01.jpg", "data/cache/frames/vimu_000454/frame_02.jpg", "data/cache/frames/vimu_000454/frame_03.jpg", "data/cache/frames/vimu_000454/frame_04.jpg", "data/cache/frames/vimu_000454/frame_05.jpg", "data/cache/frames/vimu_000454/frame_06.jpg", "data/cache/frames/vimu_000454/frame_07.jpg"], "transcript": "The two types of teas we have: unsweetened and Curtis."} +{"video_id": "vimu_000455", "video_path": "videos/vimu_000455.mp4", "duration_sec": 7.266667, "frames": ["data/cache/frames/vimu_000455/frame_00.jpg", "data/cache/frames/vimu_000455/frame_01.jpg", "data/cache/frames/vimu_000455/frame_02.jpg", "data/cache/frames/vimu_000455/frame_03.jpg", "data/cache/frames/vimu_000455/frame_04.jpg", "data/cache/frames/vimu_000455/frame_05.jpg", "data/cache/frames/vimu_000455/frame_06.jpg", "data/cache/frames/vimu_000455/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000456", "video_path": "videos/vimu_000456.mp4", "duration_sec": 6.4, "frames": ["data/cache/frames/vimu_000456/frame_00.jpg", "data/cache/frames/vimu_000456/frame_01.jpg", "data/cache/frames/vimu_000456/frame_02.jpg", "data/cache/frames/vimu_000456/frame_03.jpg", "data/cache/frames/vimu_000456/frame_04.jpg", "data/cache/frames/vimu_000456/frame_05.jpg", "data/cache/frames/vimu_000456/frame_06.jpg", "data/cache/frames/vimu_000456/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000457", "video_path": "videos/vimu_000457.mp4", "duration_sec": 5.804989, "frames": ["data/cache/frames/vimu_000457/frame_00.jpg", "data/cache/frames/vimu_000457/frame_01.jpg", "data/cache/frames/vimu_000457/frame_02.jpg", "data/cache/frames/vimu_000457/frame_03.jpg", "data/cache/frames/vimu_000457/frame_04.jpg", "data/cache/frames/vimu_000457/frame_05.jpg", "data/cache/frames/vimu_000457/frame_06.jpg", "data/cache/frames/vimu_000457/frame_07.jpg"], "transcript": "Your dog shitted on the carpet. Where? Right there! It's not there."} +{"video_id": "vimu_000458", "video_path": "videos/vimu_000458.mp4", "duration_sec": 7.166667, "frames": ["data/cache/frames/vimu_000458/frame_00.jpg", "data/cache/frames/vimu_000458/frame_01.jpg", "data/cache/frames/vimu_000458/frame_02.jpg", "data/cache/frames/vimu_000458/frame_03.jpg", "data/cache/frames/vimu_000458/frame_04.jpg", "data/cache/frames/vimu_000458/frame_05.jpg", "data/cache/frames/vimu_000458/frame_06.jpg", "data/cache/frames/vimu_000458/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000459", "video_path": "videos/vimu_000459.mp4", "duration_sec": 7.848005, "frames": ["data/cache/frames/vimu_000459/frame_00.jpg", "data/cache/frames/vimu_000459/frame_01.jpg", "data/cache/frames/vimu_000459/frame_02.jpg", "data/cache/frames/vimu_000459/frame_03.jpg", "data/cache/frames/vimu_000459/frame_04.jpg", "data/cache/frames/vimu_000459/frame_05.jpg", "data/cache/frames/vimu_000459/frame_06.jpg", "data/cache/frames/vimu_000459/frame_07.jpg"], "transcript": "Yo, shout out McDonald's, got my favorite item on the menu, the fucking love the..."} +{"video_id": "vimu_000460", "video_path": "videos/vimu_000460.mp4", "duration_sec": 7.133333, "frames": ["data/cache/frames/vimu_000460/frame_00.jpg", "data/cache/frames/vimu_000460/frame_01.jpg", "data/cache/frames/vimu_000460/frame_02.jpg", "data/cache/frames/vimu_000460/frame_03.jpg", "data/cache/frames/vimu_000460/frame_04.jpg", "data/cache/frames/vimu_000460/frame_05.jpg", "data/cache/frames/vimu_000460/frame_06.jpg", "data/cache/frames/vimu_000460/frame_07.jpg"], "transcript": "Oh, right here. My life. Hell no."} +{"video_id": "vimu_000461", "video_path": "videos/vimu_000461.mp4", "duration_sec": 6.176009, "frames": ["data/cache/frames/vimu_000461/frame_00.jpg", "data/cache/frames/vimu_000461/frame_01.jpg", "data/cache/frames/vimu_000461/frame_02.jpg", "data/cache/frames/vimu_000461/frame_03.jpg", "data/cache/frames/vimu_000461/frame_04.jpg", "data/cache/frames/vimu_000461/frame_05.jpg", "data/cache/frames/vimu_000461/frame_06.jpg", "data/cache/frames/vimu_000461/frame_07.jpg"], "transcript": "Hey, Zan."} +{"video_id": "vimu_000462", "video_path": "videos/vimu_000462.mp4", "duration_sec": 6.106106, "frames": ["data/cache/frames/vimu_000462/frame_00.jpg", "data/cache/frames/vimu_000462/frame_01.jpg", "data/cache/frames/vimu_000462/frame_02.jpg", "data/cache/frames/vimu_000462/frame_03.jpg", "data/cache/frames/vimu_000462/frame_04.jpg", "data/cache/frames/vimu_000462/frame_05.jpg", "data/cache/frames/vimu_000462/frame_06.jpg", "data/cache/frames/vimu_000462/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000463", "video_path": "videos/vimu_000463.mp4", "duration_sec": 6.033333, "frames": ["data/cache/frames/vimu_000463/frame_00.jpg", "data/cache/frames/vimu_000463/frame_01.jpg", "data/cache/frames/vimu_000463/frame_02.jpg", "data/cache/frames/vimu_000463/frame_03.jpg", "data/cache/frames/vimu_000463/frame_04.jpg", "data/cache/frames/vimu_000463/frame_05.jpg", "data/cache/frames/vimu_000463/frame_06.jpg", "data/cache/frames/vimu_000463/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000464", "video_path": "videos/vimu_000464.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000464/frame_00.jpg", "data/cache/frames/vimu_000464/frame_01.jpg", "data/cache/frames/vimu_000464/frame_02.jpg", "data/cache/frames/vimu_000464/frame_03.jpg", "data/cache/frames/vimu_000464/frame_04.jpg", "data/cache/frames/vimu_000464/frame_05.jpg", "data/cache/frames/vimu_000464/frame_06.jpg", "data/cache/frames/vimu_000464/frame_07.jpg"], "transcript": "Don't mess with the sea life! And see you later, stinky!"} +{"video_id": "vimu_000465", "video_path": "videos/vimu_000465.mp4", "duration_sec": 6.433333, "frames": ["data/cache/frames/vimu_000465/frame_00.jpg", "data/cache/frames/vimu_000465/frame_01.jpg", "data/cache/frames/vimu_000465/frame_02.jpg", "data/cache/frames/vimu_000465/frame_03.jpg", "data/cache/frames/vimu_000465/frame_04.jpg", "data/cache/frames/vimu_000465/frame_05.jpg", "data/cache/frames/vimu_000465/frame_06.jpg", "data/cache/frames/vimu_000465/frame_07.jpg"], "transcript": "Who said it don't be cold in Virginia? Who said it don't be cold in Virginia? Oh, shit!"} +{"video_id": "vimu_000466", "video_path": "videos/vimu_000466.mp4", "duration_sec": 5.571995, "frames": ["data/cache/frames/vimu_000466/frame_00.jpg", "data/cache/frames/vimu_000466/frame_01.jpg", "data/cache/frames/vimu_000466/frame_02.jpg", "data/cache/frames/vimu_000466/frame_03.jpg", "data/cache/frames/vimu_000466/frame_04.jpg", "data/cache/frames/vimu_000466/frame_05.jpg", "data/cache/frames/vimu_000466/frame_06.jpg", "data/cache/frames/vimu_000466/frame_07.jpg"], "transcript": "What a funny name for a strip club. Ah, shit."} +{"video_id": "vimu_000467", "video_path": "videos/vimu_000467.mp4", "duration_sec": 5.967007, "frames": ["data/cache/frames/vimu_000467/frame_00.jpg", "data/cache/frames/vimu_000467/frame_01.jpg", "data/cache/frames/vimu_000467/frame_02.jpg", "data/cache/frames/vimu_000467/frame_03.jpg", "data/cache/frames/vimu_000467/frame_04.jpg", "data/cache/frames/vimu_000467/frame_05.jpg", "data/cache/frames/vimu_000467/frame_06.jpg", "data/cache/frames/vimu_000467/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000468", "video_path": "videos/vimu_000468.mp4", "duration_sec": 7.9, "frames": ["data/cache/frames/vimu_000468/frame_00.jpg", "data/cache/frames/vimu_000468/frame_01.jpg", "data/cache/frames/vimu_000468/frame_02.jpg", "data/cache/frames/vimu_000468/frame_03.jpg", "data/cache/frames/vimu_000468/frame_04.jpg", "data/cache/frames/vimu_000468/frame_05.jpg", "data/cache/frames/vimu_000468/frame_06.jpg", "data/cache/frames/vimu_000468/frame_07.jpg"], "transcript": "Yo, bro, where's the peanut butter? Oh, shit. That's the wrong one."} +{"video_id": "vimu_000469", "video_path": "videos/vimu_000469.mp4", "duration_sec": 6.033333, "frames": ["data/cache/frames/vimu_000469/frame_00.jpg", "data/cache/frames/vimu_000469/frame_01.jpg", "data/cache/frames/vimu_000469/frame_02.jpg", "data/cache/frames/vimu_000469/frame_03.jpg", "data/cache/frames/vimu_000469/frame_04.jpg", "data/cache/frames/vimu_000469/frame_05.jpg", "data/cache/frames/vimu_000469/frame_06.jpg", "data/cache/frames/vimu_000469/frame_07.jpg"], "transcript": "I'm bout to fu-"} +{"video_id": "vimu_000470", "video_path": "videos/vimu_000470.mp4", "duration_sec": 6.1, "frames": ["data/cache/frames/vimu_000470/frame_00.jpg", "data/cache/frames/vimu_000470/frame_01.jpg", "data/cache/frames/vimu_000470/frame_02.jpg", "data/cache/frames/vimu_000470/frame_03.jpg", "data/cache/frames/vimu_000470/frame_04.jpg", "data/cache/frames/vimu_000470/frame_05.jpg", "data/cache/frames/vimu_000470/frame_06.jpg", "data/cache/frames/vimu_000470/frame_07.jpg"], "transcript": "What? It's just like my sock."} +{"video_id": "vimu_000471", "video_path": "videos/vimu_000471.mp4", "duration_sec": 5.833333, "frames": ["data/cache/frames/vimu_000471/frame_00.jpg", "data/cache/frames/vimu_000471/frame_01.jpg", "data/cache/frames/vimu_000471/frame_02.jpg", "data/cache/frames/vimu_000471/frame_03.jpg", "data/cache/frames/vimu_000471/frame_04.jpg", "data/cache/frames/vimu_000471/frame_05.jpg", "data/cache/frames/vimu_000471/frame_06.jpg", "data/cache/frames/vimu_000471/frame_07.jpg"], "transcript": "Chosen one."} +{"video_id": "vimu_000472", "video_path": "videos/vimu_000472.mp4", "duration_sec": 7.640974, "frames": ["data/cache/frames/vimu_000472/frame_00.jpg", "data/cache/frames/vimu_000472/frame_01.jpg", "data/cache/frames/vimu_000472/frame_02.jpg", "data/cache/frames/vimu_000472/frame_03.jpg", "data/cache/frames/vimu_000472/frame_04.jpg", "data/cache/frames/vimu_000472/frame_05.jpg", "data/cache/frames/vimu_000472/frame_06.jpg", "data/cache/frames/vimu_000472/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000473", "video_path": "videos/vimu_000473.mp4", "duration_sec": 5.873991, "frames": ["data/cache/frames/vimu_000473/frame_00.jpg", "data/cache/frames/vimu_000473/frame_01.jpg", "data/cache/frames/vimu_000473/frame_02.jpg", "data/cache/frames/vimu_000473/frame_03.jpg", "data/cache/frames/vimu_000473/frame_04.jpg", "data/cache/frames/vimu_000473/frame_05.jpg", "data/cache/frames/vimu_000473/frame_06.jpg", "data/cache/frames/vimu_000473/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000474", "video_path": "videos/vimu_000474.mp4", "duration_sec": 7.433333, "frames": ["data/cache/frames/vimu_000474/frame_00.jpg", "data/cache/frames/vimu_000474/frame_01.jpg", "data/cache/frames/vimu_000474/frame_02.jpg", "data/cache/frames/vimu_000474/frame_03.jpg", "data/cache/frames/vimu_000474/frame_04.jpg", "data/cache/frames/vimu_000474/frame_05.jpg", "data/cache/frames/vimu_000474/frame_06.jpg", "data/cache/frames/vimu_000474/frame_07.jpg"], "transcript": "You can tell from the gap in the door, and that one too, it's been in an accident."} +{"video_id": "vimu_000475", "video_path": "videos/vimu_000475.mp4", "duration_sec": 6.13, "frames": ["data/cache/frames/vimu_000475/frame_00.jpg", "data/cache/frames/vimu_000475/frame_01.jpg", "data/cache/frames/vimu_000475/frame_02.jpg", "data/cache/frames/vimu_000475/frame_03.jpg", "data/cache/frames/vimu_000475/frame_04.jpg", "data/cache/frames/vimu_000475/frame_05.jpg", "data/cache/frames/vimu_000475/frame_06.jpg", "data/cache/frames/vimu_000475/frame_07.jpg"], "transcript": "By the time I had just finished shooting a film called Passing Train that was playing a much..."} +{"video_id": "vimu_000476", "video_path": "videos/vimu_000476.mp4", "duration_sec": 6.176009, "frames": ["data/cache/frames/vimu_000476/frame_00.jpg", "data/cache/frames/vimu_000476/frame_01.jpg", "data/cache/frames/vimu_000476/frame_02.jpg", "data/cache/frames/vimu_000476/frame_03.jpg", "data/cache/frames/vimu_000476/frame_04.jpg", "data/cache/frames/vimu_000476/frame_05.jpg", "data/cache/frames/vimu_000476/frame_06.jpg", "data/cache/frames/vimu_000476/frame_07.jpg"], "transcript": "Hi, how are you today? I'm good, how are you? You want my honest answer? Yeah, sure."} +{"video_id": "vimu_000477", "video_path": "videos/vimu_000477.mp4", "duration_sec": 6.013968, "frames": ["data/cache/frames/vimu_000477/frame_00.jpg", "data/cache/frames/vimu_000477/frame_01.jpg", "data/cache/frames/vimu_000477/frame_02.jpg", "data/cache/frames/vimu_000477/frame_03.jpg", "data/cache/frames/vimu_000477/frame_04.jpg", "data/cache/frames/vimu_000477/frame_05.jpg", "data/cache/frames/vimu_000477/frame_06.jpg", "data/cache/frames/vimu_000477/frame_07.jpg"], "transcript": "out in Gotham, you can get away with virtually anything right now because no one's around. It's fucking fantastic."} +{"video_id": "vimu_000478", "video_path": "videos/vimu_000478.mp4", "duration_sec": 10.966667, "frames": ["data/cache/frames/vimu_000478/frame_00.jpg", "data/cache/frames/vimu_000478/frame_01.jpg", "data/cache/frames/vimu_000478/frame_02.jpg", "data/cache/frames/vimu_000478/frame_03.jpg", "data/cache/frames/vimu_000478/frame_04.jpg", "data/cache/frames/vimu_000478/frame_05.jpg", "data/cache/frames/vimu_000478/frame_06.jpg", "data/cache/frames/vimu_000478/frame_07.jpg"], "transcript": "At night, I think of you. I wanna be your lady, baby. If you give me a call."} +{"video_id": "vimu_000479", "video_path": "videos/vimu_000479.mp4", "duration_sec": 7.874541, "frames": ["data/cache/frames/vimu_000479/frame_00.jpg", "data/cache/frames/vimu_000479/frame_01.jpg", "data/cache/frames/vimu_000479/frame_02.jpg", "data/cache/frames/vimu_000479/frame_03.jpg", "data/cache/frames/vimu_000479/frame_04.jpg", "data/cache/frames/vimu_000479/frame_05.jpg", "data/cache/frames/vimu_000479/frame_06.jpg", "data/cache/frames/vimu_000479/frame_07.jpg"], "transcript": "Y'all see a what floor sign anywhere? I guess we goin' to college, baby."} +{"video_id": "vimu_000480", "video_path": "videos/vimu_000480.mp4", "duration_sec": 7.243991, "frames": ["data/cache/frames/vimu_000480/frame_00.jpg", "data/cache/frames/vimu_000480/frame_01.jpg", "data/cache/frames/vimu_000480/frame_02.jpg", "data/cache/frames/vimu_000480/frame_03.jpg", "data/cache/frames/vimu_000480/frame_04.jpg", "data/cache/frames/vimu_000480/frame_05.jpg", "data/cache/frames/vimu_000480/frame_06.jpg", "data/cache/frames/vimu_000480/frame_07.jpg"], "transcript": "Come here!"} +{"video_id": "vimu_000481", "video_path": "videos/vimu_000481.mp4", "duration_sec": 5.968934, "frames": ["data/cache/frames/vimu_000481/frame_00.jpg", "data/cache/frames/vimu_000481/frame_01.jpg", "data/cache/frames/vimu_000481/frame_02.jpg", "data/cache/frames/vimu_000481/frame_03.jpg", "data/cache/frames/vimu_000481/frame_04.jpg", "data/cache/frames/vimu_000481/frame_05.jpg", "data/cache/frames/vimu_000481/frame_06.jpg", "data/cache/frames/vimu_000481/frame_07.jpg"], "transcript": "When there's rain, there's thunder!"} +{"video_id": "vimu_000482", "video_path": "videos/vimu_000482.mp4", "duration_sec": 8.569002, "frames": ["data/cache/frames/vimu_000482/frame_00.jpg", "data/cache/frames/vimu_000482/frame_01.jpg", "data/cache/frames/vimu_000482/frame_02.jpg", "data/cache/frames/vimu_000482/frame_03.jpg", "data/cache/frames/vimu_000482/frame_04.jpg", "data/cache/frames/vimu_000482/frame_05.jpg", "data/cache/frames/vimu_000482/frame_06.jpg", "data/cache/frames/vimu_000482/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000483", "video_path": "videos/vimu_000483.mp4", "duration_sec": 6.386893, "frames": ["data/cache/frames/vimu_000483/frame_00.jpg", "data/cache/frames/vimu_000483/frame_01.jpg", "data/cache/frames/vimu_000483/frame_02.jpg", "data/cache/frames/vimu_000483/frame_03.jpg", "data/cache/frames/vimu_000483/frame_04.jpg", "data/cache/frames/vimu_000483/frame_05.jpg", "data/cache/frames/vimu_000483/frame_06.jpg", "data/cache/frames/vimu_000483/frame_07.jpg"], "transcript": "Nueva levante rando cruz de marihuana"} +{"video_id": "vimu_000484", "video_path": "videos/vimu_000484.mp4", "duration_sec": 5.502993, "frames": ["data/cache/frames/vimu_000484/frame_00.jpg", "data/cache/frames/vimu_000484/frame_01.jpg", "data/cache/frames/vimu_000484/frame_02.jpg", "data/cache/frames/vimu_000484/frame_03.jpg", "data/cache/frames/vimu_000484/frame_04.jpg", "data/cache/frames/vimu_000484/frame_05.jpg", "data/cache/frames/vimu_000484/frame_06.jpg", "data/cache/frames/vimu_000484/frame_07.jpg"], "transcript": "Hey, this man just... I don't wanna do this no more."} +{"video_id": "vimu_000485", "video_path": "videos/vimu_000485.mp4", "duration_sec": 8.441775, "frames": ["data/cache/frames/vimu_000485/frame_00.jpg", "data/cache/frames/vimu_000485/frame_01.jpg", "data/cache/frames/vimu_000485/frame_02.jpg", "data/cache/frames/vimu_000485/frame_03.jpg", "data/cache/frames/vimu_000485/frame_04.jpg", "data/cache/frames/vimu_000485/frame_05.jpg", "data/cache/frames/vimu_000485/frame_06.jpg", "data/cache/frames/vimu_000485/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000486", "video_path": "videos/vimu_000486.mp4", "duration_sec": 6.718588, "frames": ["data/cache/frames/vimu_000486/frame_00.jpg", "data/cache/frames/vimu_000486/frame_01.jpg", "data/cache/frames/vimu_000486/frame_02.jpg", "data/cache/frames/vimu_000486/frame_03.jpg", "data/cache/frames/vimu_000486/frame_04.jpg", "data/cache/frames/vimu_000486/frame_05.jpg", "data/cache/frames/vimu_000486/frame_06.jpg", "data/cache/frames/vimu_000486/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000487", "video_path": "videos/vimu_000487.mp4", "duration_sec": 7.941275, "frames": ["data/cache/frames/vimu_000487/frame_00.jpg", "data/cache/frames/vimu_000487/frame_01.jpg", "data/cache/frames/vimu_000487/frame_02.jpg", "data/cache/frames/vimu_000487/frame_03.jpg", "data/cache/frames/vimu_000487/frame_04.jpg", "data/cache/frames/vimu_000487/frame_05.jpg", "data/cache/frames/vimu_000487/frame_06.jpg", "data/cache/frames/vimu_000487/frame_07.jpg"], "transcript": "Yo, Imar, yo, look at this big-ass piece of ice I found, man. Yo, word?"} +{"video_id": "vimu_000488", "video_path": "videos/vimu_000488.mp4", "duration_sec": 8.666667, "frames": ["data/cache/frames/vimu_000488/frame_00.jpg", "data/cache/frames/vimu_000488/frame_01.jpg", "data/cache/frames/vimu_000488/frame_02.jpg", "data/cache/frames/vimu_000488/frame_03.jpg", "data/cache/frames/vimu_000488/frame_04.jpg", "data/cache/frames/vimu_000488/frame_05.jpg", "data/cache/frames/vimu_000488/frame_06.jpg", "data/cache/frames/vimu_000488/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000489", "video_path": "videos/vimu_000489.mp4", "duration_sec": 6.8, "frames": ["data/cache/frames/vimu_000489/frame_00.jpg", "data/cache/frames/vimu_000489/frame_01.jpg", "data/cache/frames/vimu_000489/frame_02.jpg", "data/cache/frames/vimu_000489/frame_03.jpg", "data/cache/frames/vimu_000489/frame_04.jpg", "data/cache/frames/vimu_000489/frame_05.jpg", "data/cache/frames/vimu_000489/frame_06.jpg", "data/cache/frames/vimu_000489/frame_07.jpg"], "transcript": "Это было"} +{"video_id": "vimu_000490", "video_path": "videos/vimu_000490.mp4", "duration_sec": 15.4, "frames": ["data/cache/frames/vimu_000490/frame_00.jpg", "data/cache/frames/vimu_000490/frame_01.jpg", "data/cache/frames/vimu_000490/frame_02.jpg", "data/cache/frames/vimu_000490/frame_03.jpg", "data/cache/frames/vimu_000490/frame_04.jpg", "data/cache/frames/vimu_000490/frame_05.jpg", "data/cache/frames/vimu_000490/frame_06.jpg", "data/cache/frames/vimu_000490/frame_07.jpg"], "transcript": "vous étiez donc bien me dire pour les shorts, en fait, qu'il fallait que j'appuie sur la chaffe pour que ça s'en va, du coup, je vais essayer ça."} +{"video_id": "vimu_000491", "video_path": "videos/vimu_000491.mp4", "duration_sec": 12.333333, "frames": ["data/cache/frames/vimu_000491/frame_00.jpg", "data/cache/frames/vimu_000491/frame_01.jpg", "data/cache/frames/vimu_000491/frame_02.jpg", "data/cache/frames/vimu_000491/frame_03.jpg", "data/cache/frames/vimu_000491/frame_04.jpg", "data/cache/frames/vimu_000491/frame_05.jpg", "data/cache/frames/vimu_000491/frame_06.jpg", "data/cache/frames/vimu_000491/frame_07.jpg"], "transcript": "You can't put that there. My house isn't for sale. You gotta get out of here, seriously. Oh, I didn't realize you were chill like that. Sell whatever you want. That room tour was so sick."} +{"video_id": "vimu_000492", "video_path": "videos/vimu_000492.mp4", "duration_sec": 10.427007, "frames": ["data/cache/frames/vimu_000492/frame_00.jpg", "data/cache/frames/vimu_000492/frame_01.jpg", "data/cache/frames/vimu_000492/frame_02.jpg", "data/cache/frames/vimu_000492/frame_03.jpg", "data/cache/frames/vimu_000492/frame_04.jpg", "data/cache/frames/vimu_000492/frame_05.jpg", "data/cache/frames/vimu_000492/frame_06.jpg", "data/cache/frames/vimu_000492/frame_07.jpg"], "transcript": "What age should you give up on your dreams? 65. Why? Well, no, actually, 80. 80? Well, no, actually, don't give up on your dreams at all. So, what's your final answer? 70."} +{"video_id": "vimu_000493", "video_path": "videos/vimu_000493.mp4", "duration_sec": 6.99, "frames": ["data/cache/frames/vimu_000493/frame_00.jpg", "data/cache/frames/vimu_000493/frame_01.jpg", "data/cache/frames/vimu_000493/frame_02.jpg", "data/cache/frames/vimu_000493/frame_03.jpg", "data/cache/frames/vimu_000493/frame_04.jpg", "data/cache/frames/vimu_000493/frame_05.jpg", "data/cache/frames/vimu_000493/frame_06.jpg", "data/cache/frames/vimu_000493/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000494", "video_path": "videos/vimu_000494.mp4", "duration_sec": 7.554233, "frames": ["data/cache/frames/vimu_000494/frame_00.jpg", "data/cache/frames/vimu_000494/frame_01.jpg", "data/cache/frames/vimu_000494/frame_02.jpg", "data/cache/frames/vimu_000494/frame_03.jpg", "data/cache/frames/vimu_000494/frame_04.jpg", "data/cache/frames/vimu_000494/frame_05.jpg", "data/cache/frames/vimu_000494/frame_06.jpg", "data/cache/frames/vimu_000494/frame_07.jpg"], "transcript": "You know what they say about big feet, right?"} +{"video_id": "vimu_000495", "video_path": "videos/vimu_000495.mp4", "duration_sec": 8.616009, "frames": ["data/cache/frames/vimu_000495/frame_00.jpg", "data/cache/frames/vimu_000495/frame_01.jpg", "data/cache/frames/vimu_000495/frame_02.jpg", "data/cache/frames/vimu_000495/frame_03.jpg", "data/cache/frames/vimu_000495/frame_04.jpg", "data/cache/frames/vimu_000495/frame_05.jpg", "data/cache/frames/vimu_000495/frame_06.jpg", "data/cache/frames/vimu_000495/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000496", "video_path": "videos/vimu_000496.mp4", "duration_sec": 8.85784, "frames": ["data/cache/frames/vimu_000496/frame_00.jpg", "data/cache/frames/vimu_000496/frame_01.jpg", "data/cache/frames/vimu_000496/frame_02.jpg", "data/cache/frames/vimu_000496/frame_03.jpg", "data/cache/frames/vimu_000496/frame_04.jpg", "data/cache/frames/vimu_000496/frame_05.jpg", "data/cache/frames/vimu_000496/frame_06.jpg", "data/cache/frames/vimu_000496/frame_07.jpg"], "transcript": "Look at this! Chocolate milk! Mmm. Oh, what is this? It's poop!"} +{"video_id": "vimu_000497", "video_path": "videos/vimu_000497.mp4", "duration_sec": 7.966667, "frames": ["data/cache/frames/vimu_000497/frame_00.jpg", "data/cache/frames/vimu_000497/frame_01.jpg", "data/cache/frames/vimu_000497/frame_02.jpg", "data/cache/frames/vimu_000497/frame_03.jpg", "data/cache/frames/vimu_000497/frame_04.jpg", "data/cache/frames/vimu_000497/frame_05.jpg", "data/cache/frames/vimu_000497/frame_06.jpg", "data/cache/frames/vimu_000497/frame_07.jpg"], "transcript": "What happened to your face? Did you do that? I did not do that. Then who did? That who did."} +{"video_id": "vimu_000498", "video_path": "videos/vimu_000498.mp4", "duration_sec": 12.654875, "frames": ["data/cache/frames/vimu_000498/frame_00.jpg", "data/cache/frames/vimu_000498/frame_01.jpg", "data/cache/frames/vimu_000498/frame_02.jpg", "data/cache/frames/vimu_000498/frame_03.jpg", "data/cache/frames/vimu_000498/frame_04.jpg", "data/cache/frames/vimu_000498/frame_05.jpg", "data/cache/frames/vimu_000498/frame_06.jpg", "data/cache/frames/vimu_000498/frame_07.jpg"], "transcript": "Day 66 of putting a burrito in this locker. Wow, it's full. We finished our next row. That's a nice shot. Anyways, bye everyone."} +{"video_id": "vimu_000499", "video_path": "videos/vimu_000499.mp4", "duration_sec": 5.804989, "frames": ["data/cache/frames/vimu_000499/frame_00.jpg", "data/cache/frames/vimu_000499/frame_01.jpg", "data/cache/frames/vimu_000499/frame_02.jpg", "data/cache/frames/vimu_000499/frame_03.jpg", "data/cache/frames/vimu_000499/frame_04.jpg", "data/cache/frames/vimu_000499/frame_05.jpg", "data/cache/frames/vimu_000499/frame_06.jpg", "data/cache/frames/vimu_000499/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000500", "video_path": "videos/vimu_000500.mp4", "duration_sec": 5.733333, "frames": ["data/cache/frames/vimu_000500/frame_00.jpg", "data/cache/frames/vimu_000500/frame_01.jpg", "data/cache/frames/vimu_000500/frame_02.jpg", "data/cache/frames/vimu_000500/frame_03.jpg", "data/cache/frames/vimu_000500/frame_04.jpg", "data/cache/frames/vimu_000500/frame_05.jpg", "data/cache/frames/vimu_000500/frame_06.jpg", "data/cache/frames/vimu_000500/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000501", "video_path": "videos/vimu_000501.mp4", "duration_sec": 6.966667, "frames": ["data/cache/frames/vimu_000501/frame_00.jpg", "data/cache/frames/vimu_000501/frame_01.jpg", "data/cache/frames/vimu_000501/frame_02.jpg", "data/cache/frames/vimu_000501/frame_03.jpg", "data/cache/frames/vimu_000501/frame_04.jpg", "data/cache/frames/vimu_000501/frame_05.jpg", "data/cache/frames/vimu_000501/frame_06.jpg", "data/cache/frames/vimu_000501/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000502", "video_path": "videos/vimu_000502.mp4", "duration_sec": 11.727007, "frames": ["data/cache/frames/vimu_000502/frame_00.jpg", "data/cache/frames/vimu_000502/frame_01.jpg", "data/cache/frames/vimu_000502/frame_02.jpg", "data/cache/frames/vimu_000502/frame_03.jpg", "data/cache/frames/vimu_000502/frame_04.jpg", "data/cache/frames/vimu_000502/frame_05.jpg", "data/cache/frames/vimu_000502/frame_06.jpg", "data/cache/frames/vimu_000502/frame_07.jpg"], "transcript": "Doing his eyebrows."} +{"video_id": "vimu_000503", "video_path": "videos/vimu_000503.mp4", "duration_sec": 6.617007, "frames": ["data/cache/frames/vimu_000503/frame_00.jpg", "data/cache/frames/vimu_000503/frame_01.jpg", "data/cache/frames/vimu_000503/frame_02.jpg", "data/cache/frames/vimu_000503/frame_03.jpg", "data/cache/frames/vimu_000503/frame_04.jpg", "data/cache/frames/vimu_000503/frame_05.jpg", "data/cache/frames/vimu_000503/frame_06.jpg", "data/cache/frames/vimu_000503/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000504", "video_path": "videos/vimu_000504.mp4", "duration_sec": 5.829002, "frames": ["data/cache/frames/vimu_000504/frame_00.jpg", "data/cache/frames/vimu_000504/frame_01.jpg", "data/cache/frames/vimu_000504/frame_02.jpg", "data/cache/frames/vimu_000504/frame_03.jpg", "data/cache/frames/vimu_000504/frame_04.jpg", "data/cache/frames/vimu_000504/frame_05.jpg", "data/cache/frames/vimu_000504/frame_06.jpg", "data/cache/frames/vimu_000504/frame_07.jpg"], "transcript": "Miss me? Do not enter. Do not enter. All right, stop."} +{"video_id": "vimu_000505", "video_path": "videos/vimu_000505.mp4", "duration_sec": 6.952569, "frames": ["data/cache/frames/vimu_000505/frame_00.jpg", "data/cache/frames/vimu_000505/frame_01.jpg", "data/cache/frames/vimu_000505/frame_02.jpg", "data/cache/frames/vimu_000505/frame_03.jpg", "data/cache/frames/vimu_000505/frame_04.jpg", "data/cache/frames/vimu_000505/frame_05.jpg", "data/cache/frames/vimu_000505/frame_06.jpg", "data/cache/frames/vimu_000505/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000506", "video_path": "videos/vimu_000506.mp4", "duration_sec": 6.386893, "frames": ["data/cache/frames/vimu_000506/frame_00.jpg", "data/cache/frames/vimu_000506/frame_01.jpg", "data/cache/frames/vimu_000506/frame_02.jpg", "data/cache/frames/vimu_000506/frame_03.jpg", "data/cache/frames/vimu_000506/frame_04.jpg", "data/cache/frames/vimu_000506/frame_05.jpg", "data/cache/frames/vimu_000506/frame_06.jpg", "data/cache/frames/vimu_000506/frame_07.jpg"], "transcript": "Surprised of how durable these are. Let's see. So durable, like..."} +{"video_id": "vimu_000507", "video_path": "videos/vimu_000507.mp4", "duration_sec": 7.687937, "frames": ["data/cache/frames/vimu_000507/frame_00.jpg", "data/cache/frames/vimu_000507/frame_01.jpg", "data/cache/frames/vimu_000507/frame_02.jpg", "data/cache/frames/vimu_000507/frame_03.jpg", "data/cache/frames/vimu_000507/frame_04.jpg", "data/cache/frames/vimu_000507/frame_05.jpg", "data/cache/frames/vimu_000507/frame_06.jpg", "data/cache/frames/vimu_000507/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000508", "video_path": "videos/vimu_000508.mp4", "duration_sec": 6.466667, "frames": ["data/cache/frames/vimu_000508/frame_00.jpg", "data/cache/frames/vimu_000508/frame_01.jpg", "data/cache/frames/vimu_000508/frame_02.jpg", "data/cache/frames/vimu_000508/frame_03.jpg", "data/cache/frames/vimu_000508/frame_04.jpg", "data/cache/frames/vimu_000508/frame_05.jpg", "data/cache/frames/vimu_000508/frame_06.jpg", "data/cache/frames/vimu_000508/frame_07.jpg"], "transcript": "You're putting chillies on your breakfast cereal, and you've put in a mustard sauce on pretty much a lot of the food you eat."} +{"video_id": "vimu_000509", "video_path": "videos/vimu_000509.mp4", "duration_sec": 8.166667, "frames": ["data/cache/frames/vimu_000509/frame_00.jpg", "data/cache/frames/vimu_000509/frame_01.jpg", "data/cache/frames/vimu_000509/frame_02.jpg", "data/cache/frames/vimu_000509/frame_03.jpg", "data/cache/frames/vimu_000509/frame_04.jpg", "data/cache/frames/vimu_000509/frame_05.jpg", "data/cache/frames/vimu_000509/frame_06.jpg", "data/cache/frames/vimu_000509/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000510", "video_path": "videos/vimu_000510.mp4", "duration_sec": 7.733333, "frames": ["data/cache/frames/vimu_000510/frame_00.jpg", "data/cache/frames/vimu_000510/frame_01.jpg", "data/cache/frames/vimu_000510/frame_02.jpg", "data/cache/frames/vimu_000510/frame_03.jpg", "data/cache/frames/vimu_000510/frame_04.jpg", "data/cache/frames/vimu_000510/frame_05.jpg", "data/cache/frames/vimu_000510/frame_06.jpg", "data/cache/frames/vimu_000510/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000511", "video_path": "videos/vimu_000511.mp4", "duration_sec": 8.6, "frames": ["data/cache/frames/vimu_000511/frame_00.jpg", "data/cache/frames/vimu_000511/frame_01.jpg", "data/cache/frames/vimu_000511/frame_02.jpg", "data/cache/frames/vimu_000511/frame_03.jpg", "data/cache/frames/vimu_000511/frame_04.jpg", "data/cache/frames/vimu_000511/frame_05.jpg", "data/cache/frames/vimu_000511/frame_06.jpg", "data/cache/frames/vimu_000511/frame_07.jpg"], "transcript": "Excuse me, I just need to step inside for a minute. Thank you, sir."} +{"video_id": "vimu_000512", "video_path": "videos/vimu_000512.mp4", "duration_sec": 8.15, "frames": ["data/cache/frames/vimu_000512/frame_00.jpg", "data/cache/frames/vimu_000512/frame_01.jpg", "data/cache/frames/vimu_000512/frame_02.jpg", "data/cache/frames/vimu_000512/frame_03.jpg", "data/cache/frames/vimu_000512/frame_04.jpg", "data/cache/frames/vimu_000512/frame_05.jpg", "data/cache/frames/vimu_000512/frame_06.jpg", "data/cache/frames/vimu_000512/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000513", "video_path": "videos/vimu_000513.mp4", "duration_sec": 9.148005, "frames": ["data/cache/frames/vimu_000513/frame_00.jpg", "data/cache/frames/vimu_000513/frame_01.jpg", "data/cache/frames/vimu_000513/frame_02.jpg", "data/cache/frames/vimu_000513/frame_03.jpg", "data/cache/frames/vimu_000513/frame_04.jpg", "data/cache/frames/vimu_000513/frame_05.jpg", "data/cache/frames/vimu_000513/frame_06.jpg", "data/cache/frames/vimu_000513/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000514", "video_path": "videos/vimu_000514.mp4", "duration_sec": 10.333991, "frames": ["data/cache/frames/vimu_000514/frame_00.jpg", "data/cache/frames/vimu_000514/frame_01.jpg", "data/cache/frames/vimu_000514/frame_02.jpg", "data/cache/frames/vimu_000514/frame_03.jpg", "data/cache/frames/vimu_000514/frame_04.jpg", "data/cache/frames/vimu_000514/frame_05.jpg", "data/cache/frames/vimu_000514/frame_06.jpg", "data/cache/frames/vimu_000514/frame_07.jpg"], "transcript": "You see the dog."} +{"video_id": "vimu_000515", "video_path": "videos/vimu_000515.mp4", "duration_sec": 5.968934, "frames": ["data/cache/frames/vimu_000515/frame_00.jpg", "data/cache/frames/vimu_000515/frame_01.jpg", "data/cache/frames/vimu_000515/frame_02.jpg", "data/cache/frames/vimu_000515/frame_03.jpg", "data/cache/frames/vimu_000515/frame_04.jpg", "data/cache/frames/vimu_000515/frame_05.jpg", "data/cache/frames/vimu_000515/frame_06.jpg", "data/cache/frames/vimu_000515/frame_07.jpg"], "transcript": "Be productive today, I'm gonna go out, I'm gonna go to the gym, I'm gonna get shit done, it's boring rain, fuck this, I'm getting drunk."} +{"video_id": "vimu_000516", "video_path": "videos/vimu_000516.mp4", "duration_sec": 11.17, "frames": ["data/cache/frames/vimu_000516/frame_00.jpg", "data/cache/frames/vimu_000516/frame_01.jpg", "data/cache/frames/vimu_000516/frame_02.jpg", "data/cache/frames/vimu_000516/frame_03.jpg", "data/cache/frames/vimu_000516/frame_04.jpg", "data/cache/frames/vimu_000516/frame_05.jpg", "data/cache/frames/vimu_000516/frame_06.jpg", "data/cache/frames/vimu_000516/frame_07.jpg"], "transcript": "I'm sorry, but I can't continue the text for you."} +{"video_id": "vimu_000517", "video_path": "videos/vimu_000517.mp4", "duration_sec": 7.220998, "frames": ["data/cache/frames/vimu_000517/frame_00.jpg", "data/cache/frames/vimu_000517/frame_01.jpg", "data/cache/frames/vimu_000517/frame_02.jpg", "data/cache/frames/vimu_000517/frame_03.jpg", "data/cache/frames/vimu_000517/frame_04.jpg", "data/cache/frames/vimu_000517/frame_05.jpg", "data/cache/frames/vimu_000517/frame_06.jpg", "data/cache/frames/vimu_000517/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000518", "video_path": "videos/vimu_000518.mp4", "duration_sec": 7.3, "frames": ["data/cache/frames/vimu_000518/frame_00.jpg", "data/cache/frames/vimu_000518/frame_01.jpg", "data/cache/frames/vimu_000518/frame_02.jpg", "data/cache/frames/vimu_000518/frame_03.jpg", "data/cache/frames/vimu_000518/frame_04.jpg", "data/cache/frames/vimu_000518/frame_05.jpg", "data/cache/frames/vimu_000518/frame_06.jpg", "data/cache/frames/vimu_000518/frame_07.jpg"], "transcript": "No, one minute. Fuck it."} +{"video_id": "vimu_000519", "video_path": "videos/vimu_000519.mp4", "duration_sec": 6.619002, "frames": ["data/cache/frames/vimu_000519/frame_00.jpg", "data/cache/frames/vimu_000519/frame_01.jpg", "data/cache/frames/vimu_000519/frame_02.jpg", "data/cache/frames/vimu_000519/frame_03.jpg", "data/cache/frames/vimu_000519/frame_04.jpg", "data/cache/frames/vimu_000519/frame_05.jpg", "data/cache/frames/vimu_000519/frame_06.jpg", "data/cache/frames/vimu_000519/frame_07.jpg"], "transcript": "Yo, let me know, buddy. Is this expired or not? Bro, you not the—"} +{"video_id": "vimu_000520", "video_path": "videos/vimu_000520.mp4", "duration_sec": 6.5, "frames": ["data/cache/frames/vimu_000520/frame_00.jpg", "data/cache/frames/vimu_000520/frame_01.jpg", "data/cache/frames/vimu_000520/frame_02.jpg", "data/cache/frames/vimu_000520/frame_03.jpg", "data/cache/frames/vimu_000520/frame_04.jpg", "data/cache/frames/vimu_000520/frame_05.jpg", "data/cache/frames/vimu_000520/frame_06.jpg", "data/cache/frames/vimu_000520/frame_07.jpg"], "transcript": "We do is challenge them to a thumb war, they say yes, and then..."} +{"video_id": "vimu_000521", "video_path": "videos/vimu_000521.mp4", "duration_sec": 8.891266, "frames": ["data/cache/frames/vimu_000521/frame_00.jpg", "data/cache/frames/vimu_000521/frame_01.jpg", "data/cache/frames/vimu_000521/frame_02.jpg", "data/cache/frames/vimu_000521/frame_03.jpg", "data/cache/frames/vimu_000521/frame_04.jpg", "data/cache/frames/vimu_000521/frame_05.jpg", "data/cache/frames/vimu_000521/frame_06.jpg", "data/cache/frames/vimu_000521/frame_07.jpg"], "transcript": "You already know what's going on, dawg. Hey, uh, wanna make pancakes?"} +{"video_id": "vimu_000522", "video_path": "videos/vimu_000522.mp4", "duration_sec": 6.849887, "frames": ["data/cache/frames/vimu_000522/frame_00.jpg", "data/cache/frames/vimu_000522/frame_01.jpg", "data/cache/frames/vimu_000522/frame_02.jpg", "data/cache/frames/vimu_000522/frame_03.jpg", "data/cache/frames/vimu_000522/frame_04.jpg", "data/cache/frames/vimu_000522/frame_05.jpg", "data/cache/frames/vimu_000522/frame_06.jpg", "data/cache/frames/vimu_000522/frame_07.jpg"], "transcript": "Mom, why?"} +{"video_id": "vimu_000523", "video_path": "videos/vimu_000523.mp4", "duration_sec": 6.803991, "frames": ["data/cache/frames/vimu_000523/frame_00.jpg", "data/cache/frames/vimu_000523/frame_01.jpg", "data/cache/frames/vimu_000523/frame_02.jpg", "data/cache/frames/vimu_000523/frame_03.jpg", "data/cache/frames/vimu_000523/frame_04.jpg", "data/cache/frames/vimu_000523/frame_05.jpg", "data/cache/frames/vimu_000523/frame_06.jpg", "data/cache/frames/vimu_000523/frame_07.jpg"], "transcript": "Пробиваем дальше на прочность."} +{"video_id": "vimu_000524", "video_path": "videos/vimu_000524.mp4", "duration_sec": 8.2, "frames": ["data/cache/frames/vimu_000524/frame_00.jpg", "data/cache/frames/vimu_000524/frame_01.jpg", "data/cache/frames/vimu_000524/frame_02.jpg", "data/cache/frames/vimu_000524/frame_03.jpg", "data/cache/frames/vimu_000524/frame_04.jpg", "data/cache/frames/vimu_000524/frame_05.jpg", "data/cache/frames/vimu_000524/frame_06.jpg", "data/cache/frames/vimu_000524/frame_07.jpg"], "transcript": "One of my glasses glasses did fall out, but we are on the right track. We are getting it back in. See?"} +{"video_id": "vimu_000525", "video_path": "videos/vimu_000525.mp4", "duration_sec": 6.849002, "frames": ["data/cache/frames/vimu_000525/frame_00.jpg", "data/cache/frames/vimu_000525/frame_01.jpg", "data/cache/frames/vimu_000525/frame_02.jpg", "data/cache/frames/vimu_000525/frame_03.jpg", "data/cache/frames/vimu_000525/frame_04.jpg", "data/cache/frames/vimu_000525/frame_05.jpg", "data/cache/frames/vimu_000525/frame_06.jpg", "data/cache/frames/vimu_000525/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000526", "video_path": "videos/vimu_000526.mp4", "duration_sec": 8.083991, "frames": ["data/cache/frames/vimu_000526/frame_00.jpg", "data/cache/frames/vimu_000526/frame_01.jpg", "data/cache/frames/vimu_000526/frame_02.jpg", "data/cache/frames/vimu_000526/frame_03.jpg", "data/cache/frames/vimu_000526/frame_04.jpg", "data/cache/frames/vimu_000526/frame_05.jpg", "data/cache/frames/vimu_000526/frame_06.jpg", "data/cache/frames/vimu_000526/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000527", "video_path": "videos/vimu_000527.mp4", "duration_sec": 10.027743, "frames": ["data/cache/frames/vimu_000527/frame_00.jpg", "data/cache/frames/vimu_000527/frame_01.jpg", "data/cache/frames/vimu_000527/frame_02.jpg", "data/cache/frames/vimu_000527/frame_03.jpg", "data/cache/frames/vimu_000527/frame_04.jpg", "data/cache/frames/vimu_000527/frame_05.jpg", "data/cache/frames/vimu_000527/frame_06.jpg", "data/cache/frames/vimu_000527/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000528", "video_path": "videos/vimu_000528.mp4", "duration_sec": 13.9, "frames": ["data/cache/frames/vimu_000528/frame_00.jpg", "data/cache/frames/vimu_000528/frame_01.jpg", "data/cache/frames/vimu_000528/frame_02.jpg", "data/cache/frames/vimu_000528/frame_03.jpg", "data/cache/frames/vimu_000528/frame_04.jpg", "data/cache/frames/vimu_000528/frame_05.jpg", "data/cache/frames/vimu_000528/frame_06.jpg", "data/cache/frames/vimu_000528/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000529", "video_path": "videos/vimu_000529.mp4", "duration_sec": 6.526009, "frames": ["data/cache/frames/vimu_000529/frame_00.jpg", "data/cache/frames/vimu_000529/frame_01.jpg", "data/cache/frames/vimu_000529/frame_02.jpg", "data/cache/frames/vimu_000529/frame_03.jpg", "data/cache/frames/vimu_000529/frame_04.jpg", "data/cache/frames/vimu_000529/frame_05.jpg", "data/cache/frames/vimu_000529/frame_06.jpg", "data/cache/frames/vimu_000529/frame_07.jpg"], "transcript": "Goddamn golf club!"} +{"video_id": "vimu_000530", "video_path": "videos/vimu_000530.mp4", "duration_sec": 7.269002, "frames": ["data/cache/frames/vimu_000530/frame_00.jpg", "data/cache/frames/vimu_000530/frame_01.jpg", "data/cache/frames/vimu_000530/frame_02.jpg", "data/cache/frames/vimu_000530/frame_03.jpg", "data/cache/frames/vimu_000530/frame_04.jpg", "data/cache/frames/vimu_000530/frame_05.jpg", "data/cache/frames/vimu_000530/frame_06.jpg", "data/cache/frames/vimu_000530/frame_07.jpg"], "transcript": "Sir, where's the candy?"} +{"video_id": "vimu_000531", "video_path": "videos/vimu_000531.mp4", "duration_sec": 9.960998, "frames": ["data/cache/frames/vimu_000531/frame_00.jpg", "data/cache/frames/vimu_000531/frame_01.jpg", "data/cache/frames/vimu_000531/frame_02.jpg", "data/cache/frames/vimu_000531/frame_03.jpg", "data/cache/frames/vimu_000531/frame_04.jpg", "data/cache/frames/vimu_000531/frame_05.jpg", "data/cache/frames/vimu_000531/frame_06.jpg", "data/cache/frames/vimu_000531/frame_07.jpg"], "transcript": "Okay, do you need the receipt back? No, thank you. Can I see you again, please? Yes, ma'am. Thank you. Okay, thank you. It's $18.99."} +{"video_id": "vimu_000532", "video_path": "videos/vimu_000532.mp4", "duration_sec": 8.105011, "frames": ["data/cache/frames/vimu_000532/frame_00.jpg", "data/cache/frames/vimu_000532/frame_01.jpg", "data/cache/frames/vimu_000532/frame_02.jpg", "data/cache/frames/vimu_000532/frame_03.jpg", "data/cache/frames/vimu_000532/frame_04.jpg", "data/cache/frames/vimu_000532/frame_05.jpg", "data/cache/frames/vimu_000532/frame_06.jpg", "data/cache/frames/vimu_000532/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000533", "video_path": "videos/vimu_000533.mp4", "duration_sec": 8.757563, "frames": ["data/cache/frames/vimu_000533/frame_00.jpg", "data/cache/frames/vimu_000533/frame_01.jpg", "data/cache/frames/vimu_000533/frame_02.jpg", "data/cache/frames/vimu_000533/frame_03.jpg", "data/cache/frames/vimu_000533/frame_04.jpg", "data/cache/frames/vimu_000533/frame_05.jpg", "data/cache/frames/vimu_000533/frame_06.jpg", "data/cache/frames/vimu_000533/frame_07.jpg"], "transcript": "I'm trying to concentrate in class, but it's like raining and it's tapping on the window, it's so annoying. But I'm trying to see if I can catch some lightning."} +{"video_id": "vimu_000534", "video_path": "videos/vimu_000534.mp4", "duration_sec": 5.642993, "frames": ["data/cache/frames/vimu_000534/frame_00.jpg", "data/cache/frames/vimu_000534/frame_01.jpg", "data/cache/frames/vimu_000534/frame_02.jpg", "data/cache/frames/vimu_000534/frame_03.jpg", "data/cache/frames/vimu_000534/frame_04.jpg", "data/cache/frames/vimu_000534/frame_05.jpg", "data/cache/frames/vimu_000534/frame_06.jpg", "data/cache/frames/vimu_000534/frame_07.jpg"], "transcript": "Hey, you think this bread's still good to eat?"} +{"video_id": "vimu_000535", "video_path": "videos/vimu_000535.mp4", "duration_sec": 6.350904, "frames": ["data/cache/frames/vimu_000535/frame_00.jpg", "data/cache/frames/vimu_000535/frame_01.jpg", "data/cache/frames/vimu_000535/frame_02.jpg", "data/cache/frames/vimu_000535/frame_03.jpg", "data/cache/frames/vimu_000535/frame_04.jpg", "data/cache/frames/vimu_000535/frame_05.jpg", "data/cache/frames/vimu_000535/frame_06.jpg", "data/cache/frames/vimu_000535/frame_07.jpg"], "transcript": "Your water, good sir. Thank you, good sir. Eject comp! Water!"} +{"video_id": "vimu_000536", "video_path": "videos/vimu_000536.mp4", "duration_sec": 7.654511, "frames": ["data/cache/frames/vimu_000536/frame_00.jpg", "data/cache/frames/vimu_000536/frame_01.jpg", "data/cache/frames/vimu_000536/frame_02.jpg", "data/cache/frames/vimu_000536/frame_03.jpg", "data/cache/frames/vimu_000536/frame_04.jpg", "data/cache/frames/vimu_000536/frame_05.jpg", "data/cache/frames/vimu_000536/frame_06.jpg", "data/cache/frames/vimu_000536/frame_07.jpg"], "transcript": "Hey, where's the money? Where's the money, bro? He's not talking. Flip him over."} +{"video_id": "vimu_000537", "video_path": "videos/vimu_000537.mp4", "duration_sec": 6.408005, "frames": ["data/cache/frames/vimu_000537/frame_00.jpg", "data/cache/frames/vimu_000537/frame_01.jpg", "data/cache/frames/vimu_000537/frame_02.jpg", "data/cache/frames/vimu_000537/frame_03.jpg", "data/cache/frames/vimu_000537/frame_04.jpg", "data/cache/frames/vimu_000537/frame_05.jpg", "data/cache/frames/vimu_000537/frame_06.jpg", "data/cache/frames/vimu_000537/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000538", "video_path": "videos/vimu_000538.mp4", "duration_sec": 9.366667, "frames": ["data/cache/frames/vimu_000538/frame_00.jpg", "data/cache/frames/vimu_000538/frame_01.jpg", "data/cache/frames/vimu_000538/frame_02.jpg", "data/cache/frames/vimu_000538/frame_03.jpg", "data/cache/frames/vimu_000538/frame_04.jpg", "data/cache/frames/vimu_000538/frame_05.jpg", "data/cache/frames/vimu_000538/frame_06.jpg", "data/cache/frames/vimu_000538/frame_07.jpg"], "transcript": "You think this is some kind of game? Look at this."} +{"video_id": "vimu_000539", "video_path": "videos/vimu_000539.mp4", "duration_sec": 7.092437, "frames": ["data/cache/frames/vimu_000539/frame_00.jpg", "data/cache/frames/vimu_000539/frame_01.jpg", "data/cache/frames/vimu_000539/frame_02.jpg", "data/cache/frames/vimu_000539/frame_03.jpg", "data/cache/frames/vimu_000539/frame_04.jpg", "data/cache/frames/vimu_000539/frame_05.jpg", "data/cache/frames/vimu_000539/frame_06.jpg", "data/cache/frames/vimu_000539/frame_07.jpg"], "transcript": "weigh your bananas. Move your bananas."} +{"video_id": "vimu_000540", "video_path": "videos/vimu_000540.mp4", "duration_sec": 5.921995, "frames": ["data/cache/frames/vimu_000540/frame_00.jpg", "data/cache/frames/vimu_000540/frame_01.jpg", "data/cache/frames/vimu_000540/frame_02.jpg", "data/cache/frames/vimu_000540/frame_03.jpg", "data/cache/frames/vimu_000540/frame_04.jpg", "data/cache/frames/vimu_000540/frame_05.jpg", "data/cache/frames/vimu_000540/frame_06.jpg", "data/cache/frames/vimu_000540/frame_07.jpg"], "transcript": "You gonna burn, huh? You gonna burn."} +{"video_id": "vimu_000541", "video_path": "videos/vimu_000541.mp4", "duration_sec": 6.013968, "frames": ["data/cache/frames/vimu_000541/frame_00.jpg", "data/cache/frames/vimu_000541/frame_01.jpg", "data/cache/frames/vimu_000541/frame_02.jpg", "data/cache/frames/vimu_000541/frame_03.jpg", "data/cache/frames/vimu_000541/frame_04.jpg", "data/cache/frames/vimu_000541/frame_05.jpg", "data/cache/frames/vimu_000541/frame_06.jpg", "data/cache/frames/vimu_000541/frame_07.jpg"], "transcript": "Guys, it's 3:50 in the morning, we're about to make some spaghetti. We gotta be really quiet. Logan, pass me the bowl."} +{"video_id": "vimu_000542", "video_path": "videos/vimu_000542.mp4", "duration_sec": 6.826009, "frames": ["data/cache/frames/vimu_000542/frame_00.jpg", "data/cache/frames/vimu_000542/frame_01.jpg", "data/cache/frames/vimu_000542/frame_02.jpg", "data/cache/frames/vimu_000542/frame_03.jpg", "data/cache/frames/vimu_000542/frame_04.jpg", "data/cache/frames/vimu_000542/frame_05.jpg", "data/cache/frames/vimu_000542/frame_06.jpg", "data/cache/frames/vimu_000542/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000543", "video_path": "videos/vimu_000543.mp4", "duration_sec": 5.972993, "frames": ["data/cache/frames/vimu_000543/frame_00.jpg", "data/cache/frames/vimu_000543/frame_01.jpg", "data/cache/frames/vimu_000543/frame_02.jpg", "data/cache/frames/vimu_000543/frame_03.jpg", "data/cache/frames/vimu_000543/frame_04.jpg", "data/cache/frames/vimu_000543/frame_05.jpg", "data/cache/frames/vimu_000543/frame_06.jpg", "data/cache/frames/vimu_000543/frame_07.jpg"], "transcript": "I'm abroad right now and they have this new thing called Pepsi Black. I've never tried it. I'm gonna give it a..."} +{"video_id": "vimu_000544", "video_path": "videos/vimu_000544.mp4", "duration_sec": 7.8, "frames": ["data/cache/frames/vimu_000544/frame_00.jpg", "data/cache/frames/vimu_000544/frame_01.jpg", "data/cache/frames/vimu_000544/frame_02.jpg", "data/cache/frames/vimu_000544/frame_03.jpg", "data/cache/frames/vimu_000544/frame_04.jpg", "data/cache/frames/vimu_000544/frame_05.jpg", "data/cache/frames/vimu_000544/frame_06.jpg", "data/cache/frames/vimu_000544/frame_07.jpg"], "transcript": "Хотя бы меня на руках!"} +{"video_id": "vimu_000545", "video_path": "videos/vimu_000545.mp4", "duration_sec": 9.498005, "frames": ["data/cache/frames/vimu_000545/frame_00.jpg", "data/cache/frames/vimu_000545/frame_01.jpg", "data/cache/frames/vimu_000545/frame_02.jpg", "data/cache/frames/vimu_000545/frame_03.jpg", "data/cache/frames/vimu_000545/frame_04.jpg", "data/cache/frames/vimu_000545/frame_05.jpg", "data/cache/frames/vimu_000545/frame_06.jpg", "data/cache/frames/vimu_000545/frame_07.jpg"], "transcript": "You have workers coming through and you don't want them to steal your stuff? Just take off the air vent, and you just put the money, like, right there."} +{"video_id": "vimu_000546", "video_path": "videos/vimu_000546.mp4", "duration_sec": 7.709002, "frames": ["data/cache/frames/vimu_000546/frame_00.jpg", "data/cache/frames/vimu_000546/frame_01.jpg", "data/cache/frames/vimu_000546/frame_02.jpg", "data/cache/frames/vimu_000546/frame_03.jpg", "data/cache/frames/vimu_000546/frame_04.jpg", "data/cache/frames/vimu_000546/frame_05.jpg", "data/cache/frames/vimu_000546/frame_06.jpg", "data/cache/frames/vimu_000546/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000547", "video_path": "videos/vimu_000547.mp4", "duration_sec": 7.755011, "frames": ["data/cache/frames/vimu_000547/frame_00.jpg", "data/cache/frames/vimu_000547/frame_01.jpg", "data/cache/frames/vimu_000547/frame_02.jpg", "data/cache/frames/vimu_000547/frame_03.jpg", "data/cache/frames/vimu_000547/frame_04.jpg", "data/cache/frames/vimu_000547/frame_05.jpg", "data/cache/frames/vimu_000547/frame_06.jpg", "data/cache/frames/vimu_000547/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000548", "video_path": "videos/vimu_000548.mp4", "duration_sec": 6.066667, "frames": ["data/cache/frames/vimu_000548/frame_00.jpg", "data/cache/frames/vimu_000548/frame_01.jpg", "data/cache/frames/vimu_000548/frame_02.jpg", "data/cache/frames/vimu_000548/frame_03.jpg", "data/cache/frames/vimu_000548/frame_04.jpg", "data/cache/frames/vimu_000548/frame_05.jpg", "data/cache/frames/vimu_000548/frame_06.jpg", "data/cache/frames/vimu_000548/frame_07.jpg"], "transcript": "Alright guys, I was just shopping on Amazon and I found the world's slipperiest soap, and apparently I can wash my..."} +{"video_id": "vimu_000549", "video_path": "videos/vimu_000549.mp4", "duration_sec": 6.408005, "frames": ["data/cache/frames/vimu_000549/frame_00.jpg", "data/cache/frames/vimu_000549/frame_01.jpg", "data/cache/frames/vimu_000549/frame_02.jpg", "data/cache/frames/vimu_000549/frame_03.jpg", "data/cache/frames/vimu_000549/frame_04.jpg", "data/cache/frames/vimu_000549/frame_05.jpg", "data/cache/frames/vimu_000549/frame_06.jpg", "data/cache/frames/vimu_000549/frame_07.jpg"], "transcript": "They should hire me at Papa's Burgeria because I can cook it."} +{"video_id": "vimu_000550", "video_path": "videos/vimu_000550.mp4", "duration_sec": 6.523991, "frames": ["data/cache/frames/vimu_000550/frame_00.jpg", "data/cache/frames/vimu_000550/frame_01.jpg", "data/cache/frames/vimu_000550/frame_02.jpg", "data/cache/frames/vimu_000550/frame_03.jpg", "data/cache/frames/vimu_000550/frame_04.jpg", "data/cache/frames/vimu_000550/frame_05.jpg", "data/cache/frames/vimu_000550/frame_06.jpg", "data/cache/frames/vimu_000550/frame_07.jpg"], "transcript": "O, ginatang sabaw, mainit na mainit pa. Ay naku, mainit nga."} +{"video_id": "vimu_000551", "video_path": "videos/vimu_000551.mp4", "duration_sec": 5.968934, "frames": ["data/cache/frames/vimu_000551/frame_00.jpg", "data/cache/frames/vimu_000551/frame_01.jpg", "data/cache/frames/vimu_000551/frame_02.jpg", "data/cache/frames/vimu_000551/frame_03.jpg", "data/cache/frames/vimu_000551/frame_04.jpg", "data/cache/frames/vimu_000551/frame_05.jpg", "data/cache/frames/vimu_000551/frame_06.jpg", "data/cache/frames/vimu_000551/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000552", "video_path": "videos/vimu_000552.mp4", "duration_sec": 6.872993, "frames": ["data/cache/frames/vimu_000552/frame_00.jpg", "data/cache/frames/vimu_000552/frame_01.jpg", "data/cache/frames/vimu_000552/frame_02.jpg", "data/cache/frames/vimu_000552/frame_03.jpg", "data/cache/frames/vimu_000552/frame_04.jpg", "data/cache/frames/vimu_000552/frame_05.jpg", "data/cache/frames/vimu_000552/frame_06.jpg", "data/cache/frames/vimu_000552/frame_07.jpg"], "transcript": "No way, bro, they got the..."} +{"video_id": "vimu_000553", "video_path": "videos/vimu_000553.mp4", "duration_sec": 6.8, "frames": ["data/cache/frames/vimu_000553/frame_00.jpg", "data/cache/frames/vimu_000553/frame_01.jpg", "data/cache/frames/vimu_000553/frame_02.jpg", "data/cache/frames/vimu_000553/frame_03.jpg", "data/cache/frames/vimu_000553/frame_04.jpg", "data/cache/frames/vimu_000553/frame_05.jpg", "data/cache/frames/vimu_000553/frame_06.jpg", "data/cache/frames/vimu_000553/frame_07.jpg"], "transcript": "Бидиба ибидеб"} +{"video_id": "vimu_000554", "video_path": "videos/vimu_000554.mp4", "duration_sec": 6.37037, "frames": ["data/cache/frames/vimu_000554/frame_00.jpg", "data/cache/frames/vimu_000554/frame_01.jpg", "data/cache/frames/vimu_000554/frame_02.jpg", "data/cache/frames/vimu_000554/frame_03.jpg", "data/cache/frames/vimu_000554/frame_04.jpg", "data/cache/frames/vimu_000554/frame_05.jpg", "data/cache/frames/vimu_000554/frame_06.jpg", "data/cache/frames/vimu_000554/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000555", "video_path": "videos/vimu_000555.mp4", "duration_sec": 7.233333, "frames": ["data/cache/frames/vimu_000555/frame_00.jpg", "data/cache/frames/vimu_000555/frame_01.jpg", "data/cache/frames/vimu_000555/frame_02.jpg", "data/cache/frames/vimu_000555/frame_03.jpg", "data/cache/frames/vimu_000555/frame_04.jpg", "data/cache/frames/vimu_000555/frame_05.jpg", "data/cache/frames/vimu_000555/frame_06.jpg", "data/cache/frames/vimu_000555/frame_07.jpg"], "transcript": "Whoa, that's bananas."} +{"video_id": "vimu_000556", "video_path": "videos/vimu_000556.mp4", "duration_sec": 7.066667, "frames": ["data/cache/frames/vimu_000556/frame_00.jpg", "data/cache/frames/vimu_000556/frame_01.jpg", "data/cache/frames/vimu_000556/frame_02.jpg", "data/cache/frames/vimu_000556/frame_03.jpg", "data/cache/frames/vimu_000556/frame_04.jpg", "data/cache/frames/vimu_000556/frame_05.jpg", "data/cache/frames/vimu_000556/frame_06.jpg", "data/cache/frames/vimu_000556/frame_07.jpg"], "transcript": "Yo, you play Clash? What the fuck? No."} +{"video_id": "vimu_000557", "video_path": "videos/vimu_000557.mp4", "duration_sec": 6.339002, "frames": ["data/cache/frames/vimu_000557/frame_00.jpg", "data/cache/frames/vimu_000557/frame_01.jpg", "data/cache/frames/vimu_000557/frame_02.jpg", "data/cache/frames/vimu_000557/frame_03.jpg", "data/cache/frames/vimu_000557/frame_04.jpg", "data/cache/frames/vimu_000557/frame_05.jpg", "data/cache/frames/vimu_000557/frame_06.jpg", "data/cache/frames/vimu_000557/frame_07.jpg"], "transcript": "You can always tell how good somebody's doing in life by how fat their fucking wallet is. Shh, life is good, baby."} +{"video_id": "vimu_000558", "video_path": "videos/vimu_000558.mp4", "duration_sec": 6.9, "frames": ["data/cache/frames/vimu_000558/frame_00.jpg", "data/cache/frames/vimu_000558/frame_01.jpg", "data/cache/frames/vimu_000558/frame_02.jpg", "data/cache/frames/vimu_000558/frame_03.jpg", "data/cache/frames/vimu_000558/frame_04.jpg", "data/cache/frames/vimu_000558/frame_05.jpg", "data/cache/frames/vimu_000558/frame_06.jpg", "data/cache/frames/vimu_000558/frame_07.jpg"], "transcript": "Wow. Oh my God. Yo, nice car, Flea. What the f..."} +{"video_id": "vimu_000559", "video_path": "videos/vimu_000559.mp4", "duration_sec": 6.640907, "frames": ["data/cache/frames/vimu_000559/frame_00.jpg", "data/cache/frames/vimu_000559/frame_01.jpg", "data/cache/frames/vimu_000559/frame_02.jpg", "data/cache/frames/vimu_000559/frame_03.jpg", "data/cache/frames/vimu_000559/frame_04.jpg", "data/cache/frames/vimu_000559/frame_05.jpg", "data/cache/frames/vimu_000559/frame_06.jpg", "data/cache/frames/vimu_000559/frame_07.jpg"], "transcript": "I wish I knew you wanted me, I wish I knew"} +{"video_id": "vimu_000560", "video_path": "videos/vimu_000560.mp4", "duration_sec": 9.533333, "frames": ["data/cache/frames/vimu_000560/frame_00.jpg", "data/cache/frames/vimu_000560/frame_01.jpg", "data/cache/frames/vimu_000560/frame_02.jpg", "data/cache/frames/vimu_000560/frame_03.jpg", "data/cache/frames/vimu_000560/frame_04.jpg", "data/cache/frames/vimu_000560/frame_05.jpg", "data/cache/frames/vimu_000560/frame_06.jpg", "data/cache/frames/vimu_000560/frame_07.jpg"], "transcript": "I don't know where the ghosts are at, bro, I can't find them. It's possessing me!"} +{"video_id": "vimu_000561", "video_path": "videos/vimu_000561.mp4", "duration_sec": 5.804989, "frames": ["data/cache/frames/vimu_000561/frame_00.jpg", "data/cache/frames/vimu_000561/frame_01.jpg", "data/cache/frames/vimu_000561/frame_02.jpg", "data/cache/frames/vimu_000561/frame_03.jpg", "data/cache/frames/vimu_000561/frame_04.jpg", "data/cache/frames/vimu_000561/frame_05.jpg", "data/cache/frames/vimu_000561/frame_06.jpg", "data/cache/frames/vimu_000561/frame_07.jpg"], "transcript": "What the... Now look down, look down!"} +{"video_id": "vimu_000562", "video_path": "videos/vimu_000562.mp4", "duration_sec": 6.074074, "frames": ["data/cache/frames/vimu_000562/frame_00.jpg", "data/cache/frames/vimu_000562/frame_01.jpg", "data/cache/frames/vimu_000562/frame_02.jpg", "data/cache/frames/vimu_000562/frame_03.jpg", "data/cache/frames/vimu_000562/frame_04.jpg", "data/cache/frames/vimu_000562/frame_05.jpg", "data/cache/frames/vimu_000562/frame_06.jpg", "data/cache/frames/vimu_000562/frame_07.jpg"], "transcript": "Hocus Pocus, there's pizza on your focus."} +{"video_id": "vimu_000563", "video_path": "videos/vimu_000563.mp4", "duration_sec": 5.735011, "frames": ["data/cache/frames/vimu_000563/frame_00.jpg", "data/cache/frames/vimu_000563/frame_01.jpg", "data/cache/frames/vimu_000563/frame_02.jpg", "data/cache/frames/vimu_000563/frame_03.jpg", "data/cache/frames/vimu_000563/frame_04.jpg", "data/cache/frames/vimu_000563/frame_05.jpg", "data/cache/frames/vimu_000563/frame_06.jpg", "data/cache/frames/vimu_000563/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000564", "video_path": "videos/vimu_000564.mp4", "duration_sec": 6.633333, "frames": ["data/cache/frames/vimu_000564/frame_00.jpg", "data/cache/frames/vimu_000564/frame_01.jpg", "data/cache/frames/vimu_000564/frame_02.jpg", "data/cache/frames/vimu_000564/frame_03.jpg", "data/cache/frames/vimu_000564/frame_04.jpg", "data/cache/frames/vimu_000564/frame_05.jpg", "data/cache/frames/vimu_000564/frame_06.jpg", "data/cache/frames/vimu_000564/frame_07.jpg"], "transcript": "It's a phone, which is the LG Wing. You know, it's really not that fancy, it's just a new smartphone, which big feature is it's got the double screen."} +{"video_id": "vimu_000565", "video_path": "videos/vimu_000565.mp4", "duration_sec": 7.174966, "frames": ["data/cache/frames/vimu_000565/frame_00.jpg", "data/cache/frames/vimu_000565/frame_01.jpg", "data/cache/frames/vimu_000565/frame_02.jpg", "data/cache/frames/vimu_000565/frame_03.jpg", "data/cache/frames/vimu_000565/frame_04.jpg", "data/cache/frames/vimu_000565/frame_05.jpg", "data/cache/frames/vimu_000565/frame_06.jpg", "data/cache/frames/vimu_000565/frame_07.jpg"], "transcript": "Currently, you have to, like, lift this bit."} +{"video_id": "vimu_000566", "video_path": "videos/vimu_000566.mp4", "duration_sec": 5.804989, "frames": ["data/cache/frames/vimu_000566/frame_00.jpg", "data/cache/frames/vimu_000566/frame_01.jpg", "data/cache/frames/vimu_000566/frame_02.jpg", "data/cache/frames/vimu_000566/frame_03.jpg", "data/cache/frames/vimu_000566/frame_04.jpg", "data/cache/frames/vimu_000566/frame_05.jpg", "data/cache/frames/vimu_000566/frame_06.jpg", "data/cache/frames/vimu_000566/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000567", "video_path": "videos/vimu_000567.mp4", "duration_sec": 6.2, "frames": ["data/cache/frames/vimu_000567/frame_00.jpg", "data/cache/frames/vimu_000567/frame_01.jpg", "data/cache/frames/vimu_000567/frame_02.jpg", "data/cache/frames/vimu_000567/frame_03.jpg", "data/cache/frames/vimu_000567/frame_04.jpg", "data/cache/frames/vimu_000567/frame_05.jpg", "data/cache/frames/vimu_000567/frame_06.jpg", "data/cache/frames/vimu_000567/frame_07.jpg"], "transcript": "for an hour and a half."} +{"video_id": "vimu_000568", "video_path": "videos/vimu_000568.mp4", "duration_sec": 8.172993, "frames": ["data/cache/frames/vimu_000568/frame_00.jpg", "data/cache/frames/vimu_000568/frame_01.jpg", "data/cache/frames/vimu_000568/frame_02.jpg", "data/cache/frames/vimu_000568/frame_03.jpg", "data/cache/frames/vimu_000568/frame_04.jpg", "data/cache/frames/vimu_000568/frame_05.jpg", "data/cache/frames/vimu_000568/frame_06.jpg", "data/cache/frames/vimu_000568/frame_07.jpg"], "transcript": "What the fuck? Mama!"} +{"video_id": "vimu_000569", "video_path": "videos/vimu_000569.mp4", "duration_sec": 5.939273, "frames": ["data/cache/frames/vimu_000569/frame_00.jpg", "data/cache/frames/vimu_000569/frame_01.jpg", "data/cache/frames/vimu_000569/frame_02.jpg", "data/cache/frames/vimu_000569/frame_03.jpg", "data/cache/frames/vimu_000569/frame_04.jpg", "data/cache/frames/vimu_000569/frame_05.jpg", "data/cache/frames/vimu_000569/frame_06.jpg", "data/cache/frames/vimu_000569/frame_07.jpg"], "transcript": "I'm gonna see if I can drop this down. I'm on floor 10."} +{"video_id": "vimu_000570", "video_path": "videos/vimu_000570.mp4", "duration_sec": 8.553991, "frames": ["data/cache/frames/vimu_000570/frame_00.jpg", "data/cache/frames/vimu_000570/frame_01.jpg", "data/cache/frames/vimu_000570/frame_02.jpg", "data/cache/frames/vimu_000570/frame_03.jpg", "data/cache/frames/vimu_000570/frame_04.jpg", "data/cache/frames/vimu_000570/frame_05.jpg", "data/cache/frames/vimu_000570/frame_06.jpg", "data/cache/frames/vimu_000570/frame_07.jpg"], "transcript": "Before we use this utility knife, we need to get it out of its packaging. This can prove to be quite difficult. To help with this, simply go buy another utility knife."} +{"video_id": "vimu_000571", "video_path": "videos/vimu_000571.mp4", "duration_sec": 6.233333, "frames": ["data/cache/frames/vimu_000571/frame_00.jpg", "data/cache/frames/vimu_000571/frame_01.jpg", "data/cache/frames/vimu_000571/frame_02.jpg", "data/cache/frames/vimu_000571/frame_03.jpg", "data/cache/frames/vimu_000571/frame_04.jpg", "data/cache/frames/vimu_000571/frame_05.jpg", "data/cache/frames/vimu_000571/frame_06.jpg", "data/cache/frames/vimu_000571/frame_07.jpg"], "transcript": "Oh yes, sir. Oh, no."} +{"video_id": "vimu_000572", "video_path": "videos/vimu_000572.mp4", "duration_sec": 5.41, "frames": ["data/cache/frames/vimu_000572/frame_00.jpg", "data/cache/frames/vimu_000572/frame_01.jpg", "data/cache/frames/vimu_000572/frame_02.jpg", "data/cache/frames/vimu_000572/frame_03.jpg", "data/cache/frames/vimu_000572/frame_04.jpg", "data/cache/frames/vimu_000572/frame_05.jpg", "data/cache/frames/vimu_000572/frame_06.jpg", "data/cache/frames/vimu_000572/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000573", "video_path": "videos/vimu_000573.mp4", "duration_sec": 9.033333, "frames": ["data/cache/frames/vimu_000573/frame_00.jpg", "data/cache/frames/vimu_000573/frame_01.jpg", "data/cache/frames/vimu_000573/frame_02.jpg", "data/cache/frames/vimu_000573/frame_03.jpg", "data/cache/frames/vimu_000573/frame_04.jpg", "data/cache/frames/vimu_000573/frame_05.jpg", "data/cache/frames/vimu_000573/frame_06.jpg", "data/cache/frames/vimu_000573/frame_07.jpg"], "transcript": "네버리어브."} +{"video_id": "vimu_000574", "video_path": "videos/vimu_000574.mp4", "duration_sec": 6.733333, "frames": ["data/cache/frames/vimu_000574/frame_00.jpg", "data/cache/frames/vimu_000574/frame_01.jpg", "data/cache/frames/vimu_000574/frame_02.jpg", "data/cache/frames/vimu_000574/frame_03.jpg", "data/cache/frames/vimu_000574/frame_04.jpg", "data/cache/frames/vimu_000574/frame_05.jpg", "data/cache/frames/vimu_000574/frame_06.jpg", "data/cache/frames/vimu_000574/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000575", "video_path": "videos/vimu_000575.mp4", "duration_sec": 7.3, "frames": ["data/cache/frames/vimu_000575/frame_00.jpg", "data/cache/frames/vimu_000575/frame_01.jpg", "data/cache/frames/vimu_000575/frame_02.jpg", "data/cache/frames/vimu_000575/frame_03.jpg", "data/cache/frames/vimu_000575/frame_04.jpg", "data/cache/frames/vimu_000575/frame_05.jpg", "data/cache/frames/vimu_000575/frame_06.jpg", "data/cache/frames/vimu_000575/frame_07.jpg"], "transcript": "Oh my God, how close is he gonna get? One second!"} +{"video_id": "vimu_000576", "video_path": "videos/vimu_000576.mp4", "duration_sec": 5.410998, "frames": ["data/cache/frames/vimu_000576/frame_00.jpg", "data/cache/frames/vimu_000576/frame_01.jpg", "data/cache/frames/vimu_000576/frame_02.jpg", "data/cache/frames/vimu_000576/frame_03.jpg", "data/cache/frames/vimu_000576/frame_04.jpg", "data/cache/frames/vimu_000576/frame_05.jpg", "data/cache/frames/vimu_000576/frame_06.jpg", "data/cache/frames/vimu_000576/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000577", "video_path": "videos/vimu_000577.mp4", "duration_sec": 7.4, "frames": ["data/cache/frames/vimu_000577/frame_00.jpg", "data/cache/frames/vimu_000577/frame_01.jpg", "data/cache/frames/vimu_000577/frame_02.jpg", "data/cache/frames/vimu_000577/frame_03.jpg", "data/cache/frames/vimu_000577/frame_04.jpg", "data/cache/frames/vimu_000577/frame_05.jpg", "data/cache/frames/vimu_000577/frame_06.jpg", "data/cache/frames/vimu_000577/frame_07.jpg"], "transcript": "I really hope I don't trip and spill my drink."} +{"video_id": "vimu_000578", "video_path": "videos/vimu_000578.mp4", "duration_sec": 5.666667, "frames": ["data/cache/frames/vimu_000578/frame_00.jpg", "data/cache/frames/vimu_000578/frame_01.jpg", "data/cache/frames/vimu_000578/frame_02.jpg", "data/cache/frames/vimu_000578/frame_03.jpg", "data/cache/frames/vimu_000578/frame_04.jpg", "data/cache/frames/vimu_000578/frame_05.jpg", "data/cache/frames/vimu_000578/frame_06.jpg", "data/cache/frames/vimu_000578/frame_07.jpg"], "transcript": "C'è la luna mezz'amara."} +{"video_id": "vimu_000579", "video_path": "videos/vimu_000579.mp4", "duration_sec": 6.78, "frames": ["data/cache/frames/vimu_000579/frame_00.jpg", "data/cache/frames/vimu_000579/frame_01.jpg", "data/cache/frames/vimu_000579/frame_02.jpg", "data/cache/frames/vimu_000579/frame_03.jpg", "data/cache/frames/vimu_000579/frame_04.jpg", "data/cache/frames/vimu_000579/frame_05.jpg", "data/cache/frames/vimu_000579/frame_06.jpg", "data/cache/frames/vimu_000579/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000580", "video_path": "videos/vimu_000580.mp4", "duration_sec": 5.8, "frames": ["data/cache/frames/vimu_000580/frame_00.jpg", "data/cache/frames/vimu_000580/frame_01.jpg", "data/cache/frames/vimu_000580/frame_02.jpg", "data/cache/frames/vimu_000580/frame_03.jpg", "data/cache/frames/vimu_000580/frame_04.jpg", "data/cache/frames/vimu_000580/frame_05.jpg", "data/cache/frames/vimu_000580/frame_06.jpg", "data/cache/frames/vimu_000580/frame_07.jpg"], "transcript": "Okay, that's what's wrong with it. Ain't got no gas in it."} +{"video_id": "vimu_000581", "video_path": "videos/vimu_000581.mp4", "duration_sec": 6.548005, "frames": ["data/cache/frames/vimu_000581/frame_00.jpg", "data/cache/frames/vimu_000581/frame_01.jpg", "data/cache/frames/vimu_000581/frame_02.jpg", "data/cache/frames/vimu_000581/frame_03.jpg", "data/cache/frames/vimu_000581/frame_04.jpg", "data/cache/frames/vimu_000581/frame_05.jpg", "data/cache/frames/vimu_000581/frame_06.jpg", "data/cache/frames/vimu_000581/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000582", "video_path": "videos/vimu_000582.mp4", "duration_sec": 8.660998, "frames": ["data/cache/frames/vimu_000582/frame_00.jpg", "data/cache/frames/vimu_000582/frame_01.jpg", "data/cache/frames/vimu_000582/frame_02.jpg", "data/cache/frames/vimu_000582/frame_03.jpg", "data/cache/frames/vimu_000582/frame_04.jpg", "data/cache/frames/vimu_000582/frame_05.jpg", "data/cache/frames/vimu_000582/frame_06.jpg", "data/cache/frames/vimu_000582/frame_07.jpg"], "transcript": "Excuse me, I just need to step inside for a minute. Thank you, sir."} +{"video_id": "vimu_000583", "video_path": "videos/vimu_000583.mp4", "duration_sec": 8.212993, "frames": ["data/cache/frames/vimu_000583/frame_00.jpg", "data/cache/frames/vimu_000583/frame_01.jpg", "data/cache/frames/vimu_000583/frame_02.jpg", "data/cache/frames/vimu_000583/frame_03.jpg", "data/cache/frames/vimu_000583/frame_04.jpg", "data/cache/frames/vimu_000583/frame_05.jpg", "data/cache/frames/vimu_000583/frame_06.jpg", "data/cache/frames/vimu_000583/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000584", "video_path": "videos/vimu_000584.mp4", "duration_sec": 8.337007, "frames": ["data/cache/frames/vimu_000584/frame_00.jpg", "data/cache/frames/vimu_000584/frame_01.jpg", "data/cache/frames/vimu_000584/frame_02.jpg", "data/cache/frames/vimu_000584/frame_03.jpg", "data/cache/frames/vimu_000584/frame_04.jpg", "data/cache/frames/vimu_000584/frame_05.jpg", "data/cache/frames/vimu_000584/frame_06.jpg", "data/cache/frames/vimu_000584/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000585", "video_path": "videos/vimu_000585.mp4", "duration_sec": 6.206206, "frames": ["data/cache/frames/vimu_000585/frame_00.jpg", "data/cache/frames/vimu_000585/frame_01.jpg", "data/cache/frames/vimu_000585/frame_02.jpg", "data/cache/frames/vimu_000585/frame_03.jpg", "data/cache/frames/vimu_000585/frame_04.jpg", "data/cache/frames/vimu_000585/frame_05.jpg", "data/cache/frames/vimu_000585/frame_06.jpg", "data/cache/frames/vimu_000585/frame_07.jpg"], "transcript": "Touch that! Touch it! Touch!"} +{"video_id": "vimu_000586", "video_path": "videos/vimu_000586.mp4", "duration_sec": 10.588005, "frames": ["data/cache/frames/vimu_000586/frame_00.jpg", "data/cache/frames/vimu_000586/frame_01.jpg", "data/cache/frames/vimu_000586/frame_02.jpg", "data/cache/frames/vimu_000586/frame_03.jpg", "data/cache/frames/vimu_000586/frame_04.jpg", "data/cache/frames/vimu_000586/frame_05.jpg", "data/cache/frames/vimu_000586/frame_06.jpg", "data/cache/frames/vimu_000586/frame_07.jpg"], "transcript": ""} +{"video_id": "vimu_000587", "video_path": "videos/vimu_000587.mp4", "duration_sec": 5.538872, "frames": ["data/cache/frames/vimu_000587/frame_00.jpg", "data/cache/frames/vimu_000587/frame_01.jpg", "data/cache/frames/vimu_000587/frame_02.jpg", "data/cache/frames/vimu_000587/frame_03.jpg", "data/cache/frames/vimu_000587/frame_04.jpg", "data/cache/frames/vimu_000587/frame_05.jpg", "data/cache/frames/vimu_000587/frame_06.jpg", "data/cache/frames/vimu_000587/frame_07.jpg"], "transcript": "What the fuck? They got Sleep 2? What the fuck they coming out with next, Sleep?"} +{"video_id": "vimu_000588", "video_path": "videos/vimu_000588.mp4", "duration_sec": 5.2, "frames": ["data/cache/frames/vimu_000588/frame_00.jpg", "data/cache/frames/vimu_000588/frame_01.jpg", "data/cache/frames/vimu_000588/frame_02.jpg", "data/cache/frames/vimu_000588/frame_03.jpg", "data/cache/frames/vimu_000588/frame_04.jpg", "data/cache/frames/vimu_000588/frame_05.jpg", "data/cache/frames/vimu_000588/frame_06.jpg", "data/cache/frames/vimu_000588/frame_07.jpg"], "transcript": ""} diff --git a/metadata/vimu_eg.jsonl b/metadata/vimu_eg.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9bef8bfe9294c1a1c9f7dba4d786bbdf6f2cd88a --- /dev/null +++ b/metadata/vimu_eg.jsonl @@ -0,0 +1,588 @@ +{"video_id": "vimu_000001", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the man’s silent facial reaction: despite looking like a serious fitness or bodybuilding type, he is shown next to a big soda bottle and gives a deadpan, slightly disapproving or tempted look. The meme point is the awkward contrast between a disciplined muscular image and an unhealthy or out-of-place soft drink at the table.", "open_ended_question": "Why is the soda bottle placed so prominently in relation to the man’s reaction?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B", "E"], "correct_labels": ["frames", "editing_pattern", "visible_text"], "video_path": "videos_final/vimu_000001.mp4"} +{"video_id": "vimu_000002", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor is observational: someone puts up a QR code in a public place and it immediately attracts another passerby to scan it. The meme point is that people are highly conditioned or curious to scan QR codes they encounter, even with little context.", "open_ended_question": "What does the quick sequence of someone putting up the paper and another person immediately using their phone suggest about the second person's behavior?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000002.mp4"} +{"video_id": "vimu_000003", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The phrase \"Congratulations, princess\" is used sarcastically rather than sincerely. Combined with the visible foot/bed context and his smirking expression, it implies he is teasing or belittling someone as pampered or submissive, likely after a sexual or intimate situation, with \"princess\" functioning as a mocking pet name.", "open_ended_question": "Why is the line \"Congratulations, princess\" delivered this way in this setting?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A"], "correct_labels": ["frames", "transcript", "audio_tone"], "video_path": "videos_final/vimu_000003.mp4"} +{"video_id": "vimu_000004", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sexual double entendre disguised as a ghost-hunting/hide-and-seek scene: the line about 'the wrong hole' implies an accidental sexual act, and when he finally meets the 'ghost' he reacts with surprising approval rather than fear. The humor comes from the mismatch between a spooky chase setup and casual, enthusiastic banter about an implicitly sexual mishap.", "open_ended_question": "What contrast between the scene’s apparent setup and the way the conversation plays out is essential to the joke, and what does that make the encounter seem like instead?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000004.mp4"} +{"video_id": "vimu_000005", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents a chaotic mass trench charge as an especially thrilling, archetypally masculine fantasy: the speaker is enthusiastically role-playing as a commander, and the gameplay footage is framed as the kind of battle spectacle that strongly appeals to men. The humor comes from overstating how exciting and glorious the coordinated charge feels despite the obvious danger and violence.", "open_ended_question": "What is the clip presenting the trench-charge sequence as for the speaker?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000005.mp4"} +{"video_id": "vimu_000006", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is framed as edgy prank humor built on treating Black identity as something to verify for cash and using a person's statement 'I'm gay' as irrelevant or comically misplaced next to race. The joke relies on awkward public identity sorting, especially race-based gatekeeping, and on embarrassing participants by questioning whether they count as Black enough.", "open_ended_question": "What is the speaker doing through this exchange with the people he calls over?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000006.mp4"} +{"video_id": "vimu_000007", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video is a visual-illusion prank/reveal: it first makes the viewer think they are looking at an ordinary puddle or wet road surface, then reveals through touch and camera movement that the scene has unexpected depth. The humor comes from surprising the viewer's perception and exposing how misleading the initial angle was.", "open_ended_question": "By the end of the clip, what is the viewer meant to realize about what they seemed to be seeing at the beginning?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B", "E"], "correct_labels": ["frames", "editing_pattern", "visible_text"], "video_path": "videos_final/vimu_000007.mp4"} +{"video_id": "vimu_000008", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme stitches together unrelated clips to create a surreal, humorous effect. The airplane face-mask scene makes the women look unusually artificial or machine-like, which is reinforced by the inserted caption about 'two robots' as a joke about their synchronized skincare behavior and uncanny appearance. The later soup and phone-overlay segment adds more randomness and 'abstract' chaotic humor rather than a coherent narrative.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000008.mp4"} +{"video_id": "vimu_000009", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the speaker as an obnoxious, weird, or untrustworthy neighbor and uses 'from Oklahoma' as a mocking regional stereotype. The joke is that he proudly shows something trivial or gross as if it were impressive, making the 'never trust' setup feel like ridicule of that kind of person, loosely attached to people from Oklahoma.", "open_ended_question": "How does the opening text change the way the viewer is meant to read the man's behavior in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000009.mp4"} +{"video_id": "vimu_000010", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme portrays the pink-haired avatar as being surrounded and harassed by multiple players, while the overlaid caption jokingly frames the scene as an absurd 'special move' focused on sexualized or pervy behavior ('goon'). The humor comes from mocking the target as an 'exploiter noob' and exaggerating the crowding/stalking into a dramatic anime-style attack.", "open_ended_question": "How does the overlaid phrase change the way the crowd of avatars around the pink-haired character is meant to be understood?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000010.mp4"} +{"video_id": "vimu_000011", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously shows a failed attempt at a supposedly simple or skillful task. The joke is the mismatch between the expected neat one-handed egg crack and the clumsy result, inviting viewers to laugh at the small domestic mishap.", "open_ended_question": "Why is this clip framed around a single uninterrupted attempt rather than showing a broader cooking sequence?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000011.mp4"} +{"video_id": "vimu_000012", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes about doing something unexpectedly impractical or hard to predict. The repeated caption frames ordinary situations as if they involve strategic secrecy, but the punchline is that the person makes a bizarre, unnecessary choice instead. It humorously celebrates randomness and unpredictability rather than real strategy.", "open_ended_question": "Why does the repeated caption fit the examples in this compilation?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000012.mp4"} +{"video_id": "vimu_000013", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses abrupt juxtaposition to joke about over-the-top changes in behavior: first implying someone who starts using performance-enhancing drugs becomes noticeably more intense, then pairing that idea with a retail-worker skit where an employee explosively reacts to an obviously answerable question. The humor comes from mocking the customer as stupid and presenting an exaggerated hostile response as relatable/funny.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000013.mp4"} +{"video_id": "vimu_000014", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokingly imitates an overly elegant, dainty, or theatrical way of laughing, framing it as how a \"princess\" would laugh. The humor comes from the performer's exaggerated mannerisms and the contrast between ordinary laughter and a stylized, refined fantasy version.", "open_ended_question": "What specific contrast is the clip using to make the joke work?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000014.mp4"} +{"video_id": "vimu_000015", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip demonstrates or jokes about a covert cheating method: disguising written notes or answers inside a colored-pencil box so it looks like normal school supplies during a test or class assignment.", "open_ended_question": "Why is the pencil box shown being adjusted back and forth while the person works on the worksheet?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000015.mp4"} +{"video_id": "vimu_000016", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses melodramatic, overemotional acting to depict a cruel forced-choice situation, likely a joke about someone being dismissed or abandoned despite desperate personal circumstances. The humor comes from the disproportionate emotional intensity and the bleakness of having to choose who to sacrifice or let go.", "open_ended_question": "Why is this scene played with such an intense, over-the-top exchange instead of in a straightforward way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000016.mp4"} +{"video_id": "vimu_000017", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously stylizes a simple in-game knife kill as if it were an overpowered electric or supernatural attack. The joke is the contrast between an ordinary melee elimination and the exaggerated flashy 'getting electrocuted/struck by energy' presentation.", "open_ended_question": "What does the video's presentation make the in-game attack come across as, rather than just a standard knife elimination?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B", "E"], "correct_labels": ["frames", "editing_pattern", "visible_text"], "video_path": "videos_final/vimu_000017.mp4"} +{"video_id": "vimu_000018", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip turns an emotionally serious setup about feeling unseen or uncared-for into a dark joke: instead of offering comfort, the person is literally made to disappear. The humor comes from taking the sign’s emotional wording literally and resolving it with an absurdly blunt, callous action.", "open_ended_question": "What makes the ending fit the setup shown earlier in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000018.mp4"} +{"video_id": "vimu_000019", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme parodies Harry Potter-style wizard dueling by replacing magic-wand combat with an exaggerated American-style gun draw/shootout, creating humor through the mismatch between fantasy wizard aesthetics and firearm behavior.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000019.mp4"} +{"video_id": "vimu_000020", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke relies on a racist stereotype that a Black person becomes hard to see in the dark because of skin color, then turns that into a punchline where a driver allegedly hits him at night. It uses race and nationality as insults/comic labels, mocking both Black people and the presumed Indian driver.", "open_ended_question": "What main idea is the video trying to get across by linking the opening remark with the final shot?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000020.mp4"} +{"video_id": "vimu_000021", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is used as a reaction image for frustrated, impotent anger: wanting something or wanting to lash out, but being blocked and unable to do anything effective. The humor comes from the bird's exaggerated angry reaction to an unreachable target.", "open_ended_question": "In a reaction-post context, what kind of situation is this clip most likely used to represent?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000021.mp4"} +{"video_id": "vimu_000022", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the car mishap as an absurdly embarrassing failure and uses the top reaction face plus crying emojis to invite viewers to laugh at the driver's bad luck and the escalating chaos.", "open_ended_question": "Why is this incident presented with a reaction face above it and emoji overlays on the footage?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000022.mp4"} +{"video_id": "vimu_000023", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip highlights an impressively difficult lift and especially the athlete's extra movement after standing, making the moment feel unexpectedly dramatic or 'over-the-top' in a humorous, awe-filled way. The meme point is essentially 'this celebration/recovery is insanely intense' rather than criticism.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000023.mp4"} +{"video_id": "vimu_000024", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption frames the gym action as a joke about someone who has just started taking performance-enhancing drugs/steroids: the person supposedly becomes suddenly stronger and more sexually charged or overexcited, with the rope movement used as a visual double meaning for exaggerated bodily/sexual effects.", "open_ended_question": "How do the on-screen text and the emphasized cable-rope moment combine to convey the video's main idea?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000024.mp4"} +{"video_id": "vimu_000025", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a panicked person immediately incriminating everyone during a police stop instead of staying calm or keeping quiet. The clip presents him as the weak link who disastrously confesses and makes the situation worse for the whole group, inviting viewers to laugh at his inability to handle pressure.", "open_ended_question": "What interpretation best explains why this clip is presented as a memorable moment rather than just a record of what happened?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000025.mp4"} +{"video_id": "vimu_000026", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously mocks fine-dining plating as overly serious, fussy, and pretentious: a lot of precision and concentration goes into arranging very small decorative elements, inviting viewers to see upscale restaurant presentation as excessive compared with the amount of food served.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000026.mp4"} +{"video_id": "vimu_000027", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses a real snowboarding mishap as a humorous metaphor for suddenly getting stuck in a messy or troublesome situation. The spoken line about things getting 'tangled' with the speaker contrasts with the dramatic midair equipment/body separation, making the accident feel like an exaggerated visual punchline for 'how did this mess end up on me.'", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000027.mp4"} +{"video_id": "vimu_000028", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from showing a failed or clumsy diving attempt: the setup suggests a proper dive is coming, but the result is awkward and underwhelming, making the person look inept in a harmless slapstick way.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000028.mp4"} +{"video_id": "vimu_000029", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the buyer as having made a foolish, losing choice by spending money on an obviously bad mystery box, and the edit ridicules his bad luck or poor judgment. The added line about life and casinos turns the moment into a cynical joke about taking risks and getting stuck with the consequences when the outcome is bad.", "open_ended_question": "What interpretation best explains the video as a whole, including the reveal, the inserted reaction shot, and the closing line?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000029.mp4"} +{"video_id": "vimu_000030", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that the speaker has intentionally trained Instagram's recommendation system to show racist content and is angrily possessive of that personalized feed when the platform tries to reset it. The humor comes from pairing a dramatic defense of something hard-built with an openly prejudiced preference, treating the racist algorithm as a valued personal achievement.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000030.mp4"} +{"video_id": "vimu_000031", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses the opening insult as setup, then reveals that the disliked music is the German song \"Erika.\" The joke is that the speaker aggressively rejects the viewer's music taste, and the edit frames listening to this specifically German/militaristic-associated song as something cringey or mockable. It also relies on the monkey reaction clip to ridicule the listener through an animal comparison.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000031.mp4"} +{"video_id": "vimu_000032", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the interviewee being confidently ignorant and then making an even more absurd 'correction' by acting out Hitler's size and location as if he were nearby. The clip invites viewers to laugh at his misunderstanding and self-assuredness.", "open_ended_question": "What is the main point of the exchange, and what makes it work as a joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "E"], "correct_labels": ["frames", "transcript", "audio_tone", "visible_text"], "video_path": "videos_final/vimu_000032.mp4"} +{"video_id": "vimu_000033", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes about the familiar post-exam moment when classmates argue over tiny differences in their answers, while the creator realizes they gave a wildly incorrect answer and feel silently embarrassed and out of place by comparison.", "open_ended_question": "What does the contrast between the two similar answers and the creator's very different answer suggest about the creator's situation after the exam?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000033.mp4"} +{"video_id": "vimu_000034", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme implies that camera operators should pause or be more careful before panning across people, because a moving shot may briefly land on someone who looks awkward, suspicious, or accidentally suggestive. The humor comes from the slow reveal and the creator’s facial reaction, which frames the cameraman’s timing/choice of subject as unintentionally exposing an uncomfortable or potentially sexual-looking moment.", "open_ended_question": "What point is the post making about why the camera movement in the lower clip should have been timed differently?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000034.mp4"} +{"video_id": "vimu_000035", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The edit sets up a visual comparison between the long chain whipping or extending across the ground and the second man's surprised reaction in a cotton field, implying a sexual joke about an unusually large penis and then linking that image to forced labor/picking cotton. The humor relies on shock and degrading comparison rather than an explicit statement.", "open_ended_question": "What interpretation best explains the edit as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000035.mp4"} +{"video_id": "vimu_000036", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames a 'German tire' as if it is sexually or aggressively interested in Nazi imagery: the Michelin mascot’s raised arm visually resembles a Nazi salute, and the pen repeatedly poking near the character’s mouth/face suggests a sexualized act. The humor comes from pairing 'German' with a fascist-associated gesture and treating the tire graphic as if it embodies that stereotype.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000036.mp4"} +{"video_id": "vimu_000037", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The edit invites viewers to compare the crowded group of Black people with the cereal balls on the Nescau package, using visual resemblance in shape and color as a demeaning joke. The humor relies on reducing the people to food-like objects and mocking their appearance as a racialized mass.", "open_ended_question": "What interpretation best explains why these two images are edited together in this video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000037.mp4"} +{"video_id": "vimu_000038", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke relies on the phrase \"the N is black\" sounding like a reference to the racial slur starting with N. The cat's stunned stare represents mock shock at noticing the logo's black-colored N, using racialized wordplay for edgy humor rather than making a literal point about the channel.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000038.mp4"} +{"video_id": "vimu_000039", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the mismatch between serious fantasy-action direction and the awkward, physically suggestive motions the actor has to perform alone on a green screen. The clip invites viewers to laugh at how embarrassing and unintentionally sexual some motion-capture acting looks when stripped of final visual effects.", "open_ended_question": "What is the main point of pairing the dramatic battle directions with the raw footage of the actor carrying them out?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000039.mp4"} +{"video_id": "vimu_000040", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke anthropomorphizes the fan and uses the caption \"1945 Fan\" as a pun to imply a person in 1945 performing oral sex on a penis. The spinning fan blades visually resemble repeated mouth or tongue motion, and the changing face suggests eagerness or intensity. The humor comes from sexual innuendo and from reducing a person to a crude act associated with that year.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000040.mp4"} +{"video_id": "vimu_000041", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the boy's gesture and the team's bowing posture as an inappropriate or mistaken use of a cultural practice, inviting viewers to laugh at a perceived cultural misunderstanding in an international football setting. The humor relies on ridicule of someone 'doing another culture wrong' and on the player's reaction shot reinforcing disapproval or disbelief.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000041.mp4"} +{"video_id": "vimu_000042", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to present the truck ad as shocking or offensive because it pairs a Black child with the phrase \"happy monkey,\" inviting the viewer to notice a racist association between a Black person and a monkey. The meme point is the uncomfortable contrast created by the ad imagery and wording, likely highlighting perceived racism or insulting design.", "open_ended_question": "What interpretation best explains why the camera focuses on revealing the truck advertisement this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000042.mp4"} +{"video_id": "vimu_000043", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme sets up the familiar Newton-and-apple idea, then humorously swerves to a visual joke about gravity or flying by showing a human oddly gliding/flapping like a bird. The humor comes from the unexpected cut from a historical science setup to an absurd real-life imitation of flight rather than a serious explanation.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000043.mp4"} +{"video_id": "vimu_000044", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a bait-and-switch setup where the sender appears to be trying to trick or expose the other person by starting with an innocent question and then changing it into a sexually inappropriate question involving an 8-year-old girl. The humor relies on shock and the implication of predatory or taboo desire rather than an explicit statement from the recipient.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000044.mp4"} +{"video_id": "vimu_000045", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies the couple treats a man as their sexual partner or kept lover, referring to him as 'ours' and revealing he is 'in the garden.' The humor comes from the misdirection that they might mean the car, then the reveal that they mean the man instead, objectifying him as something they possess.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000045.mp4"} +{"video_id": "vimu_000046", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme invites viewers to laugh at the performer because her pose briefly looks strange and can be read as unintentionally suggestive or absurd before resolving into a more innocent/prayer-like gesture. The humor comes from framing the movement as confusing and embarrassing rather than clearly identifying a dance move.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "A"], "correct_labels": ["frames", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000046.mp4"} +{"video_id": "vimu_000047", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses the label \"physicist\" and the student's Arab/Gulf appearance to imply a joke that he is associated with making bombs rather than being good at normal math/physics. The humor relies on a prejudicial stereotype linking Arab or Middle Eastern people with explosives or terrorism, with the class reaction and bomb emojis serving as the punchline.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000047.mp4"} +{"video_id": "vimu_000048", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up an ordinary food-plating moment, then uses the unexpected swirling shape and the caption to suggest a sexual or suggestive visual joke based on the sauce pattern unexpectedly resembling something provocative or intimate.", "open_ended_question": "Why is the clip framed as an unexpected reveal rather than just a demonstration of sauce plating?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000048.mp4"} +{"video_id": "vimu_000049", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The edit contrasts national or racial identities and implies a mocking stereotype that some groups enter calmly while the Black man is portrayed as having an exaggerated emotional breakdown. The humor relies on identity labeling via flag overlays and a punchline of disproportionate distress, which can carry a prejudicial or humiliating implication toward the depicted group.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000049.mp4"} +{"video_id": "vimu_000050", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a parody of how an English-only listener might imitate the fast Spanish lyrics of \"Despacito\" by replacing them with random English words or images that sound vaguely similar. Humor comes from the mismatch between the actual Spanish song and the absurd English approximations on screen.", "open_ended_question": "What makes the sequence of English words and images fit the song in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000050.mp4"} +{"video_id": "vimu_000051", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The candies are used as a metaphor for social harmony and forced togetherness. The point appears to mock or question idealistic messages that everyone in society should stay mixed together and unified without conflict, implying skepticism toward collectivist or integration-style social slogans.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000051.mp4"} +{"video_id": "vimu_000052", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a fake children's rhyme game that turns into forming taboo or explicit words from partial letter clusters. It uses innocent educational framing to set up a reveal of words with sexual or vulgar implications, creating shock humor through the contrast between wholesome presentation and dirty-minded completion.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000052.mp4"} +{"video_id": "vimu_000053", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a stoned-looking visual observation: by cropping and reorienting features of Donald Duck, the character can still look like a different face while remaining 'Donald.' The humor comes from presenting a trivial but oddly mind-bending realization as if it were profound.", "open_ended_question": "What makes the combination of the caption and the two labeled images amusing?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000053.mp4"} +{"video_id": "vimu_000054", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme invites viewers to squint at the burger so its shapes resemble an image associated with Germany, likely Adolf Hitler (bun/hair, patties and sauce as facial features, lettuce/fries as mustache or face details). The joke relies on viewers recognizing that hidden resemblance and treats it as edgy humor tied to German/Nazi identity.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D"], "correct_labels": ["frames", "visible_text", "transcript"], "video_path": "videos_final/vimu_000054.mp4"} +{"video_id": "vimu_000055", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme contrasts girls and boys in a school photo, implying that girls follow a playful or normal pointing pose while boys do something more provocative and edgy by imitating a Nazi-style salute. The joke relies on mocking boys as more prone to offensive, taboo-breaking behavior in group photos.", "open_ended_question": "Why is the video edited to compare the girls’ pose with the boys’ matching raised-arm pose, rather than just showing the school photo without that contrast?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000055.mp4"} +{"video_id": "vimu_000056", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The person is arranging the Snickers bars to resemble or nearly spell an offensive or taboo word/phrase, then changes course before fully showing it. The humor comes from the near-crossing of a social line and the final reaction shot acknowledging that it would have been too far. The exact forbidden word is left implicit, but it appears to be sexual or otherwise inappropriate rather than a harmless spelling game.", "open_ended_question": "What is the main joke created by the way the Snickers bars are arranged and the final reaction shot?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000056.mp4"} +{"video_id": "vimu_000057", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke parodies the famous romantic Titanic scene by building up to an emotional musical payoff and then replacing it with an awkward or comically unfitting clarinet sound. The humor comes from the contrast between the grand cinematic moment and the silly low-status musical interruption, plus the viewers' delayed reaction laughter.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000057.mp4"} +{"video_id": "vimu_000058", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses racist plantation imagery plus repeated use of a racial slur and a faux-literary Chinese narration to mock a person named in the text as a gullible, socially awkward buyer of anime figurines, while also invoking anti-Black racist imagery for shock humor. The intended effect is contemptuous ridicule through juxtaposing a modern consumer dispute with slave-era cotton-picking visuals and slur-heavy audio.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000058.mp4"} +{"video_id": "vimu_000059", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the grandmother, said to have just learned to use an iPad, unexpectedly creates a drawing that looks sexually explicit. The humor comes from the contrast between her innocent/elderly image and the suggestive result, inviting viewers to laugh at the accidental obscenity and mild embarrassment.", "open_ended_question": "What makes the ending of this clip framed as the payoff of the joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000059.mp4"} +{"video_id": "vimu_000060", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke reframes a familiar parent-child Disney scene as if it were from an adult or inappropriate version of the story. Geppetto's bent-over position and the line encouraging Pinocchio to \"try\" lying create a sexualized implication about using Pinocchio's nose growth for Geppetto's benefit, presented as dark, transgressive humor through the mismatch with an innocent Disney property.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000060.mp4"} +{"video_id": "vimu_000061", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses a visual fake-out: the initial close-up is framed to resemble a sexualized body part being touched, then zooms/reveals that it is actually a fetus in the womb. The humor comes from the viewer briefly interpreting the image sexually and then reacting with surprise or disturbed amusement when the full image is shown. The skeleton overlay exaggerates the streamer’s shocked reaction.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000061.mp4"} +{"video_id": "vimu_000062", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents men as behaving in a predictably foolish or crafty way: helping each other maintain a transparent lie to avoid attending an unwanted social obligation. The humor comes from treating this coordinated deception as a typical male bonding behavior, framed with amused exasperation by the caption.", "open_ended_question": "What broader idea about the men's behavior is the clip expressing, beyond the immediate phone call situation?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000062.mp4"} +{"video_id": "vimu_000063", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies the Lamborghini's loud engine/rev sound resembles or evokes a racial slur or racially charged expression, so the car is mockingly described as 'racist.' The humor relies on attributing racist speech/intent to the car based on how it sounds, rather than showing any explicit racist statement on screen.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000063.mp4"} +{"video_id": "vimu_000064", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme demonstrates that changing the soundtrack can dramatically change how the same visuals feel. The dancing scene, which might normally read as intense or stylish, becomes cute, whimsical, or comically different when paired with a light, childlike song, supporting the caption's claim that music changes the viewer's interpretation.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000064.mp4"} +{"video_id": "vimu_000065", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke imagines the speaker performing a bad operation on Tang Monk, causing a bizarre long-term consequence: even 1000 years later the doctor is still around and is recognized by the patient. The humor comes from an impossible, ironic \"successful surgery\" that actually went wrong and produced an absurdly enduring result, making the doctor awkwardly exposed.", "open_ended_question": "Why is the video framed so that, after the \"1000 years later\" caption, the visitor says the doctor looks familiar and the doctor becomes awkward?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000065.mp4"} +{"video_id": "vimu_000066", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that someone eagerly offers help, but in an absurdly overcomplicated and disproportionate way. Humor comes from the contrast between a simple helpful phrase and the ridiculous, impractical method used to assist.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000066.mp4"} +{"video_id": "vimu_000067", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme’s joke is to present a wheelchair user as if he is performing an extreme-sports stunt, using the spoken identification of \"Stephen Hawking\" to make the spectacle more absurd. The humor relies on mocking disability by turning a wheelchair-bound person into an exaggerated stunt visual and inviting the viewer to laugh at the implausible, demeaning image.", "open_ended_question": "What is the main point created by combining the X Games-style presentation with the spoken identification of Stephen Hawking?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000067.mp4"} +{"video_id": "vimu_000068", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video parodies modern pay-to-win mobile game advertising by transplanting it into a Chinese Civil War / Taiwan-landing fantasy scenario. The joke comes from treating historical military-political conflict as a cheesy game commercial, with Chiang-like leaders and soldiers enthusiastically talking about recharge bonuses, troop upgrades, and 'taking the island.' It also carries a nationalist/political edge by framing an invasion or conquest of Taiwan as playful, promotional, and winnable.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000068.mp4"} +{"video_id": "vimu_000069", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the speaker appears to refer not to the tractor but to the Black man as 'old farm equipment.' The humor relies on a demeaning comparison of a person to agricultural machinery, functioning as an insulting bait-and-switch and carrying racially derogatory undertones because the person revealed as the apparent target is Black.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000069.mp4"} +{"video_id": "vimu_000070", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption implies a joking 'sequel' to an earlier event or image because the two adjacent towers visually resemble an erection or sexual scene; the humor comes from treating the building shapes as suggestive and announcing a return with 'season 2.'", "open_ended_question": "Why does the video pair the caption \"Season 2 is coming\" with this particular image?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000070.mp4"} +{"video_id": "vimu_000071", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the oven-checking scenario as a sexual double entendre. The cut to a different person bent near the open oven implies that instead of literally checking temperature, something sexual happened off-screen; the final line, \"It's good bro,\" plays as confirmation after that implied act. The humor relies on misdirection from a mundane kitchen task to a sexual implication.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000071.mp4"} +{"video_id": "vimu_000072", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the test is supposedly easy, but the answer pattern plus the image suggests an offensive or taboo word associated with Hitler, making the student freeze in discomfort. The humor comes from the mismatch between the teacher's reassurance and an exam prompt that seems to lead to a disturbing, socially unacceptable answer.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000072.mp4"} +{"video_id": "vimu_000073", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a seductive dance performance, then undercuts it with a reaction-style cartoon insert that makes the moment awkward or funny. The implied joke is self-deprecating: a sexy pose/routine is being contrasted with a goofy, embarrassed, or startled observer, turning the sensual mood into playful cringe/comedy.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000073.mp4"} +{"video_id": "vimu_000074", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the Chinese phrase/pronunciation produced by Google Translate, especially when repeated aloud, is made to sound like an English sexual phrase associated with Peter Parker/Spider-Man, and the second Spider-Man entering reinforces that double meaning. The humor comes from a phonetic coincidence and from framing Spider-Man as accidentally saying something suggestive while supposedly just learning Chinese.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000074.mp4"} +{"video_id": "vimu_000075", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a simple visual claim about a noisy/static image: because the pattern constantly changes, pausing at any moment will not preserve a stable recognizable image and it will seem to vanish. The tone also suggests a mildly pessimistic or existential feeling about things disappearing suddenly, but the main point is the literal visual observation rather than a targeted social joke.", "open_ended_question": "What main point is created by pairing that sentence with the TV-like static image?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000075.mp4"} +{"video_id": "vimu_000076", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption reframes the unexpected quick movement as a joke about blindly obeying Google Maps directions, implying the speaker/user follows navigation instructions so literally that they make abrupt, awkward, or poorly timed maneuvers.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000076.mp4"} +{"video_id": "vimu_000077", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the shirtless man's large body is being compared to the iceberg from Titanic rather than to human characters, using the filter result as a punchline. The top reaction emphasizes ridicule or secondhand discomfort at a body-size-based insult.", "open_ended_question": "How do the filter result and the other person's reaction work together to create the video's main point?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "A", "B"], "correct_labels": ["frames", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000077.mp4"} +{"video_id": "vimu_000078", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that riding a bike, likely meaning a motorcycle, feels extremely dangerous or fast, as if the rider is so close to death that Jesus and the Grim Reaper are both chasing them. The humor comes from replacing an ordinary expectation from the caption with an over-the-top life-or-death visual.", "open_ended_question": "What main idea does the caption-and-edit combination convey about the ride?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000078.mp4"} +{"video_id": "vimu_000079", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme mocks the person who filled the form incorrectly as unintelligent. Because the reaction image prominently features Black men and the account branding includes a racialized slur, the joke is framed in a way that invites viewers to associate this kind of stupidity with Black people rather than only with one mistaken individual.", "open_ended_question": "Beyond showing someone enter the wrong thing in a form, what broader takeaway does the meme's framing invite viewers to make?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000079.mp4"} +{"video_id": "vimu_000080", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to hinge on a sexual double meaning in the Chinese text: a question about which academic subject is easiest to fail is read or framed as sounding like a question about which field/department has people who are easier to 'sleep with' or 'pick up.' The man’s pained reaction signals he finds the wording suggestive or inappropriately phrased.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000080.mp4"} +{"video_id": "vimu_000081", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses the skyline/building shapes as a visual sexual analogy, implying an erection or male genital comparison, with the text \"Season 2 is coming\" suggesting a sequel or repeat of something. The reactor's amused expression signals that the humor comes from noticing the suggestive resemblance rather than from the buildings literally.", "open_ended_question": "Why is the reaction shot paired specifically with the skyline clip and the caption \"Season 2 is coming\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000081.mp4"} +{"video_id": "vimu_000082", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents a hand-pose trend as having become excessive because many different people are copying it. The final clip, featuring a man with Arab-associated clothing, suggests the joke escalates by implying the trend has spread so far that it now resembles or overlaps with a culturally or politically loaded identity-coded gesture, prompting the reactor’s uneasy/confused response. The humor comes from mocking the trend as overdone and awkward, with a potentially sensitive identity-coded punchline.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000082.mp4"} +{"video_id": "vimu_000083", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a tense confrontation where one person is angrily challenging the other's behavior and escalating toward a possible fight. As a meme/reaction clip, the point is mainly the intensity of someone being provoked and threatening to retaliate, rather than a complex hidden subtext.", "open_ended_question": "What message does someone usually mean by sending this clip in reply to another person?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A"], "correct_labels": ["frames", "transcript", "audio_tone"], "video_path": "videos_final/vimu_000083.mp4"} +{"video_id": "vimu_000084", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses a fake football-player skit and the reactor's shocked amusement to build toward a punchline where an unexpected kiss replaces what seems to be a more ordinary challenge outcome. The humor comes from surprise and sexual/relationship innuendo, especially the contrast between calling out famous footballers and then invoking Ronaldo's partner before the kiss, implying jealousy or taboo intimacy for comic effect.", "open_ended_question": "How do the staged buildup, the final action, and the shouted name work together to make the video's framing understandable?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000084.mp4"} +{"video_id": "vimu_000085", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the challenge starts with harmless rhythmic reading tasks, then introduces a sequence that tempts the participant to blend syllables into a taboo-sounding slur. The streamer appears to notice the trap and redirects to 'stupid' instead, reacting with surprise at the setup. The humor comes from almost being tricked into saying something offensive on beat.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000085.mp4"} +{"video_id": "vimu_000086", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke mocks the speaker by implying her body shape, especially her backside, is so large or prominent that the military would treat her like a \"missile.\" The humor relies on a sexualized/body-based insult and on the awkward reactions of the others, presented as them trying not to laugh.", "open_ended_question": "What is the speaker meant to be implying with the 'use me as a missile' line, and why are the others' reactions and the caption important to how the moment is presented?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000086.mp4"} +{"video_id": "vimu_000087", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from an unexpected visual jump: the familiar-looking cartoon setup suggesting Newton and the apple is interrupted by a dramatic cut to a strange bird charging or flying toward the viewer. The meme's point is mainly the absurd, jarring escalation from calm intellectual scene to an ominous animal clip.", "open_ended_question": "Why is the video structured to begin with the tree-and-apple cartoon setup before suddenly switching to the bird clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000087.mp4"} +{"video_id": "vimu_000088", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme sets up an awe-inspiring, poetic description of aviation and a beautiful landing view, then undercuts it when the actual scene turns into plain white cloud cover. The humor comes from the mismatch between grand emotional narration and the mundane or disappointing visual reality at the end.", "open_ended_question": "How does the ending change the point of the earlier buildup in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000088.mp4"} +{"video_id": "vimu_000089", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the frogs' croaking/calling behavior as if they are saying a slur or insulting term aimed at the man, and his reaction suggests he feels targeted or offended. The humor comes from sexualized/insult-like innuendo projected onto normal frog sounds and from his uneasy reaction to it.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000089.mp4"} +{"video_id": "vimu_000090", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies that Pakistan is associated with regression or moving backward rather than forward. It uses the nationality mention to mock or demean Pakistanis/Pakistan through a negative stereotype framed as a product joke.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000090.mp4"} +{"video_id": "vimu_000091", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a simple, wholesome joke based on an overly enthusiastic reaction to a basic cooking tip. The entertainment comes from the participants treating an ordinary realization about cutting multiple bacon slices at once as if it were a surprising breakthrough.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000091.mp4"} +{"video_id": "vimu_000092", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the press event as ridiculous by focusing on the novelty of the corn-shaped microphone and pairing it with a creator reaction that signals amused disbelief. The joke appears to mock the seriousness or credibility of the political/media scene, implying that the situation is hard to take seriously because of the absurd visual contrast between formal political reporting and a silly-looking microphone.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000092.mp4"} +{"video_id": "vimu_000093", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that if the viewer squints or heavily blurs their vision, the attractive woman in the top image can be perceived as resembling the man shown below. The humor comes from the surprising mismatch and the implied downgrade from beauty to an unsettling or less attractive male face.", "open_ended_question": "What is the main point of the squinting comparison and final reveal in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000093.mp4"} +{"video_id": "vimu_000094", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme packages an obscure or surprising Doraemon scene as a 'rarely seen gadget' reveal, but the humor comes from the unexpected dialogue and situation rather than a genuinely impressive gadget demonstration. The top text sets up curiosity, and the clip delivers an odd, lesser-known moment from the show as a novelty item for fans.", "open_ended_question": "What interpretation best explains why this clip is presented with the opening text about a rarely seen item?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000094.mp4"} +{"video_id": "vimu_000095", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke portrays Europeans as so concerned about drinking potentially unsafe tap water when traveling that they avoid letting local water touch their mouth directly, even awkwardly holding the bottle cap while drinking. It relies on a broad stereotype about European travelers being extra cautious about water hygiene abroad.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000095.mp4"} +{"video_id": "vimu_000096", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a simple word-reading game but relies on the repeated word \"clock\" said by an attractive woman sounding close to a sexual slang term, making the joke about listeners hearing or focusing on an obscene meaning rather than the innocent puzzle. The final reaction shots signal awkward realization or disbelief at that double meaning.", "open_ended_question": "Why does the clip spend so much time repeating the same spoken word before cutting to those reaction images at the end?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000096.mp4"} +{"video_id": "vimu_000097", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that a rhythm/word game accidentally makes the player say sexually suggestive consent-related phrases in connection with Diddy, creating an uncomfortable implication. Humor comes from the accidental assembly of phrases like \"stop, don't stop, yes, no\" on beat, making it sound like a compromising or scandalous scenario, and the man's shocked reaction signals he realizes the implication mid-game.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000097.mp4"} +{"video_id": "vimu_000098", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the product label is absurdly overstuffed with many unrelated uses, culminating in \"motor oil,\" so the streamer performs shocked disbelief at how ridiculous and implausible the product seems.", "open_ended_question": "What specifically makes the streamer react this way to the product shown?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000098.mp4"} +{"video_id": "vimu_000099", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is set up to get older Cantonese-speaking women to say syllables that, when combined or repeated in rhythm, sound like English profanity or sexual slang. The humor comes from tricking them into participating while the recorder treats them as the butt of the joke, framing them as \"aunties\" to be baited and ridiculed. The meme relies on cross-language phonetic resemblance and carries a mocking, ethnically tinged humiliation of the participants.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000099.mp4"} +{"video_id": "vimu_000100", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to personify someone checking or thinking about phone/privacy or relationship-status indicators at night, going through brief anxiety and then a change in mood. The humor comes from the visual contrast between the character’s shifting facial reactions and the lock icons, but the exact referent of the locks is not fully explicit from the video alone.", "open_ended_question": "What are the changing lock symbols most likely being used to represent in relation to the character’s shifting mood?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000100.mp4"} +{"video_id": "vimu_000101", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The watched clip is framed as resembling a sexual act or suggestive body motion rather than magic, and the humor comes from the streamer immediately recognizing the unintended sexual implication and reacting with embarrassed disbelief. The top text reinforces \"please don't,\" signaling cringe and disapproval of the suggestive joke.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "A", "B"], "correct_labels": ["frames", "visible_text", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000101.mp4"} +{"video_id": "vimu_000102", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the reveal that familiar anime characters are being turned into deliberately erotic or compromising fan-art poses. The reactor acts surprised and amused as each drawing becomes more explicit, making the joke about sexualizing well-known characters and the shock/humiliation of seeing them depicted that way.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000102.mp4"} +{"video_id": "vimu_000103", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme sets up an expectation of a typical attractive-woman clip and then flips to a joke reveal involving young men using the same ring light in a suggestive, thirst-trap style pose. The humor comes from the abrupt reversal of who is being glamorously presented and from the mildly sexual/suggestive framing, with the reactor laughing at the unexpected reveal.", "open_ended_question": "What change in the final reveal makes the earlier shots read differently, and why does that create the video's payoff?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B", "A"], "correct_labels": ["frames", "transcript", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000103.mp4"} +{"video_id": "vimu_000104", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the roommate is being humorously framed as the 'demon' or evil presence in the bedroom. The ornaments may be 'working' by tormenting or driving out the roommate rather than protecting him, and the speaker delivers this as a dry, sarcastic product-style review.", "open_ended_question": "Why does the speaker present the gold ornaments as having done their job in the bedroom?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000104.mp4"} +{"video_id": "vimu_000105", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video plays a relatable startled reaction to something unexplained in the bathroom, likely treating a small odd event as if it were scary or supernatural for comedic effect.", "open_ended_question": "What is the main point of the person's reaction in this video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000105.mp4"} +{"video_id": "vimu_000106", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents an intentionally offensive puppet dialogue that cycles through multiple racial stereotypes for shock humor, while also parodying the idea that mutual joking can coexist with respect. The edit invites viewers to laugh at how bluntly the skit says taboo stereotypes, with the streamer serving as a reaction surrogate. The closing line about being glad racism is back adds ironic edge rather than sincere endorsement, but the content still relies heavily on prejudicial stereotypes as the joke material.", "open_ended_question": "Why is this clip framed with a streamer reaction on top, the puppet exchange below, and text emphasizing that many familiar joke patterns are being packed together?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000106.mp4"} +{"video_id": "vimu_000107", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humorously recreates a children's dance or performance-class exercise with adults, suggesting that the adults are imitating the exaggerated 'expressiveness' training of the children for comic effect. The joke comes from the visual mismatch between the original serious training scene and the adults intensely copying it.", "open_ended_question": "Why is the lower group's recreation of the upper clip presented so closely shot-for-shot in this video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000107.mp4"} +{"video_id": "vimu_000108", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a playful fake-out: the setup looks like a billiards break shot, but the 'cue ball' is actually a hamster that wanders off instead of hitting the racked balls. The added TV end-credits parody makes the anticlimax feel overdramatic, as if this trivial, failed, or ridiculous event were a serious children's program or dramatic production.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000108.mp4"} +{"video_id": "vimu_000109", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up the viewer to focus on what appears to be an eye-themed artwork, then uses the final shot and narration to joke that viewers' \"first impressions\" or gaze may actually be drawn to the woman's chest rather than her eyes. The humor comes from redirecting attention and teasing the audience for looking sexually rather than appreciating the stated 'art.'", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000109.mp4"} +{"video_id": "vimu_000110", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a trap: the reactor instinctively identifies the dark chocolate as the outsider because it is black, then the reveal frames that choice as racially prejudiced. The meme mocks the person for making an exclusionary judgment based on color rather than the actual distinguishing feature.", "open_ended_question": "Why is the video structured so that the man's quick answer is followed by a correction about the real odd one out and then a warning screen?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000110.mp4"} +{"video_id": "vimu_000111", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a surprised reaction to a suggestive cartoon map whose highlighted geographic shapes are being read as sexual body parts or anatomy, especially in relation to Canada and the USA. The humor comes from noticing an unintended sexualized resemblance in a national map graphic and reacting with mock shock.", "open_ended_question": "What visual reading of the map best explains why the speaker suddenly zooms in and reacts so strongly?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B", "E"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern", "visible_text"], "video_path": "videos_final/vimu_000111.mp4"} +{"video_id": "vimu_000112", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The montage pairs the man's amused reaction with visually suggestive clips whose shapes, motion, or handling imply sexual imagery. The humor comes from recognizing the double meaning and from escalating absurd, vaguely explicit-looking visuals rather than from any explicit statement.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000112.mp4"} +{"video_id": "vimu_000113", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the drink visually resembles something gross or strange at first, creating a humorous expectation, but it is revealed to be ordinary bubble tea. The man's deadpan, slightly displeased reaction plays up mild disappointment or skepticism about the drink rather than any serious criticism.", "open_ended_question": "How does the opening shot shape the viewer's understanding of the later tea-shop reaction?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000113.mp4"} +{"video_id": "vimu_000114", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that a seemingly eager helper takes over a task in an absurdly overcommitted way. It humorously depicts exaggerated helpfulness or stepping in to assist someone who appears vulnerable, using the dog's impossibly long nose as the punchline.", "open_ended_question": "What does the dog's impossible way of helping suggest about why it steps in?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000114.mp4"} +{"video_id": "vimu_000115", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The edit frames the birds as if they are joking together at a person’s expense: one bird baits the human away, then grabs the food, while the other seems to 'laugh' afterward. The humor comes from anthropomorphizing the seagulls as knowingly mocking or trolling the person.", "open_ended_question": "How does the clip frame the birds' behavior toward the person reaching in, and what makes the sequence seem amusing?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000115.mp4"} +{"video_id": "vimu_000116", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a clumsy improvised fix or awkward attempt to handle a wire latch using toilet paper, with the caption framing it as a humorous failure or 'I couldn't manage it.' The joke is mild self-deprecating humor about being bad with hands-on tasks and making a crude workaround.", "open_ended_question": "What interpretation best explains what the clip is conveying about the person handling the latch?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000116.mp4"} +{"video_id": "vimu_000117", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme highlights the absurdity and danger of cars continuing to move despite obviously broken or detached wheels. The humor comes from the visual mismatch between a normal driving scene and a vehicle behaving in a mechanically impossible or reckless-looking way.", "open_ended_question": "Why are these moments edited together instead of shown as separate driving clips?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000117.mp4"} +{"video_id": "vimu_000118", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the man is earnestly doing a pointless task without realizing it, making his effort look foolish and ineffective. The humor comes from showing someone 'cleaning' a window that is still blocked by plastic, so he has essentially cleaned nothing.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000118.mp4"} +{"video_id": "vimu_000119", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip highlights and lightly mocks an absurd or embarrassing-looking moment in the gym, presenting the background person's awkward upside-down movement as bizarre spectacle for humor.", "open_ended_question": "Why is this clip framed and posted this way instead of as a normal gym video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000119.mp4"} +{"video_id": "vimu_000120", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the car is visibly old, but the creator pretends it is a brand-new car by peeling off plastic and calling it \"new.\" The humor comes from the mismatch between the caption's claim and the aged appearance of the vehicle.", "open_ended_question": "What main point does the clip make by combining the caption with what is shown about the car?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000120.mp4"} +{"video_id": "vimu_000121", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a real person dressed as Spider-Man moving in a very unheroic, awkward way, creating a parody of Spider-Man web-swinging. Instead of looking cool or powerful, he looks clumsy and ridiculous, turning a superhero image into slapstick.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000121.mp4"} +{"video_id": "vimu_000122", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from making the customer briefly think the barber is about to use an absurd oversized broom-like tool as part of the haircut. The meme plays on his nervous, suspicious reaction to a fake or exaggerated grooming method, then contrasts that with the normal haircut setting.", "open_ended_question": "What makes the customer's reaction make sense in this scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000122.mp4"} +{"video_id": "vimu_000123", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from simply noticing the rider's odd, hard-to-understand cycling posture and treating it as a strange or amusing real-life sight. The meme point is observational: 'look at this bizarre way of riding a bike.'", "open_ended_question": "What is the main thing the clip is drawing the viewer's attention to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000123.mp4"} +{"video_id": "vimu_000124", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the woman uses chocolate spread in a suggestive, flirtatious way, but the man does not experience it as romantic or appealing. Instead, he seems unsettled or emotionally affected, and the later dramatic montage humorously treats the awkward encounter like something serious or traumatizing. It also plays on a gendered reversal where the man is the uncomfortable one in a sexualized situation.", "open_ended_question": "Why does the video pair the couch interaction with an overly dramatic aftermath montage?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000124.mp4"} +{"video_id": "vimu_000125", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme parodies the cheerful educational format of Dora the Explorer by recasting it as a violent 'hood/gang' scenario. The humor comes from the sharp mismatch between a children's-show structure and criminal threats, plus a stereotype-driven portrayal of young Black men as armed, vulgar, and invasion-prone. It is meant to be shocking and darkly funny, while mocking both the target victim and the caricatured persona performing 'Dora.'", "open_ended_question": "Why is the skit structured like a cheerful call-and-response children's adventure while the lead character acts and talks the way he does?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000125.mp4"} +{"video_id": "vimu_000126", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the letters seem to be building toward a highly offensive slur, and the woman stops before completing it. Her silence is framed as recognition of the insult and embarrassment, while the reactor laughs at the implication rather than any explicit word being said.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000126.mp4"} +{"video_id": "vimu_000127", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents a small disappointment as if it were a profound life struggle, then humorously suggests carrying on anyway by gearing up and moving forward. The joke comes from the contrast between the sad, philosophical setup and the trivial, slightly absurd response of putting on a helmet and continuing.", "open_ended_question": "What does the character's final action suggest about how the video wants viewers to take the earlier setup?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "A", "B", "D"], "correct_labels": ["frames", "visible_text", "audio_tone", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000127.mp4"} +{"video_id": "vimu_000128", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video sets up a sentence fragment and then reveals an object labeled \"The,\" implying the phrase \"having my the,\" which sounds like \"having my they/them.\" The joke appears to be a sexual or suggestive innuendo about someone enjoying having their nonbinary partner/pronouns, rather than a literal statement about the jar.", "open_ended_question": "What phrase is the ending meant to make the viewer mentally complete from the setup text and the final reveal?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000128.mp4"} +{"video_id": "vimu_000129", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from reading the slogan \"pure ahhh\" as sounding like a sexual moan rather than a normal water ad tagline. The person filming is highlighting the unintentionally suggestive wording and treating the store advertisement as accidentally erotic or awkward.", "open_ended_question": "What specific way of hearing the sign’s wording is the person filming drawing attention to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000129.mp4"} +{"video_id": "vimu_000130", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke treats the astrological phrase \"Mercury is in retrograde\" as if it literally meant a character named Mercury is physically inside a microwave. The humor comes from the absurd literalization of a familiar astrology-related expression and the deadpan 'reminder' format.", "open_ended_question": "What familiar phrase is this clip built around, and how does the final reveal reinterpret it?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000130.mp4"} +{"video_id": "vimu_000131", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the game animation as looking sexually suggestive, as if the character has ended up in an awkward or compromising position. The Sulley reaction shot emphasizes stunned realization or disbelief at how the scene appears.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000131.mp4"} +{"video_id": "vimu_000132", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke comes from initially framing something in a tree as if it might be a bird, then revealing it is unexpectedly a bear. The humor is a straightforward, deadpan reaction to the surprise and absurdity of seeing a large animal where a bird would normally be.", "open_ended_question": "Why does the clip wait to clearly show what is in the tree until after repeating that it is not a bird?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000132.mp4"} +{"video_id": "vimu_000133", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video presents an unusually long peanut-butter-and-jelly sandwich in a way that invites a sexual reading, with the elongated bread and the added comment about \"banana and bacon\" functioning as suggestive innuendo rather than a serious cooking instruction.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000133.mp4"} +{"video_id": "vimu_000134", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokingly overapplies sci-fi ideas about higher dimensions to food, presenting a strangely shaped multi-directional sandwich/bread arrangement as a humorous '4D' improvement over ordinary flat sandwiches. The humor comes from mock-serious enthusiasm and absurd misuse of dimensional language.", "open_ended_question": "What interpretation best explains why the video pairs an unusual bread setup with talk about \"4D\" after mentioning Interstellar?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000134.mp4"} +{"video_id": "vimu_000135", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the long pointed plant as visually suggestive of a penis, so the man's hesitation and eventual bite are presented as a sexualized, mildly humiliating gag. The humor comes from the double meaning rather than the literal act of eating a plant.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000135.mp4"} +{"video_id": "vimu_000136", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the strange juxtaposition of a watermelon and exaggerated meme-card imagery to jokingly suggest that someone or something is not okay or is acting bizarre. The humor comes from treating the situation as if the watermelon or the person associated with it has been 'trolled' or socially embarrassed, making it a light mocking reaction meme.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B", "A"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000136.mp4"} +{"video_id": "vimu_000137", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke comes from pretending the suitcase sculpture is a real lost-and-found bag, with the huge curved shape also inviting a possible phallic reading. The humor relies on the absurd mismatch between a single lost bag and an unreachable, oddly shaped art display.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000137.mp4"} +{"video_id": "vimu_000138", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that the hallway chase looks like a scene from the horror/survival game Dying Light, except the threatening pursuer is humorously replaced by an Easter bunny character. The humor comes from mixing a scary chase setup with a silly holiday mascot.", "open_ended_question": "How do the caption and the bunny figure work together to shape the point of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000138.mp4"} +{"video_id": "vimu_000139", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke personifies the chair and treats its shape or positioning as suggestive, implying a crude sexual interaction with the chair. The caption \"I feel violated\" frames the chair as if it has been sexually compromised, making the humor an absurd, mocking sexual innuendo about the object.", "open_ended_question": "What is the main joke the video builds around the chair?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000139.mp4"} +{"video_id": "vimu_000140", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a surprising reveal: an ordinary-looking compact object unexpectedly expands into a much larger office-chair base, prompting an overexcited reaction to the transformation itself.", "open_ended_question": "Why is the clip structured to first make the object seem small and ordinary before showing what it actually becomes?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B", "A"], "correct_labels": ["frames", "transcript", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000140.mp4"} +{"video_id": "vimu_000141", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the face pillow is unexpectedly unsettling, so the caption frames it as something alarming to flee from. The humor comes from building suspense while moving through the aisle and then revealing a weird object as if it were a threat.", "open_ended_question": "What interpretation best explains the clip as a whole, including why it builds up to the final object?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000141.mp4"} +{"video_id": "vimu_000142", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan, low-effort parody of making or presenting a coffee-like drink, with the misspelled caption \"coffefe\" making it intentionally silly rather than serious. The humor comes from presenting a fizzy canned beverage as if it were coffee or some special concoction.", "open_ended_question": "What role do the caption and the way the drink is presented play in the clip overall?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D"], "correct_labels": ["frames", "visible_text", "transcript"], "video_path": "videos_final/vimu_000142.mp4"} +{"video_id": "vimu_000143", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke sets up a normal car-performance question about horsepower, then answers it with a sexualized reveal: the car owner is implied to have many female sexual partners or conquests, using women's underwear as a visual stand-in for 'horsepower.' The humor comes from replacing a mechanical measure with sexual bragging.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000143.mp4"} +{"video_id": "vimu_000144", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip singles out the furry-style animal mask and treats it as something odd or laughable, using the word \"furry\" as a mocking label. The joke relies on contrasting ordinary Halloween masks with the furry-looking one and implying disdain toward furry identity/subculture.", "open_ended_question": "What interpretation best explains why the video focuses on that particular mask and includes the remark about it?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000144.mp4"} +{"video_id": "vimu_000145", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is the unexpected reveal that the car's center console appears to be occupied by a cat, treated like a built-in compartment item. The humor comes from the surprise and the deadpan way the person uses the car's controls as if the cat belongs there.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000145.mp4"} +{"video_id": "vimu_000146", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme points out a sexual implication in the scene: the sequence about a leash, littering, and handicap parking sets up Homer behaving badly, and his line calling Marge his \"little piglet\" is framed as a suggestive pet-name joke with domination/animal-play undertones that the editor says they only just noticed.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000146.mp4"} +{"video_id": "vimu_000147", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog looks extremely pleased to be caught carrying the bun, and the caption humorously overstates this as the dog having achieved ultimate happiness. The cut and wording also lightly invite a crude double meaning from the unfinished audio line, but the main meme point is the dog's goofy, blissful expression with food in its mouth.", "open_ended_question": "Why does the caption describe this moment as the dog having reached peak happiness?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000147.mp4"} +{"video_id": "vimu_000148", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating the grill as if it were a lone warrior making a brave final stand against overwhelming floodwaters. The epic soundtrack makes the ordinary object seem noble and defiant, creating a funny mismatch between serious heroism and a backyard grill stuck in a flood.", "open_ended_question": "What does the dramatic presentation make the grill seem like in this scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000148.mp4"} +{"video_id": "vimu_000149", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from juxtaposing casual praise of the food with concern about the noisy pull-up bar in the background, making the workout distraction unexpectedly become the focus of the scene.", "open_ended_question": "What shift in attention makes this moment work?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000149.mp4"} +{"video_id": "vimu_000150", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating a sip of McDonald's Sprite as a very serious, dramatic event. The meme exaggerates the idea that McDonald's Sprite has an unusually intense taste, so the group acts solemn and expectant as if conducting an important review.", "open_ended_question": "What contrast between the group's behavior and the situation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000150.mp4"} +{"video_id": "vimu_000151", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the boy is comically intense and insistent while bargaining over a very small amount of money, so the clip frames this minor price negotiation as impressively dramatic or skillful haggling.", "open_ended_question": "Why is this moment presented as something especially memorable?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000151.mp4"} +{"video_id": "vimu_000152", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from presenting an unusually large, satisfying-looking cluster of ice as if it were an impressive discovery. The caption \"Cronchy\" and the excited tone frame the ice as appealing for its crunchy texture, making a mundane object seem comically noteworthy.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000152.mp4"} +{"video_id": "vimu_000153", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that this Taco Bell item looks unappealing or low-quality, causing the viewer to lose interest in eating there. The humor comes from contrasting audio that praises generous portions with visuals and text expressing disgust or rejection toward the food and brand.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000153.mp4"} +{"video_id": "vimu_000154", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption sets up the dog as a joking 'garbage disposal' for kitchen scraps, but the choice to show egg contents going into the bowl while highlighting the dog implies a crude sexual joke about the dog being used for disposal in a degrading way, rather than a simple pet-feeding joke.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000154.mp4"} +{"video_id": "vimu_000155", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the builder ended up with a wildly wrong and absurd result compared with the instructions, using the familiar goofy Ugandan Knuckles character as the punchline. The humor comes from the mismatch between the expected build and the bizarre final model.", "open_ended_question": "Why is the final reveal the payoff of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000155.mp4"} +{"video_id": "vimu_000156", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke contrasts how neatly glasses can be stored with how plastic food containers are usually messy and hard to organize. It humorously suggests there is no truly neat way to put away Tupperware except tossing it into a cluttered cabinet.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000156.mp4"} +{"video_id": "vimu_000157", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the cat is lying in an unusually fluid-looking, melted shape, playing on the common humorous idea that cats can seem to behave like liquids when they fit themselves into containers or odd positions.", "open_ended_question": "What comparison is the clip built around?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000157.mp4"} +{"video_id": "vimu_000158", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption and framing imply this is not actually an ordinary dinner moment but a flirtatious or suggestive interaction. The focus on sauce-covered fingers touching, combined with laughter and the understated caption, creates a sexual or intimate double meaning.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000158.mp4"} +{"video_id": "vimu_000159", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip frames the costumed man as suddenly interested in or attracted to the woman behind him, using his facial expressions and the romantic lyric for a comedic 'uh-oh, I like her' moment. The humor comes from the contrast between his initial posing and the quick realization/reaction when he sees her approaching.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000159.mp4"} +{"video_id": "vimu_000160", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption suggests the onion is being framed as resembling a person's genitals or an intimate body part, and the nearby hand/wrist is being teased as if the onion is a \"friend\" to it. The humor comes from sexualized visual resemblance rather than the cooking action itself.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000160.mp4"} +{"video_id": "vimu_000161", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses a sudden cut from a messy or alarming stairway incident to a shell-shocked soldier image to jokingly portray the event as emotionally overwhelming or traumatic. The point is an exaggerated reaction: after witnessing that chaotic moment, the viewer or person involved feels mentally 'at war' or stunned.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000161.mp4"} +{"video_id": "vimu_000162", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humor comes from the realization that the player is in immediate trouble: instead of safely targeting the animal from afar, the coyote quickly closes the distance and confronts the player. The top caption frames it as a brief panic/reaction moment.", "open_ended_question": "What interpretation best explains the clip as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000162.mp4"} +{"video_id": "vimu_000163", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a literal visual gag: the person treats free disposable gloves as if they were socks and puts them on their feet, humorously exploiting a free item in an absurd way.", "open_ended_question": "What is the main point of pairing the caption with the shot of the person's feet?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000163.mp4"} +{"video_id": "vimu_000164", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that a cheap gas-station slushie is being treated like it is in a dramatic showdown with an expensive luxury car, because the drink appears likely to spill or damage the car's roof. The humor comes from the contrast between the low-cost slushie and the high-value Aston Martin and the owner's panicked reaction.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000164.mp4"} +{"video_id": "vimu_000165", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the absurd, deadpan presentation of a rooster as someone's \"new buddy\" and from the animal repeatedly disappearing into the box and reappearing on command-like cues. It is mainly a simple funny animal clip rather than a deeper social comment.", "open_ended_question": "Why is the rooster presented this way in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000165.mp4"} +{"video_id": "vimu_000166", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is mild bewilderment at how the camera/display view makes nearby outdoor objects or space look different or more confusing than they do in real life. The humor comes from comparing the mediated screen image with the actual scene and acting as if the discrepancy is astonishing.", "open_ended_question": "Why does the video first show the car’s display and then immediately reveal the real area outside the car?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000166.mp4"} +{"video_id": "vimu_000167", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes about instantly abandoning ambitious or productive plans after seeing bad weather. The phrase \"see ya later\" is directed at the person's motivation or plans, implying a quick surrender to laziness or escapist drinking because the rain ruined their mood.", "open_ended_question": "In this clip, what is the phrase \"Welp, see ya later\" referring to in context?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000167.mp4"} +{"video_id": "vimu_000168", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the cup contains so much ranch that it resembles a drink rather than a condiment. The caption humorously reframes the speaker's annoyance by pretending the excessive ranch is desirable enough to be treated like a beverage.", "open_ended_question": "Why does the caption describe the container as a \"delicious beverage\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000168.mp4"} +{"video_id": "vimu_000169", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip frames the long piece of meat in a phallic way and builds toward a sexual joke, using the cooking actions and the yellow squeeze bottle as suggestive visual innuendo rather than focusing on cooking itself.", "open_ended_question": "What makes this clip feel arranged around a joke instead of just documenting a cooking step?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000169.mp4"} +{"video_id": "vimu_000170", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating the bird like a person chugging a drink, with the caption making a playful bird-related pun. The clip anthropomorphizes the bird's behavior and presents it as a funny, party-like drinking moment.", "open_ended_question": "Why is this clip framed as more than just an animal recording?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000170.mp4"} +{"video_id": "vimu_000171", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a literal misunderstanding of the word \"flatbread\": instead of serving the menu item, the worker humorously interprets it as bread that should be made physically flat.", "open_ended_question": "What makes the worker’s response fit the customer’s request in an unusual way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000171.mp4"} +{"video_id": "vimu_000172", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents the restaurant encounter as surreal or strangely funny, with the employee's unexpected exaggerated reaction making the filmer feel like they are in a bizarre dreamlike situation.", "open_ended_question": "What interpretation best explains the video as a whole, beyond just describing what happens in the shop?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000172.mp4"} +{"video_id": "vimu_000173", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents itself as a drink-making video, but the framing and the final round dark object suggest a sexual joke, with the 'drink' setup functioning as a visual innuendo rather than a straightforward recipe.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000173.mp4"} +{"video_id": "vimu_000174", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a simple visual gag: the filmer pretends to be amazed by a 'magic' trick, but the person in the car is just moving his body up and down behind the window. The humor comes from the contrast between the dramatic caption and the ordinary explanation.", "open_ended_question": "What makes the caption fit the action in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000174.mp4"} +{"video_id": "vimu_000175", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is presenting the people shown as objects of ridicule by pairing visible traits with mocking stereotypes and then calling them \"beautiful\" in an insincere way. It appears to stereotype the purple-haired person as queer or gender-nonconforming and the short-statured Black man through a chicken-related racial stereotype, using the camera pan and narration to set them up as joke targets.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000175.mp4"} +{"video_id": "vimu_000176", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is comparing the many small dark spots visible through or on the back of the sweatshirt to boba pearls, using a body-focused visual comparison that also carries a sexualized implication about nipples showing through clothing. The repeated \"I hate you\" suggests teasing embarrassment after the comparison is made.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000176.mp4"} +{"video_id": "vimu_000177", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the food is being handled in an obviously unappetizing way, while the speaker treats it like a skateboard trick or something impressive. The humor comes from the mismatch between food-preparation/eating norms and the unnecessary stunt-like flipping.", "open_ended_question": "Why is the food shown being tossed around while the audio talks about it like a polished success?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000177.mp4"} +{"video_id": "vimu_000178", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deliberately stupid, literal misunderstanding of wheelchair basketball, presented as if it were clever. It mocks disabled athletes or wheelchair users by treating the sport as absurd and invites laughter at the speaker's contemptuous ignorance.", "open_ended_question": "What point is the speaker trying to make by presenting that wheelchair basketball line as “words of wisdom”?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000178.mp4"} +{"video_id": "vimu_000179", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sexual innuendo built around the product name \"box lock.\" The speaker starts to make a crude wordplay insult or sexual joke directed at someone named Kylie, then stops mid-sentence as if realizing it would sound too explicit or inappropriate. The humor comes from the near-said punchline and the self-censorship.", "open_ended_question": "Why is the line built around the words on the shelf cut off and restarted instead of being completed normally?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A", "B"], "correct_labels": ["frames", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000179.mp4"} +{"video_id": "vimu_000180", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is to mock a person who appears elderly by comparing them to Queen Elizabeth, implying they look very old and making them the butt of the recording.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000180.mp4"} +{"video_id": "vimu_000181", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokes that the driver’s exaggerated or delayed steering resembles how people imagine the Titanic crew reacting when they finally noticed the iceberg. It humorously compares a simple car maneuver to a famous disaster for comic effect.", "open_ended_question": "What interpretation best explains why this clip is paired with that caption as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000181.mp4"} +{"video_id": "vimu_000182", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke compares the toilet brush's shape and motion to oral sexual behavior, then escalates by placing a baby doll on the toilet to create a deliberately disturbing, absurd punchline about the object seeming 'human.' The humor relies on sexualized visual analogy and shock rather than a clear social target.", "open_ended_question": "How does the final shot change the meaning of the earlier toilet-brush setup and on-screen captions?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000182.mp4"} +{"video_id": "vimu_000183", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a double meaning around 'adding the meat,' using the cat approaching the bowl as a visual punchline. The humor appears to rely on sexual or crude innuendo rather than a straightforward cooking statement.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000183.mp4"} +{"video_id": "vimu_000184", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the worker initially seems to be refusing or quitting when faced with a customer complaint or request for a manager, but then reveals he already has the needed dish/cart and is not actually quitting. The humor comes from a fake dramatic reaction followed by a mundane explanation, making the worker look casually unbothered and the situation less serious than expected.", "open_ended_question": "What earlier moment in the clip is clarified by the final reveal, and how does that change what the viewer understands?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000184.mp4"} +{"video_id": "vimu_000185", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke mocks the person being filmed as incompetent or forgetful about basic car-related tasks, and the caption implies this behavior is exactly what would be expected from someone's \"little sister.\" The humor relies on a gendered/family-role stereotype that a younger sister is clueless about cars and needs correction.", "open_ended_question": "Why does the video use the label \"his little sister\" for the person in this car-related moment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000185.mp4"} +{"video_id": "vimu_000186", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip plays on the common phrase that \"dogs\" means feet, but the close-up of the long sock being pulled off and the framing make the foot reveal resemble a sexualized reveal/joke. The humor comes from treating taking off a sock as \"letting the dogs out\" with a suggestive visual double meaning.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000186.mp4"} +{"video_id": "vimu_000187", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating the squirrel's sudden aggressive or startled reaction like a dramatic human-style scream or confrontation. The video frames the squirrel as unexpectedly feisty, and the filmer's startled camera movement heightens the joke.", "open_ended_question": "What makes this moment funny?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000187.mp4"} +{"video_id": "vimu_000188", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person is acting unusually secure or untouchable simply because they are standing in a particular spot on the stairs. The humor comes from an overconfident declaration paired with a mundane, slightly awkward physical position, as if they have found a safe zone where others cannot reach them.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000188.mp4"} +{"video_id": "vimu_000189", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is joking that the cleaning tip is 'very effective' only on a tiny stain, while a much larger oil mess remains. The humor comes from the mismatch between the confident tutorial tone and the obvious larger problem shown at the end.", "open_ended_question": "What is the main point the ending adds to the cleaning demonstration?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000189.mp4"} +{"video_id": "vimu_000190", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously reframes a casual scene of people filling cups with sprayed liquid as if they are urgently calling for or imitating a cartoon-like character/moment involving Squidward. The joke is mainly the random mismatch between the mundane party scene and the dramatic/cartoonish caption and shouting.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000190.mp4"} +{"video_id": "vimu_000191", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a mundane problem about a broken door or latch, but the phrasing and hand movement create a sexual double meaning before the reveal that it is just about closing a door. The humor comes from the viewer briefly interpreting the scene as sexual and then realizing it is innocent.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000191.mp4"} +{"video_id": "vimu_000192", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video sets up the goat image as a funny visual reaction to being in the bathroom or to whatever the filmer has just noticed there. The humor comes from the sudden reveal of an exaggerated animal face that looks shocked or horrified.", "open_ended_question": "Why is the clip framed to move from the sink to the dispenser at the end?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000192.mp4"} +{"video_id": "vimu_000193", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously treats touching an ordinary store item as if it has triggered a dramatic or ominous event, prompting an immediate urge to run away. The joke comes from pairing the action with a grandiose fantasy-style line and frantic camera movement.", "open_ended_question": "Why is the moment of touching the shelf item framed this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000193.mp4"} +{"video_id": "vimu_000194", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humor comes from reacting to the oversized fish with exaggerated wordplay about 'bigger fish to fry' and 'plenty of fish in the sea,' then turning that into a crude joke that the fish is so fat it reduces the dating pool. It mockingly fixates on body size and uses the fish as a humorous stand-in for comments about attractiveness and dating scarcity.", "open_ended_question": "What main point does the speaker create by pairing the unusually large fish with the fish-related phrases in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A"], "correct_labels": ["frames", "transcript", "audio_tone"], "video_path": "videos_final/vimu_000194.mp4"} +{"video_id": "vimu_000195", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video compares someone aggressively trying to get into the food container to a person being overly eager or impatient, with the phrasing \"No one's going to take it\" implying a sexual double meaning about someone rushing or grabbing at something as if afraid to lose the chance.", "open_ended_question": "What human behavior is the caption most likely comparing the container-opening to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000195.mp4"} +{"video_id": "vimu_000196", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption frames the man's hand gesture as him acting on a mischievous impulse to make a suggestive hand sign toward the other person. The humor comes from the deadpan presentation of a vaguely sexual or provocative gesture in an ordinary social setting.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000196.mp4"} +{"video_id": "vimu_000197", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video frames the small object left on the road as possible bait meant to make someone stop, get out, or bend down, with the caption using the double meaning of \"trap\" to suggest suspicion and possible sexualized or deceptive intent. The joke/point comes from the reveal and the loaded wording rather than anything explicit happening.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000197.mp4"} +{"video_id": "vimu_000198", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to use the phrase \"bread lines\" as a sexual innuendo rather than literally referring to baking or food. The person theatrically approaches kitchen/table items with a hammer-like tool, creating a suggestive, deadpan visual gag about being ready for sexual activity or making a crude sexual joke.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000198.mp4"} +{"video_id": "vimu_000199", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor appears to come from treating the vague shape or movement in the muddy puddle as if it were some creature or making a silly creature-like sound effect/label for an otherwise ordinary scene. The joke is mainly absurd, low-stakes, and based on the incongruity between the mundane puddle and the dramatic or animal-like caption.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000199.mp4"} +{"video_id": "vimu_000200", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption initially makes it seem like the rug is simply old or unattractive, but the reveal is that the real reason they need a new rug is that it is infested with insects. The humor comes from the understated caption contrasted with the gross surprise reveal.", "open_ended_question": "By the end of the clip, what does the opening text \"I need a new rug\" turn out to mean?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000200.mp4"} +{"video_id": "vimu_000201", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke personifies the floating fish-shaped object as if it suddenly decides to leave the situation. Humor comes from treating the object's movement like a human reaction of quickly opting out, with the caption framing it as a dramatic refusal to stay.", "open_ended_question": "Why is the clip framed around the floating object's exit rather than the person on camera?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000201.mp4"} +{"video_id": "vimu_000202", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the caption's calm assessment is validated in an absurd way: the hidden man emerges from the refrigerator area after allegedly being stuck there for days, yet appears friendly and upbeat. The humor comes from the contrast between the bizarre situation and the understated description that he is a \"pretty chill guy,\" with \"chill\" also lightly echoing the cold fridge setting.", "open_ended_question": "Why does the caption fit what happens after the refrigerator is opened?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000202.mp4"} +{"video_id": "vimu_000203", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption and reveal structure frame the woman as the man's supposed 'ideal girl' as a joke. The humor appears to rely on presenting her appearance as undesirable or abnormal, likely implying ridicule of either women with heavy/glam makeup or a gender-nonconforming/trans-looking appearance. The meme's point is to embarrass both the woman and the man by suggesting this is his 'dream girl.'", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000203.mp4"} +{"video_id": "vimu_000204", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The framing and timing suggest he thought he noticed something on the wall and impulsively moved toward it; when he ends up straddling the space between the two wall bumpers, the image creates a sexual-looking visual joke. The humor comes from the awkward accidental pose rather than any explicit statement.", "open_ended_question": "What makes the final moment the payoff of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000204.mp4"} +{"video_id": "vimu_000205", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the cup holder's shape and placement make it resemble a human sexual body part, so the caption comments that the mower's design looks oddly human rather than just functional. The humor comes from treating a normal product feature description as unintentionally suggestive.", "open_ended_question": "What does the caption \"The design is very human\" most likely refer to in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000205.mp4"} +{"video_id": "vimu_000206", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person was so hungry they ate or prepared an extremely simple, makeshift food item, presenting their desperation in an understated, deadpan way.", "open_ended_question": "What does showing just this plain piece of bread best suggest about the speaker’s situation?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000206.mp4"} +{"video_id": "vimu_000207", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that someone is treating a single especially well-shaped Chick-fil-A waffle fry as a big, important discovery, interrupting conversation and focusing intensely on it. \"Bro's got priorities\" playfully mocks that exaggerated focus on a trivial but satisfying fast-food detail.", "open_ended_question": "What about the way this moment is presented makes it seem worth filming and sharing?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000207.mp4"} +{"video_id": "vimu_000208", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to be that the seated man is positioned or behaving in a way that suggests he has found a sly or opportunistic advantage, likely with a sexual implication involving proximity to someone passing by, and the caption sarcastically frames this as him being 'too smart.'", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000208.mp4"} +{"video_id": "vimu_000209", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously documents the filmer being distracted by stormy weather and then reacting to an unexpectedly intense lightning flash. The joke is mainly the understated caption reacting to how extreme the brightness was.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000209.mp4"} +{"video_id": "vimu_000210", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke comes from pretending to misunderstand the common website phrase about browser cookies as if it literally means the site uses real edible cookies. The speaker acts alarmed/confused and says he will stop accepting cookies, exaggerating a naive literal interpretation of routine internet language.", "open_ended_question": "What mistaken assumption is driving the speaker's reaction in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000210.mp4"} +{"video_id": "vimu_000211", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person behind the door is supposedly using the stolen Pop-Tarts in a sexual way, and the visible object under the door is presented as suspicious evidence. The humor comes from the mismatch between the stated reason for confronting the brother about missing snacks and the more embarrassing sexual implication suggested by what is seen under the door.", "open_ended_question": "How does the moment under the door change the meaning of the caption about the missing Pop-Tarts?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000211.mp4"} +{"video_id": "vimu_000212", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that the oddly separated dough looks like a homemade repair or patch job, evoking a relatable family/home experience where something is fixed in a rough, improvised way. The caption signals the viewer personally relates to this kind of chaotic home or parental handling of things.", "open_ended_question": "What main comparison ties together the dough's appearance, the caption, and the audio reaction?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000212.mp4"} +{"video_id": "vimu_000213", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously points out a dad's odd repetitive habit of absentmindedly rubbing his bald spot all day, inviting viewers to laugh at a mundane family quirk.", "open_ended_question": "Why was this clip likely posted with that caption?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000213.mp4"} +{"video_id": "vimu_000214", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the filmer has just discovered or confronted something in the car involving the other man, and the awkward reveal makes it feel like they are about to lose their job. The humor comes from the understated caption and the uncomfortable, incriminating-seeming situation rather than an explicit explanation.", "open_ended_question": "What main point does the caption make once the person in the driver’s seat is revealed?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000214.mp4"} +{"video_id": "vimu_000215", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the filmer wants to quickly leave because they are driving near someone else's car without insurance, and the reveal of Batman outside turns that anxiety into an exaggerated, absurd sense that a vigilante or watcher is always present to catch them. \"He's everywhere\" frames Batman as an omnipresent enforcer when the speaker is doing something irresponsible.", "open_ended_question": "How does the ending reveal explain the earlier line about not having insurance and the caption \"He's everywhere\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000215.mp4"} +{"video_id": "vimu_000216", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to be a straightforward demonstration or joke about a very small elevator and its unusual controls, especially the pressing of the bell/alarm-style button while filming the experience. The humor, if any, comes from the tiny enclosed space and the casual deadpan way it is shown rather than from a deeper implied social message.", "open_ended_question": "What is the main point of this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000216.mp4"} +{"video_id": "vimu_000217", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme pairs a childish-looking pencil game with a sexual question for shock humor, implying someone is reacting with a loud scream to being confronted about secret sexual behavior in a relationship. The joke comes from the mismatch between the innocent visual and the explicit audio, with the caption highlighting the scream as the punchline.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000217.mp4"} +{"video_id": "vimu_000218", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the cookie looks like a pair of buttocks, and because it was found in a bathroom ('the John'), the person mock-seriously frames eating it as a difficult choice due to the gross, awkward setting. Humor comes from the visual resemblance plus the deadpan caption about deciding whether to eat a bathroom-found cookie.", "open_ended_question": "What makes the person's pause at the end make sense in context?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000218.mp4"} +{"video_id": "vimu_000219", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokes that the lunchbox looks like a cheap kids' meal product and then reveals disgusting spoiled contents, using that reveal to ridicule the purchase and imply the food is gross, low-quality, or embarrassing.", "open_ended_question": "What point is the clip making by first focusing on the lunchbox and then revealing what is inside?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000219.mp4"} +{"video_id": "vimu_000220", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a small surprise reveal: the person looked into the trash can and was startled by unexpectedly finding a live spiky animal inside. The caption frames the clip as a mild jump-scare or startling moment.", "open_ended_question": "Why is this clip framed around the reveal inside the trash can?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000220.mp4"} +{"video_id": "vimu_000221", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the peeled rust/paint fragment looks like a triangular chip, and the caption humorously frames it as an inedible but oddly tempting snack. \"Forbidden\" signals playful temptation toward something obviously not meant to be eaten.", "open_ended_question": "What idea does the on-screen text add to the visual of the peeled triangle?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000221.mp4"} +{"video_id": "vimu_000222", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the seated man's body/skin is so bright or visually striking that it is compared to a screen with brightness turned up. The framing and delayed reveal suggest viewers are meant to notice an implied bulge in his pants rather than literal screen brightness, making the clip a sexualized visual joke.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000222.mp4"} +{"video_id": "vimu_000223", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a bait-and-switch: the video initially presents a normal game of chess, but then the players unexpectedly roll dice on the board as if chess were being played with random chance. The humor comes from violating the expected rules of chess and turning a strategic game into something absurdly luck-based.", "open_ended_question": "Why is the clip set up to look like an ordinary game at first and then introduce dice?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000223.mp4"} +{"video_id": "vimu_000224", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is the contrast between the excited-sounding caption/address \"Dude!\" and the group’s very subdued, zoned-out stillness. It presents a relatable scene of friends being so tired, bored, or possibly dazed that no one reacts much while watching something together.", "open_ended_question": "Why is the video set up so that the on-screen \"Dude!\" stays prominent while the camera shows everyone in the room one by one?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000224.mp4"} +{"video_id": "vimu_000225", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is presenting the stairwell as a funny place to hear or produce an echo, with the humor coming from the acoustics of the empty stairwell rather than from any social target or hidden message.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000225.mp4"} +{"video_id": "vimu_000226", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person finds a loophole in the ultimatum: since they were told not to \"walk\" through the door, they avoid technically walking by crouching/crawling out. The humor comes from taking the phrase overly literally and treating a relationship threat like a rule to outsmart.", "open_ended_question": "Why is the person's way of leaving presented as clever in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000226.mp4"} +{"video_id": "vimu_000227", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sexual double meaning: although the text frames it as innocently shaking Santa's hand, the framing and motion are meant to resemble someone manually stimulating Santa, with the audio reinforcing pleasure.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000227.mp4"} +{"video_id": "vimu_000228", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously frames repeated property damage as being caused by a mischievous culprit offscreen or just revealed nearby, with the dramatic reaction implying exasperation at someone or something that keeps doing this. The joke comes from showing the destruction first and then suggesting the likely 'offender' in a comedic reveal.", "open_ended_question": "What does the final camera move suggest about who or what is responsible for what happened?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000228.mp4"} +{"video_id": "vimu_000229", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that a woman/partner who says her phone call will be brief actually stays on the call much longer, leaving the filmer waiting. It frames women as overly talkative or inconsiderate about time, using the long wait as the punchline.", "open_ended_question": "What interpretation best explains why the caption says \"She probably said 'It'll be just a 5 minute call'\" while the video shows the filmer still waiting much later?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000229.mp4"} +{"video_id": "vimu_000230", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog's willingness to eat scraps makes it function like a humorous substitute for a garbage disposal. The setup suggests throwing something away, then reveals the 'garbage disposal' is actually the dog.", "open_ended_question": "What role does the dog play in making the video's main point?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000230.mp4"} +{"video_id": "vimu_000231", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from turning an ordinary pool shot into a suggestive, slightly gross joke: the caption \"Delicious\" and the close-up of the open mouth frame the cue ball as if it were something edible or sensually approached. The joke relies on the unexpected shift from sports action to exaggerated desire/appetite, with mild sexual undertones from the mouth close-up.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000231.mp4"} +{"video_id": "vimu_000232", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokingly compares the hidden cloth object and the sounds/actions around it to a machine or weapon setup, but the stronger meme reading is sexual innuendo: the hand motion and the phrase about a \"silencer\" frame the object as if it is muffling sexual activity or a body-related sound. The humor comes from mock-seriously describing something mundane as a powerful engineered device.", "open_ended_question": "What is the machine-style wording doing for the clip's overall meaning?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000232.mp4"} +{"video_id": "vimu_000233", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke treats the word or sound associated with the corn as if it resembles laughing, creating a suggestive double meaning rather than a literal question about food. The humor comes from framing ordinary cooking as if the corn is making a laugh-like sound.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000233.mp4"} +{"video_id": "vimu_000234", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person is using the refrigerator's screen like social media to look at attractive women, turning the appliance into a fake Instagram device. \"Fridgagram\" is a wordplay combining fridge and Instagram, teasing the person for gawking at photos on a fridge in a slightly sexualized, embarrassing way.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000234.mp4"} +{"video_id": "vimu_000235", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the caption \"Soiled it\" paired with the spill, using a phrase normally associated with bodily soiling so the drink spill is framed as if the cup had an embarrassing accident. The joke relies on mild gross-out / bodily-function innuendo rather than just stating that the drink was spilled.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000235.mp4"} +{"video_id": "vimu_000236", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies the oversized teddy bear is so large that it could conceal a person, with a likely suggestive implication that someone is inside it to surprise or secretly meet someone. The humor comes from pairing a mundane size comparison with a suspicious or sexually suggestive caption.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000236.mp4"} +{"video_id": "vimu_000237", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a visual double meaning: the extended hand-like shape resembles a penis, so the clip presents an apparently normal handshake as if it were sexually suggestive and absurd.", "open_ended_question": "What specific resemblance is the clip relying on to turn an ordinary greeting into the joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000237.mp4"} +{"video_id": "vimu_000238", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses measuring snowfall as a sexual double entendre about penis size. Calling six inches \"super average\" sarcastically suggests someone is overstating or defensively labeling a penis size as better than merely average, making the joke mildly mocking.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000238.mp4"} +{"video_id": "vimu_000239", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person sees a liquid spill on the floor with no wet-floor warning sign and humorously interprets this as permission or a requirement to slip/fall, framing it as a path to getting college tuition money or a payout. It treats college as expensive enough that an injury settlement seems like a route to afford it.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000239.mp4"} +{"video_id": "vimu_000240", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the caption sets up an expectation of ordinary mashed potatoes, but the stretchy substance being pulled from the cup looks visually suggestive, leading to a surprised reaction and a sexualized double meaning rather than appetizing food.", "open_ended_question": "Why is the clip framed with a normal food label and then a startled reaction to what is shown?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000240.mp4"} +{"video_id": "vimu_000241", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip literally shows someone testing a cake's firmness, but the phrasing and repeated hand pressing suggest a sexualized double meaning around touching something \"firm.\" The humor comes from innuendo rather than a direct statement.", "open_ended_question": "Why is the clip framed to linger on the repeated pressing and the comments about firmness, instead of just showing the cake once?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000241.mp4"} +{"video_id": "vimu_000242", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the shape of the food and the man's fast biting/chewing, followed by needing a fan, to suggest a sexual joke about performing oral sex too intensely or too fast. The caption acts like someone reacting to that behavior and telling him to slow down.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000242.mp4"} +{"video_id": "vimu_000243", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a fake 'magic trick': by using camera perspective, the person pretends to make a pizza appear on or over the car. The humor comes from the playful mismatch between the magical phrase and the obviously low-tech visual illusion.", "open_ended_question": "What is the main idea behind the clip's visual setup?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000243.mp4"} +{"video_id": "vimu_000244", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke mocks the man by implying he is so used to, eager for, or desperate to respond to a particular caller that he mistakes a spray can for a phone. The quoted word \"phone\" and the setup suggest a teasing insinuation about a romantic or sexual contact calling, making his reaction look gullible and embarrassing.", "open_ended_question": "What does the clip suggest about why the man's reaction is being highlighted?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000244.mp4"} +{"video_id": "vimu_000245", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from interpreting the animal's retreat or refusal to continue as if it made a rational decision that the situation was not worth the effort or risk. The caption anthropomorphizes the animal's behavior as a relatable moment of giving up.", "open_ended_question": "What interpretation best explains why the animal’s movement is paired with the caption’s quoted line?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000245.mp4"} +{"video_id": "vimu_000246", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that unexpectedly seeing this young man at Chuck E. Cheese is treated as funny or embarrassing, with the speaker putting him on the spot and implying he frequents a child-oriented venue. The humor comes from the awkward reveal and the other person's uncomfortable reaction rather than any explicit explanation.", "open_ended_question": "Why is this encounter being presented as noteworthy in the video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000246.mp4"} +{"video_id": "vimu_000247", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the student as acting confused and innocent while being confronted or kicked out by a teacher, inviting viewers to laugh at the mismatch between the student's claimed innocence and the obvious fact that he is in trouble. It mocks the familiar reaction of pretending not to know why authority is upset.", "open_ended_question": "How does the on-screen text shape the viewer's understanding of the classroom exchange?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000247.mp4"} +{"video_id": "vimu_000248", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a reversal of expected toughness: instead of the dog frightening another animal, the tiny dog appears timid and gets scared by the bird in the cage. The humor comes from the dog's unexpectedly fearful reaction and the owner's matter-of-fact caption.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000248.mp4"} +{"video_id": "vimu_000249", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokingly treats the cockroach's sound or movement as if it were a person 'crying' in a funny, pathetic way, using the nearby person reveal as a comedic comparison or reaction shot. The humor comes from mockingly anthropomorphizing the insect rather than making a serious point.", "open_ended_question": "What role do the on-screen text and the upward camera pan play in making the clip make sense?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000249.mp4"} +{"video_id": "vimu_000250", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme invites viewers to see the car’s rear shape as resembling human buttocks, with the caption dryly commenting on the car design in a joking, mildly sexualized way.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000250.mp4"} +{"video_id": "vimu_000251", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from presenting an obviously noticeable visual oddity as if it were just a minor technical issue. The caption understates the strange webcam jump, making the moment funny through dry irony.", "open_ended_question": "How does the caption affect the way the abrupt webcam moment is meant to be understood?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000251.mp4"} +{"video_id": "vimu_000252", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to capture a confusing or surprising remark heard in a restroom, with the filmer's on-screen caption \"What?\" framing it as a baffled reaction. The humor comes from the mismatch between the odd statement and the camera holder's stunned response, rather than from a clear broader social message.", "open_ended_question": "What interpretation best explains the clip as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000252.mp4"} +{"video_id": "vimu_000253", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that since the car horn supposedly does not work, the people try a ridiculous low-tech substitute—yelling or otherwise signaling manually at the car ahead. The humor comes from treating a simple car problem with an unnecessarily awkward improvised solution.", "open_ended_question": "What is the main point of pairing the on-screen text with the passengers' behavior toward the car ahead?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000253.mp4"} +{"video_id": "vimu_000254", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke treats the dog as if it is reacting with shock, judgment, or disbelief after the speaker says something crude about using the bathroom. The humor comes from pairing gross oversharing with the dog’s deadpan facial expression, making the dog seem like a silent commentator on the speaker’s behavior.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000254.mp4"} +{"video_id": "vimu_000255", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke sets up an ordinary payment question (whether debit is accepted) and then reveals a sexualized visual gag on the receipt/reader area. The humor comes from reframing the phrase into a crude penis joke rather than a normal transaction issue.", "open_ended_question": "Why does the video end by showing the device area after first presenting the phrase \"No debit?\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000255.mp4"} +{"video_id": "vimu_000256", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokingly compares the moving cardboard object to the video game mode 'Prop Hunt,' where players disguise themselves as ordinary objects. The humor comes from the object seeming suspiciously alive, making the viewer feel tense as if they are trying to detect a disguised player.", "open_ended_question": "What familiar scenario or activity is the clip comparing this moment to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000256.mp4"} +{"video_id": "vimu_000257", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes about someone doing an annoying, intrusive act for no good reason, with the humor coming from the target's confused reaction and the social awkwardness of the prank.", "open_ended_question": "What is the main point of this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000257.mp4"} +{"video_id": "vimu_000258", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the car is in such poor, makeshift condition that it seems to function only by luck rather than proper mechanical reliability. The phrase \"thoughts and prayers\" is used sarcastically to mock how barely operational and patched-together the vehicle is.", "open_ended_question": "What does the shot of the string-or-wire window setup add to how the caption is meant to land?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000258.mp4"} +{"video_id": "vimu_000259", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan, absurd depiction of forced acceptance of an obvious reality: the person seems confused or hesitant, while the text and repeated audio insist that the object is simply a turtle. It humorously represents situations where someone is overthinking or resisting something straightforward and is told to just accept it as it is.", "open_ended_question": "What kind of everyday situation is this clip using the turtle scene to stand in for?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000259.mp4"} +{"video_id": "vimu_000260", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip mocks a bad or gross 'life hack' by presenting it in a sincere tone while showing that the peanut butter is oddly runny and the mixed result looks unappetizing. The humor comes from the mismatch between the claimed usefulness and the visibly unpleasant outcome.", "open_ended_question": "Why is the sandwich method presented like a helpful tip rather than just shown plainly?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000260.mp4"} +{"video_id": "vimu_000261", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip expresses annoyed disbelief at the restaurant's straw setup: customers are expected to unwrap a straw and then throw the wrapper away, but many appear to have thrown away the actual straws instead. The humor comes from showing a wasteful or poorly designed self-service setup and the filmer's frustrated workaround of using a different straw.", "open_ended_question": "What idea is this video trying to get across overall?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000261.mp4"} +{"video_id": "vimu_000262", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the controller is obviously catastrophically damaged, so calling it \"just a small scratch\" is knowingly false. The clip then humorously pivots to a trivial hidden detail (the printed \"Hello from Seattle\" text), creating a deadpan contrast between major destruction and minor trivia.", "open_ended_question": "What single idea connects the claim about the controller and the later attention to the tiny printed message?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000262.mp4"} +{"video_id": "vimu_000263", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption jokingly imagines the dog internally bracing itself during the toddler's hug, as if trying to stay calm and tolerate the awkward affection. The humor comes from anthropomorphizing the dog's stern expression and then contrasting it with its eventual relaxation.", "open_ended_question": "What does the caption suggest is going through the dog's mind during the hug?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000263.mp4"} +{"video_id": "vimu_000264", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the round snack under the bottle resembles a body part or sexual image, so the object’s placement looks unintentionally suggestive. The caption says the design is \"very human,\" implying the product/design accidentally evokes human anatomy, and the man's laughter reinforces that viewers are expected to notice the suggestive resemblance.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "A", "B", "D"], "correct_labels": ["frames", "visible_text", "audio_tone", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000264.mp4"} +{"video_id": "vimu_000265", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip plays on the word \"bananas\" and the command-like phrasing to create a mild sexual double entendre, treating the bananas as a stand-in for genitals and making the instruction sound suggestive. It is mainly a childish/object-based joke rather than a direct attack on a person or group.", "open_ended_question": "What is the main reason the repeated checkout phrase is being highlighted in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000265.mp4"} +{"video_id": "vimu_000266", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the so-called \"life hack\" is not a real helpful tip but a cheeky way to get the cashier to do the payment step for you after your own attempt at tap payment does not work or instead of using the machine properly. The humor comes from presenting a trivial, mildly improper shortcut as a clever hack.", "open_ended_question": "Why does the video label this checkout moment as a \"life hack\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000266.mp4"} +{"video_id": "vimu_000267", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes about someone at the table being caught off guard by an unexpected social moment nearby. The humor comes from his delayed realization and mildly awkward, embarrassed reaction, with the caption framing him as oblivious until the last second.", "open_ended_question": "What is the main point the caption and camera shift are drawing attention to in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000267.mp4"} +{"video_id": "vimu_000268", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme suggests a sexualized joke about the student watching Shrek in class, using the phrase \"Shrek is love\" as an innuendo that they are unusually or obsessively attracted to Shrek. The humor comes from contrasting an ordinary classroom scene with an absurd, suggestive caption.", "open_ended_question": "Why does the video pair the line \"Shrek is love\" with a lingering focus on one student's phone and then the classroom around them?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000268.mp4"} +{"video_id": "vimu_000269", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the cat's facial expression suddenly changes so strongly that it looks shocked, offended, or emotionally transformed after being touched or approached. The caption humorously treats the cat like a person whose whole attitude changed in an instant.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000269.mp4"} +{"video_id": "vimu_000270", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a harmless reveal: at first it looks like someone may be restraining or \"trapping\" the dog, but the punchline is that the dog is simply stuck because its leash has wrapped around the corner. The humor comes from the dramatic accusation followed by an ordinary, silly explanation.", "open_ended_question": "What mistaken impression at the start is clarified by the later reveal?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000270.mp4"} +{"video_id": "vimu_000271", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the common phrase about feet being \"dogs\" to joke about taking off socks after being tired. The framing and the close-up focus on sock removal also carries a mild foot-related/sexual innuendo, creating a bait-and-switch between an ordinary tired-person action and a suggestive presentation.", "open_ended_question": "How do the caption, audio, and close-up reveal work together to make the clip make sense?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000271.mp4"} +{"video_id": "vimu_000272", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video humorously treats one ordinary ice cube as specially selected for an important mission, exaggerating a mundane act of choosing ice for a drink into something epic or significant.", "open_ended_question": "Why is this moment presented as if this specific choice matters more than the others?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000272.mp4"} +{"video_id": "vimu_000273", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is the unexpected reveal that 'Connor' is in the fridge/freezer like a casually available item, and the filmer greets him as if this were normal. Humor comes from the absurd, deadpan treatment of a bizarre situation while looking for a beer.", "open_ended_question": "What about the reveal changes the meaning of the trip to the fridge?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000273.mp4"} +{"video_id": "vimu_000274", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that while she is calmly giving a farm tour, a creepy-looking person or figure suddenly appears in the darkness behind her, and the caption humorously describes this abrupt appearance using video-game language ('spawned out of nowhere').", "open_ended_question": "What makes the caption fit the moment in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000274.mp4"} +{"video_id": "vimu_000275", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the young man is reacting with distressed disbelief to the nails/hand reveal, acting as if the sight of them is upsetting or too much for him, and saying he has school tomorrow exaggerates that he is not prepared to deal with this awkward or shocking moment. The humor comes from overreacting to another person's appearance detail and treating it as embarrassingly funny or alarming.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000275.mp4"} +{"video_id": "vimu_000276", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the task of 'checking' the speaker stack is impractical because it is absurdly tall, so the person's simple question becomes funny through the visual reveal of an exaggerated situation.", "open_ended_question": "What changes in how the viewer understands the man's question after the camera reveals the full speaker stack?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000276.mp4"} +{"video_id": "vimu_000277", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that instead of reacting with fear to a terrifying figure in the room, the speaker casually treats it like a familiar nighttime companion. Humor comes from the deadpan normalization of something frightening and the contrast between an ordinary bedtime moment and a horror-like reveal.", "open_ended_question": "What makes the clip funny after the figure is revealed?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000277.mp4"} +{"video_id": "vimu_000278", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from an unexpected reversal: a machine that normally destroys objects appears unable to handle this particular ring-shaped piece, so the clip frames the shredder as 'failing' for once. The joke is mainly the surprise of the object resisting the machine longer than expected.", "open_ended_question": "Why is the caption phrased as if this outcome is noteworthy rather than routine?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000278.mp4"} +{"video_id": "vimu_000279", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the fruit's internal sections look unexpectedly arranged or numerically inconsistent, so the caption humorously frames it as something that defies normal logic or counting.", "open_ended_question": "What is the main point of pairing the caption with this fruit reveal?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000279.mp4"} +{"video_id": "vimu_000280", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humorously dramatizes a petty, everyday annoyance as intense anger. The caption overstates the emotional reaction to a trivial interruption involving shared food, making the joke the mismatch between the small inconvenience and the extreme phrasing.", "open_ended_question": "What does this clip suggest about the situation and the reaction shown?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000280.mp4"} +{"video_id": "vimu_000281", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to hinge on a sexualized double meaning: the speaker says she is a lesbian, and the camera focuses on tossing/flipping food in a pan as if that action is being used as a suggestive visual response to the confession. The humor comes from pairing the coming-out line with cooking imagery to imply a sexual or stereotyped association rather than responding literally.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000281.mp4"} +{"video_id": "vimu_000282", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that he acts confident and unstoppable, but is immediately and literally stopped by a stop sign. The humor comes from an anticlimactic visual contradiction between bold talk and a mundane obstacle.", "open_ended_question": "What is the main point of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000282.mp4"} +{"video_id": "vimu_000283", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that sharing a Netflix password is like coordinating a secret, improvised piracy operation in a theater: instead of simply sharing access, the group acts as if one person must record the movie and distribute it to others. It humorously exaggerates password sharing as illicit content sharing among friends.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000283.mp4"} +{"video_id": "vimu_000284", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokingly portrays the creator as so awkward, immature, or out of place on a first date that they behaved like a child by playing with a toy car at the table. The humor is self-deprecating embarrassment about poor first-date behavior.", "open_ended_question": "What does the person's behavior at the meal suggest about how they came across on that first date?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000284.mp4"} +{"video_id": "vimu_000285", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person follows the written instruction in an overly literal way: instead of holding down a flush handle, they physically hold the toilet tank lid while flushing. The humor comes from deadpan compliance with an ambiguous or poorly worded instruction.", "open_ended_question": "What is the main point of showing the person respond to the written instruction this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000285.mp4"} +{"video_id": "vimu_000286", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the bald man at the arcade resembles Jeff Bezos, and the earlier display of large numbers may also be framed suggestively to imply he is exceptionally dominant or well-endowed. The meme relies on a surprise reveal from scoreboard-like numbers to the bald man, turning \"Jeff Bezos?!!\" into a teasing comparison.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000286.mp4"} +{"video_id": "vimu_000287", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up suspense as if something noteworthy will eventually happen, then delivers a sudden spooky jump scare for surprise and humor. The meme point is the tension-and-payoff prank rather than any social commentary.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000287.mp4"} +{"video_id": "vimu_000288", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from presenting an overwhelming, gross, panic-inducing situation and pairing it with a calm, resigned caption. The meme expresses feeling helpless when faced with a problem so unpleasant or absurd that there seems to be no reasonable response.", "open_ended_question": "How does the caption shape the viewer’s interpretation of the clip as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000288.mp4"} +{"video_id": "vimu_000289", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a delayed reveal of a strangely designed bathroom sink placed far lower than expected. The humor comes from setting up anticipation and then showing an absurd, impractical fixture instead of anything dramatic.", "open_ended_question": "What is the main payoff of the clip's setup?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000289.mp4"} +{"video_id": "vimu_000290", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the caption claims the table is very sturdy while the video immediately shows the opposite: it visibly warps and seems flimsy. The humor comes from understated contradiction between the text and what is shown.", "open_ended_question": "Why does the video pair the caption \"Very Sturdy\" with this particular shot and action?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000290.mp4"} +{"video_id": "vimu_000291", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The toast is being framed as resembling a sexual object or act, and the dog giving a fist bump is edited as if a male friend is silently acknowledging or approving the crude joke. The humor comes from treating the dog like \"one of the homies\" who understands the sexual innuendo.", "open_ended_question": "What connection between the opening shot and the dog's fist-bump gesture makes the sequence make sense as a meme?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000291.mp4"} +{"video_id": "vimu_000292", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video frames the visible switch as something the filmer feels tempted to flip, with the joke coming from leaving the urge implied rather than stated directly. Because the text and audio linger on \"tempting\" and \"just wanna do it,\" the clip can also carry a mild sexual double-entendre layered onto the simple urge to mess with the switch.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000292.mp4"} +{"video_id": "vimu_000293", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme makes a joke by linking the phrase \"take a little bit off the top\" to circumcision and then applying that association to \"kosher\"/a rabbi, implying Jewish ritual practice in a crude sexualized way. The humor comes from surprise and taboo innuendo, but it also mockingly targets Jewish religious identity/practice.", "open_ended_question": "What connection is the edit trying to make between the cutting clip, the \"Verified Kosher\" text, and the mention of a rabbi?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000293.mp4"} +{"video_id": "vimu_000294", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the prank is labeled as harmless, but the victim's exaggerated reaction suggests the added substance made the drink unpleasant or caused a surprising effect. The humor comes from the mismatch between the reassuring caption and the disruptive result for the person drinking it.", "open_ended_question": "How does the opening text shape the way the later reaction is meant to be understood?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000294.mp4"} +{"video_id": "vimu_000295", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke mocks the man's workout by implying the movement looks sexually suggestive or like practice for a non-gym activity rather than serious training.", "open_ended_question": "What interpretation of his movement does the caption invite viewers to make?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000295.mp4"} +{"video_id": "vimu_000296", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that one chicken nugget is oddly shaped in a way that resembles male genitalia, so the caption calls it \"sus\" and the filmer reacts as if the food looks sexually suggestive or weird.", "open_ended_question": "What specific detail is the video using to make the reveal of the nugget seem surprising or funny?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000296.mp4"} +{"video_id": "vimu_000297", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating the seagull like a child or companion being asked to choose a snack in a store. The clip anthropomorphizes the bird and plays the situation straight, making the unusual errand-like interaction funny.", "open_ended_question": "Why is this interaction framed like an ordinary shopping decision?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000297.mp4"} +{"video_id": "vimu_000298", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies someone is making the room extremely hot, framed as a playful but suggestive setup for intimacy or another situation where heat is desired, while defensively saying \"Don't yell at me\" as if anticipating blame or complaint.", "open_ended_question": "Why is this video framed around turning the thermostat up so extremely?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000298.mp4"} +{"video_id": "vimu_000299", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme highlights an unexpectedly impossible-looking result and invites the viewer to share the filmer's confusion about how the object ended up stuck near the ceiling. The humor comes from the reveal and the contrast between an ordinary object placement and a bizarre final position.", "open_ended_question": "What is the main point of the reveal in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000299.mp4"} +{"video_id": "vimu_000300", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from noticing that the soup appears unusually thick or gelatinous, so even when it is stirred and lifted, it does not splash like normal soup. It is a simple observational joke about the food's odd consistency.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000300.mp4"} +{"video_id": "vimu_000301", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the cabinet door closing by itself as a visual joke implying a male viewer became sexually aroused or pleased by what he saw, with the caption framing the movement as evidence that \"he liked it.\"", "open_ended_question": "What interpretation best explains why the video treats the cabinet door closing on its own as support for the caption's comment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000301.mp4"} +{"video_id": "vimu_000302", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from showing a small, absent-minded blunder and labeling it as an \"honest mistake\" in a deadpan way. The clip invites viewers to laugh at a relatable brain-fart moment where someone briefly acts without thinking.", "open_ended_question": "What does the clip suggest about the person's state of mind in that moment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000302.mp4"} +{"video_id": "vimu_000303", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously captures an unexpectedly intense lightning flash during a storm, emphasizing the filmer's surprise at how bright it was after they said they were trying to catch lightning.", "open_ended_question": "What idea is this video trying to get across?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000303.mp4"} +{"video_id": "vimu_000304", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sexual pun: the person presents sauce packets as if naming a favorite flavor, but arranges the visible letters to resemble the phrase \"huge c*cks,\" turning an innocent food-flavor setup into crude sexual humor.", "open_ended_question": "What is the packet arrangement meant to communicate, beyond naming a condiment flavor?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000304.mp4"} +{"video_id": "vimu_000305", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously reveals a supposedly secret hiding place for cash right after presenting it as advice, creating the sense that the hiding spot is now exposed and no longer safe. The joke is that the tip defeats itself by publicly showing where valuables are hidden, with a mild implication of distrust toward workers who enter the home.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000305.mp4"} +{"video_id": "vimu_000306", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating the cat like a serious poker player making a dramatic all-in bet. The clip anthropomorphizes the cat and presents its paw movement as if it understands and is participating in the game.", "open_ended_question": "What role is the cat being framed as playing in this scene, and what action is its paw movement presented as taking?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "A"], "correct_labels": ["frames", "transcript", "audio_tone"], "video_path": "videos_final/vimu_000306.mp4"} +{"video_id": "vimu_000307", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the ceiling fan's shape looks unintentionally like a human sexual body part or act, so the caption deadpans that its \"design is very human.\" The audio reinforces that the design seems awkwardly, obviously suggestive, as if acknowledging an embarrassing resemblance rather than a normal household object.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000307.mp4"} +{"video_id": "vimu_000308", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a sexualized visual innuendo: the request for the lemon is answered in an unnecessarily invasive way, with fingers going deep into the glass, making the scene resemble sexual finger penetration rather than a normal attempt to retrieve the lemon.", "open_ended_question": "What makes the other person’s response the punchline of the clip, instead of just an ordinary way of getting the lemon?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000308.mp4"} +{"video_id": "vimu_000309", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person is sarcastically treating the carpet itself like a very effective towel, because walking on it and leaving the wet area spread around shows the spill is being absorbed by the carpet before they get an actual towel.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000309.mp4"} +{"video_id": "vimu_000310", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from capturing an unexpectedly funny sound made by the animal after being offered water, with the caption cueing viewers to treat the noise as the punchline.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000310.mp4"} +{"video_id": "vimu_000311", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke treats an unspecified, censored term as if it were a drink flavor, using the neutral footage of blank cans to imply a hidden or taboo preference. The humor comes from withholding the key word with \"[REDACTED],\" inviting the viewer to infer something inappropriate or sexually suggestive rather than an actual beverage flavor.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000311.mp4"} +{"video_id": "vimu_000312", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that one tea label appears to be a person's name, \"Curtis,\" instead of an actual tea type, and the caption humorously pretends \"Curtis\" is a flavor. The humor comes from the mundane labeling error and the deadpan reaction treating it as desirable.", "open_ended_question": "Why does the line \"Mmm. My favorite flavor\" make sense in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000312.mp4"} +{"video_id": "vimu_000313", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke builds suspense as if guessing a Lego character from a generic body shape, then implies the answer is a specific figure chosen for a sexualized or phallic visual gag rather than for clear character identity.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000313.mp4"} +{"video_id": "vimu_000314", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the absurd scale and persistence of the burrito-stacking project: even after the locker is already packed, the speaker casually talks about starting another row. The caption highlights that this plan sounds excessive and ridiculous, turning the clip into a reaction to the creator's deadpan commitment to keep going.", "open_ended_question": "What is the main point conveyed by the speaker's mention of a \"next row\" together with the on-screen caption?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000314.mp4"} +{"video_id": "vimu_000315", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously dramatizes a small everyday annoyance—struggling to remove or deal with an irritating clothing tag—as if it were a major ordeal.", "open_ended_question": "What does the clip suggest about how the person sees this situation?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000315.mp4"} +{"video_id": "vimu_000316", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan parody of a serious product review: McDonald's Sprite is treated as if it is so intense or notorious that the group pauses solemnly before the \"taste test.\" The humor comes from the mismatch between the mundane subject and the dramatic, restrained presentation.", "open_ended_question": "Why is the drink review presented with such a restrained, formal buildup?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000316.mp4"} +{"video_id": "vimu_000317", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a playful misdirection: the object is presented as if it were a huge piece of ice, but it is actually crunchy clear plastic packaging. The humor comes from treating the plastic like food/ice and from the coworker's immediate willingness to bite it, with 'Cronchy' emphasizing the fake crunchy texture gag.", "open_ended_question": "What makes the coworker’s bite make sense in context of what is said and shown earlier in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000317.mp4"} +{"video_id": "vimu_000318", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to be a suggestive reaction: the man with orange-covered fingers is silently presenting them as something notable or incriminating, and the caption \"Bro...\" frames this as a friend noticing and being put off or amused. The humor relies on viewers inferring a sexual or intimate implication from the orange residue on his fingers and his casual pose.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000318.mp4"} +{"video_id": "vimu_000319", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor is straightforward: the bone is comically oversized for the dog, and the caption emphasizes surprise/amusement at how huge it is and how the dog handles it.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000319.mp4"} +{"video_id": "vimu_000320", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption implies a male food worker/chef is personally and inappropriately 'servicing' customers to ensure satisfaction, using sexual innuendo rather than meaning normal good service or food quality control.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000320.mp4"} +{"video_id": "vimu_000321", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the dog's mouth position after biting the food as resembling a sexually suggestive situation, implying the filmer intentionally arranged the food to create that visual gag.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000321.mp4"} +{"video_id": "vimu_000322", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that a simple wish for pleasant sea air turns into an over-the-top bad outcome: being hit by ocean spray. The humor comes from the mismatch between the mild expectation ('fresh air') and the dramatic reality of sitting too close to rough waves.", "open_ended_question": "What contrast between what the person hoped for and what actually happened explains why the video is framed this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000322.mp4"} +{"video_id": "vimu_000323", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the robot vacuum tried to deal with a spider but made the situation much worse, humorously implying a failed or over-the-top attempt at cleaning or pest control. The clip relies on an absurd visual payoff where the vacuum seems to unleash a huge mess instead of solving the problem.", "open_ended_question": "What does the ending suggest happened when the robot vacuum tried to handle the spider?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000323.mp4"} +{"video_id": "vimu_000324", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption sets up a mundane repair joke, but the visual framing of the long flexible object invites a sexual reading. The humor comes from the mismatch between the practical caption and the suggestive appearance of what is shown.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000324.mp4"} +{"video_id": "vimu_000325", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to rely on sexual innuendo: the smooth large egg and the caption about \"opening it\" suggest a suggestive double meaning rather than a straightforward cooking or demonstration clip.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000325.mp4"} +{"video_id": "vimu_000326", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a playful parody of Spider-Man: instead of being a sleek superhero, the costumed boy is labeled \"Widerman\" and acts dramatically because he wants cake. The humor comes from the misspelled superhero label and the contrast between superhero-style posing and an ordinary, food-motivated goal.", "open_ended_question": "What main idea ties together the costume, the label \"Widerman,\" and the reveal of the cake?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000326.mp4"} +{"video_id": "vimu_000327", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that the speaker is extremely eager to consume a whole cup of ranch, with the phrasing also carrying a mild sexual or suggestive double meaning because the statement appears before revealing the sauce and is paired with close-up handling of the container.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000327.mp4"} +{"video_id": "vimu_000328", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a small, anticlimactic failure: something that looks like a fixed sturdy post is revealed to be unstable or broken, and the understated \"oh.\" reacts to the unexpected collapse in a deadpan way.", "open_ended_question": "What makes the final \"oh.\" fit the moment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000328.mp4"} +{"video_id": "vimu_000329", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a fake car inspection that subverts expectations: instead of a normal engine, there is a human inside the engine compartment acting like the car's \"engine.\" The humor comes from the absurd reveal and the deadpan way the speaker treats the person as part of the vehicle.", "open_ended_question": "What makes the hood-opening moment the key payoff of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000329.mp4"} +{"video_id": "vimu_000330", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a simple, impulsive reaction to the food: the appetizer is presented almost like a reveal, and the second man's immediate grab-and-eat response implies that crab rangoon is highly desirable. The joke is a relatable food-reaction moment rather than a deeper social message.", "open_ended_question": "What does the second man's immediate action suggest about the crab rangoon?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000330.mp4"} +{"video_id": "vimu_000331", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke uses the lighter-sticking trick as a setup, then widens to imply the person has discovered many objects can be made to stick to walls. The caption and framing suggest a sexual innuendo: the speaker finds this especially 'convenient' because it could be used to hold objects in place hands-free, likely implying sex-toy storage or use rather than ordinary organization.", "open_ended_question": "Why is the video framed first like a simple demonstration and then widened out with the caption still on screen?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000331.mp4"} +{"video_id": "vimu_000332", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog did such impossible, chaotic damage to the room that it seems to have supernatural powers; the upside-down TV/reflection is presented as absurd evidence that the dog somehow reversed or altered reality, not just made a mess.", "open_ended_question": "What interpretation best explains why the clip combines the wrecked room, the dog, and the upside-down screen detail?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000332.mp4"} +{"video_id": "vimu_000333", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke treats the fantasy-themed truck as a place for sex or heavy make-out activity and layers that with Lord of the Rings wordplay, implying the speaker or partner would become sexually excited by it. The humor comes from mixing a whimsical hobbit-house vehicle with flirtatious/sexual innuendo through character-name puns.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000333.mp4"} +{"video_id": "vimu_000334", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme sets up the dark hole as a sexualized metaphor and then answers the setup with \"my mom,\" making a crude yo-mama style joke that implies the speaker's mother has experience with a 'deep, dark hole.'", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000334.mp4"} +{"video_id": "vimu_000335", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously shows someone realizing they made a mistake while grilling and wanting to undo it, but it is too late or difficult. The profanity and short captions convey frustration and mild panic at the failed cooking attempt.", "open_ended_question": "What does this video suggest is happening from the filmer’s point of view, beyond simply showing food on a grill?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000335.mp4"} +{"video_id": "vimu_000336", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the caption sarcastically frames the man and the moth as \"best friends\" even though his panicked reaction shows the opposite. The humor comes from the mismatch between the friendly label and his obvious discomfort.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000336.mp4"} +{"video_id": "vimu_000337", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the common phrase about \"dogs\" meaning feet, but stages it in a suggestive way so the foot and stretched sock resemble male genitalia. The humor comes from the double meaning and the deadpan presentation of simply \"letting the dogs out.\"", "open_ended_question": "What is the main joke the clip is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000337.mp4"} +{"video_id": "vimu_000338", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a cleaning 'life hack' but undercuts it by revealing a bigger dark spill, implying the supposed trick is messy, irresponsible, or not actually a good idea. The humor comes from the misleading promise of an easy fix followed by evidence of a worse outcome.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000338.mp4"} +{"video_id": "vimu_000339", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that everyone else has brought normal flying objects for the event, but one person absurdly brings and holds up a household ceiling fan as if it belongs there too. The caption playfully calls out that out-of-place choice as ridiculous and funny.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000339.mp4"} +{"video_id": "vimu_000340", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke deliberately confuses Louis Armstrong, the jazz musician, with Neil Armstrong, the astronaut who first walked on the moon. It plays on the shared surname \"Armstrong\" and treats the mistaken identity as if it were a serious question, creating absurd humor through obvious misinformation.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000340.mp4"} +{"video_id": "vimu_000341", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip expresses intense affectionate excitement about how cute the pig is, humorously overstating the desire to immediately take it home as a pet.", "open_ended_question": "What interpretation best explains the speaker's response to the pig in this video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000341.mp4"} +{"video_id": "vimu_000342", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor is a simple visual pun: the man literally 'presses' the person labeled \"PRESS,\" acting out a corny dad joke in real life. The caption frames the clip as intentionally goofy, wholesome wordplay.", "open_ended_question": "What specific connection between the action and the label on the vest makes the clip work as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000342.mp4"} +{"video_id": "vimu_000343", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that calling the weather merely \"storming\" is a huge understatement when there is actually a massive tornado outside. The humor comes from the contrast between her casual wording and the extreme danger visible through the window.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000343.mp4"} +{"video_id": "vimu_000344", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deliberate pun on \"loafers\": instead of formal slip-on shoes, he bought actual loaves of bread and wore them like shoes to annoy and amuse his girlfriend. The meme frames him as intentionally absurd and irritating in a playful relationship prank, with the overlay exaggerating that his behavior is unhinged.", "open_ended_question": "What specific idea connects what he says about the wedding with what he later shows on his feet?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000344.mp4"} +{"video_id": "vimu_000345", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke appears to personify the sea creature as Patrick from SpongeBob and use its shape for a crude sexual visual gag, with the distressed caption humorously reacting as if 'Patrick' is being mishandled or turned into something inappropriate.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000345.mp4"} +{"video_id": "vimu_000346", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan absurd image of treating a car jack like transportation after a vehicle breakdown. The humor comes from the impractical, exaggerated solution and the matter-of-fact caption presenting it as normal.", "open_ended_question": "What is the point of presenting the situation in this matter-of-fact way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000346.mp4"} +{"video_id": "vimu_000347", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke imagines Minecraft being 'better' by adding a crude adult domestic scenario: the villager on the bed is treated like a partner in a sexual or bedroom context, then ordered around and struck, parodying a toxic or domineering relationship dynamic for shock humor.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000347.mp4"} +{"video_id": "vimu_000348", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is about resigned acceptance of a strange or mildly uncomfortable situation. The person appears confused or hesitant, while the text and repeated statement frame the turtle's presence as something obvious and unavoidable, creating humor through deadpan absurdity.", "open_ended_question": "What do the repeated line and the on-screen text suggest about how the situation is being framed?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000348.mp4"} +{"video_id": "vimu_000349", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme mocks someone for guarding or hiding their food as if it is highly desirable, while implying the food looks unappealing enough that nobody would want to steal it anyway. The humor comes from insulting the food and overreacting to that judgment.", "open_ended_question": "What does the ending reaction suggest about why the food reveal is being treated this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000349.mp4"} +{"video_id": "vimu_000350", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from showing something that looks food-related but is being treated harshly or mechanically, while the caption \"Delicious\" praises it as if it were appetizing. The joke is an ironic mismatch between the unappetizing, rough handling and the positive food description.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D"], "correct_labels": ["frames", "visible_text", "transcript"], "video_path": "videos_final/vimu_000350.mp4"} +{"video_id": "vimu_000351", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humorously frames the cat's sudden, intense facial expression and bite reaction as if it were possessed or undergoing an exorcism. The joke comes from overstating a normal cat freak-out into a dramatic supernatural event.", "open_ended_question": "What comparison is the video using to turn the cat's reaction into the joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000351.mp4"} +{"video_id": "vimu_000352", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the speaker pretends they only want to start a harmless thumb war, but the thumb movement implies turning that situation into a sexual or physically suggestive act. The humor comes from the mismatch between the innocent setup and the suggestive hand motion.", "open_ended_question": "What does the contrast between the spoken thumb-war setup and the hand gesture suggest the speaker is actually trying to do?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000352.mp4"} +{"video_id": "vimu_000353", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents the man as foolishly or absurdly trying to steal water in an ineffective way, inviting viewers to laugh at and mock him for the bizarre behavior and failed attempt.", "open_ended_question": "What point does the recording make about the man's attempt to collect water?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000353.mp4"} +{"video_id": "vimu_000354", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the son tried to hide sexual paraphernalia or evidence of sexual activity, but did so very badly, so the adults are treating it like incriminating evidence and mocking him as unintelligent. The humor comes from embarrassment and the obviousness of the hidden item.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000354.mp4"} +{"video_id": "vimu_000355", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a simple surprise reaction: something unexpected happens offscreen or on the computer, and the filmer reacts abruptly. The humor comes from the sudden shift from a calm gaming/computer scene to a startled response.", "open_ended_question": "Why is this clip framed around the filmer's reaction instead of clearly showing what the person at the computer is seeing?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000355.mp4"} +{"video_id": "vimu_000356", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip dryly praises the result as sturdy or satisfactory after the tool remains embedded in the wood. The humor comes from the understated caption contrasting with the rough, simple visual outcome.", "open_ended_question": "What does the caption suggest about the outcome shown at the end?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000356.mp4"} +{"video_id": "vimu_000357", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses the visual of folded eggs/omelet as a sexualized visual analogy reacting to someone saying \"I'm a lesbian.\" The joke implies surprise and turns the statement about lesbian identity into a crude sexual reference, rather than treating it literally.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000357.mp4"} +{"video_id": "vimu_000358", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme expresses annoyance or frustration at an everyday disappointing food moment: the dip appears unusually thick, difficult to scoop, or otherwise unsatisfying, creating irritation despite initial optimism.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000358.mp4"} +{"video_id": "vimu_000359", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokingly treats the cleaning sign and wet spill as if they were a hidden player in the game Prop Hunt. The humor comes from applying video-game hide-and-seek logic to an ordinary real-life scene, pretending the sign is suspiciously placed to disguise the spill.", "open_ended_question": "What connection is the clip making between the hallway scene and the phrase \"Prop Hunt\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000359.mp4"} +{"video_id": "vimu_000360", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from awkwardly and understatedly commenting on someone eating a burger as if making a dry observation or review. The meme frames the moment as comically mundane and slightly random, inviting the viewer to laugh at the deadpan, low-stakes absurdity of saying the burger seems good based on the person's reaction.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000360.mp4"} +{"video_id": "vimu_000361", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the visual of a banana bunch and the repeated emphasis on 'bananas' to invite a sexual reading, likely comparing the shape/placement of the bananas to male genitalia. The humor comes from innuendo rather than anything explicit happening.", "open_ended_question": "What interpretation best explains why this clip keeps drawing attention to the bananas rather than just showing a normal checkout moment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000361.mp4"} +{"video_id": "vimu_000362", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the charger is styled and moved to resemble a tiny dog or cow-like animal mounting the phone, creating a playful sexual visual gag while pretending to simply show off a 'new charger.'", "open_ended_question": "What makes the final plug-in moment the punchline of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000362.mp4"} +{"video_id": "vimu_000363", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The toy car movement is used as a suggestive reenactment of what happened on the speaker's first date, implying the date quickly progressed to sexual activity or physical intimacy. The humor comes from reducing the date to a crude, sped-up object demonstration, with some self-deprecating embarrassment.", "open_ended_question": "What is the toy car movement meant to stand in for in the captioned scenario?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000363.mp4"} +{"video_id": "vimu_000364", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that gamers often search for deep meaning in games, but some games are just silly, low-stakes, or nonsensical. It parodies dramatic game storytelling by placing game-like dialogue over a cat-driving clip, contrasting lofty expectations with a trivial absurd premise.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000364.mp4"} +{"video_id": "vimu_000365", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the rooster is humorously portrayed as commuting by elevator to do its usual early-morning crowing. The humor comes from treating an animal's instinctive behavior like an oddly intentional, human-like plan, making the rooster seem absurdly dedicated to waking people up.", "open_ended_question": "Why is the rooster shown using the elevator before walking down the hall?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000365.mp4"} +{"video_id": "vimu_000366", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog's posture and still expression look unusually human, as if it is acting like a person and momentarily 'forgot' it is a dog. The caption humorously anthropomorphizes the dog.", "open_ended_question": "What specific comic premise ties together the dog's posture, expression, and the on-screen caption?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000366.mp4"} +{"video_id": "vimu_000367", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person being referred to as \"bro\" behaved so awkwardly, badly, or disappointingly at the party that the filmer is mockingly judging him on the phone and declaring he should not be invited again.", "open_ended_question": "What interpretation best explains why the clip centers on the phone interaction in that party scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000367.mp4"} +{"video_id": "vimu_000368", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the friend being invited said something rude or awkward to a woman, and the reveal of his shirt implies he is especially immature or misogynistic around women. The caption frames him as an embarrassing guest the host regrets inviting because he ruined the interaction.", "open_ended_question": "What does the final reveal suggest about why the host says this was the last time bringing that friend?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000368.mp4"} +{"video_id": "vimu_000369", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that the door is not sturdy at all. The spoken request to shut the door is undercut by the visual result, creating a simple ironic punchline about a flimsy or broken door.", "open_ended_question": "What idea is this clip trying to get across overall?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000369.mp4"} +{"video_id": "vimu_000370", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that making spaghetti from scratch at 3:50 a.m., while sneaking around quietly, is presented as preferable to microwaving food. The humor comes from the exaggerated commitment to a more proper cooking method even in an inconvenient late-night situation.", "open_ended_question": "What is the main point the clip is making about why they are cooking this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000370.mp4"} +{"video_id": "vimu_000371", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the woman as mistakenly doing something sexually suggestive instead of the expected task involving eggs or a food item. The caption implies she misunderstood what she was supposed to do, and the humor comes from turning her action into a sexualized double meaning and lightly ridiculing her for it.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000371.mp4"} +{"video_id": "vimu_000372", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from his unexpectedly strong or surprisingly good reaction to trying duck sauce with the food, presented in a simple reaction format where his pause and expression imply he did not expect that taste.", "open_ended_question": "What does his pause and expression suggest he realized after trying the sauce?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000372.mp4"} +{"video_id": "vimu_000373", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a seemingly ordinary question about how to 'check' something, then reveals a very tall upright object as a visual double meaning, inviting a sexual interpretation by comparing the object to male anatomy and implying uncertainty about how to handle or assess it.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000373.mp4"} +{"video_id": "vimu_000374", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video humorously points out that the shape and placement of the mower's cup holder can be read as suggestive of human anatomy, especially when paired with the instructional-sounding audio about putting something into it. The joke relies on a sexualized double meaning rather than a literal product demonstration.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000374.mp4"} +{"video_id": "vimu_000375", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption jokingly frames the man's loud voice or gesture as if he has supernatural telekinetic powers, because items fall from the shelf right when he appears to call out or reach toward them.", "open_ended_question": "What specific idea links the man's action to the objects falling?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000375.mp4"} +{"video_id": "vimu_000376", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke points out the absurd self-defeating design of hard-to-open packaging: a knife is packaged in a way that seemingly requires another knife to access it. The humor comes from presenting this circular problem in a calm, matter-of-fact way.", "open_ended_question": "Why is the situation presented as an instruction to buy another one before using the first one?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000376.mp4"} +{"video_id": "vimu_000377", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a gross-out bait-and-switch: something presented as a tasty drink is revealed to be labeled as poop, making the earlier \"Delicious\" and \"chocolate milk\" framing ironic.", "open_ended_question": "What shift in how the drink is presented creates the joke in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000377.mp4"} +{"video_id": "vimu_000378", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that the outlet looks and sounds like a person or ringtone phrase, turning the socket into a character. The humor comes from the visual resemblance and the silly caption/audio pairing rather than from any social commentary.", "open_ended_question": "What is the main joke the clip is making with the outlet and the caption?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000378.mp4"} +{"video_id": "vimu_000379", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the oddly animated-looking banana/object as if it is using magic, comparing its unusual movement to wizardry from Harry Potter's Hogwarts.", "open_ended_question": "What does the line \"Bro went to Hogwarts\" suggest about why the object is behaving that way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000379.mp4"} +{"video_id": "vimu_000380", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke likely relies on the straw movement and the phrase 'taste test' being read as sexually suggestive, causing the group to suddenly realize the setup sounds inappropriate or homoerotic and pause awkwardly.", "open_ended_question": "What interpretation best explains the moment as a whole, especially the shift after the line about the \"taste test\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000380.mp4"} +{"video_id": "vimu_000381", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip frames the man as suddenly ready for a direct physical or sexualized confrontation despite his awkward situation of carrying food and drink. The phrase \"gloves off\" suggests escalation to something more intense or no longer restrained, and the hand reaching toward his neck/chest turns that into a mocking, slightly homoerotic or dominance-coded joke at his expense.", "open_ended_question": "What is the main point created by pairing the on-screen text with the hand reaching toward the man while he is still holding the drink and takeout bag?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000381.mp4"} +{"video_id": "vimu_000382", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a playful, pseudo-intellectual parody of higher-dimensional science concepts: after watching a sci-fi movie about dimensions, the speaker humorously labels an oddly arranged sandwich as a \"4D sandwich,\" pretending to have discovered a practical use of extra dimensions. The humor comes from absurdly overapplying complex science language to an ordinary food arrangement.", "open_ended_question": "What idea is the clip playing with by calling the food a \"4D sandwich\" after mentioning Interstellar and other dimensions?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000382.mp4"} +{"video_id": "vimu_000383", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a simple parody of making or presenting a drink as if it were a special coffee creation, while the misspelled caption and deadpan presentation make it seem deliberately silly or low-effort.", "open_ended_question": "Why is this drink shown and labeled in this particular way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D"], "correct_labels": ["frames", "visible_text", "transcript"], "video_path": "videos_final/vimu_000383.mp4"} +{"video_id": "vimu_000384", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from setting up a small mystery about why the soup is not splashing despite being disturbed, then getting an exaggerated delayed splash as a payoff. It is a simple observational joke about unexpected physical behavior and timing.", "open_ended_question": "What is the main idea that connects the caption's question with the clip's ending?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000384.mp4"} +{"video_id": "vimu_000385", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents an improbable visual outcome as a short reaction meme: the joke is simple amazement and confusion about how the object ended up near the ceiling, inviting viewers to share the same disbelief.", "open_ended_question": "What is the main point of this clip as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000385.mp4"} +{"video_id": "vimu_000386", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the person's dawning panic that the blue coloring or paint may be stuck on his skin, with the caption mock-dramatically highlighting his anxious expression.", "open_ended_question": "Why does the video wait until the end to show the person's face clearly?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000386.mp4"} +{"video_id": "vimu_000387", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the repeated \"Hey Squidward!\" caption as a joking reference while people crowd around to get liquid squirted into cups, making the scene read as a crude sexual-style joke or playful parody of multiple people eagerly lining up for something being sprayed at them.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000387.mp4"} +{"video_id": "vimu_000388", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies that a woman chose a male partner with a very large penis, using the unexpectedly long hallway as a visual analogy for length. The caption frames this as her having made a good romantic or sexual choice.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000388.mp4"} +{"video_id": "vimu_000389", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokingly frames an ordinary act of giving a small pet water as if it were a dramatic trap or sting operation. The humor comes from mock-serious narration/text treating the animal like it has been lured into a setup.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000389.mp4"} +{"video_id": "vimu_000390", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke relies on the phrase \"biked to school\" being heard as a sexual euphemism rather than literal transportation. The friend's delayed shocked reaction suggests he realizes the double meaning and feels embarrassed for being framed that way, while the filmer laughs at his discomfort.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000390.mp4"} +{"video_id": "vimu_000391", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the roof-snow collapse as a visual analogy for an anticipated but disappointing sexual or bodily sound/event. The caption frames it like someone reacting to an unexpected intimate sound from a woman, and the ending audio reinforces that the speaker expected something more satisfying but was let down.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000391.mp4"} +{"video_id": "vimu_000392", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humor comes from noticing something unexpected or seemingly alarming outside the airplane window and then showing a deadpan reaction of confusion and disbelief, as if the person is thinking, 'Why is there a bird out there on the wing?'", "open_ended_question": "Why is the video edited to show the outside view first and then the passenger's face with the same caption?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000392.mp4"} +{"video_id": "vimu_000393", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up an accidental double meaning: saying \"I do have a shaker\" while showing a handheld object creates a brief sexual interpretation before the cut reveals it is literally a cocktail shaker. The humor comes from the suggestive misunderstanding and then the clarification.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000393.mp4"} +{"video_id": "vimu_000394", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that instead of a person trying to hide as an object, the object appears to be actively moving around and chasing or searching, as if the roles in a prop-hunt game mode have been reversed.", "open_ended_question": "What interpretation best explains why the caption and the moving box are paired this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000394.mp4"} +{"video_id": "vimu_000395", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the cat being wrapped into a tube-like shape and the person making the lower part wiggle in a way framed as oddly suggestive or goofy. The caption mockingly calls attention to the strange motion, inviting viewers to laugh at how the movement looks.", "open_ended_question": "What interpretation best explains why this clip was turned into a meme rather than just shown as a pet video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000395.mp4"} +{"video_id": "vimu_000396", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption implies the person in the stall realized the filmer was entering or noticing something awkward, with the restroom setting suggesting a sexual or embarrassing implication rather than anything stated explicitly.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000396.mp4"} +{"video_id": "vimu_000397", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the damage is being humorously blamed on the small red figure, creating a mock 'caught causing trouble again' reveal. The humor comes from the contrast between the large destruction and the tiny, harmless-looking character.", "open_ended_question": "Why does the clip wait until the end to show the small red figure after first focusing on the damage?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000397.mp4"} +{"video_id": "vimu_000398", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme plays on visual misperception: viewers are invited to realize they were fooled by an object or animal-like shape that looked like a dog at first glance. The humor comes from the reveal and shared recognition of the mistaken first impression.", "open_ended_question": "What are viewers meant to realize by the end of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000398.mp4"} +{"video_id": "vimu_000399", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the man appears to be trying to pay with a fake or toy-looking card, so the caption humorously predicts that the payment will fail. The humor comes from the obvious mismatch between a real payment situation and a card that looks unserious or nonfunctional.", "open_ended_question": "What does the card reveal suggest is likely to happen when he tries to pay?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000399.mp4"} +{"video_id": "vimu_000400", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip invites a sexualized interpretation of the ring-shaped donuts and the chocolate coating process, with the caption signaling disgusted or overwhelmed reaction humor—suggesting the viewer has seen something that resembles explicit internet content and wants to stop watching.", "open_ended_question": "What connection does the caption draw between the conveyor-belt footage and something a viewer might recognize from online culture?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000400.mp4"} +{"video_id": "vimu_000401", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents a very ordinary, low-effort food moment as something broadly relatable, inviting viewers to recognize themselves in simple late-night or makeshift meal behavior.", "open_ended_question": "What familiar everyday experience is this clip pointing to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000401.mp4"} +{"video_id": "vimu_000402", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the construction appears to have many bathroom fixtures installed at once, so the caption deadpanly exaggerates that the plumbers must have worked very quickly. It is a simple observational joke about the surprising number or arrangement of tubs in the unfinished building.", "open_ended_question": "What does the caption suggest about what stands out in this construction scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000402.mp4"} +{"video_id": "vimu_000403", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a random visual gag: instead of clearly showing or identifying the statue he is pointing at, the camera zooms into his face, making the setup fail in a silly way. The humor comes from the mismatch between the expected focus on the statue and the absurd, deadpan close-up of the person.", "open_ended_question": "Why is the camera movement framed this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000403.mp4"} +{"video_id": "vimu_000404", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the Eggo packaging resembles Minecraft's blocky pixel aesthetic, so the creator pretends the waffles are an in-game Minecraft item and asks for its \"crafting recipe.\"", "open_ended_question": "What interpretation best explains why the video treats that waffle box like something from a game?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000404.mp4"} +{"video_id": "vimu_000405", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that fever dreams feel bizarre, random, and unsettling, like one strange object inexplicably showing up in different scenes with no logic.", "open_ended_question": "What single idea ties together the repeated appearance of the same object in these different scenes?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000405.mp4"} +{"video_id": "vimu_000406", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the Pepsi can and the positioning of the person's legs and toes to create a suggestive visual joke that mimics a sexual scenario. Saying \"Pepsi\" works as a playful distraction or ostensible subject while the real joke is the innuendo created by the framing and toe movement.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000406.mp4"} +{"video_id": "vimu_000407", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames shopping with a wife as a tedious or overly picky experience, using the woman's careful selection of tomatoes and the man's deadpan look to imply mild frustration or resignation. It relies on a gendered stereotype about wives being excessively selective while shopping.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000407.mp4"} +{"video_id": "vimu_000408", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames an awkward, emotionally charged pause between the two people as the punchline. The silence itself is presented as so tense and expressive that it communicates disappointment, shock, or embarrassment without needing words.", "open_ended_question": "What does the on-screen line imply about the moment between the two people?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "A", "B"], "correct_labels": ["frames", "visible_text", "transcript", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000408.mp4"} +{"video_id": "vimu_000409", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan, exaggerated framing of a real bear near the house as if it were a normal family pet. The humor comes from the contrast between the dangerous wild animal and the casual domestic dog-training interaction, especially when the bear unexpectedly sits on command.", "open_ended_question": "Why is the clip presented as a family 'throwback' instead of just showing an animal near the house?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000409.mp4"} +{"video_id": "vimu_000410", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke takes the cooking advice to \"let the steak sit\" literally by staging the meat as if it is physically sitting like a person. The humor comes from the visual pun and absurdly literal interpretation of a common cooking instruction.", "open_ended_question": "What connection between the spoken instruction and the final reveal best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000410.mp4"} +{"video_id": "vimu_000411", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke reframes a scary-looking figure in the dark as a familiar companion, using the idea of a 'sleep paralysis' figure to make the encounter humorously eerie rather than threatening. The humor comes from treating a frightening apparition-like presence as an ordinary buddy named Bob.", "open_ended_question": "What makes the final reveal fit with the way the clip is framed?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000411.mp4"} +{"video_id": "vimu_000412", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from an unexpected interruption while she is casually showing or about to eat her sandwich. The caption frames the sudden object/person entering the scene as a random jump-scare or surprise appearance, making the clip funny through the abrupt contrast between a calm food moment and a weird intrusion.", "open_ended_question": "Why is this clip framed around the brief interruption instead of the meal itself?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000412.mp4"} +{"video_id": "vimu_000413", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan pseudo-experiment: the speaker treats a random fly in a seasoning container like a subject of scientific observation and humorously suggests the fly might survive forever on Cajun seasoning alone. The comedy comes from the absurd seriousness about a trivial, strange situation.", "open_ended_question": "Why does the speaker present the fly in the seasoning as something to keep track of over time?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000413.mp4"} +{"video_id": "vimu_000414", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents the egg as if it functions like a suction cup, with the joke relying on mildly sexualized innuendo from the shape and the act of sticking it onto a surface. The humor is framed in a casual, deadpan 'what if this works' style rather than direct explicitness.", "open_ended_question": "Why is the clip framed as a dead-serious test of whether the egg will stick to the surface?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000414.mp4"} +{"video_id": "vimu_000415", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is an absurd fake payoff: a man made a ridiculous claim about becoming a crab if kissed, and the caption plus camera movement imply he somehow did become one. The humor comes from treating the nonsense transformation as if it really happened.", "open_ended_question": "What does the ending suggest happened to the man?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000415.mp4"} +{"video_id": "vimu_000416", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a normal drink-mixing video, but the final reveal of the red liquid is framed to evoke a sexual/body-fluid joke rather than simply a beverage recipe. The humor comes from the misleadingly ordinary caption and the visual transformation into a suspiciously vivid red mixture.", "open_ended_question": "What about the ending changes how the clip should be understood compared with the way it first presents itself?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000416.mp4"} +{"video_id": "vimu_000417", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humorously frames the unusual sight of a bird riding a moving scooter as if reality is behaving like a buggy video game or simulation. The joke comes from treating an improbable real-life moment as an unpatched 'glitch' in the world.", "open_ended_question": "What interpretation best explains why the clip presents this moment with game-style wording instead of treating it as an ordinary street scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D"], "correct_labels": ["frames", "visible_text", "transcript"], "video_path": "videos_final/vimu_000417.mp4"} +{"video_id": "vimu_000418", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the claim about autopilot letting you relax is undermined by the visual reveal that someone is still manually holding the wheel, suggesting the 'autopilot' is fake, ineffective, or just a humorous exaggeration.", "open_ended_question": "What is the main point the clip is making about the boat's autopilot?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000418.mp4"} +{"video_id": "vimu_000419", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke reframes the scene as the opposite of the game mode 'Prop Hunt': instead of a player hiding by blending in as an object, an obvious object is moving around like a player. The humor comes from the conspicuous disguise and the mismatch between a prop's normal stillness and its human-like motion.", "open_ended_question": "How do the on-screen words and the moving box work together to create the joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000419.mp4"} +{"video_id": "vimu_000420", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the object near the doorknob visually resembles male genitals, turning a complaint about a brother stealing Pop-Tarts into a crude sexual visual gag, as if the brother is being represented by or caught through that phallic image.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000420.mp4"} +{"video_id": "vimu_000421", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokingly treats a part of the mower as if it were designed for a human-like intimate use, using the cup-holder framing and the shape/placement of the yellow ring to suggest sexual anatomy. The humor comes from a deadpan explanation that makes the mower seem anthropomorphic in a sexualized way.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000421.mp4"} +{"video_id": "vimu_000422", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is self-deprecating exaggeration: the person implies they were so hungry that they ate almost everything immediately, leaving only a tiny remaining piece to show.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000422.mp4"} +{"video_id": "vimu_000423", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the mismatch between the claim that the bird scared the dog and the tiny, calm-looking dog being brought back toward the bird. It presents a mildly absurd, deadpan pet interaction as a cute joke.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000423.mp4"} +{"video_id": "vimu_000424", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokingly frames the crow's behavior as a human-style barter or transaction, as if the bird is fairly exchanging one item for another. The humor comes from anthropomorphizing the crow and treating the moment like a negotiated trade.", "open_ended_question": "Why is the interaction in this clip presented like an exchange between the person and the crow?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000424.mp4"} +{"video_id": "vimu_000425", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokes that the creator accidentally put a disturbing hidden message on a company design by relying on translation/autocomplete, and was fired when the mistake was noticed. The humor comes from the contrast between a casual design workflow and the shocking implication of the phrase, plus the creator's resigned reaction to the consequences.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000425.mp4"} +{"video_id": "vimu_000426", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously confirms that the weather is obviously severe and possibly tornadic; the joke is the calm, understated \"yup\" in response to a dangerous-looking situation.", "open_ended_question": "Why is the clip framed around the speaker's calm \"yup\" while showing the storm outside?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000426.mp4"} +{"video_id": "vimu_000427", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up the expectation that someone else will suffer from the banana peel, but the filmer steps on it themselves. The joke is that they immediately receive ironic payback for trying to mock or stage someone else's misfortune, framed as 'karma.'", "open_ended_question": "What is the main point of the setup and payoff in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000427.mp4"} +{"video_id": "vimu_000428", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip frames a person who asked someone else to wear a mask as getting an intimidating, threatening response: the other man treats the request as meddling and escalates by putting on a more menacing mask/face covering, implying \"if you interfere, you'll regret it.\" The humor comes from the aggressive overreaction and reversal of the expected polite mask request.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000428.mp4"} +{"video_id": "vimu_000429", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that someone has altered or placed a crude Garfield-like anti-Monday drawing in a formal display setting, and the filmer humorously frames that person as a mischievous troublemaker for vandalizing or trolling the exhibit.", "open_ended_question": "Why does the video single out that framed drawing as the point of attention?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000429.mp4"} +{"video_id": "vimu_000430", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the unexpected reveal of how the damaged-looking car door handle mechanism works. The video sets up curiosity about the strange object on the door, then shows a surprising explanation or movement, making the moment funny because it is unexpected and janky.", "open_ended_question": "What makes this clip worth showing more than just as a view of a car door?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000430.mp4"} +{"video_id": "vimu_000431", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video jokingly frames an ordinary pet-water situation as if the animal has been lured into a trap or ambush. The humor comes from mock-dramatic narration and text treating a simple bowl placement like a criminal setup.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000431.mp4"} +{"video_id": "vimu_000432", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a literal visual payoff: someone says they would like a log on the fire, and the clip immediately shows a person physically putting a log into the fireplace. It plays as a simple, wholesome reaction/example clip for the phrase.", "open_ended_question": "What interpretation best explains why the clip pairs that specific on-screen line with this exact action?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000432.mp4"} +{"video_id": "vimu_000433", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme sets up a sentence about enjoying a canned drink, but the censored word and the close-up of smooth cylindrical objects suggest a sexualized double meaning. The joke relies on viewers inferring an obscene or taboo term in place of the redacted word rather than a literal beverage name.", "open_ended_question": "What are the missing word and the camera focus on the containers meant to make viewers infer here, beyond a literal drink reference?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000433.mp4"} +{"video_id": "vimu_000434", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the old phone apparently speaking a phrase that sounds sexually suggestive (\"I'm coming\"), making the object seem unexpectedly provocative and prompting the captioned question about whether to buy it.", "open_ended_question": "What makes the moment with the phone worth posting or buying, based on the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000434.mp4"} +{"video_id": "vimu_000435", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The person is jokingly self-conscious about how they sounded while reacting to the storm or making noise during the recording, implying their voice/noise came out unexpectedly loud or dramatic.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000435.mp4"} +{"video_id": "vimu_000436", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to set up a suggestive joke around the word \"trap,\" implying that the small object on the road made the filmer wonder whether it was some kind of sexual or gender-related \"trap,\" before revealing an actual vehicle and turning the phrase into a visual pun. The humor relies on the double meaning of \"trap,\" with a potentially derogatory reference to a sexuality/gender-related person as the implied first reading.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000436.mp4"} +{"video_id": "vimu_000437", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sudden escalation from casual hanging out with food and drink to conflict after someone messes with his drink. The caption suggests he reacts as if this minor but disrespectful act is enough to start a fight; because the hand hits near the straw/lid in a phallic-looking way, there is also a sexualized double meaning to \"throwing hands.\"", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000437.mp4"} +{"video_id": "vimu_000438", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that at first glance the package can be mistaken for a suggestive or sexual product because of the model pose and product-box layout, but on closer look it is actually Angel Reese-branded merchandise/sneakers tied to Reese’s branding. The humor comes from delayed recognition of the packaging pun/misread.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000438.mp4"} +{"video_id": "vimu_000439", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames the person in red as ridiculous by comparing the long yellow object to a lance and using sexualized mockery, likely implying a phallic joke about the object and making the person’s movement/body look funny and humiliating.", "open_ended_question": "What is the main joke or point created by combining the visuals, caption, and audio in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000439.mp4"} +{"video_id": "vimu_000440", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the drive-through system is obviously not functioning normally because the menu board has fallen over, yet the automated speaker still responds as if customers should order as usual. The humor comes from the absurd mismatch between the broken physical setup and the routine scripted drive-through interaction.", "open_ended_question": "What does this video suggest about how the drive-through is operating in this moment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000440.mp4"} +{"video_id": "vimu_000441", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the family expects a sweet, calm birthday reaction, but Grandma responds with unexpectedly intense anger because the cupcake is an inappropriate gift for someone with diabetes. The caption \"Chill Grandma\" mockingly frames her as overreacting, using the sharp mismatch between a cheerful birthday gesture and an angry insult for humor.", "open_ended_question": "Why does the caption \"Chill Grandma\" fit this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000441.mp4"} +{"video_id": "vimu_000442", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor likely comes from the egg's large, rounded shape inviting a sexual comparison or innuendo, while the caption and narration stay matter-of-fact. The joke is the contrast between the literal presentation of an egg and the implied suggestive reading.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000442.mp4"} +{"video_id": "vimu_000443", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from pretending to mistake a hand dryer for a drinking fountain and then getting an immediate chaotic payoff when using it that way goes wrong. It is a simple visual joke based on misidentification and the reveal.", "open_ended_question": "What interpretation best explains the clip as a whole, beyond simply describing the person's actions?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000443.mp4"} +{"video_id": "vimu_000444", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from a mistaken dramatic interpretation being immediately deflated by a mundane explanation: what looks like an unusually large moon is actually a promotional red balloon near the Raising Cane's restaurant.", "open_ended_question": "What shift in understanding ties the clip together?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000444.mp4"} +{"video_id": "vimu_000445", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme uses a pet clip as an analogy for a person—likely a male—who is not just troublesome but sexually inappropriate or promiscuous, with the cat's rude, destructive behavior standing in for that insult. The humor comes from an unexpected escalation from a normal question to a vulgar characterization.", "open_ended_question": "What interpretation best explains the video as a whole, including why the clip and caption are paired this way?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000445.mp4"} +{"video_id": "vimu_000446", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the object seems durable or unharmed only briefly, and the caption sets up a deadpan contrast between supposed indestructibility and what immediately happens in the clip. It plays on the idea that claims of toughness fail almost instantly.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000446.mp4"} +{"video_id": "vimu_000447", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the customer keeps trying to place an order even though the drive-thru speaker system is visibly broken and lying on the ground, making the question 'Can you still hear me?' absurdly literal. The humor comes from the mismatch between normal drive-thru interaction and the obviously nonfunctional equipment.", "open_ended_question": "Why does the clip wait to show the speaker box until after the order is being spoken?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000447.mp4"} +{"video_id": "vimu_000448", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme praises someone in an overly formal, exaggerated way for a very small or failed task, creating humor through mismatch between the congratulatory caption and the underwhelming result.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000448.mp4"} +{"video_id": "vimu_000449", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video mocks a bizarre and unhygienic prank or packaging choice by showing a diaper stuffed into a sneaker, framing the act as gross, unnecessary, and worthy of ridicule.", "open_ended_question": "What reaction or takeaway is the clip trying to leave the viewer with?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "D", "B"], "correct_labels": ["frames", "visible_text", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000449.mp4"} +{"video_id": "vimu_000450", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a mild reaction to a visibly precarious situation: the cat is sitting in a way that seems likely to tip or damage the chair, and the speaker addresses the cat like a person who is making a bad decision. The humor comes from calmly commenting on an obviously unstable setup.", "open_ended_question": "Why does the video pair the line \"not good bud\" with a tilt down to the chair?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000450.mp4"} +{"video_id": "vimu_000451", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme humorously frames the dog as unusually intimidating or tough rather than cute and obedient. The caption contrasts \"dawg\" with \"dog\" to suggest the animal has a more hardened, street-tough vibe, and the dog's intense look and reluctance to shake reinforce that joke.", "open_ended_question": "Why does the caption draw a distinction between a \"dawg\" and a \"dog\" in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000451.mp4"} +{"video_id": "vimu_000452", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person is pretending to offer water to the corn plant as if it were a person, and the humor comes from the silly, human-like interaction and the funny noise supposedly made in response.", "open_ended_question": "What interpretation best explains the clip as a whole, especially the formal exchange and the sound that follows?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000452.mp4"} +{"video_id": "vimu_000453", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is the absurd reveal that someone has been repeatedly storing burritos in a locker for many days, so the obvious implied answer to the on-screen question is that it must smell terrible. Humor comes from the buildup, the large quantity of burritos, and the deadpan presentation of a gross prank-like situation.", "open_ended_question": "Based on the reveal, what answer is the video inviting the viewer to give to the on-screen question?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000453.mp4"} +{"video_id": "vimu_000454", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a deadpan mislabeling gag: instead of two tea varieties, one dispenser handle appears to be labeled with a person's name, \"Curtis,\" so the speaker pretends \"Curtis\" is a tea flavor and praises it as the best one.", "open_ended_question": "What makes the spoken line and caption fit the shot of the dispenser labels?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000454.mp4"} +{"video_id": "vimu_000455", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the small crab is clinging so firmly to the pan/lid that the filmer humorously praises its grip as if it were impressively tough or sturdy.", "open_ended_question": "What is the main point of the caption together with the crab's action in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000455.mp4"} +{"video_id": "vimu_000456", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor is a deadpan contradiction between the caption and what is shown: the furniture is labeled as sturdy, but it appears unstable and shaky, making the claim obviously false.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000456.mp4"} +{"video_id": "vimu_000457", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that there is an obvious mess or stain on the carpet, but the other person denies seeing it, creating a humorous contrast between visible evidence and refusal or inability to acknowledge it. It plays like a light domestic/pet mishap joke.", "open_ended_question": "What interpretation best explains the video as a whole, beyond just the actions being shown?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000457.mp4"} +{"video_id": "vimu_000458", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke comes from intentionally misreading a standard restroom instruction literally. Instead of understanding \"hold\" as holding the flush control or a part of the mechanism, the person humorously holds the whole toilet fixture, creating an absurd visual gag.", "open_ended_question": "What makes this clip funny?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000458.mp4"} +{"video_id": "vimu_000459", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the speaker builds suspense as if McDonald's had a favorite menu item available, but the reveal is an unexpected plain cardboard box rather than a normal recognizable food item. The humor comes from the anticlimactic or oddly specific reveal and the exaggerated excitement over something mundane or unusual from McDonald's.", "open_ended_question": "Why does the video spend time building up the McDonald's order before showing the box at the end?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000459.mp4"} +{"video_id": "vimu_000460", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that a woman was correct to reject or avoid a relationship with the speaker, because being with him would feel bleak, exhausting, or miserable, symbolized by the long sterile hallway. The humor comes from self-deprecating pessimism and the mismatch between romance and an unappealing destination.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000460.mp4"} +{"video_id": "vimu_000461", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme suggests the man hears a sound from a phone or nearby that is interpreted as sexually suggestive or moan-like, and his exaggerated body language plays up embarrassment, shock, or arousal for comedic effect. The humor comes from implying the sound is unexpectedly provocative and showing an over-the-top reaction to it.", "open_ended_question": "What specific idea are the caption and the man's over-the-top reaction meant to convey together?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000461.mp4"} +{"video_id": "vimu_000462", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is mainly a surprise/fail moment about an unfamiliar sink design, but the wording and the shape/timing of the water flow also invite a mildly sexual reading by implying the person was 'not ready' for something unexpectedly spraying from the fixture.", "open_ended_question": "Why does the caption make this sink moment read differently from a straightforward clip of an unfamiliar faucet?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000462.mp4"} +{"video_id": "vimu_000463", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip frames an awkward or regrettable act by 'Gavin' as if he did something sexually suggestive or embarrassing involving the vent and the pot, with the humor coming from the ominous, understated caption rather than any explicit explanation.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000463.mp4"} +{"video_id": "vimu_000464", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses a silly insult and casual send-off toward the sea creature for light mockery. The humor comes from treating the animal like a disliked little troublemaker and dramatically dismissing it with a rude nickname before letting it go.", "open_ended_question": "What interpretation best explains the role the sea creature is given in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000464.mp4"} +{"video_id": "vimu_000465", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously proves that the weather in Virginia is extremely cold by showing a drink or water frozen/near-frozen inside a car. The meme point is a casual boast/complaint that it really does get very cold there.", "open_ended_question": "Why does the video focus on the cup while the speaker talks about Virginia?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000465.mp4"} +{"video_id": "vimu_000466", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the business name \"Naughty Cat Cafe\" initially sounds sexually suggestive, leading the speaker to mistake it for a strip club; the reveal of the sign \"NOT A STRIP CLUB\" confirms that many people likely make the same assumption. The humor comes from the mismatch between the risqué-sounding name and the actual non-strip-club business.", "open_ended_question": "What changes in the viewer's understanding when the entrance sign comes into view, and why does that make the clip funny?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000466.mp4"} +{"video_id": "vimu_000467", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip plays on the slang phrase about letting one's feet out ('dogs' meaning feet), but stages it in a suggestive way so the simple act of removing socks is framed like dramatically 'releasing' something. The humor comes from mild sexualized innuendo applied to an ordinary action.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000467.mp4"} +{"video_id": "vimu_000468", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sudden reveal that one peanut butter jar is being used for something unexpected and gross or inappropriate rather than for food. The humor comes from the speaker innocently asking for peanut butter and then realizing a particular jar has been repurposed, creating shock and disgust.", "open_ended_question": "What does the final reveal suggest about why that jar is \"the wrong one\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000468.mp4"} +{"video_id": "vimu_000469", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke compares the burnt food to an unattractive person or body part and says no one wants it. The humor comes from pairing a sexual-sounding interrupted line with the caption \"no one's taking it,\" implying mock rejection or undesirability.", "open_ended_question": "Why does the video cut from the burnt food and the line \"Bro, no one's taking it\" to the person at the end?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000469.mp4"} +{"video_id": "vimu_000470", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the visual of the person’s face caught in the hoop net as resembling a sock, but the comparison is meant to sound suspicious and sexually suggestive, prompting a shocked reaction. The meme’s humor comes from treating the explanation as bizarre or incriminating and lightly ridiculing the person being compared to the sock scenario.", "open_ended_question": "What is the main idea the clip wants viewers to take from the comparison between the hoop net, the spoken line, and the reaction text?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000470.mp4"} +{"video_id": "vimu_000471", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously dramatizes the simple act of selecting a single ice cube as if it were a special, destined individual. The joke comes from treating an ordinary choice with mock-epic importance.", "open_ended_question": "Why is the single ice cube presented as if it matters more than the others?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000471.mp4"} +{"video_id": "vimu_000472", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a visual pun and reveal: the setup suggests something or someone that sounds like or resembles the dessert being made has responded to being called. The camera then cuts to the cat as the punchline, treating the cat as the humorous 'answer' to the call. The humor comes mainly from the sudden reveal and absurd comparison rather than any social commentary.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000472.mp4"} +{"video_id": "vimu_000473", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a crude or improvised way to make a console/disc drive run a disc despite the hardware being open, with humor coming from the odd, low-tech, or reckless-looking setup rather than from a deeper social message.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C"], "correct_labels": ["frames"], "video_path": "videos_final/vimu_000473.mp4"} +{"video_id": "vimu_000474", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip mocks an overly technical or understated observation by revealing that the car's accident damage is already extremely obvious. The joke is that focusing on a small panel gap is absurd when the vehicle is visibly wrecked.", "open_ended_question": "Why does the video first draw attention to the door gap before revealing the full condition of the car?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000474.mp4"} +{"video_id": "vimu_000475", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that something in this otherwise calm hangout is being framed as comically evil or outrageous. The caption overstates the situation for humor, likely mocking one person's offscreen or subtle action by treating it as \"diabolical\" even though the scene itself is low-key and ordinary.", "open_ended_question": "What is the main joke or point the clip is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000475.mp4"} +{"video_id": "vimu_000476", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that after being invited to give an honest answer, the man gives no real answer and instead pauses awkwardly, implying he is not actually doing well or that the truth would be too negative or uncomfortable to say. The meme mocks the social ritual of asking how someone is doing and highlights awkward, suppressed honesty.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000476.mp4"} +{"video_id": "vimu_000477", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that people prematurely claimed some problem or crowd had disappeared, but the speaker immediately shows that she and another similarly dramatic/costumed person are still out there. The humor comes from setting up the idea of an empty, consequence-free place and then undercutting it with the reveal that the expected nuisance or chaotic presence is still present.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000477.mp4"} +{"video_id": "vimu_000478", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that after a boyfriend is killed by a cartel, the speaker responds by dancing salsa before being killed too. The humor relies on exaggerated indifference to extreme violence and on mock Spanish phrases that frame Latinos/Mexicans as cartel-associated, using ethnic stereotyping for shock humor.", "open_ended_question": "How do the dancing clips change the meaning of the captioned scenario?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "A", "B", "D"], "correct_labels": ["frames", "visible_text", "audio_tone", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000478.mp4"} +{"video_id": "vimu_000479", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that the person is suited for Berkeley because he treats the absence of a wet-floor sign like an opportunity for a lawsuit or exaggerated grievance. The caption frames this as matching a stereotype about Berkeley students as overly litigious, activist, or eager to make a political/ideological issue out of everyday situations.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000479.mp4"} +{"video_id": "vimu_000480", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the speaker is angrily summoning their brother over stolen Pop-Tarts, humorously treating the minor theft as an obvious offense that will lead to confrontation.", "open_ended_question": "Why is this moment framed around a closed door and a forceful call for the brother, instead of directly showing what happened?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000480.mp4"} +{"video_id": "vimu_000481", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme appears to set up confusion or surprise by pairing an odd off-screen statement with a bathroom-stall point of view, likely implying the viewer overheard something bizarre or unexpectedly dramatic in a restroom. The humor comes from the mismatch between the serious-sounding line and the mundane setting, prompting a \"what did I just hear?\" reaction.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000481.mp4"} +{"video_id": "vimu_000482", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from an expectation reversal: shredders are supposed to destroy anything fed into them, but this particular object unexpectedly resists and makes the machine look ineffective for a moment. The caption frames the clip as a rare failure of a normally unstoppable process.", "open_ended_question": "What is the main point of pairing this caption with the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000482.mp4"} +{"video_id": "vimu_000483", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from making the dog look like a serious pilot in a tiny warplane. The meme anthropomorphizes the dog and contrasts its calm, proud posture with the absurd setup of a pet riding a dangling toy aircraft.", "open_ended_question": "What role is the dog being framed as playing in the video, and what visual contrast makes that framing work?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "B"], "correct_labels": ["frames", "editing_pattern"], "video_path": "videos_final/vimu_000483.mp4"} +{"video_id": "vimu_000484", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously dramatizes a small frustrating routine task—likely making a very hot drink in a glass mug—as if the person is emotionally exhausted by it. The meme uses the caption and weary tone to turn an ordinary moment into an expression of being fed up.", "open_ended_question": "What broader everyday situation does this clip use the drink-pouring moment to represent?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000484.mp4"} +{"video_id": "vimu_000485", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a visual reversal: despite the caption suggesting the dog was frightened by something in the cage, the small dog is brought back toward the bird cage and appears timid or hesitant, making humor out of the dog's fearfulness relative to the caged bird.", "open_ended_question": "What does the caption and reveal together suggest about the dog’s reaction?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000485.mp4"} +{"video_id": "vimu_000486", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog appears to inspect or approach something and then quickly decide to back off, as if making a humorous human-like judgment that the situation or possible confrontation is not worth the effort. The caption frames the dog as a relatable person deciding against unnecessary drama or risk.", "open_ended_question": "What everyday decision is the dog's behavior being used to represent in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000486.mp4"} +{"video_id": "vimu_000487", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating a non-food-looking clear object as an unusually large, tempting crunchy piece of ice. The caption \"Cronchy\" and the coworker's eager reaction frame it as a silly food joke about wanting to bite something that looks satisfyingly crunchy.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000487.mp4"} +{"video_id": "vimu_000488", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the rooster seems so committed to its stereotypical morning wake-up role that it even uses an elevator to reach people, making the behavior look absurdly purposeful and funny.", "open_ended_question": "What makes the rooster's elevator ride funny in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000488.mp4"} +{"video_id": "vimu_000489", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a small prank or impulsive action in the elevator, with the humor coming from the reveal that the person deliberately presses the emergency/bell button and then shows the phone afterward, suggesting a mischievous 'I did it' moment rather than something serious.", "open_ended_question": "What is the main point this video is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000489.mp4"} +{"video_id": "vimu_000490", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption jokes that the person responsible for this absurd toilet mess is so confused or malfunctioning that it is as if his internal settings were reset. The meme mocks the unnamed person’s bizarre or irrational behavior by comparing him to a device whose language/settings changed unexpectedly.", "open_ended_question": "How does the on-screen caption shape the way the viewer is meant to understand the bathroom scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000490.mp4"} +{"video_id": "vimu_000491", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that initial suspicion or annoyance toward a stranger doing something inappropriate disappears once he gives off a goofy, likable 'chill' vibe. The meme mocks how quickly people can reverse their judgment based on a small social cue rather than the actual situation.", "open_ended_question": "What idea is this video trying to get across overall, beyond the specific interaction it shows?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000491.mp4"} +{"video_id": "vimu_000492", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the interviewee seeming to arrive at an uplifting, sincere message about never giving up, then immediately undercutting it with an arbitrary numeric 'final answer.' The meme plays on indecision and a sudden reversal from motivational sentiment to absurd deadpan comedy.", "open_ended_question": "What does the speaker's final answer change about how the whole exchange is meant to be understood?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000492.mp4"} +{"video_id": "vimu_000493", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies that serving white rice at a gathering makes Asian people, or people associated with rice culturally, become excited or activated. It uses a racialized stereotype linking Asians with rice for comedic effect, with the gong reveal amplifying the ethnic cue.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000493.mp4"} +{"video_id": "vimu_000494", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke uses the saying about big feet implying large genital size, then reveals the gorilla figure’s genitals and cuts to its startled-looking face as if it is shocked by its own size. The humor comes from sexual innuendo and the anthropomorphic reaction caption.", "open_ended_question": "How do the spoken line about big feet, the camera reveal, and the final caption work together to create the joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000494.mp4"} +{"video_id": "vimu_000495", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip sets up a pool-related action literally involving chalk and a cue ball, but the text and close-up mouth shot make it read like a sexualized joke about putting something chalky/ball-like in the mouth. The humor comes from turning an ordinary pool moment into suggestive innuendo.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000495.mp4"} +{"video_id": "vimu_000496", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a gross-out prank: the drink is ordinary chocolate milk, but the prankster frames it as if it were feces by revealing the word \"POO\" on the cup, creating a sudden disgusting reinterpretation. The humor comes from misleading expectation and the contrast between \"harmless\" and something framed as revolting.", "open_ended_question": "What changes in how the cup is meant to be understood by the end of the clip, and what causes that shift?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000496.mp4"} +{"video_id": "vimu_000497", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the lipstick marks look like evidence of many kisses or cheating, but the reveal is that another man with smeared lipstick is responsible. The humor comes from misleading the viewer toward a romantic/sexual explanation and then revealing a goofy prank that embarrasses the marked-up person.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000497.mp4"} +{"video_id": "vimu_000498", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the absurd persistence of repeatedly storing burritos in a locker and the reveal that there are already so many that the speaker casually planning a 'next row' sounds excessive. The caption highlights surprise at how far the pointless project has gone.", "open_ended_question": "What is the main point of the moment when the speaker mentions \"next row\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000498.mp4"} +{"video_id": "vimu_000499", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke anthropomorphizes the food as if it were alive and screaming while being cooked. The humor comes from overreacting to normal cooking sounds or movement and pretending the cook is frightened by the food seeming sentient.", "open_ended_question": "What idea does the caption add to the cooking scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000499.mp4"} +{"video_id": "vimu_000500", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video humorously frames dipping a burger into soda as an absurdly wrong or disgusting food choice. The joke comes from treating a minor odd behavior as if it were outrageously evil.", "open_ended_question": "Why is the clip framed as such a dramatic reaction to what happens at the table?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000500.mp4"} +{"video_id": "vimu_000501", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the puppy seems to be attacking or squeezing a toy so intensely that viewers should imagine the toy 'screaming.' The humor comes from personifying the toy and exaggerating the puppy's harmless play into something dramatically violent.", "open_ended_question": "Beyond the visible action, what is the clip inviting viewers to imagine is happening to the toy?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000501.mp4"} +{"video_id": "vimu_000502", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme implies that the first pair are actually engaging in intimate or sexual behavior while describing it innocently as 'doing his eyebrows,' and the cut to the sad young man frames him as someone who has been romantically or sexually outcompeted and deserves mock-sympathy ('F').", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000502.mp4"} +{"video_id": "vimu_000503", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from labeling an ordinary, awkward toddler interaction as a serious or high-quality handshake. The contrast between the formal caption and the child's small, hesitant movement makes the moment seem amusingly dignified.", "open_ended_question": "Why does the caption \"Quality handshake\" fit this moment?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000503.mp4"} +{"video_id": "vimu_000504", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from piling up many different stop-related signs and words at once, making the environment seem comically over-instructive and aggressively telling the viewer or driver to stop.", "open_ended_question": "Why is the clip structured to move from one sign and spoken command to another instead of just showing a single example?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000504.mp4"} +{"video_id": "vimu_000505", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that when a small household problem has no neat solution, people sometimes resort to a crude practical fix—just forcing things to fit and shutting the door. The humor comes from treating an obviously imperfect workaround as the only viable solution.", "open_ended_question": "What broader idea is the clip using this kitchen moment to express?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000505.mp4"} +{"video_id": "vimu_000506", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the object's hard plastic sound when tapped or dropped resembles the distinctive sound associated with Lego pieces. The caption invites viewers to recognize that familiar sound pattern, making the clip a relatable observation rather than a direct test of durability alone.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000506.mp4"} +{"video_id": "vimu_000507", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The caption jokingly reframes an ordinary mistake involving the cereal and bottle as if someone attempted magic and produced the wrong result. The humor comes from mock-dramatic fantasy language applied to a mundane breakfast mishap.", "open_ended_question": "How does the on-screen text change the way the cereal-and-bottle scene should be understood?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000507.mp4"} +{"video_id": "vimu_000508", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme ridicules someone's bizarre or extreme food preferences by highlighting combinations that seem gross or abnormal, implying the person's eating habits are excessive and worthy of disbelief or disgust.", "open_ended_question": "What does this video suggest about the person's overall approach to food?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "B"], "correct_labels": ["frames", "transcript", "editing_pattern"], "video_path": "videos_final/vimu_000508.mp4"} +{"video_id": "vimu_000509", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The video visually disproves or challenges a claim that there are not 500 pieces by first showing numbered pieces up to the 400s and then revealing a container packed with many more, creating a simple gotcha-style payoff.", "open_ended_question": "What is the main point of the reveal in this video?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000509.mp4"} +{"video_id": "vimu_000510", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the video promises a cooking tutorial for a 'perfect egg' but reveals an absurdly tiny, neat miniature fried egg instead. The humor comes from the mismatch between the grand instructional caption and the trivial, unexpected result presented seriously.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000510.mp4"} +{"video_id": "vimu_000511", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from personifying the deer as a polite person blocking the way, with the speaker treating it like a courteous social interaction. The meme makes the awkward encounter funny by giving the animal a formal human role and dialogue.", "open_ended_question": "Why is the encounter framed as a formal exchange?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000511.mp4"} +{"video_id": "vimu_000512", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a playful false alarm: the sink water stream briefly resembles spaghetti, and the caption humorously pretends someone put spaghetti in the ice machine. The punchline is the absurd misinterpretation of an ordinary water stream.", "open_ended_question": "What makes the caption fit the visuals in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000512.mp4"} +{"video_id": "vimu_000513", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the owl looks like it is personally delivering mail, which resembles the magical owl-post idea from Harry Potter/Hogwarts. The humor comes from treating an unusual real-life animal moment as if it were a fantasy-world mail delivery.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000513.mp4"} +{"video_id": "vimu_000514", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the filmer startled the young man so badly that he now looks permanently alarmed or disturbed. The caption hyperbolically frames a brief awkward scare as a lifelong trauma for comedic effect.", "open_ended_question": "Why is the caption framed in such an over-the-top way relative to what happens on screen?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000514.mp4"} +{"video_id": "vimu_000515", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes about having ambitious productive plans, then instantly abandoning them when the weather is unpleasant. The humor comes from the abrupt reversal from self-improvement intentions to giving up and choosing a self-indulgent, unproductive response.", "open_ended_question": "What change in attitude does the clip center on when the person looks outside?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000515.mp4"} +{"video_id": "vimu_000516", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke uses the long door handle as a sexual innuendo about a woman (\"her\") being associated with many people using or grabbing it, implying promiscuity. The humor comes from comparing the door hardware to the woman in a mocking, degrading way while others laugh at the implication.", "open_ended_question": "What specific comparison is the caption making when it points to the long door handle?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000516.mp4"} +{"video_id": "vimu_000517", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that the rider is about to have a painful experience because he is riding or trying to ride a bike with no saddle, implying discomfort in his backside/groin and inviting viewers to laugh at his embarrassment or pain.", "open_ended_question": "What are viewers meant to infer will happen to the rider from this situation?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000517.mp4"} +{"video_id": "vimu_000518", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the cat has made a toilet-paper mess, and the caption mock-dramatically frames the situation as if the filmer had to resort to some desperate action because there was 'no other option.' The humor comes from overstating a trivial pet-caused inconvenience.", "open_ended_question": "What makes the caption fit the reveal in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000518.mp4"} +{"video_id": "vimu_000519", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke relies on a sexual double meaning: the spoken question about whether something is \"expired\" is undercut by the caption \"It's not that deep,\" which reframes the bread handling as a suggestive exchange and lightly mocks the man as if he is overthinking or taking the question in an innuendo-filled way.", "open_ended_question": "Why is the caption paired with this checkout interaction instead of a direct answer to the bread question?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000519.mp4"} +{"video_id": "vimu_000520", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies someone agrees to a thumb war, but the hand then makes the thumb look suggestive in a sexual way, so the \"Nope\" signals refusal or discomfort with the unexpected turn. The humor comes from turning an innocent hand game into sexual innuendo.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000520.mp4"} +{"video_id": "vimu_000521", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke suggests the foreground person is acting mischievous because he expects or is planning a sexual encounter, then jokingly masks that intent with an innocent-sounding line about making pancakes. The humor comes from the contrast between his obviously scheming expression and the banal excuse, making the background person seem unaware or about to be misled.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000521.mp4"} +{"video_id": "vimu_000522", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the breakup partner was the speaker's cousin, implying an incestuous relationship. The mother tries to cheer them up by showing a cartoon/phone image, but the speaker reacts with embarrassed disbelief. The humor comes from treating a taboo family romance like a normal breakup and from the mother's awkward attempt to comfort them.", "open_ended_question": "What makes the person's reaction and the mother's attempt to comfort them fit together in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000522.mp4"} +{"video_id": "vimu_000523", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the mismatch between the grimy boot/rough setup and the positive food-related caption \"Delicious.\" It presents something unappetizing or absurd in a deadpan way, as if it were appetizing.", "open_ended_question": "Why is the clip framed with the caption \"Delicious\" over this particular scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000523.mp4"} +{"video_id": "vimu_000524", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the speaker finds something unintentionally funny and describes their sense of humor as 'broken.' The clip of calmly repairing a fallen eyeglass lens serves as a visual analogy for trying to 'fix' their humor, creating comedy through the mismatch between literal repair and the figurative idea of a flawed sense of humor.", "open_ended_question": "What main idea is created by combining the on-screen text with the action in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000524.mp4"} +{"video_id": "vimu_000525", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog seems unusually clever or human-like for having gotten his own leash wrapped onto the car, as if he intentionally 'locked himself' there. The caption playfully exaggerates the dog's action as a mischievous, self-inflicted prank.", "open_ended_question": "Why is the video framed around the dog looking back after the leash ends up attached to the car?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000525.mp4"} +{"video_id": "vimu_000526", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is to build anticipation for one specific cow whose vocalization is expected to sound especially strange or funny compared with the other cows, treating the animal's noise like an unintentionally comedic outburst.", "open_ended_question": "What are viewers meant to notice by the end of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000526.mp4"} +{"video_id": "vimu_000527", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the dog's unusually dramatic or human-like scream in response to the nearby small animal, with the caption framing the owner as confused and amused by how over-the-top the dog's reaction sounds.", "open_ended_question": "What makes this moment funny or unusual?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000527.mp4"} +{"video_id": "vimu_000528", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the person treats an extremely easy problem as if it requires excessive tools and effort. The humor comes from the absurd overreaction and mismatch between the simplicity of \"3 - 1\" and the elaborate use of multiple calculators.", "open_ended_question": "Why is the clip set up around such a basic problem being handled with several calculators?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000528.mp4"} +{"video_id": "vimu_000529", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the dog looks comically alarmed or intensely fascinated by the approaching hand, as if it is overreacting to something ordinary. The meme humor comes from the exaggerated facial expression and the contrast between a normal hand movement and the dog's wild-eyed response.", "open_ended_question": "What makes this moment funny?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000529.mp4"} +{"video_id": "vimu_000530", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a sudden realization or suspicion: the camera reveals a man separated behind a partition, and the added caption and question frame him as looking suspicious in a comedic, deadpan way, as if someone is doing an absurd search for hidden candy or contraband.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000530.mp4"} +{"video_id": "vimu_000531", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme frames a normal checkout interaction as if the cashier accepted something in a sexual or suggestive way. The humor comes from the misleading caption \"I can't believe she took it,\" which invites a double meaning before the clip reveals it was just a mundane handoff at the counter.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000531.mp4"} +{"video_id": "vimu_000532", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from treating a heavy floor jack like a scooter or rideable object while matter-of-factly saying it needs to be taken to the auto parts store. The joke is an absurd, deadpan presentation of an inconvenient vehicle problem and an impractical DIY solution.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000532.mp4"} +{"video_id": "vimu_000533", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a relatable overreaction to a very bright lightning flash during class: the speaker is already distracted by the rain and then becomes even more fixated on the storm, treating the sudden brightness as dramatic and amusing.", "open_ended_question": "What does this video suggest about what ends up capturing the speaker’s attention, and why that moment feels worth reacting to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000533.mp4"} +{"video_id": "vimu_000534", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the man casually judges obviously spoiled bread as acceptable to eat. The humor comes from the mismatch between his relaxed response and the bread's visibly bad condition.", "open_ended_question": "Why does the video cut from the man's \"Looks fine to me\" response to a clear view of the bread before showing him again?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000534.mp4"} +{"video_id": "vimu_000535", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor is simply that the unseen subject being given water makes a funny or unexpectedly human-sounding noise, and the video presents that sound as amusing on its own.", "open_ended_question": "Why is the clip framed to build up to the final brief sound?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000535.mp4"} +{"video_id": "vimu_000536", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip humorously stages the blue object as if it were a silent suspect being interrogated for hidden money. The joke comes from treating an inanimate object like a person in a mock intimidation scene, with the \"flip him over\" line implying a search for concealed cash.", "open_ended_question": "What role is the blue object made to play in this scene, and why is turning it over important to that setup?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000536.mp4"} +{"video_id": "vimu_000537", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that the person is acting as if normal basketball play is possible, but because everything is covered in snow he uses snow or a snow-like object instead of a real ball. The humor comes from the obvious winter conditions and the deadpan caption pointing out that he seems to have 'forgotten' it is snowing/snowy.", "open_ended_question": "What does the caption suggest about how the person is treating the conditions on the court?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000537.mp4"} +{"video_id": "vimu_000538", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme appears to use the city seal-like image of Phoenix, Arizona and the spreading dirty-looking splash as a visual insult, implying that Phoenix or Arizona is dirty, disgusting, ruined, or worthy of ridicule. The serious voiceover heightens the sense of condemnation rather than neutral description.", "open_ended_question": "What is the main point this video is making about Phoenix, Arizona?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000538.mp4"} +{"video_id": "vimu_000539", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip uses the phrase about bananas in a suggestive way, relying on the double meaning of “bananas” and the motion phrase “move your bananas” to create a mild sexual joke while literally showing produce being weighed.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000539.mp4"} +{"video_id": "vimu_000540", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that increasing the thermostat triggers an exaggerated scolding, as if the thermostat or another person is angrily reacting to wasting heat or making the room too hot. The humor comes from personifying the device and contrasting the harmless action with an overdramatic response.", "open_ended_question": "What makes the caption and spoken line fit the thermostat adjustment in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000540.mp4"} +{"video_id": "vimu_000541", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that they are quietly making a late-night meal and treating the stove as a preferable option to the microwave, even though cooking spaghetti on the stove at 3:50 AM is a more elaborate and slightly absurd choice. The humor comes from the understated contrast between trying to be sneaky/quiet and choosing a fuller cooking process anyway.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000541.mp4"} +{"video_id": "vimu_000542", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke compares the white-suited dancer to the KFC mascot/Colonel Sanders and humorously suggests he is suddenly hyperactive from KFC's famous \"11 herbs and spices.\" The meme works by framing his energetic dancing as if the fast-food mascot is partying wildly.", "open_ended_question": "What main comparison makes the clip work as a joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000542.mp4"} +{"video_id": "vimu_000543", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke relies on the phrase \"Pepsi Black\" being treated as if it refers to a Black person rather than a soda variant, so \"I've never tried it\" and \"gonna give it a...\" create sexual/romantic innuendo about trying a Black person. The humor comes from the deliberate ambiguity and shock value.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000543.mp4"} +{"video_id": "vimu_000544", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme highlights an awkward, emotionally intense moment where one person appears distressed and the other gives little or no response. The humor/point comes from the uncomfortable silence and blank reaction, implying emotional disconnect or refusal to engage, making the moment feel painfully loud and embarrassing.", "open_ended_question": "Why is the clip framed around the silence between the two people instead of the spoken line alone?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000544.mp4"} +{"video_id": "vimu_000545", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the suggested hiding place is a bad idea because the vent cover has already been removed, implying workers or someone else would easily find the cash. It humorously conveys an \"oops\" moment and cynical mistrust toward workers as potential thieves.", "open_ended_question": "What does the final reveal show about the earlier advice in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000545.mp4"} +{"video_id": "vimu_000546", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a small everyday disappointment: the food looked perfectly pleasing and satisfying, but cutting it unevenly ruins that satisfaction. The caption exaggerates the frustration for comedic effect.", "open_ended_question": "Why does the creator react so strongly after cutting the food?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000546.mp4"} +{"video_id": "vimu_000547", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from portraying the cat as aggressively demanding the person's food, as if it has a bold, greedy human attitude. The caption personifies the cat's behavior into a blunt demand for the food.", "open_ended_question": "What interpretation best explains how the cat is being portrayed by the combination of its behavior and the on-screen text?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000547.mp4"} +{"video_id": "vimu_000548", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the product claim about being extremely slippery is immediately proven true when the bottle slips out of the person's hand. The humor comes from a quick visual payoff confirming the setup.", "open_ended_question": "What is the main point of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000548.mp4"} +{"video_id": "vimu_000549", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is self-deprecating sarcasm: the speaker claims they deserve to be hired at a burger-cooking job or burger game, but the messy, overly greasy cooking shown on screen makes them look unqualified. The humor comes from the mismatch between the confident claim and the low-quality cooking.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000549.mp4"} +{"video_id": "vimu_000550", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the soup is so appealing that even the cup seems to 'want to drink it,' humorously personifying the cup. The real visual punchline is that the cup deforms because the soup is too hot, and the caption reframes this accident as if the cup eagerly consumed the soup itself.", "open_ended_question": "How does the text change the meaning of what happens with the cup?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000550.mp4"} +{"video_id": "vimu_000551", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the printer message as if the cat is being threatened with castration, using exaggerated sexual/body-harm innuendo and the caption to mock the cat as having been humiliated or 'violated.'", "open_ended_question": "What is the main joke this clip is built around?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000551.mp4"} +{"video_id": "vimu_000552", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke/point is straightforward excitement and surprise at finding themed shoes based on a recognizable game-like aesthetic, to the point that the filmer now genuinely wants them. The meme effect comes from the sudden reveal of an unexpectedly specific, nerdy product that wins the viewer over.", "open_ended_question": "What changes in the filmer's reaction once the shoe is revealed, and why?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000552.mp4"} +{"video_id": "vimu_000553", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokingly frames the person making strange sounds and gesturing at the milk/cereal like a wizard or snake-speaker performing a spell, implying they are being silly and that their 'magic' had an unintended effect. The humor comes from pretending ordinary breakfast actions are dramatic supernatural ritual behavior.", "open_ended_question": "What framing connects the sounds, hand motions, and breakfast items into one joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000553.mp4"} +{"video_id": "vimu_000554", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the cat's sudden emergence from a dark doorway as if it materialized like a video game character or was magically summoned. The humor comes from exaggerating an ordinary pet movement into an absurd, dramatic arrival.", "open_ended_question": "What comparison does the clip use to present the cat's entrance?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000554.mp4"} +{"video_id": "vimu_000555", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents an absurd, excessive banana-related mess as something bizarre and hard to explain, inviting viewers to react with disbelief and humor at the ridiculous scene.", "open_ended_question": "What reaction is the video trying to get viewers to share about what it shows?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000555.mp4"} +{"video_id": "vimu_000556", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme presents the clip as intentionally disorienting and nonsensical, comparing its random visuals and abrupt audio to the surreal, incoherent feeling of a fever dream.", "open_ended_question": "What main idea ties the random visuals, abrupt audio, and caption together into a single joke?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000556.mp4"} +{"video_id": "vimu_000557", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke implies the speaker is pleased because the wallet smells like pennies, using the metallic-smell phrase as a sexual innuendo rather than literally talking about money. The humor comes from pairing that suggestive line with a satisfied \"life is good\" message while showing the wallet.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000557.mp4"} +{"video_id": "vimu_000558", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip is making fun of the car owner by presenting the car and its Spider-Man-themed interior item as unexpectedly weird, childish, or over-the-top. The humor comes from the reveal and the filmer's incredulous reaction, implying \"whose ridiculous car is this?\"", "open_ended_question": "Why is the video structured as a reveal of the car’s interior detail after the filmer’s reaction?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000558.mp4"} +{"video_id": "vimu_000559", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is the absurd visual reveal that a real person is dressed like the traffic cone the camera was inspecting. The caption and framing present it as a mildly shocked or amused reaction to unexpectedly discovering a human 'cone,' with the romantic-sounding song adding ironic contrast to the silly reveal.", "open_ended_question": "How do the reveal, the on-screen text, and the song work together to make the clip land?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000559.mp4"} +{"video_id": "vimu_000560", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokingly parodies ghost-hunting or paranormal-proof videos by building up a search for ghosts and then treating an ordinary cough and camera stumble as fake 'evidence' of possession. The humor comes from exaggerating mundane events into supernatural proof.", "open_ended_question": "What makes the ending fit with the setup of the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000560.mp4"} +{"video_id": "vimu_000561", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor centers on a visual reveal: from one angle the tall mask shape looks odd or suggestive, and the punchline is that when the person looks downward the full animal-head shape becomes clear. The clip invites the viewer to laugh at the awkward, unintentionally suggestive appearance and the person's goofy look once he lowers his head.", "open_ended_question": "Why does the video build up to the moment when he looks down?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B", "A"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "video_path": "videos_final/vimu_000561.mp4"} +{"video_id": "vimu_000562", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a silly made-up rhyme: the video sets up a magical or nursery-rhyme-like phrase with \"Hocus Pocus\" and then reveals a pizza being put or dropped onto a Ford Focus because \"focus\" rhymes with \"pocus.\" The humor comes from the absurd wordplay and the visual payoff matching the rhyme.", "open_ended_question": "What single idea connects the spoken line and the final visual reveal in this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000562.mp4"} +{"video_id": "vimu_000563", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the filmer initially believed the kettle was being used on the stovetop, but then realizes it was just placed there empty, apparently as a prank or misleading setup by the other person. The humor comes from being briefly tricked by an ordinary-looking scene.", "open_ended_question": "What mistaken assumption is the filmer reacting to, and what in the clip shows that assumption was wrong?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000563.mp4"} +{"video_id": "vimu_000564", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme jokes that the phone's unusual swiveling dual-screen design is unexpectedly startling or uncanny when it opens, prompting an exaggerated startled reaction from the filmer/viewer.", "open_ended_question": "What interpretation best explains the video as a whole, beyond just showing a phone feature?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000564.mp4"} +{"video_id": "vimu_000565", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that a real-world visual oddity looks like a bug in a video game. The captions frame the stuck-looking object as if reality were a game world with developers and glitches.", "open_ended_question": "Why does the video present the sidewalk object using software-fix language?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000565.mp4"} +{"video_id": "vimu_000566", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke frames the egg as if it were a person who has been overwhelmed and has 'given up,' using the heavy pouring onto the egg as a visual sexual/body-fluid innuendo and an absurd personification. The humor comes from treating the food/object like a male figure who is exhausted or spent.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000566.mp4"} +{"video_id": "vimu_000567", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to invite the viewer to recognize a suggestive sound or duration as resembling a sexual or intimate scenario, with the smiling person and the caption framing it as a cheeky inside joke rather than a literal train moment.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000567.mp4"} +{"video_id": "vimu_000568", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that a round cookie tin unexpectedly contains actual cookies instead of something else, so the filmer treats this rare, surprising household occurrence as if reality has broken or they are in a \"parallel universe.\"", "open_ended_question": "What specific expectation does this video rely on to make the reaction to opening the tin make sense?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A", "B"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "video_path": "videos_final/vimu_000568.mp4"} +{"video_id": "vimu_000569", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is an anticlimax: the setup suggests a dramatic feat of dropping something from a very high floor, but the reveal shows only a mundane, unimpressive short drop in a stairwell. The overlaid praise \"Impressive\" is ironic because the result is not actually impressive.", "open_ended_question": "Why does the clip first build up the idea of a big drop from the 10th floor and then show only a short line hanging in the stairwell?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000569.mp4"} +{"video_id": "vimu_000570", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme mocks impractical product packaging by pointing out the absurd catch-22 that a knife meant to cut things is itself hard to open without already having a cutting tool. The humor comes from the deadpan suggestion to buy another knife, highlighting the packaging design as self-defeating.", "open_ended_question": "What contradiction makes the video's explanation work?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000570.mp4"} +{"video_id": "vimu_000571", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents someone adding an unappetizing condiment or ingredient to eggs, framing the act as gross and wrong. The humor comes from the contrast between the food and the added white substance, with the caption signaling disgust at the person's choice.", "open_ended_question": "Why is the clip centered on the moment the white substance is added to the eggs?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B", "D"], "correct_labels": ["frames", "visible_text", "editing_pattern", "transcript"], "video_path": "videos_final/vimu_000571.mp4"} +{"video_id": "vimu_000572", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The hot dogs are arranged and moved to mimic a sexual or flirtatious advance, implying the speaker thinks their mom has started addressing them in a way that feels suggestive or jokingly inappropriate.", "open_ended_question": "What is the video comparing the mom’s “hey hey hey” to through the way the hot dogs are arranged and moved?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000572.mp4"} +{"video_id": "vimu_000573", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip presents a surprising, odd visual phenomenon—an egg containing another egg—and treats it as a simple absurd or amazing moment rather than conveying a deeper social message.", "open_ended_question": "What is the main point of this clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000573.mp4"} +{"video_id": "vimu_000574", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from the box's swaying motion making an ordinary object look oddly animated or suggestive, and the caption invites viewers to notice and share the childish or slightly inappropriate amusement of finding this mundane movement funny.", "open_ended_question": "What interpretation best explains the video as a whole, beyond simply showing a cereal box moving on the conveyor belt?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000574.mp4"} +{"video_id": "vimu_000575", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor is that the person acts unusually and comically suspicious by creeping closer and closer to the security camera instead of avoiding it, making the surveillance footage amusing rather than useful or serious. The title hypes the clip as 'best ever' because the person seems oddly fascinated by the camera and keeps getting absurdly close to it.", "open_ended_question": "What makes this security-camera clip worth highlighting the way the video presents it?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000575.mp4"} +{"video_id": "vimu_000576", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme conveys frustration over a toothbrush that is damaged or unusable, turning an ordinary hygiene task into an unexpectedly difficult problem. The humor comes from dramatizing a minor inconvenience as distressing.", "open_ended_question": "What is the main point the clip is making?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E"], "correct_labels": ["frames", "visible_text"], "video_path": "videos_final/vimu_000576.mp4"} +{"video_id": "vimu_000577", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is a simple ironic payoff: the person expresses hope that two embarrassing mishaps will not happen, and the caption reveals that both did happen. The humor comes from the contradiction between the stated hope and the outcome.", "open_ended_question": "How does the on-screen text change the meaning of what the person says earlier in the clip?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E"], "correct_labels": ["frames", "transcript", "visible_text"], "video_path": "videos_final/vimu_000577.mp4"} +{"video_id": "vimu_000578", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the food is obviously not delicious after being assembled and shaken inside the box; the caption \"Delicious\" is ironic, contrasting with the visibly unappetizing result. It humorously mocks a bad or lazy way of preparing pizza by showing a ruined mess.", "open_ended_question": "By the end of the clip, what point does the video make through the on-screen word \"Delicious\"?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000578.mp4"} +{"video_id": "vimu_000579", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip jokes that someone solved the problem in a weird or 'wrong but works' way. Because the yellow piece and slot create a suggestive shape, the caption's phrasing also invites a sexualized double meaning, mocking the improvised fit as if the person found an unconventional sexual or personal 'way.'", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000579.mp4"} +{"video_id": "vimu_000580", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from reacting to a bizarre bathroom setup, especially the toilet paper holder being placed absurdly high and impractical. The unrelated deadpan audio adds to the joke by treating the obvious weirdness as if it had a simple mundane explanation.", "open_ended_question": "What makes the clip work as a joke when the camera reaches the final reveal?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000580.mp4"} +{"video_id": "vimu_000581", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke is that the larger black cat looks unusually tall or human-like when it appears standing upright, so the caption humorously says anyone would also run away from that startling sight. The humor comes from the kitten's retreat being framed as a reasonable reaction to something uncanny-looking.", "open_ended_question": "Why does the clip frame the kitten's reaction as making sense?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000581.mp4"} +{"video_id": "vimu_000582", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from anthropomorphizing the deer as a polite visitor asking permission to come inside. The formal, courteous caption/audio contrasts with the absurd sight of a wild deer at a home's entrance, creating a simple wholesome joke.", "open_ended_question": "What role do the caption and audio give the deer in this scene?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000582.mp4"} +{"video_id": "vimu_000583", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The humor comes from pretending the oddly smooth, noodle-like stream of water is literal spaghetti coming from a machine. The caption frames a harmless visual oddity as a ridiculous problem, creating a deadpan absurd joke.", "open_ended_question": "Why is the clip framed as if there is a problem with the machine?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000583.mp4"} +{"video_id": "vimu_000584", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The clip appears to mock the walking person by implying their appearance or presentation was ambiguous enough that even a dog seemed unsure or puzzled. The humor relies on a suggestive insinuation about the person's gender or overall look rather than anything explicit happening in the scene.", "open_ended_question": "What interpretation best explains the video as a whole?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000584.mp4"} +{"video_id": "vimu_000585", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The meme is sarcastically mocking salmon that is supposedly described as 'undercooked' even though it appears firm/cooked enough to touch and handle. The joke comes from contrasting the caption with the visual evidence, implying that complaints about it being undercooked are exaggerated or foolish.", "open_ended_question": "What main point does the video make through the combination of the on-screen label, the repeated audio, and the way the fish is handled?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "B"], "correct_labels": ["frames", "transcript", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000585.mp4"} +{"video_id": "vimu_000586", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The object action is staged to resemble repeated failed sexual penetration attempts, with the caption mocking a man for not being able to 'get it in' or perform sexually. The humor comes from turning household objects into a sexual analogy and ridiculing the implied person.", "open_ended_question": "What is the main point of the comparison created by the repeated attempts with the object and the glasses, together with the caption?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000586.mp4"} +{"video_id": "vimu_000587", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The joke treats the product name \"Sleep II\" as if it were a movie sequel title, humorously pretending that sleep has a numbered franchise and extending it into a fake trilogy. The humor comes from framing an everyday sleep-aid product as an absurd entertainment series.", "open_ended_question": "What comparison is the video relying on to make the clip work?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "D", "E", "A"], "correct_labels": ["frames", "transcript", "visible_text", "audio_tone"], "video_path": "videos_final/vimu_000587.mp4"} +{"video_id": "vimu_000588", "question_type": "evidence_grounding", "question": "Which elements in the video support the intended meaning?\nSelect all that apply.", "intended_meaning": "The overflowing mixture is being framed with a sexual double meaning: the caption compares how far something 'sank' or went in to a bikini bottom, implying depth/penetration in a joking, exaggerated way.", "open_ended_question": "What is the caption asking viewers to compare the pouring-and-overflow moment to?", "options": {"A": {"label": "audio_tone", "text": "tone of voice"}, "B": {"label": "editing_pattern", "text": "editing transition"}, "C": {"label": "frames", "text": "visual scene / objects"}, "D": {"label": "transcript", "text": "spoken dialogue"}, "E": {"label": "visible_text", "text": "on-screen text"}}, "correct_options": ["C", "E", "B"], "correct_labels": ["frames", "visible_text", "editing_pattern"], "video_path": "videos_final/vimu_000588.mp4"} diff --git a/metadata/vimu_oe.jsonl b/metadata/vimu_oe.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..aa2687c01188f4e630534bcab533ee1c3e2d150c --- /dev/null +++ b/metadata/vimu_oe.jsonl @@ -0,0 +1,588 @@ +{"video_id": "vimu_000001", "video_path": "videos_final/vimu_000001.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.72, "literal_summary": "A shirtless muscular man sits at a table eating from a plate while a large green soda bottle is close to the camera in the foreground. He pauses, stares toward the bottle/off-camera area with a blank-to-skeptical expression, then continues holding his spoon. A bilibili watermark and Chinese text appear at the top left.", "intended_meaning": "The humor comes from the man’s silent facial reaction: despite looking like a serious fitness or bodybuilding type, he is shown next to a big soda bottle and gives a deadpan, slightly disapproving or tempted look. The meme point is the awkward contrast between a disciplined muscular image and an unhealthy or out-of-place soft drink at the table.", "evidence": ["The man is visibly very muscular and shirtless, signaling a fitness/bodybuilder persona.", "A large green plastic soda bottle is prominently framed in the foreground, making it the likely focus of attention.", "He pauses eating and turns his gaze toward the bottle/off-camera area instead of simply continuing his meal.", "His expression stays restrained and serious rather than exaggerated, creating deadpan reaction humor.", "No explanatory dialogue or captions are provided, so the joke is conveyed mainly by visual contrast and timing."], "evidence_sources": ["frames", "editing_pattern", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke can be inferred from the visual setup alone: a muscular man eating, a prominently framed soda bottle, and his reaction glance. No niche external meme knowledge is required.", "fair_for_benchmark": true}, "qa": {"question": "Why is the soda bottle placed so prominently in relation to the man’s reaction?", "answer": "The bottle is emphasized to highlight the mismatch between the man’s muscular, disciplined image and the soft drink, making his restrained look the joke.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000002", "video_path": "videos_final/vimu_000002.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "literal_only", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person stands at a wall under a window and posts or adjusts a paper with a QR code on it. After that, another person approaches, holds up a phone, and appears to scan the QR code.", "intended_meaning": "The humor is observational: someone puts up a QR code in a public place and it immediately attracts another passerby to scan it. The meme point is that people are highly conditioned or curious to scan QR codes they encounter, even with little context.", "evidence": ["A sheet of paper with a clearly visible QR code is placed on the wall.", "The first person appears to finish putting up or straightening the QR code paper and walks away.", "A second person soon approaches the posted code.", "The second person raises a smartphone directly toward the QR code in a scanning posture.", "The framing and timing emphasize the quick response to the posted code as the payoff."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are visible in the clip itself: a QR code is posted and another person promptly scans it. No outside meme history is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What does the quick sequence of someone putting up the paper and another person immediately using their phone suggest about the second person's behavior?", "answer": "It suggests the passerby is quick to scan a QR code with little prompting, highlighting how readily people engage with QR codes out of habit or curiosity.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000003", "video_path": "videos_final/vimu_000003.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["sarcasm", "mockery", "deadpan"], "social_value_signals": ["contempt", "humiliation", "sexual_implication"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.79, "literal_summary": "A man in glasses and a dark hat lifts his head toward the camera while saying, \"Congratulations, princess.\" He appears to be lying on a bed, and a bare foot is visible moving in the background behind him.", "intended_meaning": "The phrase \"Congratulations, princess\" is used sarcastically rather than sincerely. Combined with the visible foot/bed context and his smirking expression, it implies he is teasing or belittling someone as pampered or submissive, likely after a sexual or intimate situation, with \"princess\" functioning as a mocking pet name.", "evidence": ["ASR captures the spoken line: \"Congratulations, princess.\"", "His facial expression shifts into a slight smirk as he raises his head toward the camera, suggesting teasing rather than formal praise.", "A bare foot moves in the background while he is positioned low on what looks like a bed, creating an intimate/private setting.", "There is no visible achievement or celebratory event shown, making a literal congratulation less likely and a sarcastic reading more supported."], "evidence_sources": ["frames", "transcript", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip itself provides the mocking line, expression, and intimate bedroom cues, so the basic joke is understandable. Some everyday social inference is needed to connect \"princess\" and the bed/foot context to sarcastic teasing with possible sexual implication.", "fair_for_benchmark": true}, "qa": {"question": "Why is the line \"Congratulations, princess\" delivered this way in this setting?", "answer": "It is meant as a mocking, not sincere, line—using \"princess\" like a teasing pet name to belittle someone in a private intimate context.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000004", "video_path": "videos_final/vimu_000004.mp4", "taxonomy": {"surface_form": "dialogue_scene", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "absurdism", "parody"], "social_value_signals": ["sexual_implication", "anti_mainstream_value"], "target_subjects": ["self", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A man in a house talks on the phone while apparently searching room to room for a ghost. Chinese on-screen text at the top says roughly 'When I'm catching a ghost and one careless mistake...'. The audio includes him saying someone used the wrong hole, then he finds the ghost, compliments it, says 'GG,' and the sheet-covered ghost says it will keep haunting him.", "intended_meaning": "The joke is a sexual double entendre disguised as a ghost-hunting/hide-and-seek scene: the line about 'the wrong hole' implies an accidental sexual act, and when he finally meets the 'ghost' he reacts with surprising approval rather than fear. The humor comes from the mismatch between a spooky chase setup and casual, enthusiastic banter about an implicitly sexual mishap.", "evidence": ["Top visible text frames the scenario as 'catching a ghost' and making a mistake.", "ASR/dialogue contains the explicit phrase 'that's actually the wrong hole,' which strongly cues sexual innuendo.", "After finding the ghost, the man says 'that was some good shit' and 'I really appreciate that' in a pleased tone rather than acting scared or angry.", "The final reveal of a stereotypical sheet-ghost makes the scene intentionally absurd and confirms the literal ghost-chase framing.", "Editing and performance create a bait-and-switch from horror/ghost hunt to friendly post-encounter conversation."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video's own setup, dialogue, and reveal: the visual ghost-hunting frame and the 'wrong hole' line provide enough information without needing niche outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What contrast between the scene’s apparent setup and the way the conversation plays out is essential to the joke, and what does that make the encounter seem like instead?", "answer": "It starts like a ghost-hunting scene, but the dialogue and his approving reaction make the encounter sound like an accidental sexual situation instead, with the sheet-ghost reveal turning that mismatch into the joke.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000005", "video_path": "videos_final/vimu_000005.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["anti_mainstream_value", "aggression_or_hostility"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A split-screen style meme shows a man in military-style clothing and headset excitedly shouting battle orders, while below him gameplay footage shows many WWI-era soldiers crowded in a trench and then charging over the top. Large on-screen text says \"This:\" and Chinese captions include \"全连听令\" and later \"冲啊冲啊\". The audio includes commands like \"Company... Charge! Go on! Advance!\" and excited reactions.", "intended_meaning": "The meme presents a chaotic mass trench charge as an especially thrilling, archetypally masculine fantasy: the speaker is enthusiastically role-playing as a commander, and the gameplay footage is framed as the kind of battle spectacle that strongly appeals to men. The humor comes from overstating how exciting and glorious the coordinated charge feels despite the obvious danger and violence.", "evidence": ["Large centered caption \"This:\" frames the gameplay below as the object of admiration or desire.", "The speaker wears military-style clothing and delivers enthusiastic commands rather than neutral commentary.", "ASR includes repeated orders: \"Company... Charge! Go on! Advance!\" showing excitement about sending the group forward.", "Gameplay shows a dense crowd of soldiers in a trench, then many climb out and rush forward together, matching the command audio.", "Chinese visible text \"全连听令\" and \"冲啊冲啊\" reinforce the command/charge theme.", "The speaker reacts with delight: \"Oh my word, look at that! They're doing it!\" indicating admiration rather than criticism."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone: an excited commander-like gamer revels in a mass charge. Light gaming and war-movie context helps to recognize it as an exaggerated masculine fantasy rather than literal advocacy.", "fair_for_benchmark": true}, "qa": {"question": "What is the clip presenting the trench-charge sequence as for the speaker?", "answer": "It presents the mass trench charge as an exhilarating, idealized battle spectacle the speaker finds deeply appealing, with humor coming from how intensely he glorifies the coordinated rush.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000006", "video_path": "videos_final/vimu_000006.mp4", "taxonomy": {"surface_form": "interview_street", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "mockery"], "social_value_signals": ["discrimination_or_prejudice", "humiliation", "sexual_implication"], "target_subjects": ["racial_or_ethnic_group", "sexuality_related_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.88, "literal_summary": "In a gym, a person with a megaphone says Black people should come over because he has money for Black History Month. One person says he is gay; the speaker responds that he is still Black, then asks others if they are Black and tells one lighter-skinned boy to prove it while holding out cash. English words and Chinese subtitles appear on screen, with a Bilibili watermark.", "intended_meaning": "The clip is framed as edgy prank humor built on treating Black identity as something to verify for cash and using a person's statement 'I'm gay' as irrelevant or comically misplaced next to race. The joke relies on awkward public identity sorting, especially race-based gatekeeping, and on embarrassing participants by questioning whether they count as Black enough.", "evidence": ["ASR/transcript: 'please come up to me. I got some money for you guys for Black History Month' establishes race-based giveaway premise.", "ASR/transcript and captions: one person says 'I'm gay,' and the speaker replies 'But you're black though, right?' showing the humor comes from contrasting sexuality with race eligibility.", "ASR/transcript ends with 'Prove it,' directed after asking if someone is Black, implying verification of racial identity for the reward.", "Frames show a gym setting, a man with a megaphone, and cash being held out to a young person while others watch, creating a public, prank-like interaction.", "Visible English overlay words ('black', 'Black', 'you're', 'right', 'hey I'm', 'yeah') and Chinese subtitles track the dialogue and emphasize the identity terms repeatedly.", "The tone and sequencing are confrontational/playful rather than informational, supporting a prank/mockery reading."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke and its sensitive implications are understandable from the video alone: a public cash giveaway restricted to Black people, a reply about being gay, and a demand to prove Blackness. No niche outside meme context is required beyond ordinary knowledge of Black History Month and identity categories.", "fair_for_benchmark": true}, "qa": {"question": "What is the speaker doing through this exchange with the people he calls over?", "answer": "He is turning the interaction into a prank-like public sorting of who counts for the cash, treating being Black as something to verify and using the unrelated 'I’m gay' remark as a joke because it does not change that race-based eligibility test.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000007", "video_path": "videos_final/vimu_000007.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A first-person vertical clip shows someone wearing white sneakers standing over what first looks like a wet patch or puddle on pavement. A hand with a black bead bracelet reaches down and touches a narrow wooden strip, and as the camera angle shifts, the viewer realizes the surface is actually a much deeper drop or edge rather than a shallow puddle.", "intended_meaning": "The video is a visual-illusion prank/reveal: it first makes the viewer think they are looking at an ordinary puddle or wet road surface, then reveals through touch and camera movement that the scene has unexpected depth. The humor comes from surprising the viewer's perception and exposing how misleading the initial angle was.", "evidence": ["Initial frames show a gray reflective surface resembling wet ground or a puddle.", "The hand reaches to a wooden strip/bar in front of the shoes, signaling there is a physical edge or boundary.", "As the camera tilts and shifts, the right side reveals roadside grass and a visible lower area, changing the interpretation from flat ground to a drop-off/ledge.", "No dialogue or on-screen caption explains a social message; the main point is the perceptual reveal."], "evidence_sources": ["frames", "editing_pattern", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The illusion and reveal are understandable from the visuals alone without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "By the end of the clip, what is the viewer meant to realize about what they seemed to be seeing at the beginning?", "answer": "The clip is meant to reveal that what first looked like a flat wet patch or puddle is actually the edge of a deeper drop, with the humor coming from the viewer being misled by the initial angle.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000008", "video_path": "videos_final/vimu_000008.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["absurdism", "contrast", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "benign", "implicitness_score": 4, "confidence": 0.7, "literal_summary": "A compilation shows two young women on an airplane applying thick white facial masks while seated beside other passengers, then cuts to a screenshot-style clip with English and Chinese text saying, \"POV: You're trying to sleep in the year 3000 but two robots have moved into the apartment next to...\" After that, the video shows a pot of bright orange soup or liquid being held in a bathroom area, with a Chinese voice saying, \"Look, this is that soup, from yesterday.\" A phone-screen ad/demo clip is overlaid on top of the soup footage near the end.", "intended_meaning": "The meme stitches together unrelated clips to create a surreal, humorous effect. The airplane face-mask scene makes the women look unusually artificial or machine-like, which is reinforced by the inserted caption about 'two robots' as a joke about their synchronized skincare behavior and uncanny appearance. The later soup and phone-overlay segment adds more randomness and 'abstract' chaotic humor rather than a coherent narrative.", "evidence": ["The opening airplane clip shows two women with full white facial product on their faces, creating an unusual, mask-like visual appearance.", "A cutaway frame explicitly contains the caption: \"POV: You're trying to sleep in the year 3000 but two robots have moved into the apartment next to\" with Chinese translation, linking the earlier people to 'robots.'", "The juxtaposition between ordinary passengers and the heavily masked women creates a contrast that invites a comic reinterpretation.", "The video later abruptly switches to a pot of bright orange liquid and then overlays a phone-screen promotional/demo clip, indicating an intentionally chaotic edited compilation rather than a single story.", "Top overlay text and repeated laughing emojis suggest the uploader frames the content as humorous/absurd."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is mostly available from the video itself through the robot caption and the strange visual of the face masks, though understanding why it is funny benefits from everyday knowledge about skincare routines and the humor of calling human behavior 'robotic.' The later random soup/phone insert is less coherent but still readable as absurd editing.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is an absurd meme that turns the two airplane passengers doing face masks into a joke about seeming robot-like or uncanny, and the later soup/phone inserts mainly add random chaotic humor instead of a real storyline.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000009", "video_path": "videos_final/vimu_000009.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "absurdism", "stereotype_invocation"], "social_value_signals": ["contempt", "humiliation", "political_or_identity_signal"], "target_subjects": ["nationality_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.72, "literal_summary": "A fisheye doorbell-style clip shows a young man leaning very close to the camera at night, holding up a small dark object and saying, according to the captions and audio, 'Hey check this out. My pet hamster left me a raisin in his cage. I bet you're jealous.' Large top text reads, 'Never trust a neighbor from Oklahoma:'", "intended_meaning": "The meme frames the speaker as an obnoxious, weird, or untrustworthy neighbor and uses 'from Oklahoma' as a mocking regional stereotype. The joke is that he proudly shows something trivial or gross as if it were impressive, making the 'never trust' setup feel like ridicule of that kind of person, loosely attached to people from Oklahoma.", "evidence": ["Visible top caption says 'Never trust a neighbor from Oklahoma:' which explicitly sets a regional target and distrust frame.", "The man invades the camera space with a distorted fisheye close-up, smiling intensely and acting in an exaggeratedly eager way.", "He holds up a tiny dark item while claiming it is a raisin left by his hamster, which is presented as absurdly exciting.", "The closing line 'I bet you're jealous' adds smug mockery and suggests the humor comes from his delusional pride in something trivial.", "No further context explains why Oklahoma specifically is mentioned, so the regional element functions mainly as a stereotype label rather than a justified claim."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone: a bizarre, smug neighbor is being mocked. Some light everyday cultural understanding helps to recognize 'from Oklahoma' as a regional stereotype rather than a literal evidence-based statement.", "fair_for_benchmark": true}, "qa": {"question": "How does the opening text change the way the viewer is meant to read the man's behavior in the clip?", "answer": "It frames the man as the kind of bizarre, smug neighbor you should see as ridiculous, and it uses 'from Oklahoma' as a broad regional label to pin that behavior on, rather than giving real context for why he acts that way.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000010", "video_path": "videos_final/vimu_000010.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "exaggeration", "parody"], "social_value_signals": ["negative_affect", "humiliation", "sexual_implication"], "target_subjects": ["individual_other", "sexuality_related_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "A Roblox-style clip shows a pink-haired avatar in white outside a purple house while multiple blocky male-looking avatars crowd the windows and roof. Large on-screen caption text reads approximately, \"Domain Expansion, Infinite Goon! ahh exploiter noob\" with emojis. Chat bubbles include \"BRO,\" \"Leave me alone,\" and later \"We can hear you.\"", "intended_meaning": "The meme portrays the pink-haired avatar as being surrounded and harassed by multiple players, while the overlaid caption jokingly frames the scene as an absurd 'special move' focused on sexualized or pervy behavior ('goon'). The humor comes from mocking the target as an 'exploiter noob' and exaggerating the crowding/stalking into a dramatic anime-style attack.", "evidence": ["Visible text across the top says \"Domain Expansion, Infinite Goon! ahh exploiter noob,\" which combines a dramatic attack-style phrase with an insult.", "The pink-haired avatar's chat bubble says \"Leave me alone,\" indicating unwanted attention or harassment.", "Other avatars are clustered around windows, roof edges, and near the character, visually suggesting swarming/cornering.", "Later chat bubbles say \"We can hear you,\" reinforcing that others are intruding on or mocking the pink-haired avatar.", "The tone is comedic and exaggerated due to the oversized caption and absurd number/placement of avatars around the house."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is visible from the video itself, but understanding why \"Domain Expansion\" is a parody of an anime-style power move and why \"goon\" carries a sexualized implication benefits from common internet/anime slang knowledge.", "fair_for_benchmark": true}, "qa": {"question": "How does the overlaid phrase change the way the crowd of avatars around the pink-haired character is meant to be understood?", "answer": "It turns the group swarming the pink-haired avatar into a parody of a dramatic anime special move, joking that the crowd’s intrusive attention is like an absurd named attack, while also mocking the target as an \"exploiter noob.\"", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000011", "video_path": "videos_final/vimu_000011.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A woman in a kitchen tries to crack an egg into a frying pan using one hand. She struggles and ends up with a crushed shell and egg mess in her hand rather than cleanly opening it into the pan. Watermarks/text appear at the top, including a Bilibili logo.", "intended_meaning": "The clip humorously shows a failed attempt at a supposedly simple or skillful task. The joke is the mismatch between the expected neat one-handed egg crack and the clumsy result, inviting viewers to laugh at the small domestic mishap.", "evidence": ["The person holds a single egg over a pan and appears to attempt cracking it with one hand.", "Successive frames show the egg breaking awkwardly in her hand instead of opening cleanly into the pan.", "The static framing and lack of explanation make the failure itself the punchline.", "No clear hostile or political message is visible; the humor is centered on incompetence/mishap.", "Visible top text/watermark indicates repost/platform branding rather than the core joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the visual action alone: an attempted one-handed egg crack fails in an obviously awkward way.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed around a single uninterrupted attempt rather than showing a broader cooking sequence?", "answer": "It focuses attention on a simple task that is supposed to look smooth and skillful, so the awkward failed one-handed egg crack becomes the whole point.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000012", "video_path": "videos_final/vimu_000012.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "absurdism", "parody"], "social_value_signals": ["anti_mainstream_value", "none"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A compilation shows people with the caption \"Never let 'em know your next move\" / \"Never let em guess ur next move.\" In one clip, a gray SUV drives a short distance, stops, a person gets out, opens the back, takes out a bicycle, and rides away. Another clip shows a person standing by elevators with the same caption.", "intended_meaning": "The meme jokes about doing something unexpectedly impractical or hard to predict. The repeated caption frames ordinary situations as if they involve strategic secrecy, but the punchline is that the person makes a bizarre, unnecessary choice instead. It humorously celebrates randomness and unpredictability rather than real strategy.", "evidence": ["On-screen text repeatedly says \"Never let 'em know your next move\" / \"Never let em guess ur next move,\" explicitly setting up a theme of unpredictability.", "In the street clip, the car appears to be driving normally, then stops nearby; the driver exits, opens the hatch, removes a bicycle, and continues by bike, creating an unexpected shift in action.", "The humor comes from the mismatch between the dramatic caption about tactical planning and the trivial, odd behavior shown.", "The video appears to be a compilation of similar clips using the same phrase, suggesting a meme format about absurdly unpredictable behavior."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone because the caption explicitly states the setup and the visuals provide the unexpected action that delivers the punchline. No niche external context is required.", "fair_for_benchmark": true}, "qa": {"question": "Why does the repeated caption fit the examples in this compilation?", "answer": "Because the clips treat pointless or impractical sudden choices as if they were clever strategic moves, so the humor comes from framing random unpredictability as impressive planning.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000013", "video_path": "videos_final/vimu_000013.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["mockery", "exaggeration", "contrast"], "social_value_signals": ["negative_affect", "aggression_or_hostility", "humiliation"], "target_subjects": ["individual_other", "class_or_occupation"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A short compilation first shows a man in a gym using a cable machine under large Chinese text reading \"当你开始打药\". It then cuts to a grocery-store scene with overlaid text in Chinese and English: \"那些爱问白痴问题的客人 😂 / When a customer asks a stupid question 😂.\" A customer says, \"Excuse me, do you work here?\" and the employee reacts angrily, with censored profanity in subtitles.", "intended_meaning": "The meme uses abrupt juxtaposition to joke about over-the-top changes in behavior: first implying someone who starts using performance-enhancing drugs becomes noticeably more intense, then pairing that idea with a retail-worker skit where an employee explosively reacts to an obviously answerable question. The humor comes from mocking the customer as stupid and presenting an exaggerated hostile response as relatable/funny.", "evidence": ["Visible text at the top of the gym segment says \"当你开始打药,\" which literally indicates \"when you start using/injecting drugs\" in the fitness context.", "The gym footage focuses on a muscular man lifting and smirking, suggesting a 'more intense after steroids/PEDs' framing.", "The second segment has explicit visible text: \"那些爱问白痴问题的客人 😂 / When a customer asks a stupid question 😂.\"", "ASR provides the customer's line: \"Excuse me, do you work here?\"", "The employee is shown in store uniform with name tag, then reacts with profanity and physical aggression, which is clearly disproportionate.", "The edit relies on the contrast between a mundane question and an extreme reaction for comedic effect."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the on-screen text, the visible retail interaction, and the abrupt compilation/editing. No niche external meme history is required beyond ordinary knowledge that the customer question is being framed as obvious.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that after someone starts using performance-enhancing drugs, they become absurdly intense, and it applies that same exaggerated intensity to a retail worker blowing up at an obviously unnecessary customer question, presenting the overreaction as the punchline.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000014", "video_path": "videos_final/vimu_000014.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A short vertically framed clip shows a woman performing an exaggerated laugh with stylized hand and head movements while the on-screen Chinese text says \"公主这样笑\" (\"A princess laughs like this\"). The audio is repeated laughter, \"哈哈哈.\"", "intended_meaning": "The meme jokingly imitates an overly elegant, dainty, or theatrical way of laughing, framing it as how a \"princess\" would laugh. The humor comes from the performer's exaggerated mannerisms and the contrast between ordinary laughter and a stylized, refined fantasy version.", "evidence": ["Visible text reads \"公主这样笑,\" directly setting up the comparison to a princess-like laugh.", "The performer uses deliberate, graceful-looking hand placement near the mouth and animated posture, suggesting a stylized feminine/elegant persona rather than natural laughter.", "The audio consists only of \"哈哈哈,\" so the joke is focused on the manner of laughing rather than dialogue or narrative.", "The short edit presents a single gag centered on the labeled performance."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption and performance together convey the joke clearly without needing outside meme history; only basic everyday knowledge of what a \"princess\" stereotype implies is needed.", "fair_for_benchmark": true}, "qa": {"question": "What specific contrast is the clip using to make the joke work?", "answer": "It contrasts normal laughing with an exaggerated, refined, princess-like way of laughing, parodying a theatrical fantasy version of elegance.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000015", "video_path": "videos_final/vimu_000015.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["norm_violation"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A hand writing on a worksheet moves to a yellow Norma colored-pencil box. The person slides or presses the box so a gray printed panel appears in the window, then shifts it again and the colored pencils reappear. The setup suggests hidden text inside the pencil box while doing schoolwork.", "intended_meaning": "The clip demonstrates or jokes about a covert cheating method: disguising written notes or answers inside a colored-pencil box so it looks like normal school supplies during a test or class assignment.", "evidence": ["The scene shows active schoolwork: a hand writes on a worksheet beside the pencil box.", "The yellow box is a colored-pencil package ('Norma', '12 colores').", "The person manipulates the package window/panel with their fingers rather than taking out pencils.", "A gray insert with dense small lines/text becomes visible inside the box, resembling hidden notes rather than colored pencils.", "The reveal-then-hide action creates a contrast between an innocent pencil box appearance and concealed information.", "No explicit spoken explanation is needed; the visual sequence itself implies the trick."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable from the visual reveal alone: a normal pencil box is being used to hide readable notes while working on a paper.", "fair_for_benchmark": true}, "qa": {"question": "Why is the pencil box shown being adjusted back and forth while the person works on the worksheet?", "answer": "It is showing a disguised way to keep answers or notes inside a pencil box so the person can secretly refer to them while doing classwork or a test.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000016", "video_path": "videos_final/vimu_000016.mp4", "taxonomy": {"surface_form": "dialogue_scene", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A staged conversation in a bar-like setting shows one man tearfully begging while another tells him he has to make a choice and then says he has to let him go. The other man protests, and the exchange mentions long employment and a partner being due in three weeks. Chinese and English subtitles are shown on screen, with a crying emoji sticker early on.", "intended_meaning": "The clip uses melodramatic, overemotional acting to depict a cruel forced-choice situation, likely a joke about someone being dismissed or abandoned despite desperate personal circumstances. The humor comes from the disproportionate emotional intensity and the bleakness of having to choose who to sacrifice or let go.", "evidence": ["One man is visibly crying and pleading directly to the camera/other person, signaling high emotional stakes.", "Subtitles and ASR include lines such as 'I'm begging you,' 'you're gonna have to make a choice,' and 'I'm gonna have to let you go.'", "The second half widens to show two men facing each other, clarifying it is a staged dialogue scene rather than a spontaneous event.", "The line about 'I've worked here 10 years' and 'She's due in three weeks' frames the situation as unfair and personally devastating.", "A crying emoji sticker and dramatic delivery amplify the melodrama for comedic effect."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The scene's main joke and emotional premise are understandable from the video alone: a highly dramatic plea around being forced to let someone go despite sympathetic circumstances.", "fair_for_benchmark": true}, "qa": {"question": "Why is this scene played with such an intense, over-the-top exchange instead of in a straightforward way?", "answer": "It uses exaggerated melodrama to turn a forced choice about letting someone go into a darkly comic sketch, emphasizing how brutally unfair and bleak the situation feels.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000017", "video_path": "videos_final/vimu_000017.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["exaggeration", "absurdism", "parody"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.78, "literal_summary": "A short first-person shooter gameplay clip shows the player facing another character with a knife in a shipping-container map. Bright purple lightning-like visual effects appear around the enemy, and after the player attacks, the enemy is launched/falls backward dramatically and dies.", "intended_meaning": "The clip humorously stylizes a simple in-game knife kill as if it were an overpowered electric or supernatural attack. The joke is the contrast between an ordinary melee elimination and the exaggerated flashy 'getting electrocuted/struck by energy' presentation.", "evidence": ["The video is clearly game footage from a first-person perspective with HUD and knife visible.", "An enemy character stands directly in front of the player in a container-yard map.", "Large purple glowing/lightning effects surround the enemy before and during the hit.", "After the knife action, the enemy flips/falls back in an exaggerated way and a kill badge appears.", "There is no visible dialogue or text explaining a deeper social or political point; the humor comes from editing/effects and timing."], "evidence_sources": ["frames", "editing_pattern", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke can be understood from the video alone: ordinary gameplay is edited with exaggerated energy effects to make the kill look absurdly dramatic. No niche external context is required beyond basic recognition of video game combat.", "fair_for_benchmark": true}, "qa": {"question": "What does the video's presentation make the in-game attack come across as, rather than just a standard knife elimination?", "answer": "It frames a simple knife kill as if it were an absurdly powerful electric or supernatural strike, with the humor coming from treating a basic melee hit like an over-the-top energy attack.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000018", "video_path": "videos_final/vimu_000018.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism", "deadpan"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism", "humiliation"], "target_subjects": ["self", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "In a park, a man sits at a table with a sign reading \"SIT HERE IF YOU THINK NO ONE WOULD CARE IF YOU DISAPPEARED...\" A long-haired passerby approaches and sits. On-screen captions indicate he asks whether he should put on headphones, and the seated man replies no. A person dressed in black then places a cloth over the sitter’s head and physically carries him away, making him \"disappear.\"", "intended_meaning": "The clip turns an emotionally serious setup about feeling unseen or uncared-for into a dark joke: instead of offering comfort, the person is literally made to disappear. The humor comes from taking the sign’s emotional wording literally and resolving it with an absurdly blunt, callous action.", "evidence": ["The sign explicitly says: \"SIT HERE IF YOU THINK NO ONE WOULD CARE IF YOU DISAPPEARED...\"", "The participant sits after seeing the sign, linking him to the statement about feeling uncared for.", "Visible red caption text says \"Do I put the headphones on or?\" and then \"Nah,\" indicating no comforting interview or listening segment follows.", "A black-clad person covers the sitter's head and removes him from the chair, creating a literal disappearance gag.", "The tonal shift from a vulnerable premise to a physical removal creates dark, deadpan contrast rather than sincere support."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the sign, the on-screen dialogue captions, and the visible action of the person being removed; no niche external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the ending fit the setup shown earlier in the clip?", "answer": "It works by setting up what seems like a moment of care for someone who feels uncared for, then paying it off by taking the sign literally and making the person disappear instead of helping them.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000019", "video_path": "videos_final/vimu_000019.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["parody", "contrast", "absurdism"], "social_value_signals": ["anti_mainstream_value", "aggression_or_hostility"], "target_subjects": ["institution", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.78, "literal_summary": "A short clip shows several people in wizard-like school robes in a bright public indoor area. One person dramatically points or poses, then another person appears holding a long gun instead of a wand. Large stylized \"Harry Potter\" title text appears near the end. A Bilibili watermark and Chinese uploader text are visible at the top.", "intended_meaning": "The meme parodies Harry Potter-style wizard dueling by replacing magic-wand combat with an exaggerated American-style gun draw/shootout, creating humor through the mismatch between fantasy wizard aesthetics and firearm behavior.", "evidence": ["People are dressed in robe-like costumes associated with wizard-school imagery.", "The ending includes large visible \"Harry Potter\" text, directly cueing the franchise reference.", "A person is shown aiming a long firearm-like object, which sharply contrasts with the expected wand-based magic theme.", "The staging uses dramatic poses and timing like a duel or confrontation, making the weapon substitution the joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone because the Harry Potter text, wizard-like costumes, and sudden gun reveal clearly establish the parody without needing outside platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It parodies Harry Potter-style wizard duels by replacing wand magic with an exaggerated American-style gun showdown, using the clash between fantasy school-wizard imagery and firearm behavior as the joke.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000020", "video_path": "videos_final/vimu_000020.mp4", "taxonomy": {"surface_form": "dialogue_scene", "rhetoric_mechanisms": ["stereotype_invocation", "mockery", "bait_and_switch"], "social_value_signals": ["contempt", "discrimination_or_prejudice", "humiliation"], "target_subjects": ["racial_or_ethnic_group", "nationality_group", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "At night, one young man says, \"man it must be cool being black right? the moment it's dark, no one can see you.\" The video then cuts to a Black man, and in the final shot he is sprawled on the hood of a dark car while saying, \"you hit me you Indian.\" English subtitles and Chinese subtitles appear on screen.", "intended_meaning": "The joke relies on a racist stereotype that a Black person becomes hard to see in the dark because of skin color, then turns that into a punchline where a driver allegedly hits him at night. It uses race and nationality as insults/comic labels, mocking both Black people and the presumed Indian driver.", "evidence": ["The spoken line explicitly says, \"it must be cool being black\" and \"the moment it's dark, no one can see you,\" directly invoking race and darkness.", "The cut to the Black man after the setup marks him as the target of the statement.", "The final visual gag shows him lying on the hood of a dark car, implying he was not seen and got hit, which completes the joke structure.", "The line \"you hit me you Indian\" adds a second identity label directed at the driver, making ethnicity/nationality part of the insult exchange.", "The overall tone and staging are comedic rather than documentary, indicating an intentionally provocative joke scene."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke and its racial implication are fully understandable from the spoken dialogue, subtitles, and the final payoff shot without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What main idea is the video trying to get across by linking the opening remark with the final shot?", "answer": "It is making a joke that a Black person is supposedly hard to see at night, so the ending turns that claim into a payoff where he gets hit by a driver, while also using the driver's identity label as part of the insult.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000021", "video_path": "videos_final/vimu_000021.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect", "aggression_or_hostility"], "target_subjects": ["self", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A green parrot inside a cage faces a hand holding a small piece of cracker or biscuit outside the bars. The bird opens its beak wide, leans and jerks toward the food through the cage bars, appearing agitated because it cannot reach it. A Bilibili watermark and Chinese text are visible at the top left.", "intended_meaning": "The clip is used as a reaction image for frustrated, impotent anger: wanting something or wanting to lash out, but being blocked and unable to do anything effective. The humor comes from the bird's exaggerated angry reaction to an unreachable target.", "evidence": ["The food is visibly held just outside the cage bars, while the bird remains inside and cannot access it.", "Across frames, the parrot opens its beak very wide and thrusts its head toward the food, suggesting yelling or angry agitation rather than calm begging.", "The repeated forward motion against the barrier creates a contrast between strong emotion and inability to act.", "No additional narrative context is required to read the scene as blocked frustration."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the visual setup alone: the bird is visibly blocked by the cage while reacting intensely to the nearby food, conveying frustrated but ineffective anger without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "In a reaction-post context, what kind of situation is this clip most likely used to represent?", "answer": "It represents being worked up over something or someone but being unable to do anything effective because you're blocked or can't reach the target.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000022", "video_path": "videos_final/vimu_000022.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "deadpan", "exaggeration"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A split-screen video shows a man wearing headphones staring at the screen with a serious expression while CCTV footage below shows a red car stopping at a wet road crossing, a wheel coming off and rolling away, and the driver opening the door as the situation gets more chaotic. There are crying-style emojis over the CCTV footage.", "intended_meaning": "The meme frames the car mishap as an absurdly embarrassing failure and uses the top reaction face plus crying emojis to invite viewers to laugh at the driver's bad luck and the escalating chaos.", "evidence": ["Split-screen layout places a man's focused face above the incident footage, a common reaction setup.", "In the lower clip, the red car visibly loses a wheel, creating an unexpected mechanical failure.", "The driver opens the door as the loose wheel rolls nearby, making the scene feel increasingly awkward and chaotic.", "Crying emojis are overlaid on the incident footage, signaling that the event should be taken as laughably unfortunate.", "The man on top remains serious and intent rather than intervening, which amplifies the comedic contrast with the bizarre accident below."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The humor and intended meaning are understandable from the visible split-screen reaction format, the obvious wheel-loss incident, and the emoji overlay without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "Why is this incident presented with a reaction face above it and emoji overlays on the footage?", "answer": "The edit frames the car mishap as an absurd, laughable embarrassment, inviting viewers to treat the driver's escalating bad luck as chaotic and funny.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000023", "video_path": "videos_final/vimu_000023.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A short sports clip shows a weightlifter on a competition stage performing a snatch lift. He catches the bar overhead in a deep squat, stands up, then briefly steps or bounces forward while keeping the bar overhead. Competition backdrop text includes \"62nd INTER SERVICES WEI... CHAMPIONSHIP,\" and there is a Bilibili watermark.", "intended_meaning": "The clip highlights an impressively difficult lift and especially the athlete's extra movement after standing, making the moment feel unexpectedly dramatic or 'over-the-top' in a humorous, awe-filled way. The meme point is essentially 'this celebration/recovery is insanely intense' rather than criticism.", "evidence": ["The athlete successfully lifts a heavy barbell from the floor to overhead in one motion.", "He remains in a deep squat with the bar overhead, then stands up and continues moving with visible intensity.", "The title/ID suggests celebration, and the visual emphasis is on the dramatic final movement after securing the lift.", "No insulting text or targeting of a social group is visible; the tone is focused on spectacle."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke/point comes directly from the visible sports action: an unusually dramatic successful weightlifting moment. No niche outside context is required to understand it.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It presents the lift as an astonishingly intense success, with the extra movement after securing it making the moment feel dramatically over-the-top in a funny, awe-filled way.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000024", "video_path": "videos_final/vimu_000024.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "innuendo"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A man in a gym uses a rope attachment on a cable machine. Large on-screen Chinese text says “当你开始打药.” He increases the machine weight and the rope spreads apart and swings; he reacts with surprise and then keeps adjusting the machine.", "intended_meaning": "The caption frames the gym action as a joke about someone who has just started taking performance-enhancing drugs/steroids: the person supposedly becomes suddenly stronger and more sexually charged or overexcited, with the rope movement used as a visual double meaning for exaggerated bodily/sexual effects.", "evidence": ["Visible text reads “当你开始打药,” which literally means “when you start taking drugs/injections,” commonly understood here as gym-related drug use because the setting is a gym.", "The man is shown at a cable machine repeatedly increasing the weight stack, implying a sudden jump in strength.", "The rope attachment splitting apart and swinging is emphasized visually and timed as the punchline.", "The framing focuses on the rope and the man's facial reaction, supporting a comedic double entendre rather than a straightforward exercise demo."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the caption plus gym visuals, but interpreting “打药” specifically as steroid/PED use and catching the sexual double meaning benefits from common slang/context.", "fair_for_benchmark": true}, "qa": {"question": "How do the on-screen text and the emphasized cable-rope moment combine to convey the video's main idea?", "answer": "It presents the gym scene as a joke about someone who has just started using steroids or other performance enhancers, suddenly seeming much stronger and more keyed up, with the rope spreading and swinging used as a suggestive double meaning for exaggerated sexual excitement or bodily effects.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000025", "video_path": "videos_final/vimu_000025.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect", "norm_violation", "fatalism_or_cynicism"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A captioned clip shows a police stop involving several young people in a car. One passenger nervously blurts out that there is 'a bunch of coke in the back,' apologizes repeatedly, and appears to give up while the others try to calm him down. An officer asks people to step out one by one, and the nervous passenger is handcuffed and searched. English subtitles and Chinese subtitles are overlaid, with a Bilibili watermark visible.", "intended_meaning": "The humor comes from a panicked person immediately incriminating everyone during a police stop instead of staying calm or keeping quiet. The clip presents him as the weak link who disastrously confesses and makes the situation worse for the whole group, inviting viewers to laugh at his inability to handle pressure.", "evidence": ["ASR includes the abrupt line 'We have a bunch of coke in the back' followed by repeated 'I'm sorry' and others saying 'it's not ours' and 'just relax,' indicating a self-incriminating panic response.", "Frames show a police officer outside the car window and then ordering someone to step out, matching a tense police-stop situation.", "The young man in the front seat looks stunned and anxious, then exits the vehicle and is handcuffed/searched, reinforcing that his outburst had immediate consequences.", "Subtitles such as 'I'm sorry' and 'Step out of the...' emphasize the escalating situation.", "The comedic contrast is between the others trying to manage the stop calmly and one passenger instantly collapsing under pressure."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke and implied meaning are understandable from the clip alone: a nervous passenger blurts out incriminating information during a police stop and causes the group's downfall. No niche meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why this clip is presented as a memorable moment rather than just a record of what happened?", "answer": "It presents the scene as memorable because one panicked passenger instantly incriminates everyone and makes the situation worse, marking him as the weak link who cannot handle pressure.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000026", "video_path": "videos_final/vimu_000026.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery", "exaggeration"], "social_value_signals": ["contempt", "anti_mainstream_value", "humiliation"], "target_subjects": ["class_or_occupation", "institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A chef in a professional kitchen carefully plates food on a large white dish: first a green sauce smear, then small red sauce dots, then a piece of cooked food and additional garnish from a pan. The chef looks intensely focused. On-screen text includes Arabic script with laughing/annoyed emojis, and there is a bilibili watermark plus Chinese account text at the top.", "intended_meaning": "The clip humorously mocks fine-dining plating as overly serious, fussy, and pretentious: a lot of precision and concentration goes into arranging very small decorative elements, inviting viewers to see upscale restaurant presentation as excessive compared with the amount of food served.", "evidence": ["The chef performs very precise, deliberate motions for small amounts of sauce and garnish.", "The plate is very large relative to the small portions being arranged, emphasizing emptiness and presentation.", "The chef's concentrated facial expression and posture heighten the sense of intense effort.", "Laughing/expressive emojis and overlaid caption text suggest the scene is meant to be funny rather than purely instructional.", "The editing focuses on the step-by-step plating process, making the contrast between effort and sparse plating salient."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the visuals alone, but recognizing the implied critique of fine dining benefits from common cultural knowledge about upscale restaurant plating and stereotypes of tiny, expensive portions.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making fun of upscale fine-dining plating as overly elaborate and self-important, where huge effort goes into decorating a very small amount of food.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000027", "video_path": "videos_final/vimu_000027.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["negative_affect"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A snowboarder in a yellow outfit rides down a snowy halfpipe/jump area and launches into the air. During the jump, the snowboard appears to separate from the rider midair, and the person drops out of frame. The audio/transcript says, \"这都怎么给我缠上了\" (roughly, \"How did all this get tangled up with me?\"). A Bilibili watermark and the text \"AAA抽象批发老亚\" appear at the top.", "intended_meaning": "The clip uses a real snowboarding mishap as a humorous metaphor for suddenly getting stuck in a messy or troublesome situation. The spoken line about things getting 'tangled' with the speaker contrasts with the dramatic midair equipment/body separation, making the accident feel like an exaggerated visual punchline for 'how did this mess end up on me.'", "evidence": ["The frames show a snowboarder approaching and launching off a snow feature, then a visible separation/mishap in midair before the rider disappears from frame.", "The ASR transcript contains the complaint-like line \"这都怎么给我缠上了,\" which expresses confusion/frustration about being entangled in something.", "The humor comes from pairing that line with an unexpectedly dramatic sports fail, creating a mismatch between ordinary complaint and extreme visual event.", "No clear attack on another person or group is present; the joke is centered on the mishap itself and a self-directed sense of bad luck."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a visible snowboarding fail is paired with a line complaining about being entangled in trouble, producing a clear visual metaphor without needing niche external context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It uses the snowboard wipeout as an exaggerated metaphor for suddenly ending up caught in a chaotic problem and wondering how it became your mess.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000028", "video_path": "videos_final/vimu_000028.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A short clip shows a male diver on a springboard in an indoor pool. He bounces several times, appears to lose momentum or timing, then makes an awkward shallow dive and lands with a large splash. White Chinese text and a Bilibili watermark are visible at the top.", "intended_meaning": "The humor comes from showing a failed or clumsy diving attempt: the setup suggests a proper dive is coming, but the result is awkward and underwhelming, making the person look inept in a harmless slapstick way.", "evidence": ["The diver repeatedly bounces on the springboard as if preparing for a formal dive.", "Instead of a clean entry, he ends up diving awkwardly and far less gracefully than expected.", "The large splash contrasts with the expectation of a neat, controlled dive.", "No additional narrative context is needed beyond watching the failed attempt.", "Visible top text reads Chinese characters and a Bilibili watermark, but these do not appear necessary to understand the joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is directly visible: it is a simple fail clip where the anticipated skillful dive turns into an awkward splash.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It presents the diver as trying to do a proper, impressive dive but ending up with a clumsy flop, using the mismatch between expectation and result for harmless fail humor.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000029", "video_path": "videos_final/vimu_000029.mp4", "taxonomy": {"surface_form": "interview_street", "rhetoric_mechanisms": ["contrast", "mockery", "parody"], "social_value_signals": ["negative_affect", "humiliation", "fatalism_or_cynicism"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.83, "literal_summary": "A street interviewer offers a young man a $20 mystery box in a shopping area. The man agrees despite being told it is a gamble. He opens the large box and finds a few small items that appear low-value compared with the price. The edit then cuts to a reaction shot of a man on a livestream and back to the smiling buyer while the interviewer says that in life, like at a casino, losers do not get their money back.", "intended_meaning": "The meme frames the buyer as having made a foolish, losing choice by spending money on an obviously bad mystery box, and the edit ridicules his bad luck or poor judgment. The added line about life and casinos turns the moment into a cynical joke about taking risks and getting stuck with the consequences when the outcome is bad.", "evidence": ["ASR includes the exchange: 'would you like to buy the mystery box... $20 cash... It's a gamble' and later 'like in life, when you go to the casino and you lose, they don't give you your money back.'", "Frames show the buyer agreeing with the subtitle 'it's a gamble I'm gonna do it.'", "Frames show a very large box being opened and the visible contents are only a few small items, creating a strong visual mismatch between expectation and payoff.", "A reaction insert of a man looking down on a livestream is edited in immediately after the reveal, signaling ridicule or disbelief.", "The buyer's awkward smile after the reveal and the timing of the cut emphasize embarrassment and comic loss rather than a neutral transaction."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and punchline are all understandable from the video itself: a person buys a mystery box, gets poor contents, and is mocked through editing and narration. No niche external meme history is required, though the reaction insert adds flavor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole, including the reveal, the inserted reaction shot, and the closing line?", "answer": "It presents the buyer as making a poor gamble and uses the edit to make him the butt of the joke, turning the bad mystery-box outcome into a broader cynical point that risky choices can leave you stuck with a loss.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000030", "video_path": "videos_final/vimu_000030.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "exaggeration", "mockery"], "social_value_signals": ["discrimination_or_prejudice", "anti_mainstream_value", "aggression_or_hostility"], "target_subjects": ["self", "racial_or_ethnic_group", "institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A movie/TV clip shows a man in a car angrily speaking to another person. Large on-screen text reads, \"Me When Instagram Tries To Reset My Racist Algorithm.\" The audio says, \"I built this shit! Me! Brick by brick! And I'll be damned if I let you tear it down!\"", "intended_meaning": "The meme jokes that the speaker has intentionally trained Instagram's recommendation system to show racist content and is angrily possessive of that personalized feed when the platform tries to reset it. The humor comes from pairing a dramatic defense of something hard-built with an openly prejudiced preference, treating the racist algorithm as a valued personal achievement.", "evidence": ["Visible caption explicitly says: \"Me When Instagram Tries To Reset My Racist Algorithm.\"", "The spoken line is defiant and possessive: \"I built this shit! Me! Brick by brick! And I'll be damned if I let you tear it down!\"", "The actor's intense facial expression and emphatic gestures support an angry, defensive reaction.", "The juxtaposition of serious dramatic dialogue with the caption creates the joke that the user is proudly defending a racist recommendation feed."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the on-screen caption plus the spoken dialogue and performance; no niche external context is needed beyond general familiarity that Instagram has an algorithm/feed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It portrays the speaker as having intentionally shaped Instagram's recommendations through their own repeated choices and now angrily treating that personalized feed as something they built and do not want reset.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000031", "video_path": "videos_final/vimu_000031.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "mockery", "stereotype_invocation"], "social_value_signals": ["negative_affect", "contempt", "humiliation", "political_or_identity_signal"], "target_subjects": ["individual_other", "nationality_group"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.81, "literal_summary": "The video starts with a young woman facing the camera while audio says, \"I hate your taste in music. I despise it. And I don't give a fuck!\" It then cuts to a close-up of a face and then to clips of a monkey wearing headphones/listening to music. Over a German flag background, white on-screen text reads \"Auf der Heide blüht ein kleines Blümelein\" and later \"und das heißt: Erika!\" A watermark reads \"@monke.listening.to.music.\"", "intended_meaning": "The meme uses the opening insult as setup, then reveals that the disliked music is the German song \"Erika.\" The joke is that the speaker aggressively rejects the viewer's music taste, and the edit frames listening to this specifically German/militaristic-associated song as something cringey or mockable. It also relies on the monkey reaction clip to ridicule the listener through an animal comparison.", "evidence": ["ASR contains a direct insult about someone's music taste: \"I hate your taste in music. I despise it. And I don't give a fuck!\"", "The edit cuts from the insult setup to a reveal of German-flag visuals and German text, linking the insult to that music choice.", "Visible text reads \"Auf der Heide blüht ein kleines Blümelein\" and \"und das heißt: Erika!\"", "A monkey wearing headphones is shown as the listening subject, which functions as a ridicule/analogy device.", "The pacing creates a bait/reveal structure: first condemnation, then the specific music example."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is understandable from the video alone: someone insults another person's music taste and the reveal is a German song presented with a monkey-listening visual. But fuller understanding of why this specific song is socially charged or mockable benefits from general cultural knowledge about its associations.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s point is to mock a person’s music taste by revealing that the music is the German song \"Erika,\" framing listening to it as embarrassing or laughable, with the monkey clip used to ridicule the listener.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000032", "video_path": "videos_final/vimu_000032.mp4", "taxonomy": {"surface_form": "interview_street", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "deadpan"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A man on a residential street is asked questions about Adolf Hitler's height and where he lived. He gives wrong answers, then says the questioner is wrong too, using hand gestures to indicate Hitler was shorter and lived 'over there.' Chinese subtitles appear on screen.", "intended_meaning": "The humor comes from the interviewee being confidently ignorant and then making an even more absurd 'correction' by acting out Hitler's size and location as if he were nearby. The clip invites viewers to laugh at his misunderstanding and self-assuredness.", "evidence": ["The transcript shows a factual question about Hitler's height and residence, followed by the man answering 'It's about six foot one, and he lives in the Battle of Hastings,' which is nonsensical.", "He then says 'No, you're totally wrong... He was that tall, and he lived over there,' shifting from factual answer to a literal gesture-based joke.", "Frames show the older man raising one hand above and one below to indicate height and pointing off to the side, matching the transcript's absurd 'over there.'", "The setup resembles a street interview with a questioner and respondent in a normal neighborhood setting.", "The comedic beat depends on his confident delivery and the reveal that his 'correction' is more ridiculous than the original wrong answer."], "evidence_sources": ["frames", "transcript", "audio_tone", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the interview exchange, gestures, and timing alone; no niche meme history is needed beyond ordinary knowledge that Hitler is a historical figure.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the exchange, and what makes it work as a joke?", "answer": "It jokes about the interviewee being confidently clueless: he gives obviously wrong answers and then doubles down with an even more absurd gesture-based 'correction,' inviting viewers to laugh at his self-assured misunderstanding.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000033", "video_path": "videos_final/vimu_000033.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "parody"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A captioned clip shows two women facing each other and gesturing as if arguing, while a kangaroo stands between them holding a paper. On-screen text reads \"Post exam scene,\" with the women labeled \"The answer was 23.4 °C\" and \"The answer was 23.5 °C,\" and the kangaroo labeled \"Me who wrote 345 km/hr.\"", "intended_meaning": "The meme jokes about the familiar post-exam moment when classmates argue over tiny differences in their answers, while the creator realizes they gave a wildly incorrect answer and feel silently embarrassed and out of place by comparison.", "evidence": ["Visible text explicitly sets the scenario as \"Post exam scene.\"", "The two women are labeled with nearly identical answers, 23.4 °C and 23.5 °C, implying a minor dispute between close answers.", "The kangaroo is labeled \"Me who wrote 345 km/hr,\" which is an obviously different unit and absurdly wrong compared with the temperature answers.", "The kangaroo stands silently between them while the humans gesture, creating a contrast between active debate and the creator's awkward stillness.", "The humor depends on exaggerated mismatch between slight error and total misunderstanding."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's setup, labels, and punchline are fully conveyed by the on-screen text and visual contrast in the clip; no outside meme history is needed to understand it.", "fair_for_benchmark": true}, "qa": {"question": "What does the contrast between the two similar answers and the creator's very different answer suggest about the creator's situation after the exam?", "answer": "It suggests the creator realizes they were far more off than classmates debating a tiny difference, leaving them feeling awkward and quietly embarrassed after the exam.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000034", "video_path": "videos_final/vimu_000034.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication", "anti_mainstream_value"], "target_subjects": ["institution", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.85, "literal_summary": "A young man silently reacts with changing facial expressions while a caption reads, \"I think Cameramans need to hesitate.\" Beneath him is a broadcast clip from a football event where the camera slowly pans across people standing on the sideline during a ceremonial moment.", "intended_meaning": "The meme implies that camera operators should pause or be more careful before panning across people, because a moving shot may briefly land on someone who looks awkward, suspicious, or accidentally suggestive. The humor comes from the slow reveal and the creator’s facial reaction, which frames the cameraman’s timing/choice of subject as unintentionally exposing an uncomfortable or potentially sexual-looking moment.", "evidence": ["Visible on-screen text explicitly states, \"I think Cameramans need to hesitate.\"", "The top creator does not speak but makes knowing, widened-eye and smirking reaction faces, signaling that the lower clip has a double meaning or awkward reveal.", "The lower clip is a sports broadcast sideline shot during what appears to be a solemn pregame ceremony, yet the meme reframes the camera movement as something that should have been delayed or reconsidered.", "The humor depends on the pan briefly revealing people in positions/poses that can be read as awkward or unintentionally suggestive rather than simply informative broadcast coverage."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is mostly understandable from the video itself because the caption and reaction framing signal an awkward reveal. Some everyday cultural knowledge about broadcast camera timing and how accidental suggestive shots become jokes helps complete the interpretation.", "fair_for_benchmark": true}, "qa": {"question": "What point is the post making about why the camera movement in the lower clip should have been timed differently?", "answer": "It is suggesting the pan briefly lands on people in a way that creates an awkward unintended double-reading, so the cameraman should have paused or timed the shot better to avoid exposing a moment that looks accidentally suggestive or embarrassing.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000035", "video_path": "videos_final/vimu_000035.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A person at night swings a very long heavy chain across a paved area while others watch. The clip then cuts to a shirtless man standing in a cotton field with a shocked expression, holding open a black plastic bag and beginning to gather cotton.", "intended_meaning": "The edit sets up a visual comparison between the long chain whipping or extending across the ground and the second man's surprised reaction in a cotton field, implying a sexual joke about an unusually large penis and then linking that image to forced labor/picking cotton. The humor relies on shock and degrading comparison rather than an explicit statement.", "evidence": ["The first segment focuses on an unusually long chain being lifted and snaking far across the pavement, emphasizing length and heaviness.", "The second segment begins with a shirtless man in a cotton field making a wide-eyed shocked face before opening a trash bag and starting to pick cotton.", "The abrupt cut creates a reaction/comparison structure rather than a continuous event.", "No explicit text explains the joke, so the implied meaning comes from the juxtaposition of the long chain and the man's reaction plus the cotton-picking setting."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke can be inferred from the visual juxtaposition alone, but understanding it as a sexual innuendo and humiliation gag requires common meme literacy about comparison edits and reaction shots.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the edit as a whole?", "answer": "The video uses the long chain as a stand-in for an unusually large penis, then cuts to the man's shocked reaction in the cotton field to suggest he is reacting to that size and being put to work because of it, making the edit a degrading comparison joke.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000036", "video_path": "videos_final/vimu_000036.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "contrast"], "social_value_signals": ["contempt", "sexual_implication", "political_or_identity_signal"], "target_subjects": ["nationality_group"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.71, "literal_summary": "A close-up shows a hand using a pen tip to poke at the face area of the Michelin tire mascot on a bicycle tire/rim sticker. Large yellow on-screen text says \"POV: 德國輪胎\" (“POV: German tire”). The audio includes German-sounding singing/speech.", "intended_meaning": "The joke frames a 'German tire' as if it is sexually or aggressively interested in Nazi imagery: the Michelin mascot’s raised arm visually resembles a Nazi salute, and the pen repeatedly poking near the character’s mouth/face suggests a sexualized act. The humor comes from pairing 'German' with a fascist-associated gesture and treating the tire graphic as if it embodies that stereotype.", "evidence": ["On-screen text explicitly says \"POV: 德國輪胎,\" identifying Germany/German as the target frame.", "The sticker shows the Michelin mascot with one arm raised; this can evoke a Nazi-salute reading when paired with the 'German' label.", "The pen tip is repeatedly inserted against the mascot’s mouth/face area, creating a suggestive sexual/aggressive visual gag rather than a neutral demonstration.", "The clip is tightly focused on this action with no practical explanation, implying the point is the visual joke.", "The audio transcript indicates German-language singing/speech, reinforcing the Germany framing."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is visible in the video itself, but understanding why 'German' plus a raised arm is meant to be funny requires common cultural knowledge about Nazi-salute associations rather than niche platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the tire graphic is acting like a caricatured “German” figure by combining the mascot’s raised arm with Nazi-associated imagery and the pen’s suggestive poking, turning the sticker into a sexualized fascist gag.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000037", "video_path": "videos_final/vimu_000037.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "mockery", "stereotype_invocation"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["racial_or_ethnic_group"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.9, "literal_summary": "The video shows a static image of a Nestlé Nescau cereal package with many round chocolate cereal balls on top, edited above footage of a large group of dark-skinned, shaved-head people crowded closely together in a rectangular enclosure. There is no useful transcript. The handle @JENIVALDOPAULINO appears as a watermark and end card.", "intended_meaning": "The edit invites viewers to compare the crowded group of Black people with the cereal balls on the Nescau package, using visual resemblance in shape and color as a demeaning joke. The humor relies on reducing the people to food-like objects and mocking their appearance as a racialized mass.", "evidence": ["Top half is a cereal package prominently showing many small brown spherical cereal pieces.", "Bottom half shows many closely packed dark-skinned people with shaved heads, creating a repeated pattern of brown round shapes.", "The two images are stacked simultaneously, encouraging direct visual comparison.", "No explanatory text reframes the comparison in a neutral way; the juxtaposition itself functions as the joke.", "The repeated focus on head shape/color similarity supports an objectifying comparison of people to cereal."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the visual juxtaposition alone: the stacked images create a direct comparison without requiring outside context or audio.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why these two images are edited together in this video?", "answer": "The edit is making a visual joke by comparing the tightly packed group of Black people to the round brown cereal pieces on the package, reducing them to look-alike objects for ridicule.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000038", "video_path": "videos_final/vimu_000038.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["discrimination_or_prejudice", "political_or_identity_signal", "negative_affect"], "target_subjects": ["racial_or_ethnic_group", "institution"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A caption says, \"Me realizing that the 'N' in Cartoon Network is black\" above the Cartoon Network CN logo, while a cat slowly looks up and stares at the camera with a serious expression.", "intended_meaning": "The joke relies on the phrase \"the N is black\" sounding like a reference to the racial slur starting with N. The cat's stunned stare represents mock shock at noticing the logo's black-colored N, using racialized wordplay for edgy humor rather than making a literal point about the channel.", "evidence": ["Visible on-screen text explicitly says, \"Me realizing that the 'N' in Cartoon Network is black.\"", "The CN logo shown beneath the text makes the observation about the black-colored letter visually salient.", "The cat's expression changes from looking down to a fixed, wide-eyed stare, a common reaction-shot format indicating stunned realization.", "No transcript or explicit spoken explanation is provided; the meaning comes from the caption and reaction framing."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The meme is mostly understandable from the video alone, but recognizing why \"the N is black\" is loaded requires common cultural knowledge about the racial meaning of \"N-word\" references.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is making an edgy wordplay joke: noticing that the letter N in the Cartoon Network logo is colored black is framed as a mock shocking realization because it echoes references to the \"N-word,\" with the cat’s stare serving as the reaction.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000039", "video_path": "videos_final/vimu_000039.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "innuendo", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A captioned clip titled \"Bobby the Warrior\" shows a man in a green motion-capture suit on a green screen set, first with crew visible and then alone, acting out exaggerated fantasy-combat directions from an off-camera director about stabbing demons and dragons, getting hit by arrows, drinking demon blood, and creating an energy sphere.", "intended_meaning": "The humor comes from the mismatch between serious fantasy-action direction and the awkward, physically suggestive motions the actor has to perform alone on a green screen. The clip invites viewers to laugh at how embarrassing and unintentionally sexual some motion-capture acting looks when stripped of final visual effects.", "evidence": ["Visible title text reads \"Bobby the Warrior,\" framing the actor as a fantasy character.", "Frames show a green-screen studio and a performer in a mocap suit, with the first shot revealing camera crew and production context.", "The audio/transcript consists of off-camera direction for imaginary fantasy events: \"stabbing\" demons and a dragon, being hit by arrows, drinking demon blood, and making an energy sphere.", "The performer’s motions are exaggerated and awkward in isolation, including straddling/leaning on a padded prop, thrusting/arching movements, arm pumping, and opening his mouth while following directions.", "Lines such as \"you're really getting pounded,\" \"drink it from both demons,\" and \"open your mouth\" add suggestive wording alongside the physical performance.", "The comedy depends on the contrast between epic imaginary action and the silly raw behind-the-scenes reality visible on screen."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: viewers can see the behind-the-scenes mocap acting and hear the absurd fantasy directions, making the intended contrast and suggestive awkwardness clear without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of pairing the dramatic battle directions with the raw footage of the actor carrying them out?", "answer": "It highlights the gap between epic fantasy action and how awkward the performer looks doing it alone before effects, making the raw performance seem embarrassingly and somewhat suggestively silly.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000040", "video_path": "videos_final/vimu_000040.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "mockery", "contrast"], "social_value_signals": ["sexual_implication", "humiliation", "other"], "target_subjects": ["individual_other", "other"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.81, "literal_summary": "A tabletop fan is shown with a simple drawn face attached to its center. On-screen text says \"1945 Fan.\" As the blades spin, the face alternates between a neutral expression and a more angry-looking expression because of the visual effect.", "intended_meaning": "The joke anthropomorphizes the fan and uses the caption \"1945 Fan\" as a pun to imply a person in 1945 performing oral sex on a penis. The spinning fan blades visually resemble repeated mouth or tongue motion, and the changing face suggests eagerness or intensity. The humor comes from sexual innuendo and from reducing a person to a crude act associated with that year.", "evidence": ["Visible text reads \"1945 Fan,\" which frames the object as representing a fan from the year 1945 rather than just an appliance.", "The clip centers on a real electric fan with a paper face attached, making the fan appear personified.", "As the fan spins, the face appears to shift between neutral and more intense/angry expressions, creating a rhythmic suggestive effect.", "A narrow object protrudes from the left side toward the fan's center, reinforcing a phallic reading in combination with the spinning mouth-like motion.", "No explicit verbal explanation is provided; the joke is conveyed by the caption plus the visual setup."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly inferable from the caption and suggestive visuals, but understanding why \"1945\" is chosen and why the setup is sexual requires some common historical and sexual-context inference rather than explicit explanation in the video.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns the fan into a person and uses the \"1945 Fan\" caption plus the suggestive motion to make a crude sexual pun, implying someone from 1945 enthusiastically performing oral sex.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000041", "video_path": "videos_final/vimu_000041.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "contrast"], "social_value_signals": ["contempt", "humiliation", "political_or_identity_signal"], "target_subjects": ["nationality_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.83, "literal_summary": "A meme-style edit shows a young man at the top with puffed cheeks while large text reads, \"Bro Just Misused Their Culture 😭.\" Below, a soccer/football clip shows an Asian boy presenting a Pepsi bottle to players on a field, crowd shots, a bald player in blue reacting with a confused or serious close-up, and then a lineup of players bowing with their hands near their groins.", "intended_meaning": "The meme frames the boy's gesture and the team's bowing posture as an inappropriate or mistaken use of a cultural practice, inviting viewers to laugh at a perceived cultural misunderstanding in an international football setting. The humor relies on ridicule of someone 'doing another culture wrong' and on the player's reaction shot reinforcing disapproval or disbelief.", "evidence": ["Visible on-screen text explicitly says, \"Bro Just Misused Their Culture 😭,\" which provides the meme's evaluative frame.", "The bottom clip depicts an Asian boy interacting ceremonially with football players and later players bowing in a lineup, suggesting a culturally coded ritual or greeting.", "The bald player's close-up reaction is edited as a punchline, emphasizing confusion/disapproval.", "The top figure's held, exaggerated facial expression functions as a reaction layer, reinforcing mockery rather than neutral reporting.", "No transcript is provided; interpretation comes from the visual sequence and caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video's main joke is understandable from the caption and reaction editing alone, but recognizing it as a 'cultural misuse' joke depends on common social knowledge about cross-cultural gestures and ceremonial behavior in sports.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the scene as someone awkwardly using a culture-linked gesture or ceremony the wrong way, with the reactions and caption turning that perceived misunderstanding into the joke.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000042", "video_path": "videos_final/vimu_000042.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast"], "social_value_signals": ["discrimination_or_prejudice", "humiliation"], "target_subjects": ["racial_or_ethnic_group"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "A person films a truck from inside a car in traffic. The truck’s side shows a large ad with a smiling Black child holding juice boxes, bananas in the background, and the visible brand text gradually revealed as \"happy monkey.\"", "intended_meaning": "The clip appears to present the truck ad as shocking or offensive because it pairs a Black child with the phrase \"happy monkey,\" inviting the viewer to notice a racist association between a Black person and a monkey. The meme point is the uncomfortable contrast created by the ad imagery and wording, likely highlighting perceived racism or insulting design.", "evidence": ["The central visual is a smiling Black child prominently displayed on the truck advertisement.", "As the camera moves, the large text becomes readable as \"happy monkey.\"", "The humor/point comes from the juxtaposition of the child’s image with the word \"monkey,\" not from any explicit spoken explanation.", "The filming focuses on revealing the ad text across the truck side, suggesting the reveal itself is the point of the clip."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable from the visuals alone: the camera reveals a truck ad where a Black child is paired with the phrase \"happy monkey,\" creating the implied offensive association without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the camera focuses on revealing the truck advertisement this way?", "answer": "The video is drawing attention to the unsettling juxtaposition of a Black child on the ad with the phrase \"happy monkey,\" implying that the advertisement comes across as racially insulting or badly designed because of that association.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000043", "video_path": "videos_final/vimu_000043.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "absurdism", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.79, "literal_summary": "The video begins with a cartoon scene of Isaac Newton reading under a tree while another character peeks out holding up an apple. It then cuts to dark outdoor footage of a person in bulky clothing moving through a field with arms spread wide like wings, resembling a bird in flight.", "intended_meaning": "The meme sets up the familiar Newton-and-apple idea, then humorously swerves to a visual joke about gravity or flying by showing a human oddly gliding/flapping like a bird. The humor comes from the unexpected cut from a historical science setup to an absurd real-life imitation of flight rather than a serious explanation.", "evidence": ["Opening frames depict a recognizable Newton-under-the-tree setup with an apple being presented from behind the tree.", "No explanatory text appears, so the joke relies on the visual setup and sudden cut.", "The later footage shows a human moving low through a field with outstretched sleeves/arms creating a bird-like silhouette.", "The abrupt transition from cartoon historical reference to realistic odd movement creates the comedic punchline through contrast and surprise."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the video alone, but recognizing the Newton/apple setup as a gravity reference requires common cultural knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the Newton-and-apple setup to prime an expectation about gravity or scientific discovery, then abruptly switches to an absurd visual of a person moving like a bird, making the point through an unexpected, goofy take on flight rather than a real explanation.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000044", "video_path": "videos_final/vimu_000044.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["bait_and_switch", "innuendo", "contrast"], "social_value_signals": ["sexual_implication", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.85, "literal_summary": "A phone screen recording shows a Messenger chat with a contact named Jayson. The sender repeatedly messages \"JAYSON,\" gets a reply of \"What,\" then types and unsends a question that first appears as \"DO YOU LOVE YOUR MOM?????\" and then is edited toward \"DO YOU LOVE 8 YEAR OLD G...\" before the clip cuts to the phone dial pad.", "intended_meaning": "The joke is a bait-and-switch setup where the sender appears to be trying to trick or expose the other person by starting with an innocent question and then changing it into a sexually inappropriate question involving an 8-year-old girl. The humor relies on shock and the implication of predatory or taboo desire rather than an explicit statement from the recipient.", "evidence": ["The video is entirely a phone screen recording of a messaging app conversation.", "Multiple blue messages say \"JAYSON,\" seemingly to get the recipient's attention.", "The recipient replies \"What,\" establishing a setup for a follow-up question.", "A drafted/sent message clearly shows \"DO YOU LOVE YOUR MOM?????\" in blue.", "A later typed version shows \"DO YOU LOVE 8 YEAR OLD G...,\" indicating a shift from innocent wording to a taboo, sexualized implication involving a child.", "A context menu with \"Undo Send\" appears, showing the sender is editing/unsending messages as part of the gag.", "The abrupt cut to the dial pad suggests escalation or panic after composing the inappropriate prompt."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke structure and its taboo implication are understandable from the on-screen chat text and edits alone, without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It depicts someone trying to bait Jayson with what starts like an innocent question, then changing it into a sexually inappropriate question about an 8-year-old girl to imply or test for a taboo interest; the joke comes from the sudden switch and shock value, not from any response he gives.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000045", "video_path": "videos_final/vimu_000045.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.74, "literal_summary": "A short skit shows a man breaking into or entering a car in a suburban neighborhood. It cuts to an older couple sitting outside; one asks, \"Isn't that ours?\" and the other replies, \"Nah, ours is in the garden.\" The final shot shows a shirtless man sitting in a flower bed/garden among flowers.", "intended_meaning": "The joke implies the couple treats a man as their sexual partner or kept lover, referring to him as 'ours' and revealing he is 'in the garden.' The humor comes from the misdirection that they might mean the car, then the reveal that they mean the man instead, objectifying him as something they possess.", "evidence": ["ASR dialogue: \"Isn't that ours? Nah, ours is in the garden.\"", "Final reveal shot shows a shirtless man physically in the garden among flowers, matching the punchline.", "The cut structure creates a bait-and-reveal contrast between the car scene and the garden scene.", "The older couple's calm delivery and expressions make the line land as a deadpan joke rather than a serious concern.", "Visible top text in Chinese reads \"AI的黑色幽默,\" which frames the clip as dark humor, though the core joke is understandable without it."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, dialogue, and final reveal are contained within the clip, so the main joke can be inferred from the video alone, with only ordinary social knowledge about possessive language and sexual implication.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s joke is that the couple is not talking about the car at all; they mean a shirtless man they regard as their shared lover or kept partner, revealed to be literally 'in the garden.'", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000046", "video_path": "videos_final/vimu_000046.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.78, "literal_summary": "A captioned clip from a stage show shows a young woman in a school-uniform-style outfit kneeling and moving her arms into an awkward pose while text on screen reads, \"What is she trying to do? 💀\" She then smiles and puts her hands together as others on stage react. A Doge image wearing a hat is edited into the lower-left corner, and a German song lyric plays in the audio.", "intended_meaning": "The meme invites viewers to laugh at the performer because her pose briefly looks strange and can be read as unintentionally suggestive or absurd before resolving into a more innocent/prayer-like gesture. The humor comes from framing the movement as confusing and embarrassing rather than clearly identifying a dance move.", "evidence": ["On-screen text explicitly frames the clip as a puzzled reaction: \"What is she trying to do? 💀\"", "The performer moves into a kneeling, bent-over pose with one arm curved overhead and the other behind her, which visually looks awkward and open to suggestive interpretation.", "She later brings her palms together and smiles, indicating the motion may be part of a staged routine rather than an explicit act.", "Other people on stage appear to watch/react, reinforcing that this is a performance moment being singled out for comedic attention.", "The inserted Doge reaction image and skull emoji indicate ridicule/amused disbelief rather than neutral documentation."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip's main joke is understandable from the video itself because the caption and edited reaction cues tell viewers to interpret the pose as weird or unintentionally suggestive, though appreciating why it is funny benefits from common social knowledge about awkward body-language and suggestive poses.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It frames the performer’s movement as a confusing, awkward moment that briefly looks unintentionally suggestive or absurd, inviting viewers to laugh at the embarrassing mismatch before it resolves into a more innocent stage gesture.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000047", "video_path": "videos_final/vimu_000047.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "innuendo", "contrast"], "social_value_signals": ["discrimination_or_prejudice", "political_or_identity_signal", "humiliation"], "target_subjects": ["nationality_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A classroom clip shows a teacher asking a male student in Gulf Arab clothing simple multiplication questions. On-screen Chinese text at the top reads \"物理學家\" with smaller text \"(記得開聲音).\" The student answers \"10\" to 2 times 5, then gives a wrong answer to 3 times 6; the teacher says it is incorrect, and the class reacts dramatically. Bomb and skull emojis appear on screen.", "intended_meaning": "The meme uses the label \"physicist\" and the student's Arab/Gulf appearance to imply a joke that he is associated with making bombs rather than being good at normal math/physics. The humor relies on a prejudicial stereotype linking Arab or Middle Eastern people with explosives or terrorism, with the class reaction and bomb emojis serving as the punchline.", "evidence": ["Top on-screen text says \"物理學家\" (physicist), framing the clip's interpretation.", "Smaller text says \"記得開聲音\" (remember to turn on sound), indicating the audio exchange matters.", "The student is visually marked as Arab/Gulf by traditional white robe and head covering.", "Transcript/audio shows he correctly answers 2x5=10, then incorrectly answers 3x6 as 9 and then 8, after which the teacher says he is wrong.", "After the wrong answer, bomb and skull emojis appear, signaling the intended association with explosives/death rather than academic correctness.", "Other students' exaggerated shocked/excited reactions amplify the punchline and mock the student."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly recoverable from the video itself through the \"physicist\" label, the student's appearance, the wrong math answers, and bomb emojis, but understanding why this is meant as a joke requires common social knowledge of the stereotype being invoked.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It frames the student as a so-called “physicist” not because he is good at math, but to suggest he is associated with bombs/explosives; the joke depends on reading his Gulf/Arab appearance as the reason for that association rather than his actual answers.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000048", "video_path": "videos_final/vimu_000048.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "bait_and_switch", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.8, "literal_summary": "A restaurant-table clip shows a hand placing light-colored sauce into a dark sauce in a small round dish, then the dish is rotated so the lines spread into a pinwheel-like pattern. White text at the top reads \"Didn't see that one coming.\" A watermark-like text \"erkabangers\" appears at the bottom. The audio/transcript says in Chinese, \"Not here, not here.\"", "intended_meaning": "The clip sets up an ordinary food-plating moment, then uses the unexpected swirling shape and the caption to suggest a sexual or suggestive visual joke based on the sauce pattern unexpectedly resembling something provocative or intimate.", "evidence": ["Top caption explicitly frames the moment as an unexpected reveal: \"Didn't see that one coming.\"", "The action focuses on drawing pale lines in a dark liquid, then rotating the bowl so the lines morph into a more suggestive organic-looking shape.", "The humor depends on the visual transformation from neat lines to an unexpectedly evocative pattern.", "The ASR line \"这里不可以,这里不可以\" (\"Not here, not here\") adds a flustered/prohibitive tone that can reinforce suggestiveness, though it is not essential to the visual joke."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video itself: a sauce-art clip is framed by text as an unexpected reveal, and the visual transformation carries the meme point without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed as an unexpected reveal rather than just a demonstration of sauce plating?", "answer": "Because the sauce pattern shifts from ordinary decoration into a shape meant to evoke an intimate body-related image, so the caption presents it as a surprising visual joke rather than just food styling.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000049", "video_path": "videos_final/vimu_000049.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "stereotype_invocation", "exaggeration"], "social_value_signals": ["political_or_identity_signal", "discrimination_or_prejudice", "humiliation"], "target_subjects": ["nationality_group", "racial_or_ethnic_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A short edited compilation shows different people opening doors. In one clip, a boy enters under a hanging guitar with a U.S. flag emoji overlaid; in another, a man with a Japan flag emoji is shown by a door; in the final clip, a Black man opens a door and then reacts dramatically, eventually dropping to his knees in distress.", "intended_meaning": "The edit contrasts national or racial identities and implies a mocking stereotype that some groups enter calmly while the Black man is portrayed as having an exaggerated emotional breakdown. The humor relies on identity labeling via flag overlays and a punchline of disproportionate distress, which can carry a prejudicial or humiliating implication toward the depicted group.", "evidence": ["U.S. and Japan flag emojis are visibly overlaid on different clips, signaling identity categories rather than just individual people.", "The final clip centers on a Black man at a door whose reaction escalates into dramatic body language, including looking upward, throwing his arms out, crouching, and kneeling.", "The compilation structure sets up a comparison between the labeled clips and the final reaction shot.", "No explanatory text is present, so the meaning comes from editing contrast and the identity labels."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The comparison and mocking punchline are understandable from the video alone, but recognizing that the flag overlays and casting are being used to signal nationality/race-based stereotypes requires some everyday social context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The compilation sets up a comparison between identity-labeled people at doors and makes the final Black man the punchline by portraying him as reacting with an extreme emotional collapse, implying that this group is unusually dramatic compared with the others.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000050", "video_path": "videos_final/vimu_000050.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A stage performer sings along to a Spanish rap/pop song while a large caption at the top reads, \"HOW TO SING THE DESPACITO RAP WHEN YOU ONLY KNOW ENGLISH 😂.\" Behind him, projected slides show unrelated English words, brand names, and images such as \"YEAH,\" Subway, Kesha, a car, a cabin, Armageddon, dish soap, and a tow truck, timed to the vocals.", "intended_meaning": "The joke is a parody of how an English-only listener might imitate the fast Spanish lyrics of \"Despacito\" by replacing them with random English words or images that sound vaguely similar. Humor comes from the mismatch between the actual Spanish song and the absurd English approximations on screen.", "evidence": ["The on-screen caption explicitly frames the premise: \"HOW TO SING THE DESPACITO RAP WHEN YOU ONLY KNOW ENGLISH 😂.\"", "The ASR transcript is mostly garbled pseudo-Spanish and includes \"pasito a pasito, suave suavecito,\" indicating the performance is based on \"Despacito.\"", "The projected slides show unrelated English-language items and names (e.g., \"YEAH,\" Subway, Kesha, Armageddon, Liquid Sunlight, tow truck) rather than meaningful translated lyrics.", "The editing/timing suggests each image/word is synchronized to syllables in the song, supporting a sound-alike parody rather than literal translation.", "The overall tone is comedic and performative, with the laughing emoji in the visible text reinforcing that it is meant as a joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video itself supplies the setup text, the recognizable song cues, and the timed visual gag, so the main meme point is understandable without external platform context beyond ordinary awareness that people may mishear foreign lyrics.", "fair_for_benchmark": true}, "qa": {"question": "What makes the sequence of English words and images fit the song in this clip?", "answer": "They are chosen as funny sound-alike stand-ins for the Spanish lyrics of \"Despacito,\" showing how an English-only listener might mimic the song by using random English words and images that match the sounds rather than the meaning.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000051", "video_path": "videos_final/vimu_000051.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["contrast", "irony"], "social_value_signals": ["anti_mainstream_value", "political_or_identity_signal"], "target_subjects": ["ideology", "institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.67, "literal_summary": "A close-up video shows multicolored M&M-like candies gathered together in a bowl while a voice says in Spanish that society should be like this, with everyone together and united, without fights or arguments. Chinese and Spanish subtitles appear on screen.", "intended_meaning": "The candies are used as a metaphor for social harmony and forced togetherness. The point appears to mock or question idealistic messages that everyone in society should stay mixed together and unified without conflict, implying skepticism toward collectivist or integration-style social slogans.", "evidence": ["The objects are different-colored candies placed together in one container, presented as an example of how society 'should' be.", "The spoken/transcribed Spanish explicitly says: 'así es como deberíamos estar todos en la sociedad, todos juntos, todos unidos, sin peleas ni discusiones.'", "On-screen subtitles repeat the same message in Spanish and Chinese, emphasizing unity and absence of conflict.", "The use of inanimate candies as a stand-in for people makes the message analogical rather than literal.", "The framing and simplistic visual example suggest a pointed comparison rather than a sincere policy explanation."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core metaphor is understandable from the video alone, but interpreting whether it is sincere or mocking requires some everyday social-political context about slogans of unity and coexistence.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the bowl of mixed candies as a stand-in for society to question simplistic messages that everyone should just stay together in perfect unity without conflict, suggesting skepticism toward that idealized togetherness slogan.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000052", "video_path": "videos_final/vimu_000052.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "innuendo"], "social_value_signals": ["sexual_implication", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "An animated clip shows puppet-like characters presenting rhyming word prompts on screen. The text first suggests innocuous rhymes such as 'TR / DUCK / PL / F' with 'FUN TO RHYME,' then later combinations like 'QU / STICK / L / D,' 'SP / SPL / SL / SH' with 'IT,' and 'WITCH / ST / P / B' with 'PITCH,' alongside cartoon scenes including a bird puppet, a messy dinner table, and an older person-like character.", "intended_meaning": "The joke is a fake children's rhyme game that turns into forming taboo or explicit words from partial letter clusters. It uses innocent educational framing to set up a reveal of words with sexual or vulgar implications, creating shock humor through the contrast between wholesome presentation and dirty-minded completion.", "evidence": ["On-screen text explicitly says 'FUN TO RHYME,' framing the activity as a simple rhyme game.", "Early text/visual pairing forms harmless examples like 'TR' + 'DUCK' and 'PL' + 'F,' matching the ASR words 'Truck' and likely 'pluck'/'fluff' style rhyming play.", "Later prompts show partial clusters with one inserted syllable, e.g. 'QU / STICK / L / D' and then a dining scene with text 'INNER TIME' and a standalone 'D,' strongly cueing 'quick/stick/lick/dinner time' from the transcript.", "Another sequence shows 'SP / SPL / SL / SH' and then inserts 'IT' to make 'SPIT / SPLIT / SLIT / SHIT,' with the final item being a taboo profanity.", "The final sequence shows 'WITCH / ST / P / B' and then inserts 'PITCH,' yielding 'witch/stitch/pitch' and implying a fourth rhyme that would be the taboo slur-like/sexual term 'bitch,' though it is left incomplete on screen.", "The humor depends on the audience recognizing the hidden dirty completions and the increasing escalation from normal rhymes to vulgar ones."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video's own text progression, visuals, and timing: an innocent rhyme lesson progressively steers toward vulgar completions. No outside meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents itself like a wholesome rhyming lesson, then gradually steers the word prompts toward taboo or explicit completions, so the joke comes from the contrast between innocent educational framing and dirty-minded wordplay.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000053", "video_path": "videos_final/vimu_000053.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A static meme image shows text reading, \"I was high AF last night and realized something,\" above two cropped cartoon images of Donald Duck that are both labeled \"Donald,\" with one crop emphasizing the duck's face and beak and the other making the head shape resemble a human-like face with hair.", "intended_meaning": "The joke is a stoned-looking visual observation: by cropping and reorienting features of Donald Duck, the character can still look like a different face while remaining 'Donald.' The humor comes from presenting a trivial but oddly mind-bending realization as if it were profound.", "evidence": ["Visible top text says, \"I was high AF last night and realized something.\"", "Both side-by-side cartoon panels are labeled \"Donald.\"", "The two images are visually similar source art but cropped/composed differently, creating a surprising alternate face-like reading in the right panel.", "The video appears to simply display this static meme image without added context."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's setup and punchline are contained in the on-screen text and the side-by-side visual comparison; no external posting context is needed beyond ordinary recognition that both images depict Donald Duck.", "fair_for_benchmark": true}, "qa": {"question": "What makes the combination of the caption and the two labeled images amusing?", "answer": "It treats a tiny visual observation—that differently cropped views of Donald Duck can look like a different face while still being 'Donald'—as if it were a huge late-night revelation, and the humor comes from that mock-profound framing.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000054", "video_path": "videos_final/vimu_000054.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "mockery"], "social_value_signals": ["sexual_implication", "humiliation", "political_or_identity_signal"], "target_subjects": ["nationality_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A close-up static image/video of a large burger is shown with on-screen text reading \"Don't squint your eyes💀🇩🇪\" while dramatic audio says, \"All remaining systems will bow to the First Order and will remember this!\"", "intended_meaning": "The meme invites viewers to squint at the burger so its shapes resemble an image associated with Germany, likely Adolf Hitler (bun/hair, patties and sauce as facial features, lettuce/fries as mustache or face details). The joke relies on viewers recognizing that hidden resemblance and treats it as edgy humor tied to German/Nazi identity.", "evidence": ["Visible text explicitly instructs the viewer to squint and includes a Germany flag emoji, signaling a Germany-related hidden visual joke.", "The burger is framed centrally and remains static, suggesting the humor depends on visually reinterpreting its shapes rather than action.", "The use of a skull emoji with the Germany flag indicates dark/edgy humor rather than a neutral food image.", "The audio line about others bowing to the 'First Order' has authoritarian/conquest overtones that reinforce a domination/totalitarian vibe, though it is not necessary for the core joke."], "evidence_sources": ["frames", "visible_text", "transcript"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly in the video itself: viewers are told to squint and given a Germany cue. But understanding exactly why this is funny requires common cultural knowledge about stereotyped German/Nazi visual associations.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is prompting viewers to squint at the burger so it resembles a Germany-linked figure, most likely Hitler, turning the food image into an edgy visual joke about German/Nazi identity.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000055", "video_path": "videos_final/vimu_000055.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "stereotype_invocation", "mockery"], "social_value_signals": ["anti_mainstream_value", "humiliation"], "target_subjects": ["gender_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.9, "literal_summary": "A repost-style clip with the header text \"Boys being boys\" shows a school group photo. First, many girl students point toward seated teachers with on-screen text reading \"girls normally pointing teachers in a school photo.\" Then the clip shifts to male students in the back row raising one arm straight up, while the text changes to \"meanwhile boys....\"", "intended_meaning": "The meme contrasts girls and boys in a school photo, implying that girls follow a playful or normal pointing pose while boys do something more provocative and edgy by imitating a Nazi-style salute. The joke relies on mocking boys as more prone to offensive, taboo-breaking behavior in group photos.", "evidence": ["Visible text at the top says \"Boys being boys,\" framing the clip as a gender comparison.", "On-screen caption first says \"girls normally pointing teachers in a school photo,\" while many girls are visibly pointing toward the seated adults.", "Later caption says \"meanwhile boys....\" and the camera shows several boys holding one arm raised straight upward in a uniform way.", "The humor depends on the visual contrast between a conventional photo pose and a gesture that resembles a fascist/Nazi salute.", "The edit pans across multiple boys repeating the same gesture, emphasizing the comparison and the joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the meme is understandable from the video itself through captions and gesture contrast, but recognizing why the boys' raised-arm pose is provocative requires common cultural knowledge about the Nazi-style salute.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video edited to compare the girls’ pose with the boys’ matching raised-arm pose, rather than just showing the school photo without that contrast?", "answer": "The edit is meant to highlight that the girls are shown doing a normal playful pose, while the boys are portrayed as trying to be edgy by doing a raised-arm gesture that evokes a Nazi-style salute, making the joke that boys are more likely to turn a school photo into taboo shock humor.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000056", "video_path": "videos_final/vimu_000056.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A vertically formatted clip shows Snickers candy bars laid out on a table while a hand slides them around. On-screen text reads \"Almost went too far 😂.\" The audio says something like \"Sneakers! Sneakers! Snices!\" At the end, the camera cuts to a man giving a blank or uneasy look.", "intended_meaning": "The person is arranging the Snickers bars to resemble or nearly spell an offensive or taboo word/phrase, then changes course before fully showing it. The humor comes from the near-crossing of a social line and the final reaction shot acknowledging that it would have been too far. The exact forbidden word is left implicit, but it appears to be sexual or otherwise inappropriate rather than a harmless spelling game.", "evidence": ["Visible text says \"Almost went too far 😂,\" signaling the joke is about nearly making the arrangement offensive or unacceptable.", "Multiple Snickers bars are deliberately lined up and repositioned as if to form letters or a word.", "The audio repeatedly emphasizes the candy brand name, drawing attention to the letter shapes on the wrappers.", "The final cut to a man's uncomfortable deadpan expression suggests recognition that the arrangement was approaching a taboo meaning."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone: candy bars are being arranged to almost create something inappropriate, and the caption plus reaction shot explain that it nearly crossed a line. However, some everyday contextual inference is needed because the exact taboo word is not fully shown or stated explicitly.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke created by the way the Snickers bars are arranged and the final reaction shot?", "answer": "The joke is that the Snickers bars are being positioned to almost form a taboo or inappropriate word or phrase, then pulled back before fully showing it, with the final look acknowledging they nearly crossed the line.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000057", "video_path": "videos_final/vimu_000057.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "parody", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.9, "literal_summary": "A split-screen style video shows a woman holding a clarinet while Titanic film clips play in an inset. Two viewers at the bottom watch with neutral expressions. Chinese on-screen text appears during the scene, and when the romantic bow-of-the-ship moment arrives, the woman plays the clarinet instead of a soaring expected sound, causing the two viewers to laugh.", "intended_meaning": "The joke parodies the famous romantic Titanic scene by building up to an emotional musical payoff and then replacing it with an awkward or comically unfitting clarinet sound. The humor comes from the contrast between the grand cinematic moment and the silly low-status musical interruption, plus the viewers' delayed reaction laughter.", "evidence": ["Titanic scenes are shown repeatedly in the inset, including the bow pose associated with a dramatic romantic climax.", "The woman on top is framed as a performer holding a clarinet and waiting for the key moment.", "The bottom pair watch with serious, expectant faces for most of the clip, signaling setup and anticipation.", "At the climax, the performer raises the clarinet and plays, and the bottom viewers immediately break into laughter.", "The humor depends on the mismatch between the emotional buildup and the final musical action.", "Visible Chinese text appears near the top left in later frames, reinforcing edited meme formatting, though the core joke is understandable without translating it."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video's setup and payoff alone, but recognizing Titanic as a famously dramatic romantic scene strengthens why the clarinet interruption is funny.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It parodies the dramatic Titanic moment by building expectation for a grand emotional musical payoff and then undercutting it with an awkward clarinet sound, making the mismatch itself the joke.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000058", "video_path": "videos_final/vimu_000058.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "parody"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice", "political_or_identity_signal"], "target_subjects": ["individual_other", "racial_or_ethnic_group"], "cultural_dependency": "high", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.73, "literal_summary": "A sepia-toned illustration of Black field laborers in a cotton field is shown while Chinese text appears line by line, presenting a mock classical poem/story. The audio transcript is a repeated racial slur. Later red Chinese text explains a modern anecdote about a young man buying a figurine and being tricked by a seller, ending with a warning to reflect on this case.", "intended_meaning": "The meme uses racist plantation imagery plus repeated use of a racial slur and a faux-literary Chinese narration to mock a person named in the text as a gullible, socially awkward buyer of anime figurines, while also invoking anti-Black racist imagery for shock humor. The intended effect is contemptuous ridicule through juxtaposing a modern consumer dispute with slave-era cotton-picking visuals and slur-heavy audio.", "evidence": ["Frames show a plantation-like cotton field scene with Black workers picking cotton in front of a large house, which invokes slavery/racialized labor imagery.", "The ASR transcript consists almost entirely of repeated instances of a racial slur, indicating intentionally provocative racist audio.", "Visible Chinese title text appears as 《倪哥溺歌》 with author-like formatting, suggesting a mock poem/parody presentation rather than a straightforward narrative.", "Red explanatory subtitles describe 'a young man' who likes buying anime figurines, is deceived by a merchant, wants a refund, and becomes upset; this frames a story of ridicule toward that person.", "The humor relies on contrast between the elevated/mock-classical framing and the crude racist audio and degrading imagery."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core insultive setup is visible from the video itself: racist plantation imagery, repeated slur audio, and Chinese explanatory text mocking a buyer. Some understanding of the figurine/anime-consumer stereotype and the racial charge of the imagery/slur benefits from common cultural knowledge, but the main point is still mostly inferable from the clip alone.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is presenting the figurine buyer as foolish and laughable, using an exaggerated mock-literary style and deliberately provocative plantation imagery and slur-filled audio to intensify the ridicule for shock value.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000059", "video_path": "videos_final/vimu_000059.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "age_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A short clip shows an elderly woman in a pink top using an Apple Pencil on an iPad drawing app. On-screen Chinese text says, \"奶奶剛學會用iPad就給我這樣.\" She draws a long white stroke on a black canvas and then adds marks near the top, creating a shape that can resemble male genitals. Music credit text and an Instagram handle are visible.", "intended_meaning": "The joke is that the grandmother, said to have just learned to use an iPad, unexpectedly creates a drawing that looks sexually explicit. The humor comes from the contrast between her innocent/elderly image and the suggestive result, inviting viewers to laugh at the accidental obscenity and mild embarrassment.", "evidence": ["Visible text states: \"奶奶剛學會用iPad就給我這樣\" ('Grandma just learned to use an iPad and gave me this').", "Frames show an elderly woman holding a stylus and making a long vertical white stroke on a black screen.", "Subsequent strokes near the upper portion create a form suggestive of a penis/testicles rather than a neutral abstract line.", "The clip centers on revealing the final shape rather than showing any functional task, indicating the drawing result is the punchline.", "The woman's age is visually apparent, and that contrast with the suggestive image is essential to the humor."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video itself provides the setup via on-screen text and the visual punchline via the drawing, so the main joke can be understood without outside context beyond common recognition of sexual imagery.", "fair_for_benchmark": true}, "qa": {"question": "What makes the ending of this clip framed as the payoff of the joke?", "answer": "The clip treats the ending as the joke because the grandmother, introduced as just learning to use the iPad, ends up drawing something that looks like male genitals, and the humor comes from the contrast between her innocent elderly image and the unexpectedly suggestive result.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000060", "video_path": "videos_final/vimu_000060.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "parody"], "social_value_signals": ["sexual_implication", "anti_mainstream_value"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.94, "literal_summary": "A captioned animated clip shows Pinocchio and Geppetto in a workshop. On-screen text at the top says, \"I think I downloaded the wrong Disney movie.\" Geppetto drops his glasses, bends over to pick them up with his backside facing Pinocchio, and asks about a missing cookie while Pinocchio answers. The dialogue ends with Geppetto suggesting Pinocchio could try lying and might get away with it.", "intended_meaning": "The joke reframes a familiar parent-child Disney scene as if it were from an adult or inappropriate version of the story. Geppetto's bent-over position and the line encouraging Pinocchio to \"try\" lying create a sexualized implication about using Pinocchio's nose growth for Geppetto's benefit, presented as dark, transgressive humor through the mismatch with an innocent Disney property.", "evidence": ["Top on-screen text says, \"I think I downloaded the wrong Disney movie,\" signaling that the clip is being framed as unexpectedly inappropriate rather than normal family animation.", "Frames show Geppetto bending over directly in front of Pinocchio after dropping his glasses, visually setting up a sexualized reading.", "The dialogue focuses on whether Pinocchio will lie: \"I'd believe you if you said you didn't,\" \"I wouldn't lie to you,\" and \"You could try. Who knows, you might get away with it.\"", "Pinocchio is widely recognizable from the clip itself by name and design, and the humor depends on the known idea that lying makes his nose grow, making Geppetto's final line double as a sexual innuendo.", "The comedic effect comes from contrast between Disney/family-movie expectations and the adult implication suggested by the staging and dialogue."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is contained in the video through the top caption, character names, body positioning, and dialogue, but understanding the full punchline is helped by common cultural knowledge that Pinocchio's nose grows when he lies.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It recasts Pinocchio as if he were in an adult version of a Disney scene, using Geppetto's position and the talk about lying to imply a joke about Pinocchio's nose being used in a sexual way.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000061", "video_path": "videos_final/vimu_000061.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.91, "literal_summary": "A male streamer watches a simple black-and-white animation. The drawing first looks like a close-up of rounded shapes being pinched by fingers, then reveals a smiling fetus in the womb holding its umbilical cord while a hand appears near its lower body. The streamer’s expression changes from neutral to amused and then shocked, and a skeleton overlay appears on him at the end. The visible text '@TANDUKPUTIH' appears under the animation.", "intended_meaning": "The clip uses a visual fake-out: the initial close-up is framed to resemble a sexualized body part being touched, then zooms/reveals that it is actually a fetus in the womb. The humor comes from the viewer briefly interpreting the image sexually and then reacting with surprise or disturbed amusement when the full image is shown. The skeleton overlay exaggerates the streamer’s shocked reaction.", "evidence": ["The animation begins with an ambiguous close-up of curved body-like lines and fingers touching/pinching a rounded form.", "Later frames reveal the full figure is a fetus with head, limbs, and umbilical cord, changing the interpretation of the earlier close-up.", "The streamer’s face shifts from focused to smiling, then wide-eyed surprise, signaling a reaction to the reveal.", "A skeleton filter/effect appears over the streamer at the end, a common visual cue for being 'shocked' or 'done for.'", "No external caption is needed; the visual sequence itself sets up and resolves the joke.", "Visible on-screen watermark text reads '@TANDUKPUTIH'."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme’s setup, reveal, and reaction are all understandable from the video alone. The main point comes from the visual misdirection and the reactor’s expressions, without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is built around a visual fake-out: it first frames the drawing so it can be mistaken for an intimate touching scene, then reveals it is actually a fetus in the womb, making the humor come from the sudden re-interpretation and the streamer’s exaggerated shock.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000062", "video_path": "videos_final/vimu_000062.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "irony", "deadpan"], "social_value_signals": ["negative_affect", "political_or_identity_signal"], "target_subjects": ["gender_group", "relationship_role"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A caption reading \"Men will be men 😭\" is overlaid on a movie/TV clip. A woman at what appears to be a wedding or formal event calls a man, accusing him of being at a bar after saying he was too sick to attend her cousin's wedding. In the bar, the man and two other men pass the phone around and speak into it while TV audio plays in the background to make it sound like he is home watching television.", "intended_meaning": "The meme presents men as behaving in a predictably foolish or crafty way: helping each other maintain a transparent lie to avoid attending an unwanted social obligation. The humor comes from treating this coordinated deception as a typical male bonding behavior, framed with amused exasperation by the caption.", "evidence": ["Visible text says \"Men will be men 😭,\" explicitly framing the clip as a comment about male behavior.", "Frames show three men together in a bar while one handles a phone call from a woman elsewhere.", "ASR includes the woman saying, \"Are you at a bar? I thought you were too sick to come to my cousin's wedding.\"", "ASR includes the reply, \"No, honey, that's just the TV. And now back to Jim in the newsroom,\" followed by news-like and TV-commercial audio, indicating they are faking a home/TV environment.", "The men's expressions and the passing/handling of the phone suggest a coordinated attempt to keep up the excuse rather than genuine confusion."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the overlay text frames the target group, and the dialogue plus visuals clearly show men in a bar trying to disguise their location during a phone call.", "fair_for_benchmark": true}, "qa": {"question": "What broader idea about the men's behavior is the clip expressing, beyond the immediate phone call situation?", "answer": "It frames the men as typically covering for one another with a flimsy shared excuse to dodge an unwanted obligation, presenting that teamwork in lying as a familiar kind of male bonding.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000063", "video_path": "videos_final/vimu_000063.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "innuendo", "contrast"], "social_value_signals": ["discrimination_or_prejudice", "sexual_implication", "other"], "target_subjects": ["racial_or_ethnic_group", "other"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A short roadside clip shows a purple Lamborghini driving past while large on-screen text reads, \"These Lambos are kinda racist.\"", "intended_meaning": "The joke implies the Lamborghini's loud engine/rev sound resembles or evokes a racial slur or racially charged expression, so the car is mockingly described as 'racist.' The humor relies on attributing racist speech/intent to the car based on how it sounds, rather than showing any explicit racist statement on screen.", "evidence": ["Visible on-screen text explicitly says, \"These Lambos are kinda racist.\"", "The clip centers on a Lamborghini approaching and passing by, suggesting the joke is about the car itself.", "No person speaks in the provided transcript, so the meaning likely depends on the car's sound and the caption's framing rather than dialogue.", "The claim that a car is 'racist' is nonliteral, indicating a humorous/innuendo reading rather than a literal accusation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video and caption alone, but interpreting why the car is called 'racist' requires everyday inference that the unseen/unstated punchline is tied to the car's engine sound or a suggestive phonetic resemblance.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokingly suggests the Lamborghini’s engine sound resembles a racially charged word or phrase, so the car is mockingly described as if it were saying something like that.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000064", "video_path": "videos_final/vimu_000064.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A repost-style clip with the visible text \"Proof that music makes the difference 😭\" shows a shirtless man in a large industrial space turning and then dancing with a group of school-uniformed children behind him. The audio transcript is a cheerful Japanese song lyric: \"こんなこと、いいな、できたらいいな。 あんな夢、こんな夢、いっぱい。\"", "intended_meaning": "The meme demonstrates that changing the soundtrack can dramatically change how the same visuals feel. The dancing scene, which might normally read as intense or stylish, becomes cute, whimsical, or comically different when paired with a light, childlike song, supporting the caption's claim that music changes the viewer's interpretation.", "evidence": ["Visible on-screen caption explicitly says \"Proof that music makes the difference 😭\".", "The video content is a dance sequence, and the humor comes from how the soundtrack reframes it rather than from dialogue in the scene.", "The ASR transcript shows upbeat Japanese lyrics about dreams and wishes, which sound childlike and cheerful relative to the energetic dance visuals.", "The edit presents the clip as an example/proof, implying the point is the mismatch or recontextualization created by the music."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone because the caption states the premise and the audio-visual mismatch demonstrates it directly. No niche outside meme history is required, though recognizing the song as especially childlike adds a bit of flavor.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "The video is showing that the soundtrack can completely change how the same dance footage feels, making it seem cute and playful instead of just intense or stylish.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000065", "video_path": "videos_final/vimu_000065.mp4", "taxonomy": {"surface_form": "dialogue_scene", "rhetoric_mechanisms": ["irony", "absurdism", "parody"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.87, "literal_summary": "A man in a white coat role-plays as a doctor. The top text says \"当我给唐僧做了坏切手术\". He says the surgery was very successful. Then the scene shifts to \"1000年后\" (1000 years later), where someone enters, greets the doctor, says the doctor looks familiar, and the doctor reacts awkwardly.", "intended_meaning": "The joke imagines the speaker performing a bad operation on Tang Monk, causing a bizarre long-term consequence: even 1000 years later the doctor is still around and is recognized by the patient. The humor comes from an impossible, ironic \"successful surgery\" that actually went wrong and produced an absurdly enduring result, making the doctor awkwardly exposed.", "evidence": ["Top on-screen text explicitly sets up the premise: \"当我给唐僧做了坏切手术\".", "First scene shows the actor dressed like a doctor, with gloved hands, saying \"今天的手术非常成功\"/\"恭喜你啊,今天的手术非常成功\".", "A later on-screen caption says \"1000年后\", signaling a time jump and that the consequence lasts an extremely long time.", "In the later scene, the visitor says \"医生你好\" and then \"我瞅你咋这眼熟\" (you look familiar), implying prior contact despite the huge time gap.", "The doctor's facial expression becomes awkward and evasive after being recognized, which supports the implication that the earlier surgery was not truly a success."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is conveyed within the video through the doctor skit, the \"1000 years later\" caption, and the recognition punchline. However, understanding why \"Tang Monk\" makes the timespan absurd/funny benefits from common cultural knowledge that this is a special fictional figure.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video framed so that, after the \"1000 years later\" caption, the visitor says the doctor looks familiar and the doctor becomes awkward?", "answer": "It shows that the earlier claim of a successful operation was not truly successful: the operation led to an absurd consequence that lasted for a thousand years, so the same patient can still recognize the doctor, exposing the doctor and making him awkward.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000066", "video_path": "videos_final/vimu_000066.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.85, "literal_summary": "An animated person in a wheelchair sits near the edge of a cliff on a small island. A white long-nosed dog appears with sparkly eyes as on-screen text says, \"Let me do it for you.\" The dog's nose extends extremely far and loops around the entire island, ending up beside the person as if trying to help.", "intended_meaning": "The joke is that someone eagerly offers help, but in an absurdly overcomplicated and disproportionate way. Humor comes from the contrast between a simple helpful phrase and the ridiculous, impractical method used to assist.", "evidence": ["A person in a wheelchair is shown very close to a cliff edge, suggesting a situation where help might be needed.", "The dog is framed with sparkly eyes and the visible caption \"Let me do it for you,\" signaling eager willingness to help.", "The dog's nose stretches to impossible length and circles the island multiple times before reaching the person.", "The exaggerated animation turns a simple offer of assistance into an absurd spectacle."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The visual gag is mostly understandable from the clip alone, but recognizing the long-nosed dog's helpful catchphrase as part of a broader meme style slightly helps interpretation.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes about someone being very eager to help but doing it in an absurdly overcomplicated, disproportionate way instead of simply assisting.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000067", "video_path": "videos_final/vimu_000067.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "absurdism", "exaggeration"], "social_value_signals": ["contempt", "discrimination_or_prejudice", "humiliation"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A clip styled like an X Games broadcast shows a man in a wheelchair going down a giant vert ramp and flipping through the air multiple times. The audio says, \"Here we go, Stephen Hawking dropping in on the giant vert ramp... this is unreal!\" On-screen broadcast text includes \"X Games,\" \"GIANT VERT,\" and later \"WORLD COMPLETE - 11 FLIPS.\"", "intended_meaning": "The meme’s joke is to present a wheelchair user as if he is performing an extreme-sports stunt, using the spoken identification of \"Stephen Hawking\" to make the spectacle more absurd. The humor relies on mocking disability by turning a wheelchair-bound person into an exaggerated stunt visual and inviting the viewer to laugh at the implausible, demeaning image.", "evidence": ["The ASR explicitly names \"Stephen Hawking,\" a highly recognizable wheelchair user, while the person shown is in a wheelchair.", "The visuals show a wheelchair going down a vert ramp and doing repeated flips in an X Games setting, which is intentionally implausible and exaggerated.", "Broadcast-style on-screen text says \"X Games\" and \"GIANT VERT,\" framing it like a serious sports event while the content is absurd.", "The later visible text \"WORLD COMPLETE - 11 FLIPS\" heightens the exaggeration and spectacle.", "The comedic effect comes from the contrast between a disabled/wheelchair-bound figure and the extreme-sports framing, making the person the butt of the joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: a wheelchair user identified in audio as Stephen Hawking is edited into an X Games-style vert-ramp stunt clip. No niche meme history is needed beyond general recognition of Stephen Hawking as a wheelchair user.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point created by combining the X Games-style presentation with the spoken identification of Stephen Hawking?", "answer": "It turns Stephen Hawking’s wheelchair use into an absurd extreme-sports spectacle, making the wheelchair user the object of the joke through exaggerated stunt framing.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000068", "video_path": "videos_final/vimu_000068.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["parody", "absurdism", "exaggeration", "contrast"], "social_value_signals": ["anti_mainstream_value", "political_or_identity_signal", "aggression_or_hostility"], "target_subjects": ["nationality_group", "ideology", "institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A mock mobile game ad styled as if from 1949 shows actors dressed as Nationalist-era soldiers and a Chiang Kai-shek-like figure promoting a game called \"宝岛奇兵,\" urging viewers to use \"金圆券\" to build forces, upgrade weapons, land on an island, and conquer coastal bases. On-screen text at the top says \"疑似1949年手游广告流出,\" and a disclaimer-like overlay says the AI-generated content is for entertainment and not meant as real history.", "intended_meaning": "The video parodies modern pay-to-win mobile game advertising by transplanting it into a Chinese Civil War / Taiwan-landing fantasy scenario. The joke comes from treating historical military-political conflict as a cheesy game commercial, with Chiang-like leaders and soldiers enthusiastically talking about recharge bonuses, troop upgrades, and 'taking the island.' It also carries a nationalist/political edge by framing an invasion or conquest of Taiwan as playful, promotional, and winnable.", "evidence": ["Top text repeatedly reads \"疑似1949年手游广告流出,\" explicitly framing the clip as a fake retro game ad.", "A translucent overlay states the AI-generated material is for entertainment and not intended to distort history, signaling deliberate fabrication/parody.", "The speaker says \"我蒋介石亲自带队\" and later \"我是蒋介石,\" while a bald mustached man in period military dress addresses viewers like a spokesperson.", "Large visible text includes \"宝岛奇兵\" and \"金圆券 点击就送,\" matching the structure of aggressive mobile game ads with giveaway rewards.", "Soldiers in old-style uniforms crowd around a smartphone, cheer about upgrades, recharging, and doubled combat power, e.g. \"炮艇又升一级啦,\" \"战斗力直接翻一倍,\" \"给他全充满.\"", "The dialogue urges offensive actions such as \"征服宝岛,\" \"把登陆艇放出去,\" and \"打他们的海岸基地,\" making conquest the game objective.", "The tone is excited and salesy rather than solemn, creating contrast between historical military imagery and unserious monetized-game language.", "An anachronistic mix appears in historical costumes plus smartphone gameplay and modern ad slogans, supporting absurdist parody."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is understandable from the video alone because it clearly presents a fake historical mobile-game ad with conquest language and exaggerated recharge mechanics. Some light background knowledge helps to recognize Chiang Kai-shek, the 1949 setting, and why \"宝岛\"/landing rhetoric has political resonance.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is parodying flashy pay-to-win mobile game ads by recasting a 1949-style military campaign and Taiwan-landing scenario as a cheesy game promotion, making conquest sound like an easy, rechargeable game objective.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000069", "video_path": "videos_final/vimu_000069.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "bait_and_switch"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice", "negative_affect"], "target_subjects": ["individual_other", "racial_or_ethnic_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.95, "literal_summary": "A man walks through a museum of old tractors and says the museum is amazing. He points toward the right and says, 'Wow, look! It's a really old piece of farm equipment,' while a Black man steps into frame where he is pointing. Chinese subtitles translate the spoken line, and an emoticon appears at the top on a black border.", "intended_meaning": "The joke is that the speaker appears to refer not to the tractor but to the Black man as 'old farm equipment.' The humor relies on a demeaning comparison of a person to agricultural machinery, functioning as an insulting bait-and-switch and carrying racially derogatory undertones because the person revealed as the apparent target is Black.", "evidence": ["The setting clearly contains antique tractors and museum placards, supporting the initial expectation that 'farm equipment' refers to an exhibit.", "The speaker says, 'This museum is amazing! Wow, look! It's a really old piece of farm equipment.'", "As he points, a Black man enters/stops in the exact area indicated by the gesture, creating the punchline through timing.", "The man being pointed at stands expressionless while the first man continues facing camera, which reinforces that the reveal is intentional rather than accidental.", "The Chinese subtitles on screen match the spoken line about the museum and 'very old farm equipment.'", "The top emoticon and edited framing suggest this is presented as a joke/reaction clip rather than straightforward documentary footage."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke and its insulting implication are understandable from the clip alone through the museum setup, pointing gesture, reveal timing, and dialogue. No niche external meme knowledge is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The clip is framed as a bait-and-switch joke where the speaker’s line about seeing an \"old piece of farm equipment\" ends up being directed at the Black man entering the frame, treating him as the object of the remark and using that comparison to mock and demean him.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000070", "video_path": "videos_final/vimu_000070.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A repost-style meme frame shows the text \"Season 2 is coming\" above a shaky clip of two tall buildings under construction standing close together, with other buildings in the background.", "intended_meaning": "The caption implies a joking 'sequel' to an earlier event or image because the two adjacent towers visually resemble an erection or sexual scene; the humor comes from treating the building shapes as suggestive and announcing a return with 'season 2.'", "evidence": ["Visible on-screen text says \"Season 2 is coming.\"", "The main visual focus is two tall cylindrical high-rises under construction placed side by side.", "Their tops are rounded/capped and the framing emphasizes their phallic resemblance.", "No other explicit narrative is present, so the joke relies on the visual similarity plus the sequel-style caption."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the visible caption and the suggestive building imagery alone; no niche external context is required beyond common recognition of sexual visual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video pair the caption \"Season 2 is coming\" with this particular image?", "answer": "It jokes that the two towers look suggestive, so the caption frames them as a humorous 'sequel' or return of an earlier similar visual gag.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000071", "video_path": "videos_final/vimu_000071.mp4", "taxonomy": {"surface_form": "reenactment", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "In a kitchen, a young man is shown with on-screen text saying, \"Yo bro I'm gonna check if the ovens hot enough.\" He opens the oven, gets down close to it as if checking inside, then there is a cut revealing a different young man in the same clothes/position closing the oven and smiling. Final text reads, \"It's good bro.\" Chinese subtitles mirror the English text.", "intended_meaning": "The clip uses the oven-checking scenario as a sexual double entendre. The cut to a different person bent near the open oven implies that instead of literally checking temperature, something sexual happened off-screen; the final line, \"It's good bro,\" plays as confirmation after that implied act. The humor relies on misdirection from a mundane kitchen task to a sexual implication.", "evidence": ["On-screen text explicitly sets up a mundane action: \"Yo bro I'm gonna check if the ovens hot enough.\"", "The person kneels and puts his head/upper body very close into the open oven, creating an exaggerated setup that feels suggestive rather than practical.", "There is a conspicuous identity-switch cut: after the head-in-oven moment, a different person in similar clothes appears rising from the same position.", "The final on-screen text, \"It's good bro,\" functions as a punchline after the cut, implying a different meaning for what was being 'checked'.", "No other explicit explanation is given, so the joke depends on the visual timing and implied off-screen act."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The setup and punchline are mostly understandable from the video itself, but recognizing the sexual double entendre requires ordinary social knowledge about suggestive phrasing and visual implication.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video turns a simple oven-checking setup into a double entendre, implying through the identity-switch cut that something sexual happened off-screen and that the final line is reacting to that instead of to the oven.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000072", "video_path": "videos_final/vimu_000072.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "innuendo", "deadpan"], "social_value_signals": ["negative_affect", "sexual_implication", "norm_violation"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.89, "literal_summary": "The video shows text reading, \"Teacher: The Exam won't be too hard\" and then \"The Exam:\" above a word puzzle \"_ I _ _ ER.\" A face resembling Adolf Hitler is shown under the puzzle, while the lower half shows a slowly zooming-in reaction shot of a serious-looking man staring forward.", "intended_meaning": "The joke is that the test is supposedly easy, but the answer pattern plus the image suggests an offensive or taboo word associated with Hitler, making the student freeze in discomfort. The humor comes from the mismatch between the teacher's reassurance and an exam prompt that seems to lead to a disturbing, socially unacceptable answer.", "evidence": ["Visible top text says the teacher claims the exam will not be too hard.", "The exam prompt is shown as the letter pattern \"_ I _ _ ER.\"", "An image resembling Adolf Hitler is placed directly beneath the puzzle, steering the viewer toward a taboo completion associated with him.", "The lower clip is a prolonged blank, tense facial reaction with a slow zoom, signaling shock or uneasy realization rather than a spoken explanation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's setup, clue, and reaction are all contained in the video itself; only ordinary knowledge that Hitler is associated with a notorious taboo word is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that the teacher says the exam will be easy, but the puzzle and Hitler image push the student toward a taboo word, so the reaction shows stunned discomfort at being faced with an unacceptable-seeming answer.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000073", "video_path": "videos_final/vimu_000073.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "innuendo"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "A young woman performs a floor dance routine in a studio labeled \"PAOPAO DANCE STUDIO\" while a sensual song plays. Near the end, a simple cartoon figure sticker appears at the lower left as she is on the floor, creating a comic interruption to the otherwise sexy choreography.", "intended_meaning": "The clip presents a seductive dance performance, then undercuts it with a reaction-style cartoon insert that makes the moment awkward or funny. The implied joke is self-deprecating: a sexy pose/routine is being contrasted with a goofy, embarrassed, or startled observer, turning the sensual mood into playful cringe/comedy.", "evidence": ["The dancer uses low floorwork, leg-spread poses, hair flips, and body rolls that align with the sensual lyrics.", "The audio lyrics include \"Your body is so sweet\" and \"Invite me to come,\" which carry sexual/sensual implications.", "A small doodle-like character suddenly appears in the lower-left corner only during the floor segment, acting like a visual reaction/commentary device.", "The comedic effect comes from the timing contrast between the seductive choreography and the absurd, plain cartoon figure."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable from the video alone: a sexy dance is intentionally interrupted or reframed by a humorous reaction sticker, producing a self-mocking contrast without requiring outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns a seductive dance moment into self-deprecating comedy by adding a simple reaction figure that makes the performance feel awkward and playfully embarrassing instead of purely alluring.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000074", "video_path": "videos_final/vimu_000074.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "parody", "contrast"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["relationship_role", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.74, "literal_summary": "A split-screen video shows a man in headphones watching while large caption text reads \"when Peter Parker tried to learn Chinese💀.\" On the lower half, a person in a Spider-Man mask types \"buy that one\" into Google Translate, gets the Chinese \"买那个\" with pronunciation shown, then a voice repeats the phrase rhythmically. The watcher starts laughing, and another Spider-Man-masked person enters and leans in close beside the first.", "intended_meaning": "The joke is that the Chinese phrase/pronunciation produced by Google Translate, especially when repeated aloud, is made to sound like an English sexual phrase associated with Peter Parker/Spider-Man, and the second Spider-Man entering reinforces that double meaning. The humor comes from a phonetic coincidence and from framing Spider-Man as accidentally saying something suggestive while supposedly just learning Chinese.", "evidence": ["Visible caption sets up the premise: \"when Peter Parker tried to learn Chinese💀.\"", "Google Translate screen shows the English input \"buy that one\" and the Chinese output \"买那个\" with romanized pronunciation beneath it.", "ASR captures repeated Chinese-sounding audio: \"买 买 买那个...,\" indicating the phrase is repeated for effect.", "The man in the top panel reacts with increasing laughter after the pronunciation is played.", "A second Spider-Man character appears and gets physically close to the first, visually reinforcing a suggestive interpretation rather than a simple translation lesson."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is in the video itself through the caption, translation screen, repeated pronunciation, laughter, and the second Spider-Man entering. However, understanding why it is funny requires light outside knowledge of Spider-Man/Peter Parker and recognizing the phonetic sexual double entendre.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the Chinese phrase from Google Translate sounds like an English phrase tied to Spider-Man/Peter Parker with a suggestive double meaning, so he seems to accidentally say something intimate while supposedly just learning Chinese.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000075", "video_path": "videos_final/vimu_000075.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "contrast"], "social_value_signals": ["fatalism_or_cynicism", "negative_affect"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A static screen shows large Chinese text above a field of TV-like visual noise/static. The text reads: \"No matter which moment you pause at, it will suddenly disappear.\"", "intended_meaning": "The clip presents a simple visual claim about a noisy/static image: because the pattern constantly changes, pausing at any moment will not preserve a stable recognizable image and it will seem to vanish. The tone also suggests a mildly pessimistic or existential feeling about things disappearing suddenly, but the main point is the literal visual observation rather than a targeted social joke.", "evidence": ["All sampled frames show the same composition: black Chinese text on white background above a dense static/noise pattern.", "The visible text says: \"不管你在哪一刻暂停 它都会突然消失\" (roughly: \"No matter at which moment you pause, it will suddenly disappear\").", "There are no people, characters, or explicit targets shown.", "The static/noise imagery creates a visual contrast with the text's statement about disappearance."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video's point is conveyed entirely by the on-screen text and the accompanying static-like visual; no outside meme history or niche context is needed to understand it.", "fair_for_benchmark": true}, "qa": {"question": "What main point is created by pairing that sentence with the TV-like static image?", "answer": "It conveys that the static never holds a stable image, so whenever you stop on it, the pattern seems to vanish or fail to preserve any fixed recognizable moment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000076", "video_path": "videos_final/vimu_000076.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self", "institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short clip of an outdoor public ceremony with seated attendees and people at a podium is overlaid with the text \"Me following Google Maps.\" A person suddenly moves quickly across the front area, and some audience members turn to look.", "intended_meaning": "The caption reframes the unexpected quick movement as a joke about blindly obeying Google Maps directions, implying the speaker/user follows navigation instructions so literally that they make abrupt, awkward, or poorly timed maneuvers.", "evidence": ["Visible on-screen text says \"Me following Google Maps.\"", "The video shows a formal event, then a person rapidly crossing the scene in a way that appears abrupt and out of place.", "Audience members turn their heads, reinforcing that the movement is conspicuous and sudden.", "The humor comes from matching the awkward motion in the clip to the everyday experience of making sudden moves while following navigation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the caption plus the visible sudden movement in the clip; no niche outside context is required beyond common familiarity with map navigation.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that the person follows Google Maps so literally that they make sudden, awkward moves the moment the app seems to direct them.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000077", "video_path": "videos_final/vimu_000077.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["mockery", "contrast"], "social_value_signals": ["contempt", "humiliation"], "target_subjects": ["appearance_or_body_type", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "A split-screen reaction video shows a streamer in a yellow rain jacket watching a shirtless heavyset man use a face filter that asks, \"Who I am on the Titanic?\" The filter cycles through options including \"The Titanic,\" \"The Iceberg,\" \"The Unsinkable Molly Brown,\" and \"Jack Dawson,\" and lands on \"The Iceberg\" while the streamer makes a strained amused/disapproving face.", "intended_meaning": "The joke is that the shirtless man's large body is being compared to the iceberg from Titanic rather than to human characters, using the filter result as a punchline. The top reaction emphasizes ridicule or secondhand discomfort at a body-size-based insult.", "evidence": ["Visible text over the lower subject says \"Who I am on the Titanic?\" and then shows multiple Titanic-related identities.", "The final shown result is \"The Iceberg.\"", "The lower subject is framed shirtless and heavyset, making body size visually salient to the comparison.", "The top subject does not speak in the provided evidence but reacts with a scrunched, uneasy/amused facial expression, signaling that the result is interpreted as a harsh joke."], "evidence_sources": ["frames", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's core joke is understandable from the visuals and on-screen text alone: the filter lands on \"The Iceberg\" for a visibly large person, and the reaction shot underscores the insulting comparison. Only basic cultural knowledge of Titanic is needed.", "fair_for_benchmark": true}, "qa": {"question": "How do the filter result and the other person's reaction work together to create the video's main point?", "answer": "The video's point is that the filter landing on \"The Iceberg\" turns the man into a visual comparison with the iceberg, and the reaction shot frames that comparison as the joke landing.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000078", "video_path": "videos_final/vimu_000078.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A caption at the top reads \"Pov: Riding a bike\" over highway footage. A motorcycle appears, then the scene is edited so two human figures dressed like Jesus and the Grim Reaper are running barefoot down the road after it.", "intended_meaning": "The meme jokes that riding a bike, likely meaning a motorcycle, feels extremely dangerous or fast, as if the rider is so close to death that Jesus and the Grim Reaper are both chasing them. The humor comes from replacing an ordinary expectation from the caption with an over-the-top life-or-death visual.", "evidence": ["Visible text says \"Pov: Riding a bike,\" setting up the premise.", "The road footage first shows a motorcycle traveling on a highway.", "A sudden visual gag introduces the Grim Reaper and a Jesus-like figure sprinting after the bike.", "The juxtaposition of normal riding footage with religious/death figures suggests a near-death or mortality joke rather than a literal event.", "The edit functions as a punchline by escalating from normal riding to absurd pursuit."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption and edited visuals together provide the full joke without needing niche outside context; only everyday knowledge that the Grim Reaper symbolizes death and Jesus symbolizes the afterlife helps slightly.", "fair_for_benchmark": true}, "qa": {"question": "What main idea does the caption-and-edit combination convey about the ride?", "answer": "It suggests that riding the bike feels extremely intense and close to a life-or-death experience, using the chase by Jesus and the Grim Reaper as an exaggerated joke about being right on the edge.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000079", "video_path": "videos_final/vimu_000079.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "contrast"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["racial_or_ethnic_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "The video shows a screenshot of an online form where the email field contains an address, but the confirm-email field says \"yep that's my email,\" producing an error message. Overlaid caption text repeats \"yep that's my email\" while a reaction clip below shows two men in blue shirts looking at a screen, then one reacts with surprise and amused disbelief.", "intended_meaning": "The meme mocks the person who filled the form incorrectly as unintelligent. Because the reaction image prominently features Black men and the account branding includes a racialized slur, the joke is framed in a way that invites viewers to associate this kind of stupidity with Black people rather than only with one mistaken individual.", "evidence": ["The top half visibly shows a form with \"Email\" filled as an address and \"Confirm Email\" filled with the sentence \"yep that's my email,\" followed by a red validation error saying it does not look like an email.", "Large on-screen caption text repeats the mistaken phrase, making that error the punchline.", "The lower clip shows two men staring at a screen and then reacting with surprise/amusement, signaling ridicule of the mistake.", "The account watermark/name contains the word \"Niggga.reel\" / \"@niggga.reel,\" which racializes the framing of the meme beyond a neutral reaction clip."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the visible form error and reaction shot alone, but recognizing the sensitive racial framing requires noticing the account branding and understanding its social meaning.", "fair_for_benchmark": true}, "qa": {"question": "Beyond showing someone enter the wrong thing in a form, what broader takeaway does the meme's framing invite viewers to make?", "answer": "It presents the form mistake as proof of stupidity, and the way the meme is framed pushes that judgment beyond one person to Black people more broadly.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 3, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000080", "video_path": "videos_final/vimu_000080.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["mockery", "innuendo"], "social_value_signals": ["negative_affect", "sexual_implication"], "target_subjects": ["class_or_occupation"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.66, "literal_summary": "A man in glasses looks at the camera with a strained, confused expression while a screenshot of a Chinese chat is overlaid. The visible text reads: '什么科比较容易挂' and '还有哪个科比'.", "intended_meaning": "The joke appears to hinge on a sexual double meaning in the Chinese text: a question about which academic subject is easiest to fail is read or framed as sounding like a question about which field/department has people who are easier to 'sleep with' or 'pick up.' The man’s pained reaction signals he finds the wording suggestive or inappropriately phrased.", "evidence": ["The video consists mainly of a facial reaction shot rather than an explanatory scene, suggesting the humor comes from reacting to the overlaid text.", "Visible text in the chat says '什么科比较容易挂' and '还有哪个科比'. The first clause literally references 'which subject/department is easier to 挂,' which can carry multiple meanings depending on context.", "The second line is cut off/incomplete, increasing ambiguity but implying a continuation based on the same wordplay.", "The man squints and grimaces as if reacting to an awkward or loaded statement rather than a neutral academic question."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic setup is understandable from the video alone—a man reacts to a chat screenshot—but interpreting the meme point requires some everyday Chinese language knowledge about the possible double meaning of the wording.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is reacting to a Chinese phrase that sounds ambiguously phrased, turning an ordinary question about which school subject is easiest to fail into a suggestive reading about which department or field has people who are easiest to pursue sexually. The man's expression shows discomfort at that double meaning.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000081", "video_path": "videos_final/vimu_000081.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["appearance_or_body_type", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A man on camera reacts with widened eyes and a smirk while a clip of several tall buildings plays below. On-screen text says, \"Season 2 is coming.\" The framing and the shapes of the buildings emphasize two tall central towers and a smaller building nearby.", "intended_meaning": "The meme uses the skyline/building shapes as a visual sexual analogy, implying an erection or male genital comparison, with the text \"Season 2 is coming\" suggesting a sequel or repeat of something. The reactor's amused expression signals that the humor comes from noticing the suggestive resemblance rather than from the buildings literally.", "evidence": ["Visible text reads \"Season 2 is coming.\"", "The lower clip centers two tall cylindrical towers with rounded tops and a much smaller neighboring building, creating a phallic visual resemblance.", "The man first looks serious, then widens his eyes, then smirks, indicating recognition of a joke or suggestive implication.", "No explicit explanation is given in text or speech; the joke relies on visual resemblance and reaction timing."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is inferable from the video alone through the building shapes, text, and reaction, but understanding it as sexual visual innuendo requires common cultural knowledge about phallic humor.", "fair_for_benchmark": true}, "qa": {"question": "Why is the reaction shot paired specifically with the skyline clip and the caption \"Season 2 is coming\"?", "answer": "The video pairs them because the skyline is meant to resemble male genitals/an erection, and \"Season 2 is coming\" frames it like a repeat or sequel to that visual joke; the reaction shows he notices the resemblance.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000082", "video_path": "videos_final/vimu_000082.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["exaggeration", "mockery", "contrast"], "social_value_signals": ["negative_affect", "humiliation", "political_or_identity_signal"], "target_subjects": ["individual_other", "gender_group", "nationality_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.73, "literal_summary": "A reaction-style video shows a man in headphones watching a compilation under the caption \"When a Trend Goes Too far 💀😂.\" The inserted clips show multiple people posing with one hand held vertically near the face, including a woman outdoors, a group of young men in snow, and a man wearing a keffiyeh-like head covering. The reactor’s face shifts from blank to skeptical/confused.", "intended_meaning": "The meme presents a hand-pose trend as having become excessive because many different people are copying it. The final clip, featuring a man with Arab-associated clothing, suggests the joke escalates by implying the trend has spread so far that it now resembles or overlaps with a culturally or politically loaded identity-coded gesture, prompting the reactor’s uneasy/confused response. The humor comes from mocking the trend as overdone and awkward, with a potentially sensitive identity-coded punchline.", "evidence": ["Visible on-screen text says \"When a Trend Goes Too far 💀😂,\" framing the compilation as ridicule of an overextended trend.", "Multiple clips repeat a similar hand pose held upright near the face, indicating a copied visual trend.", "The top reaction face remains deadpan/skeptical, signaling disapproval or disbelief rather than celebration.", "The final inserted clip changes from fashion/lifestyle-looking participants to a man styled with a keffiyeh-like scarf and ring, increasing identity/cultural salience.", "Editing uses sequential escalation across different people to build the joke that the trend has spread too widely."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke—that a repeated hand-pose trend is being mocked as overdone—is understandable from the video alone. Some light cultural context helps to read the final clip as identity-coded and therefore more sensitive.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is mocking a hand-pose trend as overdone and awkward by showing more and more people copying it, then ending on a culturally identity-coded example to suggest the trend has spread so far that it starts to look uncomfortable or absurd.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000083", "video_path": "videos_final/vimu_000083.mp4", "taxonomy": {"surface_form": "dialogue_scene", "rhetoric_mechanisms": ["literal_only", "exaggeration"], "social_value_signals": ["aggression_or_hostility", "humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.78, "literal_summary": "At night on a street, two young men argue face to face outside storefronts. The man in black repeatedly touches or taps the other man's face/shoulder while the audio says in Spanish, 'What are you doing? What the hell are you doing?' and ends with a threat sounding like 'In the end I'll hit you.' The man in white gestures back as the other steps away.", "intended_meaning": "The clip presents a tense confrontation where one person is angrily challenging the other's behavior and escalating toward a possible fight. As a meme/reaction clip, the point is mainly the intensity of someone being provoked and threatening to retaliate, rather than a complex hidden subtext.", "evidence": ["Two men stand in close proximity with confrontational body language and animated hand gestures.", "The ASR repeatedly captures '¿Qué haces?' / '¿Qué pollas haces?', indicating angry questioning.", "The phrase 'Al final te doy' suggests a threat to hit or retaliate.", "One man repeatedly pats/slaps toward the other man's face/cheek area, increasing the sense of provocation and hostility.", "Night street setting with no explanatory captions or additional context implies the clip's meaning is carried by the visible argument itself."], "evidence_sources": ["frames", "transcript", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable directly from the visible argument, threatening language, and hostile tone; no outside meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What message does someone usually mean by sending this clip in reply to another person?", "answer": "It means the other person is pushing things too far and the sender is warning that they are being provoked toward a direct confrontation or retaliation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000084", "video_path": "videos_final/vimu_000084.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["parody", "innuendo", "absurdism"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "A split-screen video shows a male streamer reacting while, in the main clip below, football stars styled as Messi, Mbappé, Ibrahimović, and Ronaldo stand together. One man sits in a chair while the others perform a challenge-like sequence around him; after calls of \"Messi! No!\" and then \"Georgina! No!\" the Messi-styled man leans in and kisses the seated Ronaldo-styled man, while the streamer looks amused and surprised.", "intended_meaning": "The meme uses a fake football-player skit and the reactor's shocked amusement to build toward a punchline where an unexpected kiss replaces what seems to be a more ordinary challenge outcome. The humor comes from surprise and sexual/relationship innuendo, especially the contrast between calling out famous footballers and then invoking Ronaldo's partner before the kiss, implying jealousy or taboo intimacy for comic effect.", "evidence": ["The video is split-screen with a streamer on top visibly watching and smiling, signaling a reaction format.", "The lower clip shows recognizable football lookalikes/cosplay: pink striped jersey resembling Messi's team, yellow Al Nassr-style kit for Ronaldo, and other famous-player styling.", "ASR repeatedly says \"Messi! No!... Georgina! No!\" indicating disapproval directed first at Messi and then at Georgina, a relationship-reference name.", "Frames show a staged sequence: one player lifts a leg, another holds a brick over the seated man's head, then the seated man braces, suggesting a buildup to a challenge or prank.", "The final reveal is that the Messi-styled man embraces and kisses the Ronaldo-styled man on the face/mouth area.", "The streamer's widened eyes/open mouth at the end reinforce that the intended punchline is the unexpected kiss."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone because the staged buildup and surprise kiss are visible, but recognizing the named football figures and the significance of \"Georgina\" improves interpretation of the relationship-based punchline.", "fair_for_benchmark": true}, "qa": {"question": "How do the staged buildup, the final action, and the shouted name work together to make the video's framing understandable?", "answer": "The video is built as a fake challenge-style setup that misdirects the viewer toward expecting a different payoff, then switches to an unexpected kiss as the punchline. The shouted reference to Georgina makes the ending read as relationship-based innuendo, adding a jealousy/taboo angle that explains why the reaction shot is framed as surprised amusement.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000085", "video_path": "videos_final/vimu_000085.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["bait_and_switch", "innuendo", "contrast"], "social_value_signals": ["sexual_implication", "norm_violation", "negative_affect"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.88, "literal_summary": "A streamer reacts to a 'say the word on beat' challenge shown on screen. The first prompts are simple repeated letter/word patterns like 'A U A U' and 'HER the HER the.' On the third round, the screen shows blocks reading 'Stu,' 'Pid,' and 'Nick,' while the audio includes him saying earlier sounds smoothly, then hesitating and saying 'Stupid...' followed by surprise.", "intended_meaning": "The joke is that the challenge starts with harmless rhythmic reading tasks, then introduces a sequence that tempts the participant to blend syllables into a taboo-sounding slur. The streamer appears to notice the trap and redirects to 'stupid' instead, reacting with surprise at the setup. The humor comes from almost being tricked into saying something offensive on beat.", "evidence": ["On-screen overlay says 'Say the word on beat challenge😭,' framing the clip as a reaction to a reading/rhythm test.", "The challenge instructions say 'say the *letter/word* on beat (very easy),' and the first examples are simple pronounceable sequences like 'A U A U' and 'HER the HER the.'", "Round 3 shows segmented blocks 'Stu' 'Pid' 'Nick,' arranged as rhythmic units to be read in sequence.", "ASR captures earlier rhythmic vocalizing ('A-U-A-U-A-U-Easy! Hurda, hurda...') followed by 'Stupid... Woah!' indicating a sudden correction and surprised realization.", "The progression from easy neutral prompts to the third, more dangerous-looking segmentation supports a bait-and-switch structure."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main point is mostly understandable from the video itself: a rhythm-reading challenge appears to try to trick the streamer into saying an offensive-sounding phrase. Some light cultural knowledge about taboo slurs and prank-style wordplay helps to fully grasp why he abruptly changes course.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video shows a rhythm-reading challenge that is set up to trick the streamer into blending syllables into a taboo-sounding word, and the joke is that he realizes the trap mid-read, switches to \"stupid,\" and reacts to almost being baited.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000086", "video_path": "videos_final/vimu_000086.mp4", "taxonomy": {"surface_form": "interview_street", "rhetoric_mechanisms": ["mockery", "exaggeration", "innuendo"], "social_value_signals": ["contempt", "humiliation", "sexual_implication"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A woman speaking into a microphone says, \"I wanted to join the military, but they said they would use me as a missile.\" Other women at the table react with restrained facial expressions, and the clip has on-screen text reading, \"She had them fighting for their lives..😂\"", "intended_meaning": "The joke mocks the speaker by implying her body shape, especially her backside, is so large or prominent that the military would treat her like a \"missile.\" The humor relies on a sexualized/body-based insult and on the awkward reactions of the others, presented as them trying not to laugh.", "evidence": ["ASR/transcribed speech states: \"I wanted to join the military, but they said they would use me as a missile.\"", "On-screen caption says: \"She had them fighting for their lives..😂,\" framing the clip as a joke that made the others struggle not to react.", "The other women puff cheeks, avert gaze, and hold back expressions, emphasizing awkward suppressed laughter.", "The punchline depends on a non-literal reading of \"missile\" as a metaphorical insult/joke about the speaker's body rather than an actual military role."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, punchline, and reaction shots are all present in the video itself, and the joke can be understood without outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What is the speaker meant to be implying with the 'use me as a missile' line, and why are the others' reactions and the caption important to how the moment is presented?", "answer": "It presents the line as a joke about the speaker's body, implying her backside is so large or prominent that she could be used like a missile, while the others' restrained reactions and the caption frame it as a remark that caught them off guard and made them struggle not to laugh.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000087", "video_path": "videos_final/vimu_000087.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "absurdism", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.78, "literal_summary": "A cartoon scene shows a white-wigged man reading under a tree while a baby-like cartoon character peeks from behind the tree holding up a red apple. The video then abruptly cuts to a low-light outdoor clip of a large bird in a field moving toward the camera with its wings spread.", "intended_meaning": "The humor comes from an unexpected visual jump: the familiar-looking cartoon setup suggesting Newton and the apple is interrupted by a dramatic cut to a strange bird charging or flying toward the viewer. The meme's point is mainly the absurd, jarring escalation from calm intellectual scene to an ominous animal clip.", "evidence": ["The first frames depict an old-fashioned wigged man reading under a tree, evoking a calm historical/scientific setup.", "A baby-like cartoon figure appears from behind the tree holding an apple over the man's head, implying an apple-drop gag.", "The video abruptly cuts to a different live-action scene with a large bird in a field.", "The bird advances directly toward the camera with wings extended, creating a sudden intense and surreal visual contrast.", "No on-screen text or spoken dialogue is provided to specify a more precise claim."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone as an abrupt absurd contrast, though recognizing the first cartoon as a Newton/apple setup helps the punchline land more clearly.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video structured to begin with the tree-and-apple cartoon setup before suddenly switching to the bird clip?", "answer": "It sets up a familiar expectation of a Newton-style apple gag, then breaks that expectation with a sudden bird shot so the humor comes from the jarring, absurd escalation and contrast.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000088", "video_path": "videos_final/vimu_000088.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A vertical split-screen style clip shows aerial footage above clouds with visible text reading \"What a pilot sees during landing\" while a man with glasses and a beard speaks reverently into a small microphone, praising the view and human achievement. As the plane descends, the view becomes an almost featureless white cloud/fog layer, and he ends with a surprised \"What the-\".", "intended_meaning": "The meme sets up an awe-inspiring, poetic description of aviation and a beautiful landing view, then undercuts it when the actual scene turns into plain white cloud cover. The humor comes from the mismatch between grand emotional narration and the mundane or disappointing visual reality at the end.", "evidence": ["Visible on-screen text frames the clip as \"What a pilot sees during landing.\"", "The speaker's tone is sincere and admiring: \"Incredible,\" \"what humanity is capable of,\" and \"touch the edge of impossible.\"", "The visuals begin as dramatic cloudscape imagery, supporting the lofty narration.", "During descent the image loses detail and becomes mostly blank white/gray fog, creating a visual anticlimax.", "The final interrupted line \"What the-\" marks a sudden reversal from reverence to confusion/surprise."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, payoff, and joke are all understandable from the video alone: text establishes the premise, narration builds awe, and the visual change to blank cloud/fog provides the punchline.", "fair_for_benchmark": true}, "qa": {"question": "How does the ending change the point of the earlier buildup in the clip?", "answer": "It turns the lofty praise of a majestic landing view into a joke by revealing that the pilot’s actual view ends up being mostly blank cloud or fog, making the buildup feel overdramatic compared with the mundane reality.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000089", "video_path": "videos_final/vimu_000089.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "mockery", "contrast"], "social_value_signals": ["sexual_implication", "humiliation", "negative_affect"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.81, "literal_summary": "A split-screen video shows bright yellow frogs in shallow water on the left and a shirtless man reacting on the right. On-screen text at the top says, \"Are this frogs calling me\" followed by a ninja emoji. The man looks confused and uncomfortable while one frog inflates its vocal sac and more frogs appear.", "intended_meaning": "The joke frames the frogs' croaking/calling behavior as if they are saying a slur or insulting term aimed at the man, and his reaction suggests he feels targeted or offended. The humor comes from sexualized/insult-like innuendo projected onto normal frog sounds and from his uneasy reaction to it.", "evidence": ["Visible text says, \"Are this frogs calling me\" plus a ninja emoji, signaling the clip is about interpreting the frogs' sounds as directed speech.", "The right-side subject repeatedly makes confused, suspicious, and uncomfortable facial expressions, as if reacting to being insulted or addressed.", "The left-side frogs are shown in calling posture, including one with an inflated vocal sac, emphasizing croaking as the trigger for the reaction.", "The split-screen juxtaposition creates a cause-and-reaction structure: frogs vocalize, man reacts as though hearing something offensive.", "No explicit slur is shown in text, so the offensive implication remains indirect rather than stated."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone, but recognizing that the humor depends on hearing the frogs' calls as resembling an insulting or sexually loaded word requires ordinary cultural inference about reaction memes and implied slur-like sound matching.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the frogs' croaking sounds like they are calling the man a sexually suggestive or insulting term, and his uneasy reaction is the punchline.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000090", "video_path": "videos_final/vimu_000090.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "innuendo", "mockery"], "social_value_signals": ["contempt", "discrimination_or_prejudice", "political_or_identity_signal"], "target_subjects": ["nationality_group"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A caption says, \"When you buy a clock from Pakistan and it starts counting backwards,\" while a low-resolution game-like character moves or dances on a grassy background.", "intended_meaning": "The joke implies that Pakistan is associated with regression or moving backward rather than forward. It uses the nationality mention to mock or demean Pakistanis/Pakistan through a negative stereotype framed as a product joke.", "evidence": ["Visible on-screen text explicitly says: \"When you buy a clock from Pakistan and it starts counting backwards.\"", "The humor depends on the absurd malfunction of a clock 'counting backwards' being linked specifically to Pakistan rather than to any actual clock defect.", "The moving/dancing avatar functions as a reaction-style visual punchline rather than adding literal explanation, suggesting the caption carries the main meaning.", "No other contextual text or narration provides an alternative benign explanation for why Pakistan is singled out."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is understandable from the caption and clip alone, but interpreting why 'Pakistan' is being singled out requires general social knowledge that this is a nationality-based insult implying backwardness/regression.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It suggests that Pakistan is being portrayed as backward or regressive, using the idea of a clock running backward as a joke about the country and its people.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000091", "video_path": "videos_final/vimu_000091.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.89, "literal_summary": "In a kitchen set, one man shows another how to cut bacon on a cutting board. Yellow captions appear with lines like \"I'll show you,\" \"Yep,\" \"Three bacon?!,\" \"Oooh!,\" \"Yes!,\" and \"Noink.\" The humor comes from the second man slowly realizing the cutting method and reacting excitedly as bacon strips are sliced.", "intended_meaning": "The clip presents a simple, wholesome joke based on an overly enthusiastic reaction to a basic cooking tip. The entertainment comes from the participants treating an ordinary realization about cutting multiple bacon slices at once as if it were a surprising breakthrough.", "evidence": ["Frames show a cooking setup with bacon on a cutting board and one person demonstrating knife cuts.", "Visible yellow on-screen captions include reactions such as \"I'll show you,\" \"Yep,\" \"Three bacon?!,\" \"Oooh!,\" and \"Yes!\".", "The ASR transcript matches the cooking-focused exchange: \"You know an easy way to cut bacon?... So we cut one bacon, two bacon, three bacon... Easy way.\"", "The sequence of faces and timing suggests excited realization rather than criticism or attack."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a person demonstrates cutting several bacon slices together, and the others react with exaggerated amazement.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents a light joke where a very basic cooking tip is treated like a surprising breakthrough, and the fun comes from the outsized enthusiasm over something ordinary.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000092", "video_path": "videos_final/vimu_000092.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "absurdism", "mockery"], "social_value_signals": ["contempt", "humiliation", "anti_mainstream_value"], "target_subjects": ["institution", "ideology", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.75, "literal_summary": "A split-screen video shows a young man in glasses in the top half smirking and trying not to laugh while the bottom half shows a press scrum around a suited man. Reporters hold microphones, including one with a yellow foam cover shaped like a corn cob, and signs reading \"THE GREENS\" are visible in the background. The camera later widens to show boom mics and the crowd, then cuts closer as the corn-shaped microphone is held toward the speaker.", "intended_meaning": "The meme frames the press event as ridiculous by focusing on the novelty of the corn-shaped microphone and pairing it with a creator reaction that signals amused disbelief. The joke appears to mock the seriousness or credibility of the political/media scene, implying that the situation is hard to take seriously because of the absurd visual contrast between formal political reporting and a silly-looking microphone.", "evidence": ["Top half: the creator maintains a restrained grin and widened eyes, clearly reacting with amusement rather than neutral commentary.", "Bottom half: a suited man speaks in a formal press setting with many microphones and reporters gathered around him.", "A bright yellow microphone shaped like a corn cob is repeatedly centered and pushed toward the speaker, making it the visual punchline.", "Visible signs in the background read \"THE GREENS,\" indicating a political context or party branding.", "The edit lingers and cuts wider/closer to emphasize the mismatch between serious event staging and the novelty mic."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the creator reacts to an inherently absurd visual detail in an otherwise serious political press conference. No niche external meme history is required, though recognizing that \"The Greens\" is a political group slightly helps.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "The video presents the political press event as hard to take seriously by highlighting the absurd corn-shaped microphone and pairing it with an amused reaction, suggesting the scene looks more ridiculous than credible or dignified.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000093", "video_path": "videos_final/vimu_000093.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "exaggeration"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["appearance_or_body_type", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.89, "literal_summary": "A reposted social-media image shows text saying \"Warning: Don't close your eyes 90%\" above a photo of a young blonde woman. Large overlaid captions first read \"Me before squinting 90%:\" while a smiling man in a white suit is shown below, then change to \"Me after squinting 90%:\" as the lower image becomes a close-up of the same man's face, making him look visually similar to the woman when blurred/squinted.", "intended_meaning": "The meme jokes that if the viewer squints or heavily blurs their vision, the attractive woman in the top image can be perceived as resembling the man shown below. The humor comes from the surprising mismatch and the implied downgrade from beauty to an unsettling or less attractive male face.", "evidence": ["Visible text at top says \"Warning: Don't close your eyes 90%\".", "Overlay text explicitly sets up a before/after comparison: \"Me before squinting 90%:\" and later \"Me after squinting 90%:\".", "The top image is a soft, idealized-looking portrait of a young blonde woman.", "The lower clip first shows a smiling middle-aged man, then cuts to a tighter, harsher close-up of his face for the reveal.", "The punchline relies on visual similarity under blur/squinting, indicated by the editing change and the captions."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the on-screen text and the visual before/after reveal, though it helps to know the common meme idea that squinting/blurring can make one face resemble another.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the squinting comparison and final reveal in this clip?", "answer": "It is joking that when you squint or blur the image enough, the woman can seem to look like the man in the reveal, and the humor comes from that unexpected resemblance.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000094", "video_path": "videos_final/vimu_000094.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A vertically framed Doraemon clip is presented with large top text reading '99%的人没见过的道具' ('A gadget/tool 99% of people have never seen'). Doraemon holds up a bottle/jar while Chinese subtitles mention a medicine, says '我叫哆啦A梦' ('My name is Doraemon'), then appears upset and says someone must have mistaken Doraemon for a superior officer and orders Nobita to leave the woods/house immediately. The bottom includes the handle 'dorayaki_secret' and a source note referencing a 1981 Doraemon episode.", "intended_meaning": "The meme packages an obscure or surprising Doraemon scene as a 'rarely seen gadget' reveal, but the humor comes from the unexpected dialogue and situation rather than a genuinely impressive gadget demonstration. The top text sets up curiosity, and the clip delivers an odd, lesser-known moment from the show as a novelty item for fans.", "evidence": ["Top visible text explicitly says '99%的人没见过的道具,' framing the clip as a rare gadget reveal.", "Doraemon is shown holding a bottle/jar, matching the '道具' setup.", "Subtitles and ASR mention '药'/'药锭' and '我叫哆啦A梦,' indicating the bottle is some kind of medicine and that Doraemon identifies himself.", "Later frames show a uniformed man, Nobita peeking out, and Doraemon angrily speaking, creating an unexpected scene shift away from a simple gadget showcase.", "The account handle 'dorayaki_secret' and source note at the bottom suggest a reposted archival/cartoon clip rather than a fully self-explanatory original skit."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip's basic joke is understandable from the visible setup and scene contrast alone, but familiarity with Doraemon conventions and the expectation that he normally shows gadgets helps explain why this is framed as a surprising or obscure 'tool.'", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why this clip is presented with the opening text about a rarely seen item?", "answer": "It uses the promise of a rare Doraemon gadget to draw interest, then pays off with an unusual, obscure scene whose appeal is the unexpected dialogue and novelty for fans rather than a truly impressive item reveal.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000095", "video_path": "videos_final/vimu_000095.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "exaggeration", "deadpan"], "social_value_signals": ["anti_mainstream_value", "other"], "target_subjects": ["nationality_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A woman sitting in what looks like an airport or public indoor space opens a small plastic water bottle. On-screen text says, \"When Europeans travel abroad💦.\" She removes the cap, holds it near her mouth while drinking from the bottle, then closes the bottle again.", "intended_meaning": "The joke portrays Europeans as so concerned about drinking potentially unsafe tap water when traveling that they avoid letting local water touch their mouth directly, even awkwardly holding the bottle cap while drinking. It relies on a broad stereotype about European travelers being extra cautious about water hygiene abroad.", "evidence": ["Visible on-screen text frames the action as a generalization about 'Europeans' traveling abroad.", "She carefully removes the bottle cap and keeps it near her lips while drinking, suggesting an intentionally fussy or protective method rather than normal drinking.", "Her neutral, deliberate expression and the sustained gag indicate a deadpan visual joke rather than a practical demonstration.", "The setting appears to be a travel-related public interior, reinforcing the 'travel abroad' framing."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is visible from the clip and text alone, but understanding why the drinking method is funny requires common real-world knowledge about concerns over water safety or hygiene when traveling internationally.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents Europeans traveling abroad as unusually cautious about local water, joking that they try to drink bottled water in an overly careful way to avoid contact they see as unsafe.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000096", "video_path": "videos_final/vimu_000096.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.8, "literal_summary": "A woman appears on screen while a visual puzzle shows sequences of pictures of clocks, socks, and rocks across five rounds. She says the item names aloud, including repeated \"clock\" captions on screen. At the end, the video cuts to reaction images of a man in a car and a side-eyeing dog.", "intended_meaning": "The clip sets up a simple word-reading game but relies on the repeated word \"clock\" said by an attractive woman sounding close to a sexual slang term, making the joke about listeners hearing or focusing on an obscene meaning rather than the innocent puzzle. The final reaction shots signal awkward realization or disbelief at that double meaning.", "evidence": ["The grid repeatedly contains pictures of a clock, sock, and rock, and the speaker reads them aloud in sequence.", "Large on-screen caption \"CLOCK\" appears when she says that word.", "The humor depends on the sound of \"clock\" in rapid repetition, especially coming from the speaker, rather than on solving the puzzle itself.", "The ending cuts to skeptical/side-eye reaction images, indicating a punchline based on how the preceding audio is perceived.", "The woman's presentation is visually emphasized throughout, supporting a flirtatious or suggestive framing rather than a purely educational puzzle."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is inferable from the video alone, but recognizing the sexual double-entendre requires common knowledge of slang and phonetic similarity rather than explicit statement in the clip.", "fair_for_benchmark": true}, "qa": {"question": "Why does the clip spend so much time repeating the same spoken word before cutting to those reaction images at the end?", "answer": "The repetition is the setup for a sound-based double meaning: the woman repeatedly says an innocent word in a way that can be heard as sexual slang, and the ending reactions highlight that awkward realization.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000097", "video_path": "videos_final/vimu_000097.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "contrast", "exaggeration"], "social_value_signals": ["sexual_implication", "norm_violation"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A young man stands in front of a TV showing a word-selection game with tiles such as \"NO,\" \"STOP,\" \"YES,\" \"DON'T,\" stop signs, and photos of Sean Combs/P. Diddy. On-screen text says, \"POV: Say the word on beat goes wrong\" with music-note emojis. He says the prompted words rhythmically, then reacts with surprise and covers his mouth as the sequence forms phrases like \"stop\" / \"don't stop\" and later \"yes\" / \"no\" alongside Diddy images.", "intended_meaning": "The joke is that a rhythm/word game accidentally makes the player say sexually suggestive consent-related phrases in connection with Diddy, creating an uncomfortable implication. Humor comes from the accidental assembly of phrases like \"stop, don't stop, yes, no\" on beat, making it sound like a compromising or scandalous scenario, and the man's shocked reaction signals he realizes the implication mid-game.", "evidence": ["Visible text at top: \"POV: Say the word on beat goes wrong\" indicates an accidental verbal outcome is the premise.", "The TV grid contains repeated words/signs: \"NO,\" \"STOP,\" later \"YES\" and \"DON'T,\" plus repeated photos of Sean Combs/P. Diddy.", "ASR includes a sequence such as \"Stop, stop... Yes... No, stop, don't stop,\" matching the visible word tiles and creating a suggestive phrase pattern.", "The man points at the screen while speaking in rhythm, then pauses and covers his mouth, indicating embarrassment/shock once the phrase becomes problematic.", "The juxtaposition of consent-related words (yes/no/stop/don't stop) with Diddy images drives the implied joke rather than a purely literal reading of a game."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is understandable from the video alone: the text says the words-on-beat go wrong, the sequence produces suggestive phrases, and the performer reacts awkwardly. Some light real-world context helps because recognizing the pictured celebrity as Diddy and why that pairing is extra loaded improves the interpretation.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that a simple on-beat word game accidentally turns into a suggestive sequence about mixed consent cues, made more loaded by the Diddy images, and the man’s shocked reaction shows he realizes how bad the combination sounds.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000098", "video_path": "videos_final/vimu_000098.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A streamer reacts with disbelief to an image of a Barbasol bottle labeled \"9 in 1\" and reads out the listed uses: shampoo, conditioner, body wash, soap, lotion, shaving cream, toothpaste, detergent, and motor oil. Large on-screen text says, \"NO WAY THIS IS REAL 💀.\"", "intended_meaning": "The joke is that the product label is absurdly overstuffed with many unrelated uses, culminating in \"motor oil,\" so the streamer performs shocked disbelief at how ridiculous and implausible the product seems.", "evidence": ["Visible text on the bottle says \"9 IN 1\" and lists nine items including everyday hygiene products plus \"motor oil.\"", "The streamer audibly reads the list and emphasizes the final item: \"Motor oil! Motor oil!\"", "The streamer’s widened eyes, raised voice, finger-counting, and head drop signal exaggerated disbelief.", "On-screen caption says \"NO WAY THIS IS REAL 💀,\" reinforcing a reaction-of-shock framing."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The humor and intended point are understandable directly from the visible product text and the streamer’s reaction, without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What specifically makes the streamer react this way to the product shown?", "answer": "The reaction is to how absurdly overstuffed the product claim is: it presents one bottle as suitable for many unrelated uses, and the inclusion of \"motor oil\" pushes it into ridiculous territory.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000099", "video_path": "videos_final/vimu_000099.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "innuendo"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice", "sexual_implication"], "target_subjects": ["racial_or_ethnic_group", "age_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A group of adults sit in a living room while one woman holds a microphone and says Cantonese words shown on screen with picture tiles (flower/bridge, then corn/taxi). The video includes captions such as \"say the word on beat 🎤 canto version\" and \"rage baiting the aunties💀.\" The ASR repeatedly captures profanity, and at the end the camera shows another woman with clown and rude-hand emojis overlaid.", "intended_meaning": "The clip is set up to get older Cantonese-speaking women to say syllables that, when combined or repeated in rhythm, sound like English profanity or sexual slang. The humor comes from tricking them into participating while the recorder treats them as the butt of the joke, framing them as \"aunties\" to be baited and ridiculed. The meme relies on cross-language phonetic resemblance and carries a mocking, ethnically tinged humiliation of the participants.", "evidence": ["On-screen text explicitly says \"say the word on beat 🎤 canto version,\" indicating a prompt-based pronunciation game.", "On-screen text says \"rage baiting the aunties💀,\" which frames the participants as targets of provocation/mockery.", "The subtitles map Cantonese romanizations to pictures, e.g. \"花 fah = flower\" and \"橋 kiu = bridge,\" then later \"粟米 suk mai = corn\" and \"的士 dik si = taxi,\" showing the joke is about combining spoken syllables from Cantonese words.", "ASR consists of repeated \"Fuck you,\" strongly suggesting the spoken rhythm is being heard as English profanity.", "The final shot adds rude-hand and clown emojis over a woman, signaling ridicule/humiliation after the phrase is said.", "The participants appear to be older Asian adults in a casual home setting, supporting the \"aunties\" framing visible in the text."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is mostly recoverable from the video itself because the captions explain the Cantonese words and the ASR reveals the profane English-like output, but understanding why it is funny requires some everyday awareness of cross-language sound-alike baiting and the social meaning of \"aunties.\"", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is a sound-alike prank where older Cantonese-speaking women are prompted to say Cantonese words in rhythm so they come out sounding like English profanity or sexual slang, and the joke treats the women as the people being baited and laughed at.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000100", "video_path": "videos_final/vimu_000100.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.72, "literal_summary": "A cute white cartoon character lies in bed at night holding a smartphone. Small lock icons appear near the character’s nose/mouth area, shifting between one green and one red, then two red locks. The character looks worried, then smiles, and ends lying back in bed with a subdued expression.", "intended_meaning": "The clip appears to personify someone checking or thinking about phone/privacy or relationship-status indicators at night, going through brief anxiety and then a change in mood. The humor comes from the visual contrast between the character’s shifting facial reactions and the lock icons, but the exact referent of the locks is not fully explicit from the video alone.", "evidence": ["The character is shown in bed at night with a phone in hand, suggesting private late-night checking/thinking.", "Two small lock icons are placed prominently on the face area and change color/state across shots.", "Facial expressions shift from neutral to surprised/worried, then cheerful, then back to a mild uneasy look.", "No readable on-screen text or transcript explains what the lock symbols specifically stand for."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The emotional arc is understandable from the visuals alone, but the precise joke depends on inferring what the lock icons symbolize, which is not explicitly explained in the video.", "fair_for_benchmark": true}, "qa": {"question": "What are the changing lock symbols most likely being used to represent in relation to the character’s shifting mood?", "answer": "They most likely stand for some phone-based personal status or privacy/relationship indicator the character is checking at night, with the changing lock states driving the brief worry, relief, and lingering uncertainty.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000101", "video_path": "videos_final/vimu_000101.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication", "negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A streamer watches a clip labeled \"Daily routine of Doctor Strange\" / \"奇異博士日常\" showing a man making two blue circular portal-like effects in front of his body. The streamer looks uncomfortable, facepalms, and says, according to ASR, \"Stop burning bridges. All right, let's look at the other one.\" Large Chinese text at the top reads \"拜託...不要\" (\"Please... don't\").", "intended_meaning": "The watched clip is framed as resembling a sexual act or suggestive body motion rather than magic, and the humor comes from the streamer immediately recognizing the unintended sexual implication and reacting with embarrassed disbelief. The top text reinforces \"please don't,\" signaling cringe and disapproval of the suggestive joke.", "evidence": ["The inserted clip is captioned \"Daily routine of Doctor Strange\" / \"奇異博士日常,\" inviting a comparison to Doctor Strange's portal magic.", "The man in the inserted clip stands between two blue circular effects positioned high and low in front of his body, creating a suggestive visual arrangement.", "The streamer first stares, then closes his eyes, touches his forehead, and fully facepalms, indicating embarrassment/cringe rather than neutral viewing.", "Top on-screen Chinese text says \"拜託...不要\" (\"Please... don't\"), matching a reaction of dismay.", "ASR includes \"Stop burning bridges. All right, let's look at the other one,\" which, though noisy, supports that the speaker wants to move past the clip."], "evidence_sources": ["frames", "visible_text", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is visible from the clip and reaction alone, but understanding why \"Doctor Strange\" and the blue circles are funny benefits from common pop-culture knowledge of his portal effects and recognition of sexual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The joke is that the supposed Doctor Strange-style portal clip visually resembles a suggestive sexual body motion, and the streamer's facepalm and the 'please don't' text show embarrassed cringe at that resemblance.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000102", "video_path": "videos_final/vimu_000102.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["exaggeration", "innuendo", "absurdism"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.74, "literal_summary": "A man reacts on camera while another person draws Dragon Ball characters on paper. The drawings reveal sexually suggestive poses and anatomy, including one scene that looks like Broly pinning Cell and another character with exaggerated groin emphasis. The speaker names characters such as Broly, Goku, and Gohan in Spanish.", "intended_meaning": "The humor comes from the reveal that familiar anime characters are being turned into deliberately erotic or compromising fan-art poses. The reactor acts surprised and amused as each drawing becomes more explicit, making the joke about sexualizing well-known characters and the shock/humiliation of seeing them depicted that way.", "evidence": ["Frames show hand-drawn anime figures identifiable as Dragon Ball characters, with the speaker audibly naming Broly, Goku, and Gohan.", "One completed drawing shows Broly over Cell in a dominant pinning position with Cell bent forward and legs up, creating a sexualized visual implication.", "Another drawing begins with hands near a central protruding shape and later develops into a male anime figure with strong emphasis on the crotch area.", "The man in the lower-left picture-in-picture changes from neutral to wide-mouthed surprise and smiling/laughing, signaling amused shock at the reveals.", "The ASR transcript includes excited, surprised Spanish reactions rather than serious explanation, supporting comedic intent."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the visuals and reactions alone, but recognizing the characters as Dragon Ball figures and why that contrast is funny benefits from common pop-culture knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s joke is that recognizable Dragon Ball characters are gradually revealed as deliberately sexualized, compromising fan art, and the reaction highlights the amused shock of seeing familiar characters portrayed that way.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000103", "video_path": "videos_final/vimu_000103.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "innuendo"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "gender_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A male reactor watches a clip where a young woman first appears styling her hair in front of a mirror and then the scene cuts to a dark room with two young men using a ring light and looking at a phone before revealing one shirtless man posing under the ring light. The reactor shifts from a serious look to laughing. The audio includes the lyric 'I love you for infinity.'", "intended_meaning": "The meme sets up an expectation of a typical attractive-woman clip and then flips to a joke reveal involving young men using the same ring light in a suggestive, thirst-trap style pose. The humor comes from the abrupt reversal of who is being glamorously presented and from the mildly sexual/suggestive framing, with the reactor laughing at the unexpected reveal.", "evidence": ["The top half shows a reactor maintaining a focused expression and then laughing at the end, signaling a humorous payoff.", "The first lower-half shot features a woman grooming/styling her hair in a conventional selfie or beauty-video framing.", "The next shots show a dark room, ring light, and two young men coordinating around a phone and the light, suggesting they are preparing a similar shot.", "The final reveal is a shirtless young man posed under the ring light, creating a glamorized/suggestive image that contrasts with the initial setup.", "The edit relies on a sudden transition from one expected subject type to a different reveal for comedic effect.", "The lyric 'I love you for infinity' adds a romantic/sensual tone that supports the thirst-trap interpretation."], "evidence_sources": ["frames", "transcript", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the visual setup and payoff alone: an attractive-woman-style intro is subverted by revealing young men recreating a similarly suggestive ring-light pose, and the reactor's laughter confirms the intended comedic twist.", "fair_for_benchmark": true}, "qa": {"question": "What change in the final reveal makes the earlier shots read differently, and why does that create the video's payoff?", "answer": "The ending reveals that the glamorous ring-light setup is being used to present a shirtless young man in the same kind of polished, suggestive style the opening makes you expect from the woman, so the payoff comes from that sudden role reversal and recontextualization.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000104", "video_path": "videos_final/vimu_000104.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "contrast", "deadpan"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A man speaks directly to camera in a split-style clip while handling two gold lion ornaments on a table. On-screen captions and speech say the ornaments are supposed to protect a bedroom from demons or evil spirits, but he gave them to his roommate and the roommate has been screaming himself to sleep every night, though he is less grumpy in the morning.", "intended_meaning": "The joke is that the roommate is being humorously framed as the 'demon' or evil presence in the bedroom. The ornaments may be 'working' by tormenting or driving out the roommate rather than protecting him, and the speaker delivers this as a dry, sarcastic product-style review.", "evidence": ["The spoken line says the ornaments protect a bedroom from 'demons or evil spirits.'", "He immediately says he gave them to his roommate and that the roommate has been 'screaming himself to sleep every night,' which creates the punchline contrast.", "The follow-up 'To be fair, he's much less grumpy in the morning' treats the apparent suffering as if it were a successful outcome, signaling sarcasm.", "His calm, matter-of-fact delivery and direct-to-camera presentation support a deadpan joke rather than a literal paranormal claim.", "Visible captions match the audio and structure the setup-then-punchline format."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, twist, and intended joke are all contained within the spoken narration and visible captions; no outside meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "Why does the speaker present the gold ornaments as having done their job in the bedroom?", "answer": "He is implying the roommate is the unwanted presence in the room, so the ornaments are framed as working because they are tormenting or driving out him rather than simply protecting him.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000105", "video_path": "videos_final/vimu_000105.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A young man in a bathroom notices the door moving unexpectedly, reacts with surprise, looks around the room, and says \"What?!\" while appearing confused or alarmed.", "intended_meaning": "The video plays a relatable startled reaction to something unexplained in the bathroom, likely treating a small odd event as if it were scary or supernatural for comedic effect.", "evidence": ["The frames show a bathroom door partly open and then the man turning quickly toward it.", "His facial expression becomes wide-eyed and tense, signaling surprise or alarm.", "He scans the bathroom and changes position as if checking what caused the disturbance.", "The only audible/transcribed speech is \"What?!\", matching confusion and shock.", "The humor appears to come from the contrast between an ordinary bathroom setting and his exaggerated fearful reaction."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The basic joke is understandable from the video alone: an unexpected door movement prompts an exaggerated startled reaction in an everyday setting.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the person's reaction in this video?", "answer": "It turns a small unexplained bathroom disturbance into a big scared reaction for humor, making fun of how ordinary moments can feel weirdly spooky.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000106", "video_path": "videos_final/vimu_000106.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "mockery", "stereotype_invocation", "contrast"], "social_value_signals": ["discrimination_or_prejudice", "humiliation", "contempt", "political_or_identity_signal"], "target_subjects": ["racial_or_ethnic_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A vertically edited reaction video shows a male streamer watching a puppet skit with English subtitles and Chinese overlay text. In the skit, two puppets exchange racial and ethnic stereotypes and jokes about Black and Hispanic people, then say it is okay to laugh if there is mutual respect. The streamer reacts with surprise and laughter. The Chinese top text says roughly that all stereotypes are here.", "intended_meaning": "The meme presents an intentionally offensive puppet dialogue that cycles through multiple racial stereotypes for shock humor, while also parodying the idea that mutual joking can coexist with respect. The edit invites viewers to laugh at how bluntly the skit says taboo stereotypes, with the streamer serving as a reaction surrogate. The closing line about being glad racism is back adds ironic edge rather than sincere endorsement, but the content still relies heavily on prejudicial stereotypes as the joke material.", "evidence": ["The transcript includes direct stereotype lines: 'you talk black,' 'I am a gardener,' 'you was illegal,' 'pay child support,' 'eat chicken and watermelon,' 'eat tacos and fajitas,' and 'grape soda.'", "The transcript ends with a moralizing line: 'it's okay to laugh at each other sometimes... we actually respect each other,' followed by 'I'm so glad racism is back,' which signals ironic contrast.", "Frames show a streamer laughing, staring wide-eyed, covering his face, and leaning away from the mic, indicating shocked amusement rather than neutral presentation.", "Visible Chinese text at the top reads '所有刻板印象都在這了' ('all stereotypes are here'), explicitly framing the clip as a compilation of stereotypes.", "The lower video contains puppet characters in a staged dialogue scene with subtitles, indicating a comedic skit rather than a real confrontation.", "Editing places the streamer reaction above the skit, a common cue that the viewer is meant to share the reaction to escalating taboo jokes."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke structure and meaning are understandable from the video alone: the skit states stereotypes explicitly, the streamer reaction frames them as shocking/funny, and the on-screen text summarizes the premise. No niche external meme history is required beyond ordinary knowledge that these are racial stereotypes.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed with a streamer reaction on top, the puppet exchange below, and text emphasizing that many familiar joke patterns are being packed together?", "answer": "It is framed this way to present the puppet skit as an escalating pileup of well-known group-based jokes and to use the streamer as a stand-in for the viewer's shocked laughter, turning the clip into a parody of how bluntly taboo joke material is delivered while pretending that mutual joking and respect can coexist.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000107", "video_path": "videos_final/vimu_000107.mp4", "taxonomy": {"surface_form": "reenactment", "rhetoric_mechanisms": ["contrast", "parody", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["self", "age_group"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A split-screen video shows a group of young girls in dancewear facing an instructor and making dramatic facial expressions, while below a group of shaved-head young adults in casual T-shirts recreate the same poses and expressions in a home setting. The audio/transcript includes the word \"表现力!\" (\"expressiveness!\").", "intended_meaning": "The meme humorously recreates a children's dance or performance-class exercise with adults, suggesting that the adults are imitating the exaggerated 'expressiveness' training of the children for comic effect. The joke comes from the visual mismatch between the original serious training scene and the adults intensely copying it.", "evidence": ["Top panel shows children in a studio-like space wearing dance outfits and facing a coach/instructor.", "Bottom panel mirrors the same grouping, posture, and facial expressions with adults in casual clothes.", "The timing across panels appears synchronized so the lower group copies the upper group's expressions and movements.", "The ASR text '表现力!' indicates the exercise is about showing expression/performance quality.", "Humor is driven by the exaggerated faces and the incongruity of adults reenacting a children's class exercise."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the split-screen visuals and the audible/transcribed cue about 'expressiveness'; no niche external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why is the lower group's recreation of the upper clip presented so closely shot-for-shot in this video?", "answer": "It presents the adults as deliberately reenacting the children's expressiveness exercise almost exactly, so the humor comes from the mismatch between a serious kids' performance drill and adults intensely copying it.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000108", "video_path": "videos_final/vimu_000108.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.8, "literal_summary": "A small hamster is placed on a green pool table and lightly nudged with a cue stick. It moves toward the corner area while a full rack of billiard balls sits on the table. The video then cuts to a layout with TV-style end credits in Chinese, including a visible 'CCTV 14 少儿' logo, as if the scene is part of a formal program ending.", "intended_meaning": "The joke is a playful fake-out: the setup looks like a billiards break shot, but the 'cue ball' is actually a hamster that wanders off instead of hitting the racked balls. The added TV end-credits parody makes the anticlimax feel overdramatic, as if this trivial, failed, or ridiculous event were a serious children's program or dramatic production.", "evidence": ["A hamster-like small furry animal is used in the position where a cue ball would normally be expected on a pool table.", "A cue stick is aimed at or nudges the animal, creating an expectation of a billiards shot.", "The rack of billiard balls is visible at the far end, but the animal does not strike them and instead moves toward the table edge/corner area.", "The edit shifts into scrolling Chinese credits with a 'CCTV 14 少儿' mark, which stylizes the moment like a TV program ending and heightens the comedic payoff.", "No clear spoken dialogue or textual claim explains another meaning; the humor is carried by visual setup and editing contrast."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a hamster is treated like a cue ball, fails to perform the expected billiards action, and the credits parody exaggerates the moment. Recognizing billiards conventions and TV credits helps, but no niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It’s a bait-and-switch joke: the scene is framed like a billiards break, but the expected cue ball is a hamster that just wanders off, and the fake TV end credits exaggerate this small anticlimax as if it were a dramatic or official program ending.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000109", "video_path": "videos_final/vimu_000109.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "gender_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.88, "literal_summary": "The video first shows a close-up process of making a detailed reptile-like eye artwork with a slit pupil and textured orange-red iris. It then cuts to a young woman lying on a couch in a low-cut white top, with the framing emphasizing her chest while a voice says, \"First impressions can be deceiving, but I'm not creating an impression, I'm creating art. Art that looks you straight in the eyes. That's enough internet for today.\"", "intended_meaning": "The clip sets up the viewer to focus on what appears to be an eye-themed artwork, then uses the final shot and narration to joke that viewers' \"first impressions\" or gaze may actually be drawn to the woman's chest rather than her eyes. The humor comes from redirecting attention and teasing the audience for looking sexually rather than appreciating the stated 'art.'", "evidence": ["The first several shots are a craft/art process forming a reptilian eye with detailed iris textures and a vertical pupil.", "The final shots abruptly switch from the artwork to a woman reclining on a couch.", "The camera framing in the final shot prominently centers her chest in a low-cut top, while her face/eyes are partially secondary in composition.", "The narration explicitly references \"First impressions can be deceiving\" and \"Art that looks you straight in the eyes,\" which creates a contrast between claimed eye contact and the suggestive visual framing.", "The closing line \"That's enough internet for today\" signals a punchline/reaction ending after the reveal."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The bait-and-switch joke is understandable from the video alone through the art-eye setup, the abrupt cut to a suggestively framed person, and the spoken lines about impressions and eyes. No niche external meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video uses an eye-art setup as a bait-and-switch, then reveals a woman framed to draw attention to her chest, joking that viewers may claim to be focused on the art or her eyes when their gaze is really elsewhere.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000110", "video_path": "videos_final/vimu_000110.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "bait_and_switch"], "social_value_signals": ["contempt", "discrimination_or_prejudice", "humiliation"], "target_subjects": ["racial_or_ethnic_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.91, "literal_summary": "A split-screen reaction video shows text saying \"find the imposter! (easy)\" above four chocolate bars, three white and one dark. The man quickly says the black/dark one. The video then reveals text indicating the wrapped white chocolate was the real odd one out and asks why he picked the chocolate one, followed by a screen implying he is being warned or punished.", "intended_meaning": "The joke is a trap: the reactor instinctively identifies the dark chocolate as the outsider because it is black, then the reveal frames that choice as racially prejudiced. The meme mocks the person for making an exclusionary judgment based on color rather than the actual distinguishing feature.", "evidence": ["Visible text says \"find the imposter! (easy)\" and shows four chocolate bars with one dark-colored bar among lighter ones.", "The speaker says \"Uh, black one. Black chocolate,\" explicitly selecting the dark bar because of its color.", "A later text screen says \"The only one that still in wrapped,\" identifying the actual odd one out as the partially wrapped white chocolate.", "Another screen says \"why did you pick the chocolate one.\", directly calling out his earlier selection.", "Final screen \"Your last warning\" with police/handcuff imagery signals accusation and mock punishment for the biased choice.", "The man's facial expression shifts into a resigned/smug reaction after the reveal, reinforcing that this is a gotcha-style joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, mistaken answer, corrective reveal, and accusation of racial bias are all presented within the video through images, speech, and on-screen text; no niche outside context is needed beyond ordinary understanding of race/color bias.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video structured so that the man's quick answer is followed by a correction about the real odd one out and then a warning screen?", "answer": "It is set up as a gotcha: he quickly picks the dark bar as the outsider based on color, then the reveal shows that the actual difference was the wrapped white bar, so the warning screen frames his first choice as exposing an exclusionary snap judgment about who seemed not to belong.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000111", "video_path": "videos_final/vimu_000111.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "exaggeration", "contrast"], "social_value_signals": ["sexual_implication", "negative_affect"], "target_subjects": ["nationality_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A man reacts on camera to a cartoon map labeled CANADA above USA. The countries have anime-like faces, and circular markings highlight parts of the map near the U.S. south and the eastern Canada/U.S. border. He says, \"All right, what do we got? What is that? OH MY SNOW!\" and zooms in with a shocked expression.", "intended_meaning": "The joke is a surprised reaction to a suggestive cartoon map whose highlighted geographic shapes are being read as sexual body parts or anatomy, especially in relation to Canada and the USA. The humor comes from noticing an unintended sexualized resemblance in a national map graphic and reacting with mock shock.", "evidence": ["Visible text labels the shapes as CANADA and USA.", "The map is anthropomorphized with cute faces, which makes a body-like reading more salient.", "Circular annotations draw attention to specific protruding map areas rather than general geography.", "The speaker first inspects the image ('What is that?') and then escalates into exaggerated surprise ('OH MY SNOW!').", "The man's widening eyes and zoomed-in shocked face indicate he has noticed something suggestive or alarming in the image.", "No explicit explanatory text is present, so the interpretation relies on the visual implication created by the map and the reaction timing."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern", "visible_text"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The reaction and highlighted map make the core joke inferable from the video, but understanding that the humor is sexual innuendo based on geographic shapes requires ordinary cultural knowledge about suggestive visual resemblance.", "fair_for_benchmark": true}, "qa": {"question": "What visual reading of the map best explains why the speaker suddenly zooms in and reacts so strongly?", "answer": "He is noticing that the highlighted Canada/USA map shapes can be read as a body-like, suggestive anatomy image, and his reaction plays up that realization.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000112", "video_path": "videos_final/vimu_000112.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["innuendo", "contrast", "absurdism"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A split-screen reaction-style video shows a young man smiling and then laughing while the lower half rapidly cuts between clips of odd objects and animals: a spiked rolling device, a bright yellow frog in shallow water, a person holding a pale yellow squishy object over their face in a social-media interface, and a long curved purple balloon-like object over grass.", "intended_meaning": "The montage pairs the man's amused reaction with visually suggestive clips whose shapes, motion, or handling imply sexual imagery. The humor comes from recognizing the double meaning and from escalating absurd, vaguely explicit-looking visuals rather than from any explicit statement.", "evidence": ["Top half shows the same man watching offscreen, smirking and then laughing harder as the bottom clips progress.", "Bottom half is a fast compilation of unrelated short clips, indicating deliberate comedic juxtaposition rather than a single event.", "Several lower clips emphasize elongated, rounded, or manipulated objects in ways that can be read as sexually suggestive.", "One inserted social-media clip includes the username text 'wwwgooningcom,' where 'gooning' is a sexual slang term, reinforcing the erotic double-entendre reading.", "No explicit verbal explanation or caption is present; the meaning is inferred from the visual sequence and reaction."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The reaction-plus-compilation structure makes the joke readable from the video alone, but interpreting it specifically as sexual innuendo benefits from common cultural familiarity with suggestive visual humor and the slang term visible in one clip.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is a reaction meme built around visual double meanings: the man laughs because the random clips are edited to look increasingly suggestive, and the joke is the absurd escalation of innuendo across unrelated visuals.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000113", "video_path": "videos_final/vimu_000113.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "deadpan", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A drink with black tapioca pearls is prepared in a sealing machine, then the video cuts to a man in a tea shop labeled \"MODERN TEA HOUSE — Sip • Taste • Unwind\" drinking from a cup marked \"Alley District.\" He looks puzzled or mildly disappointed after sipping.", "intended_meaning": "The joke is that the drink visually resembles something gross or strange at first, creating a humorous expectation, but it is revealed to be ordinary bubble tea. The man's deadpan, slightly displeased reaction plays up mild disappointment or skepticism about the drink rather than any serious criticism.", "evidence": ["Opening shot frames a white rabbit from behind with a small dark spot beneath its tail, visually priming a crude/gross resemblance.", "The next shots show a cup with black tapioca pearls in tan liquid being sealed, linking the earlier visual gag to the drink's appearance.", "The cut to the man sipping the drink functions as the payoff reaction shot.", "His facial expression shifts from neutral to mildly concerned/disappointed, supporting a deadpan reaction joke.", "Visible text on wall reads \"MODERN TEA HOUSE\" and \"Sip • Taste • Unwind,\" indicating a tea shop setting rather than a literal gross scene."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual setup and reaction payoff are understandable from the video alone; no niche meme history or external posting context is needed.", "fair_for_benchmark": true}, "qa": {"question": "How does the opening shot shape the viewer's understanding of the later tea-shop reaction?", "answer": "The opening shot sets up a misleading gross-looking resemblance, and the later reveal that it is just bubble tea makes the man's deadpan sip reaction the punchline—he seems mildly put off or skeptical about an ordinary drink because of that visual setup.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000114", "video_path": "videos_final/vimu_000114.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "An animated white dog with a very long nose says or is captioned \"Let me do it for you\" near a person in a wheelchair at the edge of a cliff. The dog's nose stretches across and around the rocky island and reaches back to move the wheelchair away from the edge.", "intended_meaning": "The joke is that a seemingly eager helper takes over a task in an absurdly overcommitted way. It humorously depicts exaggerated helpfulness or stepping in to assist someone who appears vulnerable, using the dog's impossibly long nose as the punchline.", "evidence": ["A person in a wheelchair is shown very close to a cliff edge, implying a need for assistance.", "The dog is framed looking emotional/eager, then the on-screen text reads \"Let me do it for you.\"", "The dog's nose grows to impossible length and loops around the island before reaching the wheelchair.", "The final shot shows the extended nose positioned by the wheelchair, indicating the dog is carrying out the promised help in a ridiculous way."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but recognizing why the line and long-nose dog are humorous is helped by familiarity with the common 'let me do it for you' dog format. Even without that context, the basic joke still reads as exaggerated helpfulness.", "fair_for_benchmark": true}, "qa": {"question": "What does the dog's impossible way of helping suggest about why it steps in?", "answer": "It suggests the dog is extremely eager to help and takes over in a wildly over-the-top way, turning simple assistance into absurdly overcommitted helpfulness.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000115", "video_path": "videos_final/vimu_000115.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "innuendo", "mockery"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A vertically framed clip shows two seagulls standing on concrete balcony posts with the on-screen title \"Birds With a Sense of Humor.\" A person’s hand reaches toward the farther bird, which then flies away toward a small red item on another post. The nearer bird opens its beak wide and appears to vocalize while both birds face the scene.", "intended_meaning": "The edit frames the birds as if they are joking together at a person’s expense: one bird baits the human away, then grabs the food, while the other seems to 'laugh' afterward. The humor comes from anthropomorphizing the seagulls as knowingly mocking or trolling the person.", "evidence": ["Visible title text says \"Birds With a Sense of Humor,\" directly cueing an anthropomorphic/comedic interpretation.", "A human hand reaches toward the bird on the right, suggesting an attempted interaction or feeding.", "A small red food-like object is visible on a separate post after the right bird moves off, implying the bird redirected attention and then went for the item.", "The left bird stays in place while the right bird moves, creating a coordinated-prank impression.", "After the movement, both birds hold open-beak postures that read visually like laughing or calling, which supports the 'mocking' framing."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone because the title, bird actions, and timing all support the reading that the birds are 'messing with' the human and then 'laughing.' No niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "How does the clip frame the birds' behavior toward the person reaching in, and what makes the sequence seem amusing?", "answer": "It presents the birds as if they are pulling a small prank on the person: one draws the hand's attention away, then goes for the food, while the other appears to react like it's in on the joke, making the moment funny through anthropomorphized teamwork.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000116", "video_path": "videos_final/vimu_000116.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A hand inside an old blue vehicle or machine pulls off toilet paper, wraps it around a bent wire latch or hook, and manipulates the wire while a green on-screen caption reads \"ULGURMADIM 😆\". A Bilibili watermark and Chinese account text are visible at the top.", "intended_meaning": "The clip presents a clumsy improvised fix or awkward attempt to handle a wire latch using toilet paper, with the caption framing it as a humorous failure or 'I couldn't manage it.' The joke is mild self-deprecating humor about being bad with hands-on tasks and making a crude workaround.", "evidence": ["The video focuses on a hand tearing and using toilet paper around a wire mechanism rather than using a proper tool.", "The setting appears to be a worn, rusty vehicle/machine interior, emphasizing an improvised repair context.", "The green caption \"ULGURMADIM 😆\" explicitly signals unsuccessful completion or frustration in a playful tone.", "No other person or group is mocked; the humor is centered on the actor's own awkward action."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the visible action and the on-screen caption: an awkward DIY attempt is framed as a funny failure. No niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains what the clip is conveying about the person handling the latch?", "answer": "It presents the person as fumbling through a crude makeshift fix and not really managing the task, in a lightly self-mocking way.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000117", "video_path": "videos_final/vimu_000117.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "absurdism"], "social_value_signals": ["norm_violation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A short compilation shows cars with visibly abnormal wheel situations: in one clip a silver sedan drives while a detached wheel rolls alongside it, and in another clip a white SUV/car in a parking lot appears to have an oddly tilted or damaged wheel. A Bilibili watermark and Chinese text are visible at the top left.", "intended_meaning": "The meme highlights the absurdity and danger of cars continuing to move despite obviously broken or detached wheels. The humor comes from the visual mismatch between a normal driving scene and a vehicle behaving in a mechanically impossible or reckless-looking way.", "evidence": ["The first sequence shows a silver sedan on the road with a separate wheel rolling next to the front-left side of the car.", "The car continues moving while the wheel is no longer attached, creating a strikingly abnormal image.", "Later frames cut to a different car scene in a parking/dealership area, suggesting a compilation of similar wheel-related oddities.", "The comedic effect is visual and based on the contrast between ordinary driving settings and extreme vehicle malfunction.", "Visible top-left overlay includes a Bilibili watermark and Chinese text 'AAA抽象批发老亚'."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable directly from the visuals: the cars have bizarre wheel problems, and the edit compiles these abnormal moments for humor without requiring outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why are these moments edited together instead of shown as separate driving clips?", "answer": "They are compiled to showcase the same absurd mismatch: cars keep moving in otherwise normal settings even though their wheels are clearly broken, detached, or unusable, making the scenes feel mechanically impossible and darkly funny.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000118", "video_path": "videos_final/vimu_000118.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "mockery", "contrast"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person at a gas station repeatedly uses a squeegee on the rear windshield area of a dirty sedan, but the window is covered with clear plastic sheeting, so the wiping does not actually clean the glass.", "intended_meaning": "The joke is that the man is earnestly doing a pointless task without realizing it, making his effort look foolish and ineffective. The humor comes from showing someone 'cleaning' a window that is still blocked by plastic, so he has essentially cleaned nothing.", "evidence": ["The rear window is visibly covered by a shiny transparent plastic sheet stretched across it.", "The man repeatedly wipes the same area with a gas-station squeegee as if cleaning the glass.", "Because the tool is moving over the plastic covering rather than exposed glass, the action appears useless.", "The Chinese title text includes '洗车窗洗了个寂寞,' which implies washing the car window 'for nothing' or to no effect."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual gag is understandable from the clip alone: the man wipes a plastic-covered window, so the action is obviously futile. The visible Chinese text reinforces the same point but is not strictly necessary.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It portrays someone putting sincere effort into a task that accomplishes nothing, making the attempt look clueless and ineffective.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000119", "video_path": "videos_final/vimu_000119.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "exaggeration"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.77, "literal_summary": "A short gym clip shows a man seated at a weight machine while another gym-goer in the background appears to flip or hang upside down on equipment. White Chinese overlay text at the top reads “AAA抽象批发老亚”.", "intended_meaning": "The clip highlights and lightly mocks an absurd or embarrassing-looking moment in the gym, presenting the background person's awkward upside-down movement as bizarre spectacle for humor.", "evidence": ["The background gym-goer appears inverted or unusually positioned on the equipment, creating a visually absurd moment.", "The video is very short and framed to capture the odd action rather than explain it, suggesting a punchline-style clip.", "The Chinese overlay includes the phrase “抽象,” which commonly signals something weird/absurd, reinforcing a mocking-amused reading.", "No explanatory context is given; the humor comes from the immediately visible awkward gym behavior."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: an odd upside-down gym moment is being highlighted as absurd and funny, with overlay text reinforcing that reading.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed and posted this way instead of as a normal gym video?", "answer": "It is presented to single out the background person’s oddly awkward upside-down gym moment as a bizarre, funny spectacle rather than to show ordinary exercise.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000120", "video_path": "videos_final/vimu_000120.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films an older car and peels bits of clear plastic/protective film from the door handle, steering wheel area, dashboard/radio area, mirror, and a large sheet from the exterior while on-screen text reads \"Unwrapping my new car.\"", "intended_meaning": "The joke is that the car is visibly old, but the creator pretends it is a brand-new car by peeling off plastic and calling it \"new.\" The humor comes from the mismatch between the caption's claim and the aged appearance of the vehicle.", "evidence": ["On-screen caption repeatedly says \"Unwrapping my new car.\"", "The vehicle interior and controls look dated and worn rather than newly manufactured.", "The person peels small strips of clear plastic from multiple car parts as if removing factory protective coverings.", "A large sheet of plastic is also removed from the exterior, reinforcing the \"unwrapping\" framing.", "The comedic point is understandable from the visual mismatch alone."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff: the text claims the car is new while the visuals show an older car being treated as if freshly unboxed.", "fair_for_benchmark": true}, "qa": {"question": "What main point does the clip make by combining the caption with what is shown about the car?", "answer": "It presents an old, worn car as if it were brand new, and the point is the mismatch between calling it a new car and how clearly used it looks.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000121", "video_path": "videos_final/vimu_000121.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A short street clip filmed from a car under an overpass shows traffic stopped at a light. A person in a Spider-Man costume, attached to long red elastic straps from above the bridge, swings across the intersection and bounces awkwardly up and down. White Chinese text is overlaid at the top left.", "intended_meaning": "The humor comes from a real person dressed as Spider-Man moving in a very unheroic, awkward way, creating a parody of Spider-Man web-swinging. Instead of looking cool or powerful, he looks clumsy and ridiculous, turning a superhero image into slapstick.", "evidence": ["The person is clearly dressed in a Spider-Man-style red-and-blue full-body costume.", "Two long red straps attached above the overpass hold the performer, imitating Spider-Man's web-swinging.", "The swinging motion becomes floppy and awkward, with the body rotating and bouncing rather than moving smoothly.", "The setting is an ordinary traffic intersection, which contrasts with the dramatic superhero pose.", "No visible reaction text explains a deeper social or political point; the main cue is visual comedic incongruity."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable directly from the visuals: a Spider-Man-costumed performer swings awkwardly over traffic, parodying superhero action without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It parodies Spider-Man by showing a real person imitate web-swinging in a clumsy, awkward way, turning the usual cool superhero image into slapstick.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000122", "video_path": "videos_final/vimu_000122.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A man sits in a barber chair while a barber trims his hair. The barber repeatedly brings a large yellow brush/broom-like tool close to the man and the man reacts with wide-eyed concern, as if unsure what the barber will do with it. The scene ends with the haircut continuing normally.", "intended_meaning": "The humor comes from making the customer briefly think the barber is about to use an absurd oversized broom-like tool as part of the haircut. The meme plays on his nervous, suspicious reaction to a fake or exaggerated grooming method, then contrasts that with the normal haircut setting.", "evidence": ["The setting is clearly a barbershop: cape, clippers, comb, hair clips, and active haircutting are visible.", "A large yellow brush resembling a broom or oversized shaving brush is repeatedly moved into the foreground near the customer's face and body.", "The customer stares at the tool with exaggerated wide eyes and tense expression, signaling confusion or alarm.", "The barber otherwise uses normal haircut tools, making the big brush appear intentionally absurd and out of place.", "No insulting captions or identity-based targeting are visible; the comedy is situational."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visuals alone: a normal haircut is interrupted by an oddly large brush-like object, and the customer's facial reactions supply the punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the customer's reaction make sense in this scene?", "answer": "His reaction makes sense because the barber keeps bringing an absurd oversized brush-like tool near him, making it seem for a moment like it might be part of the haircut, so he looks nervous and confused by the bizarre grooming method.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000123", "video_path": "videos_final/vimu_000123.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A short street clip shows a man riding a bicycle past the camera in an unusual crouched posture, with the camera following him as he continues down the road. A Bilibili watermark and Chinese overlay text are visible at the top.", "intended_meaning": "The humor comes from simply noticing the rider's odd, hard-to-understand cycling posture and treating it as a strange or amusing real-life sight. The meme point is observational: 'look at this bizarre way of riding a bike.'", "evidence": ["The cyclist is the clear focus of the camera throughout the 5-second clip.", "His body position appears unusually crouched/awkward relative to normal upright cycling posture.", "There is no visible setup, dialogue, or narrative beyond showing the odd riding style.", "The Chinese title text indicates confusion about the riding posture ('看不懂的骑车姿势' / hard-to-understand cycling posture)."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the camera highlights a cyclist whose posture looks unusual, and the visible text reinforces that this is the point.", "fair_for_benchmark": true}, "qa": {"question": "What is the main thing the clip is drawing the viewer's attention to?", "answer": "It is spotlighting the cyclist's unusual, awkward-looking riding posture as a strange real-life sight worth noticing.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000124", "video_path": "videos_final/vimu_000124.mp4", "taxonomy": {"surface_form": "reenactment", "rhetoric_mechanisms": ["contrast", "exaggeration", "role_reversal"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["relationship_role", "gender_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.74, "literal_summary": "A woman sits with a man on a couch holding a jar of chocolate spread. She offers him some on her finger and leans in to lick it from his hand/finger area while he watches awkwardly. Afterward, the video cuts to black-and-white shots of the man sitting pensively, leaning on a wall, and then speaking on the phone while dramatic music plays.", "intended_meaning": "The joke is that the woman uses chocolate spread in a suggestive, flirtatious way, but the man does not experience it as romantic or appealing. Instead, he seems unsettled or emotionally affected, and the later dramatic montage humorously treats the awkward encounter like something serious or traumatizing. It also plays on a gendered reversal where the man is the uncomfortable one in a sexualized situation.", "evidence": ["The woman deliberately brings a jar of chocolate spread to the couch and feeds/licks from his hand in close physical proximity.", "The man's facial expression remains stiff and uncertain rather than pleased or reciprocal.", "The scene then shifts to black-and-white, contemplative shots of the man alone, a visual cue for melodramatic aftermath.", "The ASR captures sentimental song lyrics ('To live forever young...'), which add ironic emotional weight to the aftermath montage.", "The Chinese title text includes '浪漫比不上吃巧克力酱' ('romance can't compare to eating chocolate sauce/spread'), reinforcing the contrast between expected romance and the food-focused act."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone, but recognizing the sexual/romantic implication of feeding and licking chocolate spread and the irony of the dramatic aftermath relies on common social knowledge.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video pair the couch interaction with an overly dramatic aftermath montage?", "answer": "It frames the encounter as something the man experiences as awkward and unsettling rather than exciting, and the dramatic montage exaggerates his reaction for humor by treating a failed intimate moment like a serious emotional aftermath.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000125", "video_path": "videos_final/vimu_000125.mp4", "taxonomy": {"surface_form": "reenactment", "rhetoric_mechanisms": ["parody", "contrast", "exaggeration", "mockery"], "social_value_signals": ["aggression_or_hostility", "humiliation", "discrimination_or_prejudice", "norm_violation"], "target_subjects": ["racial_or_ethnic_group", "age_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A live-action skit imitates Dora the Explorer with adult men. The main performer speaks in Dora-style call-and-response while using threats, profanity, a backpack, and a toy gun, talking about finding someone, teaching him a lesson, choosing items from the backpack, and seeing whether someone is faster than a bullet. Another person watches and says it is 'Dora the young nigga' about to do a home invasion. Chinese subtitles and explanatory notes appear on screen.", "intended_meaning": "The meme parodies the cheerful educational format of Dora the Explorer by recasting it as a violent 'hood/gang' scenario. The humor comes from the sharp mismatch between a children's-show structure and criminal threats, plus a stereotype-driven portrayal of young Black men as armed, vulgar, and invasion-prone. It is meant to be shocking and darkly funny, while mocking both the target victim and the caricatured persona performing 'Dora.'", "evidence": ["ASR includes Dora-style lines such as 'Hey, come on, vamonos,' 'Do y'all see somebody?' 'Can y'all say backpack?' and 'If you said class dismissed, that's correct!'", "ASR also includes explicit violent/criminal language: 'Throw me that chain,' 'teach him a lesson,' 'He gets to leave Earth early,' 'Is he faster than a bullet?' and 'home invasion.'", "Frames show a backpack being presented in imitation of the show's backpack routine.", "Frames show the performer holding a brightly colored toy gun while continuing the joke.", "The tone is energetic and comedic rather than documentary, indicating a skit/parody.", "The final dialogue 'What you watching? Dora the young nigga' explicitly names the parody and ties it to a racialized slang persona.", "Visible Chinese subtitle note explains slang meaning for 'see his ass,' reinforcing that the clip is centered on threat/aggression."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: it directly imitates Dora the Explorer's interactive format while replacing kid-friendly content with threats, robbery, and shooting language. Familiarity with Dora helps but is not strictly required because the imitation pattern is made explicit inside the clip.", "fair_for_benchmark": true}, "qa": {"question": "Why is the skit structured like a cheerful call-and-response children's adventure while the lead character acts and talks the way he does?", "answer": "It uses a Dora-style children's-show format to parody and exaggerate a street-crime persona, making the joke out of the clash between upbeat educational presentation and threats, robbery, and gun talk, while leaning on a racialized caricature of a young Black male.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000126", "video_path": "videos_final/vimu_000126.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["mockery", "innuendo", "contrast"], "social_value_signals": ["contempt", "humiliation", "sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.89, "literal_summary": "A split-screen reaction clip shows a man in headphones watching a woman play a spelling game. On-screen text says, \"The first word is what people think of you.\" Letters appear in sequence over the woman: first \"Q,\" then later \"N I,\" then \"G E,\" and finally \"R.\" The woman becomes silent and looks shocked while the man laughs harder. Another caption says, \"She literally was speechless.\"", "intended_meaning": "The joke is that the letters seem to be building toward a highly offensive slur, and the woman stops before completing it. Her silence is framed as recognition of the insult and embarrassment, while the reactor laughs at the implication rather than any explicit word being said.", "evidence": ["Visible prompt: \"The first word is what people think of you.\"", "Letters shown across successive frames include Q, then N and I, then G and E, and later R, creating the impression of a provocative word puzzle.", "The woman does not speak and looks confused/shocked as the letters accumulate.", "The man’s facial expressions escalate into laughter, signaling that the humor comes from the implied insult and her realization.", "Caption \"She literally was speechless\" reinforces that her silence is the punchline."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is understandable from the video itself, but recognizing why the letter sequence is provocative requires common cultural knowledge about taboo English slurs and insult-based humor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s joke is that the spelling game appears to be leading toward a taboo insult about the woman, and when she realizes where the letters seem to be going she goes silent, which the reaction clip treats as the punchline.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000127", "video_path": "videos_final/vimu_000127.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan", "absurdism"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.85, "literal_summary": "An animated elderly man looks sad at a closed stand with a sign reading \"SORRY WE'RE CLOSED.\" Portuguese text at the top says \"A vida é difícil. Porém..\" He then puts on a white helmet and sits in a small vehicle or ride, becoming more focused while a sentimental love song plays.", "intended_meaning": "The meme presents a small disappointment as if it were a profound life struggle, then humorously suggests carrying on anyway by gearing up and moving forward. The joke comes from the contrast between the sad, philosophical setup and the trivial, slightly absurd response of putting on a helmet and continuing.", "evidence": ["Visible top caption says \"A vida é difícil. Porém..\" ('Life is difficult. However..'), setting a reflective/philosophical tone.", "A sign in the scene reads \"SORRY WE'RE CLOSED,\" showing the immediate problem is a closed stand or shop.", "The character's downcast eyes and frown signal disappointment or sadness.", "He deliberately puts on a helmet and sits upright in a small seat/vehicle, indicating a shift from sadness to determined continuation.", "The audio is an emotional romantic song, which exaggerates the seriousness of the mundane scene and supports the humorous contrast."], "evidence_sources": ["frames", "visible_text", "audio_tone", "editing_pattern", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: sad caption + closed sign + dramatic music + absurdly determined helmeted response. No niche external meme knowledge is needed.", "fair_for_benchmark": true}, "qa": {"question": "What does the character's final action suggest about how the video wants viewers to take the earlier setup?", "answer": "It treats the setback as comically overdramatic, then suggests you just gear up and keep going anyway despite the small disappointment.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000128", "video_path": "videos_final/vimu_000128.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.88, "literal_summary": "A handheld camera shows many plain white container-like objects on shelves, then cuts to a home shelf where a person picks up a small glass jar labeled \"The.\" On-screen text throughout says, \"I really enjoy having my......\"", "intended_meaning": "The video sets up a sentence fragment and then reveals an object labeled \"The,\" implying the phrase \"having my the,\" which sounds like \"having my they/them.\" The joke appears to be a sexual or suggestive innuendo about someone enjoying having their nonbinary partner/pronouns, rather than a literal statement about the jar.", "evidence": ["Visible on-screen text reads, \"I really enjoy having my......\" creating an incomplete phrase that expects a reveal.", "The ending focuses on a small jar with a prominent label reading \"The.\"", "The humor depends on combining the caption with the revealed word into a phrase that sounds like a different expression.", "The ASR includes fragmented suggestive-sounding speech, but the clearer cue is the caption-plus-object reveal structure."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The setup and reveal are visible in the video, but understanding the punchline requires light language/context knowledge about wordplay and likely reference to 'they/them' or similar identity-related phrasing.", "fair_for_benchmark": true}, "qa": {"question": "What phrase is the ending meant to make the viewer mentally complete from the setup text and the final reveal?", "answer": "It is meant to complete as a suggestive phrase sounding like \"I really enjoy having my they/them,\" using the jar labeled \"The\" as a wordplay cue rather than meaning the jar literally.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000129", "video_path": "videos_final/vimu_000129.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short handheld recording in a store aisle shows a display of water bottles with several Pepsi cans stacked on top. The camera points closely at a sign that reads \"pure ahhh\" and smaller text about purity and hydration, while a hand gestures toward the sign. The audio/transcript says, \"Here I was, here I was, lay back.\"", "intended_meaning": "The humor comes from reading the slogan \"pure ahhh\" as sounding like a sexual moan rather than a normal water ad tagline. The person filming is highlighting the unintentionally suggestive wording and treating the store advertisement as accidentally erotic or awkward.", "evidence": ["The sign prominently reads \"pure ahhh,\" which can be read as a drawn-out moaning sound.", "The camera repeatedly centers and moves closer to the phrase, indicating that wording is the joke.", "A hand points directly at the sign, emphasizing the text rather than the products themselves.", "The smaller copy is ordinary ad language about purity and hydration, creating contrast with the suggestive reading of \"ahhh.\""], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible slogan and the camera's emphasis on it; no outside meme history is needed beyond common recognition that \"ahhh\" can sound like a moan.", "fair_for_benchmark": true}, "qa": {"question": "What specific way of hearing the sign’s wording is the person filming drawing attention to?", "answer": "The filmer is highlighting that \"pure ahhh\" can be heard like a drawn-out moan, making the water ad come across as accidentally suggestive rather than just about hydration.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 4, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000130", "video_path": "videos_final/vimu_000130.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.85, "literal_summary": "A person pours purple wax or liquid into a mold while on-screen text says, \"Friendly reminder that Mercury is in the microwave again.\" The camera then moves to a microwave, which is opened to reveal a small crowned figurine spinning inside.", "intended_meaning": "The joke treats the astrological phrase \"Mercury is in retrograde\" as if it literally meant a character named Mercury is physically inside a microwave. The humor comes from the absurd literalization of a familiar astrology-related expression and the deadpan 'reminder' format.", "evidence": ["Visible text reads, in effect, \"Friendly reminder that Mercury is in the microwave again.\"", "The video abruptly cuts from a craft setup to an actual microwave being opened.", "Inside the microwave is a small human-like figurine, creating a visual payoff for the line about 'Mercury' being in the microwave.", "The audio/transcript repeats the same phrase in a matter-of-fact tone, supporting a deadpan joke delivery."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable on its own, but recognizing the full joke is easier if the viewer knows the common phrase about Mercury in astrology, which is being twisted into a literal microwave scene.", "fair_for_benchmark": true}, "qa": {"question": "What familiar phrase is this clip built around, and how does the final reveal reinterpret it?", "answer": "It plays on the phrase about Mercury being in retrograde and reimagines it as if Mercury were literally in a microwave, with the reveal providing that literal payoff.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000131", "video_path": "videos_final/vimu_000131.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.76, "literal_summary": "A screen-recorded action game clip in a snowy area shows a player character fighting a large creature. The creature ends up positioned over the character with its legs spread, then the edit cuts to a close-up reaction shot of Sulley from Monsters, Inc. staring with a shocked expression under colored lighting.", "intended_meaning": "The meme frames the game animation as looking sexually suggestive, as if the character has ended up in an awkward or compromising position. The Sulley reaction shot emphasizes stunned realization or disbelief at how the scene appears.", "evidence": ["The creature's body ends up directly above the player character with legs spread, creating a suggestive visual arrangement.", "The clip abruptly switches from gameplay to a reaction image rather than continuing the game event, signaling a joke based on interpretation of the pose.", "Sulley's widened eyes and blank shocked stare function as a visual reaction to something surprising or uncomfortable.", "No on-screen explanatory text is present, so the implication comes from the juxtaposition and pose."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone, but recognizing that the pose is being framed as sexually suggestive and that the reaction image signals 'caught off guard' relies on common meme and everyday visual inference.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The edit turns the game moment into a joke about the character ending up in a pose that looks unintentionally suggestive, and the Sulley cutaway highlights a stunned realization at how the scene comes across.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000132", "video_path": "videos_final/vimu_000132.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A handheld outdoor clip pans across a grassy roadside and trees while on-screen text reads \"That ain't no bird.\" The camera gradually reveals a black bear high up in a tree, and the speaker says they do not think it is a bird.", "intended_meaning": "The joke comes from initially framing something in a tree as if it might be a bird, then revealing it is unexpectedly a bear. The humor is a straightforward, deadpan reaction to the surprise and absurdity of seeing a large animal where a bird would normally be.", "evidence": ["On-screen text repeatedly says \"That ain't no bird.\"", "ASR/transcript: \"You know, I'm no expert, but uh, I don't think that's a fuckin' bird. Huh.\"", "The camera begins with a distant view of a field and tree line, then moves and zooms toward the top of a tree.", "Later frames clearly show a black bear's head and upper body in the tree canopy.", "The timing of the reveal creates the punchline: the viewer first searches for a birdlike shape, then sees a bear instead."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff through the camera reveal, spoken reaction, and visible text; no outside meme context is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "Why does the clip wait to clearly show what is in the tree until after repeating that it is not a bird?", "answer": "It delays the reveal to set up the expectation of spotting a bird, then pays it off with the unexpected sight of a bear in the tree, making the speaker's plain reaction the joke.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000133", "video_path": "videos_final/vimu_000133.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.85, "literal_summary": "A person films two long bread halves on a cutting board, one spread with peanut butter and jelly. On-screen text says, \"It's missing banana and bacon,\" while the audio repeats, \"Peanut butter jelly the long way.\" The camera briefly turns toward the speaker in a kitchen, then back to the bread.", "intended_meaning": "The video presents an unusually long peanut-butter-and-jelly sandwich in a way that invites a sexual reading, with the elongated bread and the added comment about \"banana and bacon\" functioning as suggestive innuendo rather than a serious cooking instruction.", "evidence": ["The food is arranged as two long split bread halves, visually emphasizing a phallic shape.", "The spoken line \"Peanut butter jelly the long way\" highlights the unusual elongated form.", "The caption \"It's missing banana and bacon\" adds ingredients that can be read suggestively in context, especially \"banana.\"", "The speaker briefly shows his face and then returns the camera to the sandwich, reinforcing a joking, performative reveal.", "No explicit target or insult is present; the humor centers on the suggestive presentation of the food."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the visuals, text, and audio, but recognizing the sexual innuendo requires common everyday cultural understanding rather than explicit explanation in the video.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the extra-long peanut butter and jelly sandwich as a suggestive joke, using the bread’s shape and the comments about adding banana and bacon to invite a sexual reading rather than giving a serious recipe tip.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000134", "video_path": "videos_final/vimu_000134.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "parody", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip shows a loaf-like arrangement of sliced bread on a green plate, with on-screen text reading \"We must eat in 4D.\" The audio says the speaker cannot deal with \"2D sandwiches\" anymore after watching Interstellar and wants to use different dimensions.", "intended_meaning": "The meme jokingly overapplies sci-fi ideas about higher dimensions to food, presenting a strangely shaped multi-directional sandwich/bread arrangement as a humorous '4D' improvement over ordinary flat sandwiches. The humor comes from mock-serious enthusiasm and absurd misuse of dimensional language.", "evidence": ["Visible text says \"We must eat in 4D.\"", "Audio explicitly contrasts \"2D sandwiches\" with \"different dimensions\" after watching Interstellar.", "The bread is arranged in an unusual radial/volumetric form on a plate, visually supporting the joke about nonstandard dimensions.", "The delivery is comedic and exaggerated rather than literal."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the video alone, but recognizing why \"Interstellar\" and \"dimensions\" are funny here benefits from common cultural knowledge about sci-fi/higher-dimensional concepts.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the video pairs an unusual bread setup with talk about \"4D\" after mentioning Interstellar?", "answer": "It jokingly treats sci-fi ideas about higher dimensions as if they should be applied to making sandwiches, presenting the oddly arranged bread as a mock-serious \"4D\" upgrade over ordinary flat sandwiches.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000135", "video_path": "videos_final/vimu_000135.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.91, "literal_summary": "A person filming approaches a seated man outdoors while holding a long pointed green plant piece and says, \"Marcel, eat this.\" The seated man hesitates, then bites it. On-screen text reads, \"Bro hesitated. He knew what was coming.\"", "intended_meaning": "The joke frames the long pointed plant as visually suggestive of a penis, so the man's hesitation and eventual bite are presented as a sexualized, mildly humiliating gag. The humor comes from the double meaning rather than the literal act of eating a plant.", "evidence": ["The object is long, narrow, and pointed, and is held out toward the seated man's face in a suggestive orientation.", "The audio/transcript explicitly says, \"Marcel, eat this,\" setting up an action toward the mouth.", "The man pauses and looks reluctant before biting, matching the caption's emphasis on hesitation.", "The on-screen text \"Bro hesitated. He knew what was coming\" signals that the clip invites a non-literal reading about what the object implies.", "The framing and timing focus on the approach, hesitation, bite, and reaction rather than on food preparation or ordinary eating."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip itself provides the setup, the captioned cue, and the visual suggestion needed to understand the sexualized joke without requiring outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the plant as suggestive of a penis, so the man's hesitation before biting it is framed as him recognizing the implication, making the moment a sexualized, mildly humiliating joke rather than just eating something.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000136", "video_path": "videos_final/vimu_000136.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "mockery", "contrast"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.72, "literal_summary": "A handheld camera films a tabletop with a small watermelon in front of a colorful box covered in meme-like character cards. Visible labels include 'SALSEO' on a green card and 'TROLLED' with a trollface on a pink card. English on-screen caption text says, 'Are you ok dude?' while the camera moves shakily and a hand briefly enters the frame.", "intended_meaning": "The clip uses the strange juxtaposition of a watermelon and exaggerated meme-card imagery to jokingly suggest that someone or something is not okay or is acting bizarre. The humor comes from treating the situation as if the watermelon or the person associated with it has been 'trolled' or socially embarrassed, making it a light mocking reaction meme.", "evidence": ["On-screen subtitle explicitly says 'Are you ok dude?'", "The camera centers a watermelon as if it is the subject being addressed", "The box behind it shows meme-style cards including 'SALSEO' and a trollface card labeled 'TROLLED'", "Shaky camera movement and close-up framing create a comedic, informal reaction-video feel", "ASR includes excited Spanish speech, reinforcing a playful rather than serious tone"], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is visible from the video itself, but understanding why 'TROLLED' and the meme-card aesthetics make the scene mocking or absurd benefits from common internet meme familiarity.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokingly frames the watermelon or the person linked to it as acting weird or not okay, using meme visuals to make it feel like a playful reaction to someone being clowned or embarrassed.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000137", "video_path": "videos_final/vimu_000137.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A handheld camera pans across a large indoor installation made of many suitcases arranged in a long curved arch. A voice says they found their bag and do not know how to get it, as if treating the whole structure like lost luggage.", "intended_meaning": "The joke comes from pretending the suitcase sculpture is a real lost-and-found bag, with the huge curved shape also inviting a possible phallic reading. The humor relies on the absurd mismatch between a single lost bag and an unreachable, oddly shaped art display.", "evidence": ["The frames show dozens of suitcases connected into one tall curved structure, not a normal baggage pickup area.", "The ASR audio says, 'Damn, I just found my bag. I don't know how to get it... It must be a lost and found here or something,' which humorously misidentifies the sculpture as luggage to reclaim.", "The camera slowly traces the entire curve from bottom to top, emphasizing its unusual elongated shape.", "No clear individual or group is being insulted or criticized."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual joke is understandable from the video alone: viewers can see the suitcase sculpture and hear the speaker jokingly act as if it is their lost bag. No outside meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the suitcase installation is being treated like one person’s lost bag to retrieve, and the exaggerated curved shape adds a possible suggestive visual layer that makes the mismatch funnier.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000138", "video_path": "videos_final/vimu_000138.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "parody", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A shaky phone video shows a person moving through a dim hallway while on-screen text reads \"Dying Light: Easter edition.\" A bright yellow bunny-suit figure appears at the end of the hall and runs toward the camera.", "intended_meaning": "The clip jokes that the hallway chase looks like a scene from the horror/survival game Dying Light, except the threatening pursuer is humorously replaced by an Easter bunny character. The humor comes from mixing a scary chase setup with a silly holiday mascot.", "evidence": ["Visible on-screen caption says \"Dying Light: Easter edition.\"", "The setting is a dark hallway with red lighting and shaky movement, evoking a tense chase or horror scene.", "A costumed yellow bunny figure appears suddenly and runs toward the camera, creating an absurd contrast with the ominous setup.", "No clear insult, social group targeting, or value judgment is expressed beyond the visual joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is visible from the clip itself, but recognizing why \"Dying Light\" is being invoked benefits from common knowledge that it is associated with first-person survival/horror chase scenes.", "fair_for_benchmark": true}, "qa": {"question": "How do the caption and the bunny figure work together to shape the point of the clip?", "answer": "It frames the scene like a Dying Light-style horror chase, then swaps the usual threatening pursuer for an Easter bunny, making the clip a parody built on the contrast between scary game tension and a silly holiday mascot.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000139", "video_path": "videos_final/vimu_000139.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "absurdism", "mockery"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person films a white metal chair in a locker-room-like area. The chair has writing on the back that appears to say \"bad chair,\" and on-screen text reads \"I feel violated\" while the camera moves closer to the chair and a hand gestures near it. The audio says, \"Bad chair, huh? You like that?\"", "intended_meaning": "The joke personifies the chair and treats its shape or positioning as suggestive, implying a crude sexual interaction with the chair. The caption \"I feel violated\" frames the chair as if it has been sexually compromised, making the humor an absurd, mocking sexual innuendo about the object.", "evidence": ["The chair is singled out and labeled with writing that appears to read \"bad chair.\"", "On-screen text says \"I feel violated,\" which attributes a victim-like reaction to the chair.", "The spoken line \"Bad chair, huh? You like that?\" uses teasing, sexually suggestive phrasing directed at the chair.", "The camera moves in closely and a hand gestures near the lower side of the chair, emphasizing a suggestive reading rather than ordinary furniture inspection."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the visual setup, the visible caption, and the spoken teasing without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke the video builds around the chair?", "answer": "It treats the chair like a person in a crude suggestive scenario, joking that the chair has been involved in an intimate act and now 'feels violated.'", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000140", "video_path": "videos_final/vimu_000140.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person holds what first looks like a small black rectangular object in their hands, then parts shift and fold out into a large multi-legged wheeled chair base while someone reacts with surprise and admiration.", "intended_meaning": "The humor comes from a surprising reveal: an ordinary-looking compact object unexpectedly expands into a much larger office-chair base, prompting an overexcited reaction to the transformation itself.", "evidence": ["The early frames show a small black rectangular form being held close to the camera.", "As the clip continues, pieces separate and unfold, changing the viewer's understanding of the object.", "Later frames clearly show a five-legged wheeled office-chair base on the floor.", "The audio/transcript includes surprised praise: 'Oh shit, dude. What the fuck? That's sick.'", "The short timing centers the reveal, making the sudden transformation the joke/payoff."], "evidence_sources": ["frames", "transcript", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are visible within the clip itself, and the surprised reaction directly supports the intended joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip structured to first make the object seem small and ordinary before showing what it actually becomes?", "answer": "It is framed to create a surprise reveal: something that first looks like a small plain object suddenly unfolds into a full office-chair base, and the reaction is driven by that unexpected transformation.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 1}}} +{"video_id": "vimu_000141", "video_path": "videos_final/vimu_000141.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person pushes a blue shopping cart through a thrift store or Goodwill aisle while the on-screen caption says \"Run bro.\" The camera scans shelves of random items and then reveals novelty pillows, including a red sequined pillow and finally a pillow printed with a close-up human face.", "intended_meaning": "The joke is that the face pillow is unexpectedly unsettling, so the caption frames it as something alarming to flee from. The humor comes from building suspense while moving through the aisle and then revealing a weird object as if it were a threat.", "evidence": ["On-screen text repeatedly says \"Run bro.\"", "The video is filmed from a moving cart, creating a searching/reveal setup.", "The camera passes ordinary thrift-store items before landing on unusual pillows.", "The final reveal is a pillow with a realistic human face, which appears odd and uncanny in context.", "The store environment includes visible \"GOODWILL\" text on the cart, reinforcing the thrift-store setting and random-object humor."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and punchline: the caption instructs fear and the visual reveal shows the odd object causing that reaction. No niche external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the clip as a whole, including why it builds up to the final object?", "answer": "It sets up an exaggerated urgent reveal, then pays it off by showing a bizarre face pillow, treating an odd thrift-store find like something worth fleeing from for comedic effect.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000142", "video_path": "videos_final/vimu_000142.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "parody", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A young man in a kitchen pours a canned drink into a glass already filled with dark liquid and foam. On-screen text says \"coffefe.\" The only audible/transcribed phrase is \"Your Holiness.\"", "intended_meaning": "The joke is a deadpan, low-effort parody of making or presenting a coffee-like drink, with the misspelled caption \"coffefe\" making it intentionally silly rather than serious. The humor comes from presenting a fizzy canned beverage as if it were coffee or some special concoction.", "evidence": ["On-screen text reads \"coffefe,\" which appears to be an intentionally misspelled label for the drink.", "The person is simply pouring from a can into a glass in a kitchen, with no narrative setup beyond showing the drink preparation.", "The large foamy head and canned beverage presentation contrast with a normal coffee-prep expectation, suggesting playful parody.", "No clear insult, target, or socially charged content is visible; the clip centers on the creator's own drink-making bit."], "evidence_sources": ["frames", "visible_text", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke can be understood from the video itself: a casually presented drink-making clip labeled with a silly misspelling, creating a simple parody of coffee preparation without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What role do the caption and the way the drink is presented play in the clip overall?", "answer": "They frame the clip as a deliberately silly, deadpan parody of making a coffee-like drink, with the misspelled \"coffefe\" making the canned fizzy pour seem like a faux special beverage rather than a real coffee preparation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000143", "video_path": "videos_final/vimu_000143.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.87, "literal_summary": "A short phone-recorded clip shows someone asking, via on-screen text, \"How much Horsepower it got?\" while filming a red sports car. The camera moves across the body of the car, then the front storage compartment is opened to reveal many pink thong-style underwear items, and a hand picks one up.", "intended_meaning": "The joke sets up a normal car-performance question about horsepower, then answers it with a sexualized reveal: the car owner is implied to have many female sexual partners or conquests, using women's underwear as a visual stand-in for 'horsepower.' The humor comes from replacing a mechanical measure with sexual bragging.", "evidence": ["Visible text throughout says, \"How much Horsepower it got?\" framing the expected topic as engine performance.", "The camera first lingers on the exterior of a red sports car, reinforcing the expectation of a car-spec answer.", "Instead of showing the engine, the compartment contains a pile of pink thong-style underwear.", "A hand lifts one of the underwear items to emphasize the reveal punchline.", "The contrast between the technical car question and the sexualized contents creates the joke's meaning."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup text and the visual reveal are enough to understand the punchline from the video alone; only common everyday knowledge of 'horsepower' and underwear is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns a question about the car's horsepower into a boast about the owner's sexual success, using the pile of women's underwear as a stand-in for how many female partners or conquests he has had.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000144", "video_path": "videos_final/vimu_000144.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "contrast"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["sexuality_related_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.83, "literal_summary": "In a costume or mask store, the camera shows several animal and monster masks on a wall, including a bull mask labeled \"BULL SCARECROW MASK\" and a furry orange-and-white animal mask labeled \"MOVING MOUTH MASK.\" A person wearing a horse mask stands in the aisle. A voice says, \"What is this? Furry?\"", "intended_meaning": "The clip singles out the furry-style animal mask and treats it as something odd or laughable, using the word \"furry\" as a mocking label. The joke relies on contrasting ordinary Halloween masks with the furry-looking one and implying disdain toward furry identity/subculture.", "evidence": ["The camera lingers on a fluffy orange-and-white animal mask after showing other masks.", "Visible product text includes \"BULL SCARECROW MASK\" and \"MOVING MOUTH MASK,\" helping identify the setting as a mask display.", "The spoken line \"What is this? Furry?\" explicitly names the furry association.", "The framing and timing make the furry-looking mask the punchline object of attention.", "The horse-mask wearer and store setting add a visual contrast between costume masks and the singled-out furry-style mask."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone, but interpreting why \"furry\" is being used mockingly benefits from common cultural knowledge of what a furry is and how the label is often used online.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the video focuses on that particular mask and includes the remark about it?", "answer": "It frames the furry-looking mask as the odd one out and the punchline, using the label \"furry\" to make it seem weird or laughable and to mock furry identity or subculture.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000145", "video_path": "videos_final/vimu_000145.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person in a Lexus car first points near the audio controls, then opens the center console compartment to reveal a cat curled up inside. The person then presses the console buttons labeled \"OPEN\" and \"CLOSE\" and slides the cover partly shut over the cat.", "intended_meaning": "The joke is the unexpected reveal that the car's center console appears to be occupied by a cat, treated like a built-in compartment item. The humor comes from the surprise and the deadpan way the person uses the car's controls as if the cat belongs there.", "evidence": ["The frames show a Lexus interior and the center compartment with visible buttons labeled \"OPEN\" and \"CLOSE.\"", "When the compartment is opened, a cat is revealed curled up inside, which is unexpected in that location.", "The person continues interacting with the compartment controls after the reveal, reinforcing the joke that the cat is like part of the car's mechanism or storage.", "No insulting captions or clear social targeting are visible."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the visual surprise and the labeled console controls alone; no outside meme knowledge is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the cat as if it were a normal built-in part of the car’s center console, and the humor comes from the unexpected reveal and the deadpan use of the console controls like the cat belongs there.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000146", "video_path": "videos_final/vimu_000146.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A captioned clip from The Simpsons shows a boy with a horse saying words that match the audio about a leash and littering, then a pink car parked across handicapped spaces outside a liquor store, followed by Marge as a police officer saying \"Homer!\" and Homer responding, \"Hey, Marge. How's my little piglet?\" Text at the top says, \"Damn. I never realized that joke before.\"", "intended_meaning": "The meme points out a sexual implication in the scene: the sequence about a leash, littering, and handicap parking sets up Homer behaving badly, and his line calling Marge his \"little piglet\" is framed as a suggestive pet-name joke with domination/animal-play undertones that the editor says they only just noticed.", "evidence": ["Top on-screen text explicitly says the creator 'never realized that joke before,' signaling a newly noticed double meaning.", "The first shots visually emphasize a horse and a leash before cutting to Homer and Marge, which primes an animal/pet association.", "The ASR and frames show Marge confronting Homer for bad behavior, then Homer casually replies, 'Hey, Marge. How's my little piglet?'", "Calling Marge 'my little piglet' functions as a diminutive, potentially degrading pet name, especially after the leash/animal imagery.", "The humor relies on the contrast between Marge's serious accusation and Homer's affectionate-sounding but suggestive response."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone because the top text cues that a hidden joke is being highlighted, and the animal/leash imagery plus 'little piglet' line provide the implication. Familiarity with basic adult double-entendre and The Simpsons characters helps but is not strictly required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The edit is highlighting that Homer's line about Marge as his \"little piglet\" is meant to read as a newly noticed adult double entendre, making the exchange feel suggestive and somewhat degrading rather than simply affectionate.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000147", "video_path": "videos_final/vimu_000147.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "innuendo"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A handheld video moves from a doorway into a room and shows a small dog standing on the floor with a hot dog bun or sausage-shaped bread item held sideways in its mouth. On-screen text says, \"Bro reached peak happiness.\" The audio says, \"Sam, what you doing? You got a hot dog bun in your...\"", "intended_meaning": "The joke is that the dog looks extremely pleased to be caught carrying the bun, and the caption humorously overstates this as the dog having achieved ultimate happiness. The cut and wording also lightly invite a crude double meaning from the unfinished audio line, but the main meme point is the dog's goofy, blissful expression with food in its mouth.", "evidence": ["Visible text explicitly frames the scene as: \"Bro reached peak happiness.\"", "Frames show a small dog indoors holding a bun-like object sideways in its mouth and looking up wide-eyed.", "The camera rushes toward the dog, emphasizing the reveal and the dog's expression as the payoff.", "ASR captures: \"Sam, what you doing? You got a hot dog bun in your...\" which suggests a playful unfinished sentence with possible suggestive implication."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a dog proudly holding a bun is framed as absurdly happy. No outside meme history is needed, though the unfinished audio adds a minor extra layer.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption describe this moment as the dog having reached peak happiness?", "answer": "Because the dog looks absurdly proud and blissful while carrying the bun, so the post exaggerates that goofy food-driven satisfaction as if this is its ultimate happy moment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000148", "video_path": "videos_final/vimu_000148.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "parody", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A phone video shows muddy floodwater rushing through a yard beside a house while the camera zooms in on a small black grill or smoker standing upright in the middle of the fast-moving water. Dramatic audio with heroic-sounding lyrics plays over the scene.", "intended_meaning": "The humor comes from treating the grill as if it were a lone warrior making a brave final stand against overwhelming floodwaters. The epic soundtrack makes the ordinary object seem noble and defiant, creating a funny mismatch between serious heroism and a backyard grill stuck in a flood.", "evidence": ["The central visual focus is a single grill/smoker left standing in strong floodwater.", "The camera progressively zooms in on the grill, emphasizing it as the 'character' of the scene.", "The surrounding water is turbulent and appears dangerous, making the grill look isolated and overwhelmed.", "The audio/transcript contains heroic, battle-like lines such as 'Thou shalt show no fear' and 'This is where I made my stand.'", "The joke relies on the contrast between epic language/music and a mundane backyard object."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: viewers can see the flood, the lone grill, and hear the dramatic heroic audio that frames it as a mock battle scene.", "fair_for_benchmark": true}, "qa": {"question": "What does the dramatic presentation make the grill seem like in this scene?", "answer": "It makes the grill seem like a lone heroic figure making a last stand against the flood, with the humor coming from treating an ordinary backyard object as if it were a brave warrior.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000149", "video_path": "videos_final/vimu_000149.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A shirtless young man kneels at a kitchen counter eating food while another young man does pull-ups on a doorway bar behind him. Someone says, \"Mm, Brennan, that looks really good. Man, that bar is creaky,\" and the eater turns to look back as the camera shifts toward the other man.", "intended_meaning": "The humor comes from juxtaposing casual praise of the food with concern about the noisy pull-up bar in the background, making the workout distraction unexpectedly become the focus of the scene.", "evidence": ["The foreground subject is quietly eating at the counter while a second person is visibly doing pull-ups in the doorway behind him.", "The audio first compliments the food ('that looks really good') and then abruptly comments on the bar being 'creaky.'", "The eater turns his head toward the person on the bar right after the creaking remark, matching the shift in attention.", "No on-screen text is visible; the joke is conveyed by the situation and timing."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the visible setup and the spoken lines alone; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What shift in attention makes this moment work?", "answer": "It works because the attention shifts from casually admiring the food to the creaky pull-up bar and the person using it in the background, which unexpectedly steals the scene.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000150", "video_path": "videos_final/vimu_000150.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "Three young men sit in a car at night under the interior light. On-screen text says \"McDonalds Sprite Review.\" A voice says they are reviewing a McDonald's large Sprite and starting the taste test. One of them lifts the straw from the cup, and the group pauses with serious expressions as if waiting for a dramatic reaction.", "intended_meaning": "The humor comes from treating a sip of McDonald's Sprite as a very serious, dramatic event. The meme exaggerates the idea that McDonald's Sprite has an unusually intense taste, so the group acts solemn and expectant as if conducting an important review.", "evidence": ["Visible text reads \"McDonalds Sprite Review,\" framing the clip as a product review.", "ASR says, \"Now reviewing McDonald's large Sprite. Now, for the taste test,\" which sets up a formal review tone.", "The men maintain mostly blank, serious expressions rather than casual or enthusiastic ones.", "The pacing is slow and anticipatory, with attention focused on the cup and straw as if a big moment is coming."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but the joke works better if the viewer knows the common everyday idea that McDonald's Sprite is reputed to taste unusually strong or sharp.", "fair_for_benchmark": true}, "qa": {"question": "What contrast between the group's behavior and the situation best explains the video as a whole?", "answer": "It jokes by treating a simple sip of McDonald's Sprite like a highly important, dramatic event, playing on the familiar idea that McDonald's Sprite tastes unusually strong.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000151", "video_path": "videos_final/vimu_000151.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short clip with the on-screen caption \"Haggling at its finest\" shows a boy behind a store counter gesturing toward a packaged item labeled \"CREME WAFERS\" while audio says \"no, two dollar, two dollar.\" Cash is visible on the counter, and the boy appears to be negotiating the price.", "intended_meaning": "The joke is that the boy is comically intense and insistent while bargaining over a very small amount of money, so the clip frames this minor price negotiation as impressively dramatic or skillful haggling.", "evidence": ["Visible text at the top says \"Haggling at its finest,\" explicitly framing the scene as a bargaining joke.", "ASR captures repeated speech: \"no, two dollar, two dollar,\" indicating insistence on a lower or fixed price.", "The boy points at the item and reacts emphatically, reinforcing a negotiation dynamic.", "A bill is visible on the counter near the packaged snack, supporting that this is a purchase/price discussion.", "The humor comes from the mismatch between the small stakes and the dramatic insistence."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's setup and punchline are understandable from the clip alone: the caption labels it as haggling, and the spoken repetition plus visible money/item make the joke clear without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is this moment presented as something especially memorable?", "answer": "It highlights how the boy treats a trivial snack purchase like a high-stakes negotiation, making his intense insistence over a very small amount seem amusingly overblown.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000152", "video_path": "videos_final/vimu_000152.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person in what looks like a restaurant kitchen or prep area films a container full of long rectangular ice pieces, with on-screen text reading \"Cronchy.\" The camera holder lifts a large sheet or cluster of the ice and carries it toward a coworker, while the audio says, \"Yo, look at this big ass piece of ice I found, man. Yo, word?\"", "intended_meaning": "The humor comes from presenting an unusually large, satisfying-looking cluster of ice as if it were an impressive discovery. The caption \"Cronchy\" and the excited tone frame the ice as appealing for its crunchy texture, making a mundane object seem comically noteworthy.", "evidence": ["On-screen text repeatedly says \"Cronchy,\" emphasizing texture and a playful appreciation of the ice.", "The speaker says, \"look at this big ass piece of ice I found,\" which treats the object as surprisingly impressive.", "The video shows a large connected slab or sheet of ice pieces being lifted and shown off to another person.", "The coworker approaches and reaches toward the ice, reinforcing that the reveal/show-and-tell is the point of the clip.", "The setting appears to be a kitchen/work area, making the object itself ordinary and the exaggerated excitement humorous."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the video alone: a person enthusiastically shows off an unusually large crunchy-looking piece of ice, aided by the visible caption and spoken reaction.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It humorously treats a large, crunchy-looking piece of ice as an exciting find, making an ordinary object seem impressively satisfying.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000153", "video_path": "videos_final/vimu_000153.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "contrast", "exaggeration"], "social_value_signals": ["negative_affect", "contempt", "anti_mainstream_value"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A fast-food prep clip shows a large tortilla with fries and nacho cheese, then a small scoop of steak added. White on-screen text says, \"I was about to go to Taco Bell, not anymore.\" The audio praises a generous portion and says the worker scooped it like it was coming out of their check. The clip then cuts to a man speaking to camera with a surprised/disapproving expression.", "intended_meaning": "The meme jokes that this Taco Bell item looks unappealing or low-quality, causing the viewer to lose interest in eating there. The humor comes from contrasting audio that praises generous portions with visuals and text expressing disgust or rejection toward the food and brand.", "evidence": ["On-screen text explicitly says, \"I was about to go to Taco Bell, not anymore,\" signaling a change from intent to rejection.", "The food shown is a tortilla with fries, cheese, and a small amount of steak in a prep line, inviting judgment of how appetizing it looks.", "The ASR audio says, \"Those have the fries on there with some nacho cheese, an even portion scoop of steak... You scooped that like it's coming out of your check!\" which sounds like commentary about portioning.", "The final cut to a man's face functions as a reaction shot, reinforcing surprise/disapproval.", "The comedic point relies on the mismatch between positive/approving audio about portioning and the caption's negative verdict about Taco Bell."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video's main joke is understandable from the visuals, visible caption, and reaction cut alone; no niche external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the Taco Bell item looks so unappealing and skimpy that seeing it makes the viewer lose interest in going there, with the upbeat portion commentary contrasting with that rejection.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000154", "video_path": "videos_final/vimu_000154.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["bait_and_switch", "innuendo", "mockery"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.87, "literal_summary": "A person cracks eggs into a bowl in a kitchen while on-screen text reads \"The best garbage disposal,\" then the camera pans to a dog standing nearby and ends on a close-up of the dog's face.", "intended_meaning": "The caption sets up the dog as a joking 'garbage disposal' for kitchen scraps, but the choice to show egg contents going into the bowl while highlighting the dog implies a crude sexual joke about the dog being used for disposal in a degrading way, rather than a simple pet-feeding joke.", "evidence": ["Visible text says \"The best garbage disposal.\"", "The video first shows food preparation with eggs, then abruptly pans to the dog as the punchline.", "The dog's close-up is timed as the reveal, suggesting the dog is the object referred to by the caption.", "The humor relies on an implied nonliteral meaning rather than an explicit statement of feeding scraps."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The visual setup and reveal make the joke structure understandable from the video itself, but recognizing the specific crude implication requires some everyday cultural knowledge about sexual slang and edgy meme humor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It frames the dog as the \"garbage disposal\" not just for food scraps but as the punchline to a crude degrading sexual joke.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000155", "video_path": "videos_final/vimu_000155.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A person looks at a LEGO Sonic instruction booklet and then reveals a finished red Ugandan Knuckles-style figure instead of the red robot shown in the manual. On-screen text says, \"What happened?\" and the audio reacts with \"What the fu-\".", "intended_meaning": "The joke is that the builder ended up with a wildly wrong and absurd result compared with the instructions, using the familiar goofy Ugandan Knuckles character as the punchline. The humor comes from the mismatch between the expected build and the bizarre final model.", "evidence": ["The instruction booklet shows a red robot/mech figure, while the revealed built figure is a round red character with large eyes and a cartoonish face.", "The on-screen caption throughout asks, \"What happened?\" framing the situation as an unexpected mistake or transformation.", "The audio reaction \"What the fu-\" signals shock/confusion for comedic effect.", "The reveal is timed as a punchline: camera shifts from booklet to the completed figure."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The mismatch joke is understandable from the video alone, but recognizing the revealed figure as a specific meme-like Knuckles parody adds extra humor and requires some common internet/gaming familiarity.", "fair_for_benchmark": true}, "qa": {"question": "Why is the final reveal the payoff of the clip?", "answer": "Because the clip sets up an expected LEGO build from the instructions, then pays it off by revealing a completely wrong, bizarre figure instead, making the joke the huge gap between what should have been built and the goofy result.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000156", "video_path": "videos_final/vimu_000156.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person in a kitchen shows the text 'The only way to put away Tupperware.' They place drinking glasses upside down neatly in a cabinet, then show a plastic food container with its lid and open a lower cabinet filled with mismatched plastic containers and lids.", "intended_meaning": "The joke contrasts how neatly glasses can be stored with how plastic food containers are usually messy and hard to organize. It humorously suggests there is no truly neat way to put away Tupperware except tossing it into a cluttered cabinet.", "evidence": ["On-screen text reads: 'The only way to put away Tupperware.'", "The video first shows glasses being placed upside down in an orderly cabinet.", "It then shows a plastic container and lid separately rather than stacked in a tidy matching set.", "The lower cabinet revealed at the end is cluttered with assorted containers and lids, creating the punchline through visual contrast.", "The short, matter-of-fact presentation supports a deadpan household-humor tone."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup text and the visual contrast between neatly stored glasses and the messy Tupperware cabinet fully convey the joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that unlike glasses, plastic food containers are almost impossible to store neatly, so the usual 'solution' is just throwing the mismatched pieces into a messy cabinet.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 2, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000157", "video_path": "videos_final/vimu_000157.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["absurdism", "deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "The camera starts in a bathroom and pans toward what first looks like an orange, spread-out liquid or soft mass on a surface. As the camera gets closer, it is revealed to be a ginger cat curled up tightly and sleeping. Large on-screen text says, \"Why is it liquid?\"", "intended_meaning": "The joke is that the cat is lying in an unusually fluid-looking, melted shape, playing on the common humorous idea that cats can seem to behave like liquids when they fit themselves into containers or odd positions.", "evidence": ["On-screen text explicitly asks, \"Why is it liquid?\"", "The camera reveal creates contrast between an ambiguous orange shape at first and a clearly identifiable sleeping cat afterward.", "The cat is curled into a rounded container/sink-like space in a way that makes its body look spread out and amorphous.", "No person or group is mocked; the humor comes from the visual resemblance and reveal."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the camera reveal and the visible text provide the full setup and payoff without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What comparison is the clip built around?", "answer": "It compares the curled-up cat to a liquid or melted substance, playing on the idea that cats can look fluid when they squeeze into odd shapes.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000158", "video_path": "videos_final/vimu_000158.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.76, "literal_summary": "A restaurant clip shows two people eating wings or similar food with sauce on their hands. On-screen text says \"Just another dinner.\" One person smiles and reaches across the table toward the camera holder's hand, and the two touch fingers while laughing. The audio includes enthusiastic remarks like \"Damn, this shit good as fuck, bro\" and \"Absolutely.\"", "intended_meaning": "The caption and framing imply this is not actually an ordinary dinner moment but a flirtatious or suggestive interaction. The focus on sauce-covered fingers touching, combined with laughter and the understated caption, creates a sexual or intimate double meaning.", "evidence": ["Visible text at the top says \"Just another dinner,\" which downplays the moment.", "The camera emphasizes messy, sauce-covered fingers and prolonged finger-to-finger contact across the table.", "The person across the table smiles broadly and laughs during the hand interaction, suggesting playful intimacy rather than just eating.", "The humor comes from the contrast between the plain caption and the suggestive visual focus.", "The ASR audio includes praise of the food, supporting the literal dinner setting while the visuals imply another layer."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption says it is an ordinary dinner, but the visual emphasis on finger touching and playful behavior implies flirtation or sexual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the dinner as more than an ordinary meal, suggesting a playful intimate moment with a suggestive undertone between the two people.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000159", "video_path": "videos_final/vimu_000159.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.75, "literal_summary": "A person in a blond wig and prince-like costume films a selfie in a crowded hallway with many people in cosplay behind him. He notices a woman in a purple dress behind him, widens his eyes, makes a startled-then-excited face, and moves away while the song lyric about maybe being in love plays.", "intended_meaning": "The clip frames the costumed man as suddenly interested in or attracted to the woman behind him, using his facial expressions and the romantic lyric for a comedic 'uh-oh, I like her' moment. The humor comes from the contrast between his initial posing and the quick realization/reaction when he sees her approaching.", "evidence": ["The audio lyric says 'what's the problem... maybe I'm in love,' which cues romantic attraction.", "The man looks into the camera, then glances and reacts as the woman in purple becomes centered behind him.", "His expression changes from composed posing to wide-eyed surprise and a nervous/excited grin.", "He keeps the woman visible in the background as he moves, suggesting she is the focus of the reaction.", "The setting appears to be a cosplay/convention hallway, and both subjects wear costume-like clothing, but no on-screen text explains further context."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone through facial reaction plus romantic song lyric, though recognizing it as a cosplay/flirty meme format benefits from common social context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the man suddenly becomes interested in the woman behind him, with his face and the song framing it as an unexpected crush or flirty realization.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000160", "video_path": "videos_final/vimu_000160.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.88, "literal_summary": "A close-up cooking clip shows a person shaving a red onion with a peeler on a cutting board while another hand wearing a watch rests nearby. On-screen text says, \"I think you have a friend there pal.\"", "intended_meaning": "The caption suggests the onion is being framed as resembling a person's genitals or an intimate body part, and the nearby hand/wrist is being teased as if the onion is a \"friend\" to it. The humor comes from sexualized visual resemblance rather than the cooking action itself.", "evidence": ["The visible text explicitly addresses someone: \"I think you have a friend there pal.\"", "The onion is upright and repeatedly peeled into concentric ring slices, emphasizing a body-part-like shape.", "A second person's hand/wrist is positioned very close behind the onion, which supports the caption's teasing comparison.", "The clip uses an ordinary food-prep scene but redirects attention to the suggestive resemblance, creating the joke through mismatch between literal action and implied meaning."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the video and caption alone, but recognizing the sexual visual analogy requires common everyday knowledge about suggestive shape-based humor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the onion's shape and placement next to the person's hand look like an intimate body part, so the caption teases that the hand has a matching \"friend.\"", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000161", "video_path": "videos_final/vimu_000161.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "exaggeration", "parody"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.76, "literal_summary": "The video first shows a narrow tiled stairway where a chaotic burst of liquid or debris splashes near the top while people are partly visible. It then crossfades into a still image of a dirt-covered soldier with a blank, shocked stare in front of a smoky battlefield and tank. The audio transcript suggests a dramatic song line: \"Alone at the edge of a universe humming a tune.\"", "intended_meaning": "The meme uses a sudden cut from a messy or alarming stairway incident to a shell-shocked soldier image to jokingly portray the event as emotionally overwhelming or traumatic. The point is an exaggerated reaction: after witnessing that chaotic moment, the viewer or person involved feels mentally 'at war' or stunned.", "evidence": ["Initial frames depict a real-life mishap or chaotic splash at the top of a stairwell, creating a sense of sudden disorder.", "Later frames replace the scene with a famous-style image of a soot-covered soldier staring blankly amid battlefield smoke and a tank, a common visual shorthand for trauma/shock.", "The transition creates a before/after comparison, implying the first event caused the second emotional state.", "The ASR lyric is highly dramatic and somber, reinforcing an overblown emotional framing rather than a literal war context."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The reaction structure is understandable from the video alone, but recognizing that the soldier image is being used metaphorically as an exaggerated 'traumatized' reaction benefits from common meme and cultural knowledge about reaction images.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the chaotic stairway incident feels so overwhelming that it leaves the person mentally stunned, using the battlefield image as an exaggerated reaction shot.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000162", "video_path": "videos_final/vimu_000162.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["negative_affect", "none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A short gameplay clip shows a player aiming in a desert landscape at a marked animal labeled \"Coyote.\" A large white caption at the top says \"Oh No Bro.\" The coyote ends up very close to the camera, creating a sudden awkward or alarming moment.", "intended_meaning": "The meme humor comes from the realization that the player is in immediate trouble: instead of safely targeting the animal from afar, the coyote quickly closes the distance and confronts the player. The top caption frames it as a brief panic/reaction moment.", "evidence": ["Visible top text reads \"Oh No Bro,\" signaling alarm or regret.", "The red in-game label at the bottom reads \"Coyote.\"", "Early frame shows the animal farther away, while later frames show the coyote very close to the camera.", "The humor is based on the visual reversal from hunting/targeting to being face-to-face with the animal."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the on-screen caption and the visual progression of the coyote approaching the player; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the clip as a whole?", "answer": "It shows the player realizing they are no longer calmly tracking the coyote from a safe distance; the situation has flipped and the animal is suddenly right on them.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000163", "video_path": "videos_final/vimu_000163.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films their own feet in gray slippers while wearing blue disposable gloves on their feet like socks. On-screen text says, \"they're just giving out free socks here.\"", "intended_meaning": "The joke is a literal visual gag: the person treats free disposable gloves as if they were socks and puts them on their feet, humorously exploiting a free item in an absurd way.", "evidence": ["Visible on-screen text reads, \"they're just giving out free socks here.\"", "The person is wearing blue disposable gloves on both feet.", "The clip shows the person stepping out of slippers to reveal the gloves being used as foot coverings.", "The mismatch between gloves and the caption creates the humor."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is fully understandable from the visuals and on-screen text alone; no outside meme history or platform context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of pairing the caption with the shot of the person's feet?", "answer": "It makes a visual gag out of treating free disposable gloves like socks, jokingly using a free item in an absurdly literal way.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000164", "video_path": "videos_final/vimu_000164.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip at a RaceTrac gas station shows a blue slush drink sitting on the soft top of an Aston Martin convertible while someone inside the car reacts anxiously. On-screen text reads \"RACE TRACK SLUSHI VS ASTON MARTIN,\" and the audio says, \"No! Wait, wait, wait! No! No! No! No! No!\"", "intended_meaning": "The joke is that a cheap gas-station slushie is being treated like it is in a dramatic showdown with an expensive luxury car, because the drink appears likely to spill or damage the car's roof. The humor comes from the contrast between the low-cost slushie and the high-value Aston Martin and the owner's panicked reaction.", "evidence": ["On-screen caption explicitly frames it as \"RACE TRACK SLUSHI VS ASTON MARTIN.\"", "Frames show a blue slush drink placed on the car's soft convertible roof.", "The person inside the car appears to be moving/reacting while the camera follows the drink across the roof.", "The audio is repeated panicked shouting: \"No! Wait, wait, wait! No! No! No! No! No!\" which signals fear of an imminent spill or mishap.", "The gas pump and RaceTrac branding support the cheap gas-station drink versus luxury-car contrast."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, the visible risk, the reaction, and the caption that frames the comparison, so the meme point is understandable from the video alone.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video plays up the tension of a cheap gas-station slushie seeming like a serious threat to an expensive Aston Martin, with the humor coming from the mismatch in value and the owner's panicked reaction to a possible spill or damage.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000165", "video_path": "videos_final/vimu_000165.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["literal_only", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A video filmed inside a car shows a rooster sitting on a cardboard box on the passenger side. On-screen text says \"Marks new buddy Martin.\" The rooster repeatedly ducks down into a hole in the box and pops back up while someone says, \"All right, go back down. All right.\"", "intended_meaning": "The humor comes from the absurd, deadpan presentation of a rooster as someone's \"new buddy\" and from the animal repeatedly disappearing into the box and reappearing on command-like cues. It is mainly a simple funny animal clip rather than a deeper social comment.", "evidence": ["Visible text reads \"Marks new buddy Martin,\" framing the rooster as a named companion.", "The setting is a car interior with the rooster calmly perched on a cardboard box.", "Across frames, the rooster repeatedly drops into the box through a hole and pops back up.", "The audio/transcript says, \"All right, go back down. All right,\" matching the repeated motion and adding a playful, matter-of-fact tone."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a rooster in a car is labeled as a new buddy and amusingly hides in a box and reappears. No niche outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why is the rooster presented this way in the clip?", "answer": "It frames the rooster like an ordinary friend or travel companion so the repeated dropping into the box and popping back up feels unexpectedly normal, which is the main absurd joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000166", "video_path": "videos_final/vimu_000166.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person films from inside a car, looking at the infotainment/rear camera display showing the area behind the vehicle, then opens the door and gets out to show the actual outdoor space next to the car. On-screen text says, \"How is that even possible?\" and a watermark reads \"GOD MEMES.\"", "intended_meaning": "The joke is mild bewilderment at how the camera/display view makes nearby outdoor objects or space look different or more confusing than they do in real life. The humor comes from comparing the mediated screen image with the actual scene and acting as if the discrepancy is astonishing.", "evidence": ["The video begins with a car screen/camera view of bushes and a wall, suggesting the person is looking at an in-car display rather than directly outside.", "The camera then pans away from the display to the car interior, a hand opens the door, and the filmer steps out to reveal the real outdoor area beside the car.", "The repeated caption \"How is that even possible?\" frames the clip as mock-confusion or amazement.", "No person or social group is mocked; the focus is on the strange appearance created by the camera/display perspective."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are understandable from the video alone: a confusing car-screen view is compared with the real outside scene, creating the joke without requiring outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video first show the car’s display and then immediately reveal the real area outside the car?", "answer": "It sets up a comparison showing that the car display makes the nearby space look surprisingly different from the real scene, which is the source of the joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000167", "video_path": "videos_final/vimu_000167.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan", "exaggeration"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip shows someone opening a door with a chain latch, looking outside at a wet, rainy yard/alley, then closing the door again. On-screen text says, \"Welp, see ya later\" with a waving emoji. The audio says they planned to be productive, go out, go to the gym, and get things done, but after seeing the boring rain they say, \"fuck this, I'm getting drunk.\"", "intended_meaning": "The meme jokes about instantly abandoning ambitious or productive plans after seeing bad weather. The phrase \"see ya later\" is directed at the person's motivation or plans, implying a quick surrender to laziness or escapist drinking because the rain ruined their mood.", "evidence": ["Visible text at the top reads \"Welp, see ya later\" with a waving emoji, signaling dismissal or departure.", "The camera opens the door, reveals a clearly wet outdoor area and rainy weather, then retreats and closes the door.", "ASR audio explicitly contrasts productive intentions (go out, gym, get things done) with giving up after noticing the rain.", "The humor comes from the abrupt reversal between determination and immediate quitting once the weather is seen."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, weather reveal, and punchline are all contained within the clip and require no niche external meme knowledge to understand.", "fair_for_benchmark": true}, "qa": {"question": "In this clip, what is the phrase \"Welp, see ya later\" referring to in context?", "answer": "It refers to the person's motivation and productive plans being immediately abandoned once they see the rain.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000168", "video_path": "videos_final/vimu_000168.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A hand holds and opens a small white takeout sauce container on a table, revealing a large amount of ranch-like dipping sauce, while on-screen text says, \"I'd argue it's a delicious beverage.\" The audio is an angry complaint about receiving a whole container of ranch with boneless wings.", "intended_meaning": "The joke is that the cup contains so much ranch that it resembles a drink rather than a condiment. The caption humorously reframes the speaker's annoyance by pretending the excessive ranch is desirable enough to be treated like a beverage.", "evidence": ["On-screen text explicitly says, \"I'd argue it's a delicious beverage.\"", "The container appears full of a pale sauce rather than a normal small dipping amount.", "The audio says, \"This whole fucking thing is ranch\" and mentions \"10 boneless wings,\" establishing it came with wings as sauce.", "The profanity and complaining tone in the audio contrast with the playful caption praising it as a beverage."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup and punchline within the video itself: the visual of an overfilled sauce cup, the complaint in the audio, and the caption's ironic reframing. No outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption describe the container as a \"delicious beverage\"?", "answer": "Because the sauce cup is filled with an unusually large amount of ranch, the caption jokingly reframes it as something you could drink, turning the complaint about too much sauce into playful praise of the excess.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000169", "video_path": "videos_final/vimu_000169.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "contrast", "absurdism"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.76, "literal_summary": "A person uses tongs to move and turn a long piece of meat on a flat stovetop, then reaches for a yellow squeeze bottle and points it toward the meat. The audio says, \"Cheers, baby!\"", "intended_meaning": "The clip frames the long piece of meat in a phallic way and builds toward a sexual joke, using the cooking actions and the yellow squeeze bottle as suggestive visual innuendo rather than focusing on cooking itself.", "evidence": ["The food is unusually long and cylindrical, making it visually resemble a penis.", "The camera lingers on rotating and repositioning the meat rather than showing normal cooking steps or explanation.", "A yellow squeeze bottle is picked up and aimed at the meat, adding a suggestive setup.", "The spoken line \"Cheers, baby!\" has a playful tone that fits a jokey reveal rather than straightforward instruction.", "No explicit cooking labels or instructional text appear; the humor relies on the visual resemblance and sequence."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The sexual joke can be inferred from the visual resemblance of the meat, the suggestive bottle action, and the playful audio without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What makes this clip feel arranged around a joke instead of just documenting a cooking step?", "answer": "It is staged as a suggestive visual joke: the long meat is framed to resemble male anatomy, and the turning, bottle-aiming, and playful line build that innuendo rather than focusing on cooking.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000170", "video_path": "videos_final/vimu_000170.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A person films a white bird outdoors near a curb or round structure. The bird picks up and tilts an aluminum can as if drinking from it. On-screen text reads, \"The bird is the word,\" while a voice says, \"Have a fucking swig, mate! Go on, scull it!\"", "intended_meaning": "The humor comes from treating the bird like a person chugging a drink, with the caption making a playful bird-related pun. The clip anthropomorphizes the bird's behavior and presents it as a funny, party-like drinking moment.", "evidence": ["The bird grips and raises a can toward its beak in successive frames, resembling a drinking action.", "The spoken line encourages drinking: \"Have a fucking swig, mate! Go on, scull it!\"", "Visible caption says \"The bird is the word,\" a bird-themed pun that frames the clip as playful humor.", "No person or social group is mocked; the joke is centered on the bird's behavior."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the bird appears to drink from a can, the audio cheers it on, and the on-screen caption reinforces the bird-centered pun.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed as more than just an animal recording?", "answer": "It turns the bird into a person-like party drinker, with the audio cheering it on as if it is chugging from the can and the caption adding a playful bird pun.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 1}}} +{"video_id": "vimu_000171", "video_path": "videos_final/vimu_000171.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.95, "literal_summary": "A customer at a sandwich counter asks for a flatbread, and the worker responds by placing the bread on the counter and flattening it with their hands. Large on-screen text reads part of a phrase like \"ALL-THIN-S...TUR,\" and a subtitle says, \"One flat bread coming up.\"", "intended_meaning": "The joke is a literal misunderstanding of the word \"flatbread\": instead of serving the menu item, the worker humorously interprets it as bread that should be made physically flat.", "evidence": ["ASR includes the customer saying, \"Hi, can I get a flatbread? Oh, I said a flatbread.\"", "Visible subtitle text says, \"One flat bread coming up.\"", "Frames show a food-service counter and a worker handling bread on the preparation surface.", "The worker presses the bread flat with their hands, matching the literal interpretation of \"flat bread.\"", "The humor works as a deadpan visual payoff to the request."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are fully contained in the clip: the spoken request, subtitle, and visual action make the joke understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the worker’s response fit the customer’s request in an unusual way?", "answer": "The humor comes from the worker taking \"flatbread\" literally and responding by physically flattening the bread instead of treating it as the name of a menu item.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000172", "video_path": "videos_final/vimu_000172.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.71, "literal_summary": "A person films an almost empty sandwich-shop interior while text on screen says, \"Guys am I witnessing a fever dream?\" The camera walks toward the counter, where an employee in uniform stands behind the glass and appears to open his mouth widely as if shouting or reacting. The audio transcript begins with, \"Yeah, man, can I get a...\"", "intended_meaning": "The clip presents the restaurant encounter as surreal or strangely funny, with the employee's unexpected exaggerated reaction making the filmer feel like they are in a bizarre dreamlike situation.", "evidence": ["On-screen text explicitly frames the situation as unreal: \"Guys am I witnessing a fever dream?\"", "The setting is a normal fast-food/sandwich shop, but the employee's visible expression/reaction appears unusually exaggerated.", "The camera slowly approaches the counter as if discovering something odd, which helps build the joke.", "The ASR line \"Yeah, man, can I get a...\" suggests a normal order is being started, contrasting with the unusual reaction."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip itself: a normal restaurant visit is framed as bizarre because of the employee's odd visible reaction and the overlay text.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole, beyond just describing what happens in the shop?", "answer": "The video frames an ordinary food order as weirdly dreamlike, with the employee's exaggerated reaction making the encounter feel bizarre and funny.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000173", "video_path": "videos_final/vimu_000173.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.79, "literal_summary": "A short phone-recorded clip shows a person preparing a drink in a glass with ice. On-screen text reads \"Making a fresh Drink.\" Yellow-orange liquid is poured in, then red liquid is added, and the drink is stirred until it becomes red. At the end, a round dark item is held over the glass.", "intended_meaning": "The clip presents itself as a drink-making video, but the framing and the final round dark object suggest a sexual joke, with the 'drink' setup functioning as a visual innuendo rather than a straightforward recipe.", "evidence": ["Visible caption says \"Making a fresh Drink,\" setting up an ordinary beverage-prep expectation.", "The video focuses closely on a glass with ice while liquids are poured and stirred, resembling a recipe/demo format.", "The final shot introduces a round dark object held at the rim of the glass, which shifts the scene from normal drink-making toward suggestive interpretation.", "The humor relies on the reveal/ending changing how the earlier mixing shots are read."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "Most of the joke is visible in the video itself, but recognizing it as sexual innuendo rather than just drink-making requires common social knowledge about suggestive visual framing.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses a fake drink-making setup as a bait-and-switch for a suggestive sexual joke, with the final shot reframing the whole clip as innuendo rather than an actual recipe.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000174", "video_path": "videos_final/vimu_000174.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person films the rear side window of a dark vehicle at night. On-screen text says, \"How is this guy doing that.\" A young man inside the car rises into view behind the partially lowered window, then ducks back down, making it look like he is appearing and disappearing in a surprising way.", "intended_meaning": "The joke is a simple visual gag: the filmer pretends to be amazed by a 'magic' trick, but the person in the car is just moving his body up and down behind the window. The humor comes from the contrast between the dramatic caption and the ordinary explanation.", "evidence": ["Visible on-screen caption reads, \"How is this guy doing that.\"", "Frames show the car window partly open and the man repeatedly popping into and out of view behind it.", "The action is presented without any real explanation, inviting a fake sense of mystery.", "The overall pacing and plain presentation make the reveal feel like a deadpan, low-stakes joke rather than a serious event."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke can be understood entirely from the visible action and the on-screen caption; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the caption fit the action in this clip?", "answer": "It fits because the clip presents a normal up-and-down movement behind the car window as if it were some baffling trick, so the humor comes from treating an ordinary action like a mystery.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000175", "video_path": "videos_final/vimu_000175.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "contrast"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person in a salon or barbershop with purple hair sits wearing earbuds while the camera shows a piece of fried chicken in the foreground. The camera then pans to a short-statured man standing nearby. White on-screen text says \"So beautiful.\" The audio says, approximately, \"I found a purple hair, he watching Orange is the New Black, and I found me a midget and he eating some chicken, all right.\"", "intended_meaning": "The clip is presenting the people shown as objects of ridicule by pairing visible traits with mocking stereotypes and then calling them \"beautiful\" in an insincere way. It appears to stereotype the purple-haired person as queer or gender-nonconforming and the short-statured Black man through a chicken-related racial stereotype, using the camera pan and narration to set them up as joke targets.", "evidence": ["On-screen text \"So beautiful\" is paired with a mocking setup rather than sincere admiration.", "The audio explicitly calls out \"purple hair,\" \"watching Orange is the New Black,\" and \"a midget,\" framing the people by stigmatized traits.", "A piece of fried chicken is prominently placed in the foreground as the camera lands on the short-statured Black man, aligning with the spoken line about him \"eating some chicken.\"", "The camera movement reveals subjects one after another like punchlines, suggesting ridicule rather than neutral observation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke structure and its derogatory targets are understandable from the video alone through the visible subjects, caption text, camera pan, and spoken narration; no outside meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video frames the people shown as punchlines, using their visible traits and loaded associations to mock them, while the caption \"So beautiful\" is meant insincerely rather than as genuine praise.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000176", "video_path": "videos_final/vimu_000176.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "mockery"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A person in a parking lot films a taller man from behind while text on screen reads \"Are those Boba?\" The camera moves closer to the back of the man's light sweatshirt, which has many small dark round marks on it. The audio includes someone asking \"Why?\" followed by \"I hate you. I hate you.\"", "intended_meaning": "The joke is comparing the many small dark spots visible through or on the back of the sweatshirt to boba pearls, using a body-focused visual comparison that also carries a sexualized implication about nipples showing through clothing. The repeated \"I hate you\" suggests teasing embarrassment after the comparison is made.", "evidence": ["Visible text says \"Are those Boba?\" throughout the clip.", "The camera repeatedly centers and moves closer to the back of one man's sweatshirt.", "Multiple small dark circular spots are visible across the back area of the sweatshirt.", "ASR captures \"Why? I hate you. I hate you.,\" which fits a teasing exchange and embarrassed reaction.", "The humor depends on comparing the dark round spots to boba pearls rather than stating directly what body feature is being implied."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is conveyed within the video by the on-screen text, the camera zooming in on the dark round spots, and the embarrassed spoken reaction. Only basic everyday knowledge of what boba looks like is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making a teasing joke by comparing the many dark round marks showing on the back of the sweatshirt to boba pearls, implying visible nipples through the clothing and the person's embarrassment about it.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000177", "video_path": "videos_final/vimu_000177.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person holds a plate with a pastry or hot-pocket-like food on a desk. On-screen text says, \"I wouldn't eat that bro.\" The person flips or shakes the plate so the food tumbles around, then sets it back down while audio enthusiastically says it looks ready to eat and mentions a \"kickflip.\"", "intended_meaning": "The joke is that the food is being handled in an obviously unappetizing way, while the speaker treats it like a skateboard trick or something impressive. The humor comes from the mismatch between food-preparation/eating norms and the unnecessary stunt-like flipping.", "evidence": ["Visible text explicitly warns, \"I wouldn't eat that bro.\"", "Frames show the plate and food being tilted and flipped around in the air rather than calmly served.", "ASR includes enthusiastic lines like \"Man, this looks nice, ready to eat. Hell yeah. With a little kickflip,\" which contrasts with the gross-looking handling.", "The short timing centers the flip as the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, warning text, and visual punchline within the video itself; no outside meme history is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "Why is the food shown being tossed around while the audio talks about it like a polished success?", "answer": "It frames the food like an impressive trick to highlight how unappealing and mishandled it actually looks, so the joke comes from treating a bad-looking serving as if it were something to admire.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 1}}} +{"video_id": "vimu_000178", "video_path": "videos_final/vimu_000178.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "absurdism", "literal_only"], "social_value_signals": ["contempt", "discrimination_or_prejudice", "humiliation"], "target_subjects": ["appearance_or_body_type", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.78, "literal_summary": "A person in a yellow Teletubby-like costume films themselves in a bathroom mirror while speaking. On-screen text reads \"Some words if wisdom.\" The audio says they do not believe wheelchair basketball is real because a wheelchair would not fit through the hoop.", "intended_meaning": "The joke is a deliberately stupid, literal misunderstanding of wheelchair basketball, presented as if it were clever. It mocks disabled athletes or wheelchair users by treating the sport as absurd and invites laughter at the speaker's contemptuous ignorance.", "evidence": ["The spoken line explicitly mentions \"wheelchair basketball\" and jokes that \"a wheelchair is gonna fit through that little hoop,\" showing a literal misinterpretation of the sport.", "The on-screen text \"Some words if wisdom\" frames the speech as a comedic pronouncement rather than sincere analysis.", "The speaker's costume, exaggerated delivery, and gesturing suggest a performative joke.", "The humor targets wheelchair-related disability by making the existence of the sport seem ridiculous."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke and its target are understandable from the video alone: the spoken line provides the premise, and the visual performance signals that it is meant humorously without requiring outside context.", "fair_for_benchmark": true}, "qa": {"question": "What point is the speaker trying to make by presenting that wheelchair basketball line as “words of wisdom”?", "answer": "The video presents a deliberately foolish, overly literal misunderstanding of wheelchair basketball as if it were clever advice, using that fake “wisdom” framing to make the sport and wheelchair users seem laughable.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000179", "video_path": "videos_final/vimu_000179.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A person in a hardware store points at boxes labeled \"BOX LOCK\" on a shelf while the audio says, \"Kylie, a box lock? More like... Actually, can we redo that, Kylie?\" The camera then jerks away down the aisle.", "intended_meaning": "The joke is a sexual innuendo built around the product name \"box lock.\" The speaker starts to make a crude wordplay insult or sexual joke directed at someone named Kylie, then stops mid-sentence as if realizing it would sound too explicit or inappropriate. The humor comes from the near-said punchline and the self-censorship.", "evidence": ["Visible packaging prominently reads \"BOX LOCK,\" giving the phrase that triggers the joke.", "The ASR line says, \"Kylie, a box lock? More like... Actually, can we redo that, Kylie?\" which shows an aborted comparison/punchline.", "The unfinished \"More like...\" structure implies a wordplay-based punchline that the speaker withholds.", "The sudden camera movement away from the shelf matches the awkward, self-interrupting delivery and supports a comedic 'oops, too far' effect."], "evidence_sources": ["frames", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but recognizing why \"box\" is being used suggestively requires common knowledge of sexual slang/innuendo rather than explicit explanation in the video.", "fair_for_benchmark": true}, "qa": {"question": "Why is the line built around the words on the shelf cut off and restarted instead of being completed normally?", "answer": "The speaker is about to turn the shelf phrase into a crude double-meaning joke aimed at Kylie, then abruptly restarts because they realize the punchline would sound too explicit.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000180", "video_path": "videos_final/vimu_000180.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["mockery", "exaggeration"], "social_value_signals": ["humiliation", "contempt"], "target_subjects": ["individual_other", "age_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.63, "literal_summary": "A shaky phone video in a store aisle shows shelves of boxed items and briefly films an older-looking person from the legs and torso while the speaker excitedly says, \"Yo, yo, yo... I found Queen Elizabeth, bro,\" with on-screen subtitle text reading \"Bro.\"", "intended_meaning": "The joke is to mock a person who appears elderly by comparing them to Queen Elizabeth, implying they look very old and making them the butt of the recording.", "evidence": ["The speaker says, \"I found Queen Elizabeth,\" while filming a real person in the store.", "The camera rushes toward and then follows the person, suggesting they are the subject of the joke.", "The tone is excited and teasing rather than neutral.", "No actual royal context is shown; the comparison functions as an insulting visual analogy based on perceived age/appearance."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip itself shows someone being filmed and compared to Queen Elizabeth, so the mockery is mostly understandable from the video alone, though recognizing why that comparison is insulting relies on common cultural knowledge that Queen Elizabeth is associated with old age.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is making fun of a person in the store by comparing them to Queen Elizabeth to say they look very old.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000181", "video_path": "videos_final/vimu_000181.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short nighttime clip filmed inside a car shows a driver moving the steering wheel while a parked car is directly visible ahead through the windshield. On-screen text reads, \"Titanic when they saw the iceberg\" with laughing emojis.", "intended_meaning": "The video jokes that the driver’s exaggerated or delayed steering resembles how people imagine the Titanic crew reacting when they finally noticed the iceberg. It humorously compares a simple car maneuver to a famous disaster for comic effect.", "evidence": ["Visible caption explicitly says \"Titanic when they saw the iceberg\".", "The scene is framed from inside a car with another vehicle close ahead, creating a visual setup of an obstacle in front.", "The driver appears to move the wheel in a dramatic way, supporting the joke of a panicked or futile avoidance attempt.", "Laughing emojis in the caption signal comedic intent rather than literal historical commentary."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption provides the comparison directly, and the visuals of a driver facing an obstacle are enough to understand the joke without needing niche external context beyond broad awareness that the Titanic hit an iceberg.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why this clip is paired with that caption as a whole?", "answer": "It compares the driver’s dramatic, last-second steering to an imagined Titanic crew reaction on finally noticing the iceberg, using the mismatch to make a joke about a panicked or futile avoidance attempt.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000182", "video_path": "videos_final/vimu_000182.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "absurdism", "bait_and_switch"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.81, "literal_summary": "A toilet brush moves inside a toilet bowl while on-screen text says \"The design is very human,\" followed by \"Guaranteed Clean!\" Then a baby doll is placed on the toilet seat, shown in close-up, and abruptly jerked or shaken toward the camera.", "intended_meaning": "The joke compares the toilet brush's shape and motion to oral sexual behavior, then escalates by placing a baby doll on the toilet to create a deliberately disturbing, absurd punchline about the object seeming 'human.' The humor relies on sexualized visual analogy and shock rather than a clear social target.", "evidence": ["Visible text reads \"The design is very human,\" framing the brush as resembling a person.", "The toilet brush head repeatedly moves up and down in the toilet bowl in a way that invites a human/sexual analogy.", "A later frame adds the text \"Guaranteed Clean!\" reinforcing the cleaning-object setup before the punchline.", "The video then cuts to a baby doll being set on the toilet seat, an incongruous and unsettling escalation.", "The close-up on the doll's face followed by sudden shaking/jerking functions as a shock edit rather than literal explanation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke can be inferred from the visual analogy, the on-screen captions, and the abrupt edit to the doll without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "How does the final shot change the meaning of the earlier toilet-brush setup and on-screen captions?", "answer": "The ending turns the earlier human-like, ad-style presentation of the toilet brush into a deliberately unsettling absurd punchline: the brush is first framed as seeming person-like in a suggestive way, then the doll reveal abruptly escalates that idea for shock value rather than a literal product message.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000183", "video_path": "videos_final/vimu_000183.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.75, "literal_summary": "A bowl of ramen sits on a kitchen counter while a speaker says the ramen is almost done and they just need to add the meat; near the end, a dark-colored cat moves into the foreground toward the bowl.", "intended_meaning": "The clip sets up a double meaning around 'adding the meat,' using the cat approaching the bowl as a visual punchline. The humor appears to rely on sexual or crude innuendo rather than a straightforward cooking statement.", "evidence": ["Audio says, 'Bro, this ramen's almost done. I just gotta add, I just gotta add the meat,' which invites a double meaning.", "The camera stays fixed on a bowl of ramen, making the delayed reveal matter as the joke setup.", "A cat enters frame at the end, functioning as the punchline or unexpected 'meat' to be added.", "No explicit cooking meat is shown being added, so the joke depends on implication rather than literal action."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are both present in the video: the spoken line about adding meat and the delayed reveal of the cat approaching the ramen. No outside meme history is required to perceive the innuendo-based joke.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the line about 'adding the meat' and the cat’s arrival as a punchline to turn a cooking setup into a crude sexual double meaning rather than a literal step in making ramen.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000184", "video_path": "videos_final/vimu_000184.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration", "contrast"], "social_value_signals": ["anti_mainstream_value", "norm_violation", "humiliation"], "target_subjects": ["class_or_occupation", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A restaurant worker in a red uniform and sunglasses stands by a table with the on-screen text \"I quit. Nah bro.\" He gestures off to the side and the camera then shows a dish cart/bin full of dirty plates, glasses, lemon wedges, and food scraps.", "intended_meaning": "The joke is that the worker initially seems to be refusing or quitting when faced with a customer complaint or request for a manager, but then reveals he already has the needed dish/cart and is not actually quitting. The humor comes from a fake dramatic reaction followed by a mundane explanation, making the worker look casually unbothered and the situation less serious than expected.", "evidence": ["Visible caption says \"I quit. Nah bro,\" setting up an apparent resignation and immediate reversal.", "ASR includes lines like \"It declined? Why? Let me talk to your manager. I quit. Bro, you weren't for real. I got the dish,\" which supports a complaint/service interaction and the clarification.", "The worker points behind/to the side before the camera pans down to a cart/bin containing dirty dishes and food remnants, visually explaining what he meant by \"dish.\"", "His expression and body language are calm and deadpan rather than distressed, supporting a comedic fake-out rather than a real confrontation."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reversal, and punchline are understandable from the on-screen caption, spoken dialogue, gestures, and reveal of the dish cart without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What earlier moment in the clip is clarified by the final reveal, and how does that change what the viewer understands?", "answer": "The ending clarifies that when the worker says \"I quit\" or seems to refuse, he is not actually resigning or shutting down the interaction; he is revealing he already has the dish/cart being discussed. The reveal turns the moment from an apparent dramatic reaction to a casual misunderstanding with a mundane explanation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000185", "video_path": "videos_final/vimu_000185.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "contrast"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["gender_group", "individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A short phone video first shows a blue car, then a person holding a red gas can and manually pouring fuel into a gray SUV through a funnel. On-screen text says, \"That's 100 percent his little sister.\" The audio includes: \"Where are you going after this, Hope? Home. No, you're going to the fucking gas station. Oh, yeah.\"", "intended_meaning": "The joke mocks the person being filmed as incompetent or forgetful about basic car-related tasks, and the caption implies this behavior is exactly what would be expected from someone's \"little sister.\" The humor relies on a gendered/family-role stereotype that a younger sister is clueless about cars and needs correction.", "evidence": ["Visible text explicitly frames the scene as \"That's 100 percent his little sister.\"", "The person is shown refueling from a portable gas can into a vehicle, suggesting they ran out of gas or forgot to fuel normally.", "The spoken exchange corrects \"Home\" to \"the fucking gas station,\" reinforcing forgetfulness or lack of preparedness.", "The caption links the observed behavior to a \"little sister,\" making the comparison the meme's point rather than just documenting the event."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption states the comparison, and the visuals plus dialogue show the person needing emergency fuel, which supports the implied stereotype without requiring outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video use the label \"his little sister\" for the person in this car-related moment?", "answer": "It uses \"his little sister\" to frame the person as the kind of person who would forget basic car upkeep and need correction, casting the behavior as cluelessness associated with that family-role/gendered image rather than simply identifying who she is.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000186", "video_path": "videos_final/vimu_000186.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "parody"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A person in camouflage-style pants pulls a sock off their foot while on-screen text says, \"Gotta let the ol' dogs out,\" matching the audio line about letting the dogs out.", "intended_meaning": "The clip plays on the common phrase that \"dogs\" means feet, but the close-up of the long sock being pulled off and the framing make the foot reveal resemble a sexualized reveal/joke. The humor comes from treating taking off a sock as \"letting the dogs out\" with a suggestive visual double meaning.", "evidence": ["Visible text reads, \"Gotta let the ol' dogs out.\"", "ASR/audio says, \"I'm gonna let these dogs out,\" aligning with the text joke about feet.", "The video is a close-up of a hand slowly pulling a sock down/off a foot, with the toes emerging at the end as the reveal.", "The editing centers the reveal of the foot/toes, making the moment the punchline rather than just routine undressing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the text/audio refer to \"dogs,\" and the visual shows feet being uncovered, with the suggestive framing visible in the clip itself.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns the phrase about \"letting the dogs out\" into a joke about uncovering feet, with the slow sock-removal framed like a reveal so the foot shot carries a suggestive double meaning.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000187", "video_path": "videos_final/vimu_000187.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A caption reads \"Did that squirrel just scream?\" while a person films a squirrel on a metal outdoor table. A hand reaches toward the squirrel, the squirrel suddenly lunges or jumps toward the hand, and the camera jerks as the filmer reacts. The ASR includes someone saying, \"I'll fight you for it.\"", "intended_meaning": "The humor comes from treating the squirrel's sudden aggressive or startled reaction like a dramatic human-style scream or confrontation. The video frames the squirrel as unexpectedly feisty, and the filmer's startled camera movement heightens the joke.", "evidence": ["Visible on-screen text says, \"Did that squirrel just scream?\"", "Frames show a squirrel on a patio-style metal table near a human hand reaching toward it.", "The squirrel suddenly moves toward the hand, followed by abrupt camera shake, suggesting a surprise scare moment.", "ASR line \"I'll fight you for it\" supports the idea of a playful confrontation over food or space.", "The comedic point is understandable directly from the mismatch between a small squirrel and an exaggerated dramatic reaction."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff through the caption, the squirrel's sudden movement, and the startled camera reaction; no outside meme knowledge is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes this moment funny?", "answer": "It is funny because the squirrel’s sudden jump is framed like a dramatic human-style scream or challenge, making the tiny animal seem unexpectedly feisty and the filmer’s startled reaction part of the joke.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000188", "video_path": "videos_final/vimu_000188.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A shaky phone video shows a person’s bare feet positioned on a staircase while on-screen text reads, \"Nobody can touch me.\" The ASR suggests a spoken line like \"I am now planted on the stair.\"", "intended_meaning": "The joke is that the person is acting unusually secure or untouchable simply because they are standing in a particular spot on the stairs. The humor comes from an overconfident declaration paired with a mundane, slightly awkward physical position, as if they have found a safe zone where others cannot reach them.", "evidence": ["On-screen caption explicitly says, \"Nobody can touch me.\"", "Frames show bare feet placed on stair steps, with the camera aimed downward to emphasize the position.", "ASR line \"I am now planted on the stair\" supports that the speaker is intentionally stationed on the stairs.", "The low-stakes domestic setting and steady deadpan framing suggest a simple situational joke rather than a serious threat or conflict."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a person stands on stairs and humorously claims invulnerability or untouchability. No niche meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that the person feels oddly untouchable and in control just because they’ve planted themself on a specific spot on the stairs, treating it like a safe zone.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000189", "video_path": "videos_final/vimu_000189.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films dark spots on a concrete floor and says the best way to clean a small oil spot is to spray brake cleaner and wipe it up. On-screen text says \"This is the best Trick\" and \"Very effective.\" The person sprays cleaner and wipes one area, then the camera reveals a much larger dark oil spill nearby.", "intended_meaning": "The clip is joking that the cleaning tip is 'very effective' only on a tiny stain, while a much larger oil mess remains. The humor comes from the mismatch between the confident tutorial tone and the obvious larger problem shown at the end.", "evidence": ["ASR describes a how-to tip for cleaning 'a little oil spot' with brake cleaner and a towel.", "Visible text says 'This is the best Trick' and 'Very effective,' framing it like a useful hack.", "Frames show spraying and wiping a small area on the floor.", "Final frames reveal a large black puddle or much bigger spill next to the supposedly cleaned spot.", "The reveal creates a contrast between the claimed success and the actual scale of the mess."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a tutorial-like setup is undercut by the visual reveal of a much larger spill.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point the ending adds to the cleaning demonstration?", "answer": "It shows that the tip only looks impressive on a tiny spot, while the real mess is much larger, so the demo overstates how useful the trick is.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000190", "video_path": "videos_final/vimu_000190.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "At night, several people stand around a red car holding blue cups while someone sprays liquid from a hose/nozzle into the cups. On-screen text reads \"Squidward!\" and the audio says, \"Screw it, screw it, screw it!\"", "intended_meaning": "The clip humorously reframes a casual scene of people filling cups with sprayed liquid as if they are urgently calling for or imitating a cartoon-like character/moment involving Squidward. The joke is mainly the random mismatch between the mundane party scene and the dramatic/cartoonish caption and shouting.", "evidence": ["Visible text says \"Squidward!\" throughout the clip.", "Frames show people with blue cups gathered by a car while a hose/nozzle sprays liquid into the cups.", "ASR captures repeated excited speech: \"Screw it, screw it, screw it!\"", "The humor appears to come from the edited pairing of unrelated-looking caption/audio with the visual action rather than from any explicit real-world statement."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone as a mismatched, absurd caption over a party clip, but recognizing why \"Squidward\" is funny benefits from common pop-culture familiarity with the character name.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns an ordinary scene of people filling cups at a car into a random cartoon-style gag, making it seem like a dramatic or goofy Squidward moment through the mismatched caption and shouting.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000191", "video_path": "videos_final/vimu_000191.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A person says something like 'I can't believe you broke this. Now it's not gonna close. Here, let me try to close it,' while the camera shows hands near a door/door latch area. The on-screen caption reads 'I didn't expect that.' The clip ends with the camera pointed at a closed door with a brass knob.", "intended_meaning": "The clip sets up a mundane problem about a broken door or latch, but the phrasing and hand movement create a sexual double meaning before the reveal that it is just about closing a door. The humor comes from the viewer briefly interpreting the scene as sexual and then realizing it is innocent.", "evidence": ["ASR includes 'Now it's not gonna close' and 'let me try to close it,' which can be heard as suggestive out of context.", "Frames show close-up hand activity and a person kneeling near a door edge/latch rather than immediately showing the full door, helping create ambiguity.", "The final frames reveal the door and brass doorknob, resolving the ambiguity into an ordinary household situation.", "Visible on-screen text says 'I didn't expect that,' reinforcing the surprise/twist structure."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, ambiguity, and final reveal are understandable from the video itself without needing niche outside meme knowledge, though basic awareness of sexual innuendo helps.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses ambiguous wording and framing to momentarily make an ordinary door-closing problem sound sexually suggestive, then reveals it is just an innocent situation.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000192", "video_path": "videos_final/vimu_000192.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person turns off a bathroom sink and then pans the camera across the restroom to a black paper-towel dispenser with a large image of a goat making a wide-eyed, open-mouthed expression attached to it.", "intended_meaning": "The video sets up the goat image as a funny visual reaction to being in the bathroom or to whatever the filmer has just noticed there. The humor comes from the sudden reveal of an exaggerated animal face that looks shocked or horrified.", "evidence": ["The clip begins with a hand at a sink faucet in a restroom, establishing an ordinary bathroom setting.", "The camera quickly pans from the sink area toward the wall-mounted paper-towel dispenser, creating a reveal.", "A large printed goat face is attached to the dispenser and is centered as the punchline.", "The goat's expression is wide-eyed with mouth open, which reads as a dramatic shocked reaction.", "No transcript or on-screen caption provides another explanation, so the joke is primarily visual."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visual sequence alone: a normal restroom shot followed by a sudden reveal of a comically expressive goat image as the reaction punchline.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed to move from the sink to the dispenser at the end?", "answer": "The camera move sets up the goat face as the punchline, making it read like a dramatic reaction to the bathroom moment or whatever was just noticed there.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000193", "video_path": "videos_final/vimu_000193.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.87, "literal_summary": "A person in a store aisle films themselves reaching for a white decorative object on a shelf while the subtitle 'Run' stays on screen. The audio says, 'A new hand touches the beacon,' and the camera jerks away as if the person is fleeing, then returns to the object.", "intended_meaning": "The clip humorously treats touching an ordinary store item as if it has triggered a dramatic or ominous event, prompting an immediate urge to run away. The joke comes from pairing the action with a grandiose fantasy-style line and frantic camera movement.", "evidence": ["Visible on-screen text repeatedly says 'Run.'", "ASR audio: 'A new hand touches the beacon.'", "The person reaches for and lifts a white object from the shelf.", "Immediately after touching it, the camera swings rapidly down the aisle and upward, suggesting panic or sudden flight.", "The setting appears to be a home-decor/store aisle with ordinary merchandise, which contrasts with the dramatic audio."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone, but it helps to recognize that the spoken line is an exaggerated dramatic/fantasy-style phrase being applied to a mundane shopping moment.", "fair_for_benchmark": true}, "qa": {"question": "Why is the moment of touching the shelf item framed this way?", "answer": "It frames touching the ordinary store item like triggering a dramatic, ominous quest event, making the sudden urge to run away the joke.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000194", "video_path": "videos_final/vimu_000194.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "innuendo", "parody"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["appearance_or_body_type", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A short clip shows several fish swimming in a pond, including one notably larger bright orange fish, while a speaker jokes about how unusually fat the fish is.", "intended_meaning": "The meme humor comes from reacting to the oversized fish with exaggerated wordplay about 'bigger fish to fry' and 'plenty of fish in the sea,' then turning that into a crude joke that the fish is so fat it reduces the dating pool. It mockingly fixates on body size and uses the fish as a humorous stand-in for comments about attractiveness and dating scarcity.", "evidence": ["The frames show a pond with multiple fish and one especially large bright orange fish that stands out in size.", "The transcript repeatedly emphasizes size: 'I've never seen a fatter fish in my life' and 'bigger fish to fry.'", "The line 'I gotta find me a girl because there's no longer gonna be plenty of fish in the sea with this fat ass' turns the observation into a dating/sexualized joke.", "The delivery is joking and performative rather than informational, indicating comedic intent."], "evidence_sources": ["frames", "transcript", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip’s main joke is understandable from the visible oversized fish and the spoken wordplay; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What main point does the speaker create by pairing the unusually large fish with the fish-related phrases in the clip?", "answer": "It turns the oversized fish into a joke about body size and attractiveness, using fish sayings to suggest that someone so large would shrink the dating pool or leave fewer appealing romantic options.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000195", "video_path": "videos_final/vimu_000195.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "A close-up clip shows a person repeatedly trying to peel open a plastic-sealed takeout food container while on-screen text reads, \"Dude chill. No one's going to take it.\" The seal is removed to reveal food inside.", "intended_meaning": "The video compares someone aggressively trying to get into the food container to a person being overly eager or impatient, with the phrasing \"No one's going to take it\" implying a sexual double meaning about someone rushing or grabbing at something as if afraid to lose the chance.", "evidence": ["The visible text says, \"Dude chill. No one's going to take it,\" which frames the hand's behavior as over-eager.", "The hand forcefully picks and peels at the tight plastic seal for several seconds before opening it.", "The humor comes from pairing the frantic opening action with a phrase commonly used to tell someone to relax when they seem too eager.", "No other explicit target or context is shown, so the implication is directed at an unspecified person being compared to this behavior."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is conveyed by the visible action and the on-screen caption alone; no external meme history is required to understand the overeager/innuendo comparison.", "fair_for_benchmark": true}, "qa": {"question": "What human behavior is the caption most likely comparing the container-opening to?", "answer": "It compares the frantic peeling to a person being overly eager and impatient to get at something, with the wording also carrying a sexual double meaning about rushing because they fear missing the chance.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000196", "video_path": "videos_final/vimu_000196.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "A casually filmed living-room clip shows several people sitting on couches. On-screen text reads \"Let the intrusive thoughts win.\" A man in the back wearing a brown shirt extends his hand toward another seated man, with orange-colored fingertips visible. The audio includes someone saying, \"No, I was actually thinking about what it means.\"", "intended_meaning": "The caption frames the man's hand gesture as him acting on a mischievous impulse to make a suggestive hand sign toward the other person. The humor comes from the deadpan presentation of a vaguely sexual or provocative gesture in an ordinary social setting.", "evidence": ["Visible on-screen text says \"Let the intrusive thoughts win,\" which cues that the upcoming action is framed as an impulsive act.", "The man in the brown shirt deliberately holds out a two-finger hand gesture toward the person in the foreground.", "The orange coloring concentrated on the fingertips makes the gesture visually conspicuous and draws attention to the fingers themselves.", "The scene is an ordinary group hangout, so the humor relies on the contrast between normal conversation and the suggestive gesture.", "The ASR line \"No, I was actually thinking about what it means\" suggests the clip centers on the meaning of the gesture rather than a purely functional action."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption and visible gesture together provide enough information to infer the joke without needing outside platform context or niche meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the man as giving in to an impulsive urge to make a deliberately suggestive hand gesture toward the other person, with the joke coming from doing it casually in a normal hangout setting.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000197", "video_path": "videos_final/vimu_000197.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "ambiguous", "implicitness_score": 5, "confidence": 0.64, "literal_summary": "A shaky phone video shows a person noticing a folded white paper-like object on the road, picking it up, and then revealing a red vehicle parked directly ahead. On-screen text throughout says, \"Was this a Trap?\"", "intended_meaning": "The video frames the small object left on the road as possible bait meant to make someone stop, get out, or bend down, with the caption using the double meaning of \"trap\" to suggest suspicion and possible sexualized or deceptive intent. The joke/point comes from the reveal and the loaded wording rather than anything explicit happening.", "evidence": ["Visible caption reads \"Was this a Trap?\" across the clip.", "The camera approaches a small folded white object lying in the roadway, then the filmer picks it up.", "After picking it up, the camera reveals a red vehicle directly in front, creating a setup-and-reveal structure.", "No explicit explanation is given, so the meaning relies on the suggestive wording of \"trap\" and the suspicious staging implied by the object in the road."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic setup is understandable from the video alone, but interpreting why the caption's word choice is loaded requires some common cultural knowledge about \"trap\" as a suggestive term and about bait scenarios.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video suggests the object on the road may have been deliberately placed as bait to make someone stop or get out, with the caption using the word \"trap\" in a loaded double-meaning way to imply possible deceptive or suggestive intent.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000198", "video_path": "videos_final/vimu_000198.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A first-person clip shows someone carrying a hammer-like tool indoors while on-screen text reads, \"Looks like it's time for bread lines.\" The camera then reveals a curved metal object and knife on a table, and the person handles the tool near them. The audio says, \"Okay, è finito.\"", "intended_meaning": "The joke appears to use the phrase \"bread lines\" as a sexual innuendo rather than literally referring to baking or food. The person theatrically approaches kitchen/table items with a hammer-like tool, creating a suggestive, deadpan visual gag about being ready for sexual activity or making a crude sexual joke.", "evidence": ["Visible text says, \"Looks like it's time for bread lines,\" which is phrased oddly and suggests a pun rather than a literal statement about bread preparation.", "The video centers on a handheld hammer-like object and deliberate movement toward objects on a table, staged for comic reveal rather than practical use.", "No actual bread or baking process is visible in the shown frames, which pushes the text toward nonliteral interpretation.", "The short, matter-of-fact delivery and plain filming style support a deadpan joke structure.", "The combination of the phrase \"bread lines\" with the handling of elongated/curved objects supports a suggestive double meaning."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the on-screen text and visual staging, but recognizing the joke as sexual innuendo requires some everyday familiarity with suggestive meme humor and double meanings.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents a deadpan suggestive joke: the phrase about \"bread lines\" is being used nonliterally as a sexual innuendo, with the tool and table-object reveal staged to imply the speaker is theatrically getting ready for sexual activity rather than actually doing kitchen work.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000199", "video_path": "videos_final/vimu_000199.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.63, "literal_summary": "A handheld phone video shows a person pointing at shallow muddy water or a puddle near a curb/construction-like area. The on-screen caption says \"Raawruh.\"", "intended_meaning": "The humor appears to come from treating the vague shape or movement in the muddy puddle as if it were some creature or making a silly creature-like sound effect/label for an otherwise ordinary scene. The joke is mainly absurd, low-stakes, and based on the incongruity between the mundane puddle and the dramatic or animal-like caption.", "evidence": ["Visible centered text reads \"Raawruh.\"", "A hand repeatedly points toward the muddy water, drawing attention to a specific spot as if presenting something notable.", "The scene itself appears mundane and unclear, which makes the odd caption feel intentionally silly rather than informative.", "No clear social or political target is visible in the frames provided."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke can be understood from the video alone: a person points at an ordinary muddy puddle while a nonsense/creature-like caption overlays the scene, creating absurd humor without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It treats an ordinary muddy puddle as if it were some mysterious little creature, using the nonsense caption to make the mundane scene feel comically dramatic and absurd.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000200", "video_path": "videos_final/vimu_000200.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A person films a shag rug with on-screen text saying \"I need a new rug.\" As the clip continues, a gloved hand reaches toward the rug and many dark bug-like insects suddenly scatter out from it.", "intended_meaning": "The caption initially makes it seem like the rug is simply old or unattractive, but the reveal is that the real reason they need a new rug is that it is infested with insects. The humor comes from the understated caption contrasted with the gross surprise reveal.", "evidence": ["Visible text reads \"I need a new rug.\"", "The camera stays focused on a shag carpet/rug.", "A purple-gloved hand touches or parts the rug fibers.", "Multiple dark insect-like shapes rapidly emerge and scatter from the rug.", "The spoken line \"If there's any more in here, I'm gonna lose my mind\" matches disgust and anticipation before the reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and joke are understandable from the video alone without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "By the end of the clip, what does the opening text \"I need a new rug\" turn out to mean?", "answer": "It turns out they need a new rug because it is full of bugs, not just because they want a different-looking rug.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000201", "video_path": "videos_final/vimu_000201.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "role_reversal", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A young man smiles at the camera indoors near a door while a fish-shaped balloon or inflatable floats upward and out through the upper part of the doorway/window area. On-screen text says, \"Bro was like: Nope I'm out.\" The audio transcript says, \"We out here doing gang shit.\"", "intended_meaning": "The joke personifies the floating fish-shaped object as if it suddenly decides to leave the situation. Humor comes from treating the object's movement like a human reaction of quickly opting out, with the caption framing it as a dramatic refusal to stay.", "evidence": ["The visible text explicitly says, \"Bro was like: Nope I'm out,\" assigning a human-like reaction to the object.", "Across frames, the fish-shaped object moves upward and exits the scene, matching the idea of 'leaving.'", "The man remains smiling and then looks toward the object, reinforcing that the movement is the punchline.", "The humor is based on an inanimate object seeming to make a decision."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: the caption explains the object's movement as a funny human-like exit, and the visual action directly supports that reading.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed around the floating object's exit rather than the person on camera?", "answer": "Because the joke treats the floating object as if it deliberately decides to leave, making its exit the punchline instead of the person.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000202", "video_path": "videos_final/vimu_000202.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "In a kitchen, on-screen text says \"He seems like a pretty chill guy\" while a person walks to a refrigerator and opens the door. A young man then suddenly pops out from behind or inside the refrigerator area, smiling and speaking excitedly; the ASR reads, \"God, I've been in there for days!\"", "intended_meaning": "The joke is that the caption's calm assessment is validated in an absurd way: the hidden man emerges from the refrigerator area after allegedly being stuck there for days, yet appears friendly and upbeat. The humor comes from the contrast between the bizarre situation and the understated description that he is a \"pretty chill guy,\" with \"chill\" also lightly echoing the cold fridge setting.", "evidence": ["Visible caption throughout: \"He seems like a pretty chill guy\".", "The setting is a kitchen with a refrigerator, and the first person opens the fridge door.", "A second man suddenly appears from behind/inside the refrigerator area, creating a reveal.", "ASR/transcript: \"God, I've been in there for days!\" indicates he was supposedly inside the cold space for a long time.", "His expression and body language look cheerful rather than threatening, supporting the benign reading."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, caption, reveal, and punchline within the video itself; no outside meme history is required to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption fit what happens after the refrigerator is opened?", "answer": "Because the reveal makes \"chill\" fit literally and figuratively: he seems friendly and relaxed, and he has apparently been in the cold fridge area for days.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000203", "video_path": "videos_final/vimu_000203.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "contrast"], "social_value_signals": ["contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["gender_group", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A short restaurant clip shows a young man at a table while the camera pans to a blonde woman eating noodles. On-screen text reads, \"Bro found his dream girl.\" The woman appears heavily made up and is filmed in a way that highlights an exaggerated or unusual look, then the camera returns to the young man.", "intended_meaning": "The caption and reveal structure frame the woman as the man's supposed 'ideal girl' as a joke. The humor appears to rely on presenting her appearance as undesirable or abnormal, likely implying ridicule of either women with heavy/glam makeup or a gender-nonconforming/trans-looking appearance. The meme's point is to embarrass both the woman and the man by suggesting this is his 'dream girl.'", "evidence": ["Visible text says \"Bro found his dream girl,\" setting up a romantic/attraction joke.", "The camera begins on the young man, then pans to the woman as the reveal punchline.", "The woman is filmed while eating, with styling and facial presentation emphasized as the joke target.", "The clip then returns to the young man, reinforcing that her reveal is meant to be his embarrassing match.", "No clear dialogue explains the joke; the meaning is carried mainly by the caption and edit structure."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke structure is understandable from the video alone, but interpreting why the reveal is supposed to be funny depends on common social assumptions about attractiveness and possibly gender presentation.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video sets up the woman as the man's supposed \"dream girl\" for a joke, with the reveal meant to make her appearance seem unattractive or unusual and to embarrass him by implying this is his ideal match.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000204", "video_path": "videos_final/vimu_000204.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.81, "literal_summary": "A man runs toward a wall outside a building, jumps against it between two black bumpers, then awkwardly drops back down. White on-screen text reads, \"I saw it.\" The audio includes a brief spoken line, \"Ой, шутка!\"", "intended_meaning": "The framing and timing suggest he thought he noticed something on the wall and impulsively moved toward it; when he ends up straddling the space between the two wall bumpers, the image creates a sexual-looking visual joke. The humor comes from the awkward accidental pose rather than any explicit statement.", "evidence": ["On-screen text says \"I saw it,\" implying he noticed something and reacted to it.", "He approaches the wall with arms out and then jumps directly into the narrow space between two black protrusions.", "His body position against the wall creates a suggestive visual composition with the two protruding bumpers.", "The clip ends on his awkward recovery, emphasizing embarrassment/comic awkwardness rather than a serious action.", "The spoken line \"Ой, шутка!\" ('Oh, joke!') supports that the clip is meant humorously."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible action, the on-screen caption, and the visual staging in the clip itself; no niche outside context is required.", "fair_for_benchmark": true}, "qa": {"question": "What makes the final moment the payoff of the clip?", "answer": "The ending is the payoff because his jump leaves him in an accidentally suggestive position between the two wall bumpers, turning his impulsive reaction into an awkward visual joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 4, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000205", "video_path": "videos_final/vimu_000205.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.9, "literal_summary": "A short clip shows someone placing a small white cup into a yellow holder attached to a lawn mower handle while a voice explains using the mower's cup holder. On-screen text says, \"The design is very human.\"", "intended_meaning": "The joke is that the cup holder's shape and placement make it resemble a human sexual body part, so the caption comments that the mower's design looks oddly human rather than just functional. The humor comes from treating a normal product feature description as unintentionally suggestive.", "evidence": ["The visible yellow ring-like holder attached near the mower handle creates a suggestive visual when the white cup is inserted.", "The on-screen caption \"The design is very human\" nudges viewers away from a purely functional reading toward a body-like interpretation.", "The spoken line about having a drink while mowing presents the object literally as a cup holder, creating contrast with the visual implication.", "The presentation is matter-of-fact rather than explicit, which supports an innuendo-based joke rather than a direct statement."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual setup, spoken description of the cup holder, and caption together provide enough information to infer the suggestive joke without outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What does the caption \"The design is very human\" most likely refer to in this clip?", "answer": "It refers to the cup holder and cup arrangement looking like a human body part, so the caption jokes that the mower design seems oddly human-shaped rather than purely practical.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000206", "video_path": "videos_final/vimu_000206.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person films a browned piece of bread or toast being lifted from a frying pan on a stovetop, with on-screen text reading, \"Bro I was so Hungry.....\"", "intended_meaning": "The joke is that the person was so hungry they ate or prepared an extremely simple, makeshift food item, presenting their desperation in an understated, deadpan way.", "evidence": ["Visible text says, \"Bro I was so Hungry.....\"", "Frames show a single browned slice/piece of bread being lifted from a pan on a stove.", "The food appears plain and minimal, which supports the idea of a low-effort hunger fix.", "No other target or social group is referenced; the statement reads as self-deprecating humor."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the visible action and the on-screen caption alone, without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What does showing just this plain piece of bread best suggest about the speaker’s situation?", "answer": "It suggests the speaker was extremely hungry and settling for a very minimal, makeshift food option, presented as a dry self-joke about desperation.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000207", "video_path": "videos_final/vimu_000207.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person films an unusually large, intact waffle fry while on-screen text says \"Bro's got priorities.\" The camera briefly pans across a table with Chick-fil-A cups, sauces, and another person, while audio says something like, \"The perfect... Shut up. The perfect Chick-fil-A fry.\"", "intended_meaning": "The joke is that someone is treating a single especially well-shaped Chick-fil-A waffle fry as a big, important discovery, interrupting conversation and focusing intensely on it. \"Bro's got priorities\" playfully mocks that exaggerated focus on a trivial but satisfying fast-food detail.", "evidence": ["On-screen text explicitly frames the situation as \"Bro's got priorities.\"", "The fry is held close to the camera and appears unusually complete and visually striking for a waffle fry.", "ASR captures excited speech centered on the fry: \"The perfect... Shut up. The perfect Chick-fil-A fry.\"", "The quick pan across the table and back emphasizes that the filmer's attention is fixed on the fry rather than the broader interaction.", "Chick-fil-A branding on cups helps identify why the fry is being described that way."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: a person dramatically fixates on an unusually good-looking fry, and the text labels that as having funny priorities. No niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What about the way this moment is presented makes it seem worth filming and sharing?", "answer": "It treats a single especially well-shaped waffle fry like a major find, making the moment funny through the exaggerated seriousness and focus on something trivial.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 4, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000208", "video_path": "videos_final/vimu_000208.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "deadpan"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.76, "literal_summary": "A shaky phone recording on a bus shows a seated man in a hoodie and shorts. People repeatedly pass in front of the camera, partially blocking the view. Overlaid text reads, \"Bro is way too smart for us.\" The audio transcript includes, \"All right. See?\"", "intended_meaning": "The joke appears to be that the seated man is positioned or behaving in a way that suggests he has found a sly or opportunistic advantage, likely with a sexual implication involving proximity to someone passing by, and the caption sarcastically frames this as him being 'too smart.'", "evidence": ["Visible on-screen caption says, \"Bro is way too smart for us,\" which suggests sarcastic praise rather than literal admiration.", "The camera stays focused on the seated man and his lap/seat area while people pass close in front of him, implying that this positioning is the point of the clip.", "The humor is not explained explicitly in speech; the meaning relies on visual implication and the caption's tone.", "The framing and repeated obstruction by a passerby's body create an innuendo-based joke rather than showing any explicit action."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip's joke is mostly inferable from the video and caption, but understanding why 'too smart' is sarcastic depends on common social knowledge about sexual/proximity innuendo in crowded seating situations.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video implies that the seated man has intentionally put himself in a spot where people passing closely in front of him gives him a sly, likely sexual, advantage, and the caption presents that as him being unusually clever.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000209", "video_path": "videos_final/vimu_000209.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.88, "literal_summary": "A person filming from indoors during a rainstorm turns from a desk toward a window and records a very bright flash outside, with on-screen text reading, \"That was bright asf 💀.\"", "intended_meaning": "The clip humorously documents the filmer being distracted by stormy weather and then reacting to an unexpectedly intense lightning flash. The joke is mainly the understated caption reacting to how extreme the brightness was.", "evidence": ["ASR says the speaker is trying to concentrate but is distracted by rain and wants to catch lightning.", "Frames show a desk indoors first, then the camera moves to a rainy window and outdoor scene.", "A sudden bright flash appears outside, consistent with lightning during a storm.", "Visible on-screen text says, \"That was bright asf 💀,\" which frames the clip as a reaction to the flash.", "The skull emoji and understated wording add a casual deadpan humorous tone rather than a serious report."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, storm footage, bright flash, and reaction caption are all contained in the video itself, so the main point is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It humorously shows someone getting distracted by a storm and reacting to an unexpectedly intense lightning flash.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 2, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000210", "video_path": "videos_final/vimu_000210.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A young man reacts in confusion while filming himself and his computer screen, which shows a website pop-up with a cookie icon and the text \"We use cookies\" plus an \"ACCEPT\" button. Overlaid caption text says, \"Never accepting cookies again💀.\" The audio says, \"What the heck? We use cookies. Bro, what does that even mean?\"", "intended_meaning": "The joke comes from pretending to misunderstand the common website phrase about browser cookies as if it literally means the site uses real edible cookies. The speaker acts alarmed/confused and says he will stop accepting cookies, exaggerating a naive literal interpretation of routine internet language.", "evidence": ["On-screen website pop-up reads \"We use cookies\" with a cookie illustration and an \"ACCEPT\" button.", "Overlay caption says \"Never accepting cookies again💀,\" framing the reaction as a joke about the cookie notice.", "Audio includes \"What the heck? We use cookies. Bro, what does that even mean?\" showing confusion at the phrase.", "The speaker's facial expression and tone appear puzzled and exaggerated, supporting comedic misunderstanding."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone because the cookie notice, the reaction, and the caption all directly present the misunderstanding without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What mistaken assumption is driving the speaker's reaction in this clip?", "answer": "He is taking the website's \"we use cookies\" message literally, as if it means real edible cookies instead of browser tracking/data cookies.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000211", "video_path": "videos_final/vimu_000211.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.9, "literal_summary": "A phone camera films a closed door with a caption reading, \"My bro thought i wouldn't notice my missing poptarts,\" while a long blue glowing object briefly appears under the door and then retracts. A voice says, \"Yeah? Come here. Okay, hold on.\"", "intended_meaning": "The joke is that the person behind the door is supposedly using the stolen Pop-Tarts in a sexual way, and the visible object under the door is presented as suspicious evidence. The humor comes from the mismatch between the stated reason for confronting the brother about missing snacks and the more embarrassing sexual implication suggested by what is seen under the door.", "evidence": ["Visible on-screen text says, \"My bro thought i wouldn't notice my missing poptarts.\"", "The camera focuses on a closed bedroom/bathroom-style door, implying the filmer is outside while someone else is inside.", "A long blue glowing object protrudes from beneath the door and then pulls back in, creating a suggestive visual cue.", "The audio transcript includes \"Yeah? Come here. Okay, hold on,\" indicating interaction with someone inside the room.", "The comedic point depends on the contrast between a mundane complaint about missing food and the embarrassing implication of what the brother is doing privately."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video includes the setup in on-screen text and the punchline in the visual reveal, so the main joke can be understood from the clip itself without needing external meme history.", "fair_for_benchmark": true}, "qa": {"question": "How does the moment under the door change the meaning of the caption about the missing Pop-Tarts?", "answer": "It turns the complaint about stolen Pop-Tarts into a joke that the brother is privately using them for something sexual, with the object under the door serving as embarrassing evidence.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000212", "video_path": "videos_final/vimu_000212.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A person opens a container of dough from a drawer or shelf, removes the lid, and reveals the dough pieces separated by white lines. On-screen text says, \"This one hit too close to home.\" The audio sounds surprised and distressed, saying things like, \"Wow. Well, guess I'm gonna sew it myself... Mama! What's going on?\"", "intended_meaning": "The clip jokes that the oddly separated dough looks like a homemade repair or patch job, evoking a relatable family/home experience where something is fixed in a rough, improvised way. The caption signals the viewer personally relates to this kind of chaotic home or parental handling of things.", "evidence": ["Visible text reads \"This one hit too close to home,\" which frames the clip as personally relatable rather than just showing food.", "The reveal of the dough divided by thick white seams creates a visual contrast between expected normal packaged dough and something that looks awkwardly patched or stitched together.", "The ASR transcript includes surprised/exasperated lines like \"guess I'm gonna sew it myself\" and \"Mama! What's going on?\" which supports a humorous comparison to sewing or bad household fixing.", "The handheld reveal and timing center the joke on the final appearance of the opened container."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the food looks strangely patched, and the caption plus distressed audio frame it as a relatable home/family mishap.", "fair_for_benchmark": true}, "qa": {"question": "What main comparison ties together the dough's appearance, the caption, and the audio reaction?", "answer": "It compares the dough to something crudely sewn or patched back together, making it a relatable joke about rough homemade family fix-it jobs.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000213", "video_path": "videos_final/vimu_000213.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A seated man repeatedly rubs or pats the top of his bald head while people around him sit nearby in hammocks. On-screen text says, \"My Dad has been doing this all day 😂.\"", "intended_meaning": "The clip humorously points out a dad's odd repetitive habit of absentmindedly rubbing his bald spot all day, inviting viewers to laugh at a mundane family quirk.", "evidence": ["The visible caption explicitly identifies the man as the poster's dad: \"My Dad has been doing this all day 😂.\"", "Across frames, the man keeps his hand on the top of his head and repeatedly rubs/pats the bald area.", "The surrounding people appear relaxed and smiling, which supports a playful, observational tone rather than criticism.", "No hostile language, insults, or broader social group targeting is visible."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption names the relationship and the visual action shows the repetitive behavior being noticed and lightly mocked.", "fair_for_benchmark": true}, "qa": {"question": "Why was this clip likely posted with that caption?", "answer": "It was posted to point out and laugh about the dad's absentminded habit of rubbing his bald head over and over as a funny family quirk.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000214", "video_path": "videos_final/vimu_000214.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.85, "literal_summary": "A person films inside a parked car with the on-screen caption \"I think I just got fired.\" The camera shows the interior, the door opening, and then a man in the driver’s seat holding a phone and reacting while audio includes, \"Kobe. Bro, what the f***?\"", "intended_meaning": "The joke is that the filmer has just discovered or confronted something in the car involving the other man, and the awkward reveal makes it feel like they are about to lose their job. The humor comes from the understated caption and the uncomfortable, incriminating-seeming situation rather than an explicit explanation.", "evidence": ["Visible text throughout says \"I think I just got fired.\"", "The camera deliberately pans around the car interior before revealing a man in the driver’s seat, creating a reveal.", "The man’s facial expression looks confused or caught off guard while holding a phone.", "Audio transcript includes \"Bro, what the f***?\" which signals surprise and disapproval.", "The mismatch between the calm caption and the awkward reveal creates the comic effect."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone as an awkward reveal likely tied to employment trouble, but the exact reason the filmer says they got fired is not fully explicit and relies on everyday inference about being caught in a compromising situation.", "fair_for_benchmark": true}, "qa": {"question": "What main point does the caption make once the person in the driver’s seat is revealed?", "answer": "It implies the filmer has walked into an awkward, incriminating-looking situation involving the man in the car, making them think this encounter could get them fired.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000215", "video_path": "videos_final/vimu_000215.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "exaggeration", "bait_and_switch"], "social_value_signals": ["norm_violation", "negative_affect"], "target_subjects": ["self", "individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "At night, someone films from inside a car behind another vehicle, then pans to a young man in the car while audio says, \"This is his car and I don't have insurance. I gotta dip.\" The on-screen caption says, \"He's everywhere,\" and the video ends by showing a Batman figure/costumed person visible outside above a roofline.", "intended_meaning": "The joke is that the filmer wants to quickly leave because they are driving near someone else's car without insurance, and the reveal of Batman outside turns that anxiety into an exaggerated, absurd sense that a vigilante or watcher is always present to catch them. \"He's everywhere\" frames Batman as an omnipresent enforcer when the speaker is doing something irresponsible.", "evidence": ["ASR includes: \"This is his car and I don't have insurance. I gotta dip.\"", "Visible on-screen text throughout reads: \"He's everywhere\".", "Opening frames show the camera following or stopped behind another car at night.", "Middle frames show a young man in the car with a tense/resigned expression as the camera turns toward him.", "Final frame reveals a Batman figure/costumed person outside, creating the punchline reveal.", "The humor depends on the sudden cut/reveal from ordinary driving footage to Batman appearing nearby."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, caption, spoken line about not having insurance, and final Batman reveal are all contained within the clip, so the main joke can be understood without external context beyond common knowledge of Batman.", "fair_for_benchmark": true}, "qa": {"question": "How does the ending reveal explain the earlier line about not having insurance and the caption \"He's everywhere\"?", "answer": "It turns the speaker's worry about being near someone else's car without insurance into a joke that Batman is an always-present watcher or enforcer, so the reason to \"dip\" feels exaggerated as if he will show up whenever they're doing something irresponsible.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000216", "video_path": "videos_final/vimu_000216.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.77, "literal_summary": "A person films themselves entering a small elevator with mirrored walls, shows the control panel with buttons labeled STOP, 1, 2, and 0, presses the bell/alarm-style button, and then shows a phone screen playing a video or image of a person standing in an elevator-like space. The partial audio transcript says, \"This is a little.\"", "intended_meaning": "The clip appears to be a straightforward demonstration or joke about a very small elevator and its unusual controls, especially the pressing of the bell/alarm-style button while filming the experience. The humor, if any, comes from the tiny enclosed space and the casual deadpan way it is shown rather than from a deeper implied social message.", "evidence": ["Frames show a compact glass/mirrored elevator interior and a close-up of the button panel.", "Visible text on the panel includes \"STOP\" and floor numbers 1, 2, and 0.", "The filmer's hand deliberately presses the bell/alarm-looking button.", "The final frame shows a phone screen with another elevator-related image/video, suggesting casual demonstration or comparison.", "ASR only provides the partial phrase \"This is a little,\" consistent with describing the elevator as small."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point can be understood from the video alone: someone is showing a small elevator and interacting with its controls. No outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of this clip?", "answer": "It is mainly showing off a very small elevator, with the unusual controls and deadpan filming making the tiny space mildly funny or noteworthy.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 2, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000217", "video_path": "videos_final/vimu_000217.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "negative_affect"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.72, "literal_summary": "A short clip shows the 'pencil challenge' setup on paper with a pencil balanced in the center. White on-screen text says 'That scream tho.' The audio says, 'Do you be eating my booty when I be sleeping?'", "intended_meaning": "The meme pairs a childish-looking pencil game with a sexual question for shock humor, implying someone is reacting with a loud scream to being confronted about secret sexual behavior in a relationship. The joke comes from the mismatch between the innocent visual and the explicit audio, with the caption highlighting the scream as the punchline.", "evidence": ["Visible text at the top reads 'That scream tho,' directing attention to a vocal reaction as the humorous focus.", "ASR transcript contains an explicit sexual question: 'Do you be eating my booty when I be sleeping?'", "The frames show only a simple paper-and-pencil game, creating a strong contrast with the sexual audio.", "The clip is very short and meme-like, suggesting the humor relies on the abrupt pairing of innocent visuals and explicit dialogue."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The key joke is understandable from the video alone: explicit audio plus an innocent visual and a caption that points to the scream reaction.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is a shock-humor meme where an innocent pencil game is paired with an explicit relationship question, and the point is the loud scream/reaction to being confronted about secret sexual behavior.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000218", "video_path": "videos_final/vimu_000218.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person in a bathroom holds a wrapped sandwich-style cookie near a toilet paper holder and slowly rotates it to show that its shape resembles buttocks. On-screen text says, \"Someone left a remarkable looking cookie at the John. Brutally tough decision upcoming,\" and the clip ends on the person looking contemplative.", "intended_meaning": "The joke is that the cookie looks like a pair of buttocks, and because it was found in a bathroom ('the John'), the person mock-seriously frames eating it as a difficult choice due to the gross, awkward setting. Humor comes from the visual resemblance plus the deadpan caption about deciding whether to eat a bathroom-found cookie.", "evidence": ["The cookie is repeatedly shown from angles that emphasize a butt-like shape.", "The setting is clearly a bathroom, visible from the toilet paper rolls and holder.", "Visible text explicitly says the cookie was left 'at the John' and mentions a 'Brutally tough decision upcoming.'", "The final shot shows the person pausing with a thoughtful expression, reinforcing the mock dilemma.", "No clear spoken dialogue is provided; the meme point is carried by visuals and caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the object visually resembles buttocks, it is in a bathroom, and the caption states there is a tough decision about it.", "fair_for_benchmark": true}, "qa": {"question": "What makes the person's pause at the end make sense in context?", "answer": "The pause makes sense because the cookie is being presented as looking like buttocks, and since it is found in a bathroom, the video frames eating it as a mock-serious, grossly awkward decision.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000219", "video_path": "videos_final/vimu_000219.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "contrast"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films a small green lunchbox with a Minecraft graphic on it and on-screen text reads, \"Did this dude just buy a Lunchly?\" The person opens it to reveal a badly spoiled or moldy item inside.", "intended_meaning": "The video jokes that the lunchbox looks like a cheap kids' meal product and then reveals disgusting spoiled contents, using that reveal to ridicule the purchase and imply the food is gross, low-quality, or embarrassing.", "evidence": ["Visible text says, \"Did this dude just buy a Lunchly?\" framing the object as a mocked food purchase.", "The lunchbox is bright green and childlike with a Minecraft design, supporting the idea of a juvenile branded meal/lunch item.", "The clip builds suspense by showing the closed box first and then opening it for a reveal.", "Inside appears to be a moldy or rotten food item, creating a strong gross-out contrast with the expectation of a normal lunch.", "The humor comes from the mismatch between an ordinary lunch container and the disgusting contents, aimed at whoever owns it."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone, but recognizing \"Lunchly\" as a branded lunch-product reference helps clarify why the owner is being mocked specifically.", "fair_for_benchmark": true}, "qa": {"question": "What point is the clip making by first focusing on the lunchbox and then revealing what is inside?", "answer": "It sets up the lunchbox as someone’s purchase, then uses the spoiled contents reveal to make fun of it as a gross, cheap, and embarrassing meal.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000220", "video_path": "videos_final/vimu_000220.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A handheld camera approaches a blue outdoor trash can and looks inside. White on-screen text at the top says, \"Absolutely scared me.\" Inside the bin, among trash like a soda bottle, tissue, and a red snack bag, there is a small spiky animal, likely a hedgehog or similar animal, which is revealed as the camera gets closer.", "intended_meaning": "The humor comes from a small surprise reveal: the person looked into the trash can and was startled by unexpectedly finding a live spiky animal inside. The caption frames the clip as a mild jump-scare or startling moment.", "evidence": ["Visible text reads \"Absolutely scared me.\"", "The camera moves from the outside of the trash can to a direct view inside, creating a reveal.", "A small live spiky animal is visible among the trash, which plausibly explains the claimed scare.", "No clear insult, social commentary, or targeted group is indicated."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's point is understandable from the video alone: the caption says the filmer was scared, and the reveal of an unexpected animal in the trash can explains why.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed around the reveal inside the trash can?", "answer": "It is built as a reveal so the viewer shares the filmer's sudden surprise at finding a live spiky animal inside the trash can.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000221", "video_path": "videos_final/vimu_000221.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "deadpan", "innuendo"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person uses their hand to peel back a rusted, triangular flake from the lower side panel of a silver car near the rear wheel. On-screen text reads: \"The forbidden Dorito.\"", "intended_meaning": "The joke is that the peeled rust/paint fragment looks like a triangular chip, and the caption humorously frames it as an inedible but oddly tempting snack. \"Forbidden\" signals playful temptation toward something obviously not meant to be eaten.", "evidence": ["The visible text says \"The forbidden Dorito.\"", "The object being removed is a triangular flake from the car body, visually resembling a chip.", "The camera focuses closely on the flake as it is peeled away, emphasizing its shape and the reveal.", "There is no clear person or group being mocked; the humor comes from comparing car rust to food."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the visual resemblance and the on-screen caption alone, without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What idea does the on-screen text add to the visual of the peeled triangle?", "answer": "It turns the rust flake into a joke about a Dorito-like chip that looks oddly tempting, while 'forbidden' signals that it is obviously not something to eat.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000222", "video_path": "videos_final/vimu_000222.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.77, "literal_summary": "A gym selfie clip with the on-screen text \"Took me 3 watches to understand.\" The camera starts on a man filming in a mirror, then pans to another man doing incline dumbbell presses. The second man appears very brightly lit/overexposed, and the audio says in Spanish, \"Where is that brightness coming from? Bro, excuse me, can you lower the brightness, please? Thanks.\"", "intended_meaning": "The joke is that the seated man's body/skin is so bright or visually striking that it is compared to a screen with brightness turned up. The framing and delayed reveal suggest viewers are meant to notice an implied bulge in his pants rather than literal screen brightness, making the clip a sexualized visual joke.", "evidence": ["On-screen text says \"Took me 3 watches to understand,\" signaling a hidden or delayed visual joke.", "The audio explicitly comments on excessive \"brightness\" and asks someone to \"lower the brightness,\" which does not literally fit the gym scene and cues metaphor/comparison.", "The camera pans away from the mirror selfie to the seated man, focusing attention on him as the source of the joke.", "Frames show the seated man is strongly overexposed and the shot lingers around his torso/lap area before he bends forward, supporting a double-meaning visual gag."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video itself provides most cues through caption, pan, and audio, but understanding the implied sexual joke requires common social knowledge about innuendo and attention to the lap-area reveal.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making a visual double-meaning joke: the talk about someone's \"brightness\" is really drawing attention to the seated man's crotch area, implying a noticeable bulge and treating it as the real thing viewers are supposed to notice.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000223", "video_path": "videos_final/vimu_000223.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip shows a chessboard set up between two people, with on-screen text reading \"Chess.\" The audio includes someone saying the other person should go first, then counting, and dice are rolled onto the chessboard.", "intended_meaning": "The joke is a bait-and-switch: the video initially presents a normal game of chess, but then the players unexpectedly roll dice on the board as if chess were being played with random chance. The humor comes from violating the expected rules of chess and turning a strategic game into something absurdly luck-based.", "evidence": ["Visible text labels the activity as \"Chess.\"", "Frames show a standard chessboard with pieces arranged for play.", "Audio suggests the start of a turn: \"Okay, you better go first. Oh hell yeah. One, two, three, four.\"", "Later frames show two dice on the chessboard, which contrasts with normal chess equipment and rules.", "The comedic reveal depends on the timing of first presenting ordinary chess and then introducing dice."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: it explicitly shows chess and then unexpectedly adds dice, creating an obvious rule-breaking contrast without requiring outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip set up to look like an ordinary game at first and then introduce dice?", "answer": "It sets up normal chess expectations and then breaks them by using dice, making the joke that a strategy game is suddenly being treated like a luck-based one.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000224", "video_path": "videos_final/vimu_000224.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "The camera slowly pans across a messy living room where several young adults sit or lie around quietly watching a TV. Large on-screen text says \"Dude!\" while the TV plays a black-and-white interview clip with a man speaking.", "intended_meaning": "The joke is the contrast between the excited-sounding caption/address \"Dude!\" and the group’s very subdued, zoned-out stillness. It presents a relatable scene of friends being so tired, bored, or possibly dazed that no one reacts much while watching something together.", "evidence": ["On-screen text prominently says \"Dude!\" throughout the clip.", "Multiple people are sprawled on couches or beanbags with blank or sleepy expressions and minimal movement.", "The room is cluttered with bottles, cups, plates, and casual lounging items, suggesting a long, lethargic hangout.", "The camera pan reveals several different people in the same similarly passive state, reinforcing the collective low-energy mood.", "The TV audio is an ordinary interview-style speech rather than something visibly exciting, adding to the flat atmosphere."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The humor comes directly from the visible mismatch between the emphatic caption and the group’s low-energy behavior; no niche outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video set up so that the on-screen \"Dude!\" stays prominent while the camera shows everyone in the room one by one?", "answer": "It highlights the mismatch between the hyped address \"Dude!\" and the group’s barely responsive, wiped-out mood, making the scene read as a relatable hangout where everyone is too tired, bored, or dazed to react.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000225", "video_path": "videos_final/vimu_000225.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.9, "literal_summary": "A handheld phone video points down an indoor stairwell with beige walls, metal handrails, and a partially open door at the bottom. On-screen text says, \"The echo 😂.\"", "intended_meaning": "The clip is presenting the stairwell as a funny place to hear or produce an echo, with the humor coming from the acoustics of the empty stairwell rather than from any social target or hidden message.", "evidence": ["The only visible text is \"The echo 😂,\" which directly frames the joke.", "Frames show an empty enclosed stairwell, a setting commonly associated with echoing sound.", "There is no visible person or target being mocked; the scene itself is the focus.", "The laughing emoji suggests a light, joking tone rather than a serious statement."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption explicitly says the point is the echo, and the stairwell setting visually supports that.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "The video is highlighting that the empty stairwell is amusing because its acoustics create a noticeable echo.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 2, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000226", "video_path": "videos_final/vimu_000226.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A person in a hoodie stands at a door while audio says, \"If you walk through that door, we're done.\" The person opens the door to the outside, then crouches and exits by moving low through the doorway instead of simply walking through it. On-screen text reads, \"Bro is a genius.\"", "intended_meaning": "The joke is that the person finds a loophole in the ultimatum: since they were told not to \"walk\" through the door, they avoid technically walking by crouching/crawling out. The humor comes from taking the phrase overly literally and treating a relationship threat like a rule to outsmart.", "evidence": ["ASR repeats the line, \"If you walk through that door, we're done,\" establishing the condition tied specifically to walking through the door.", "Frames show the person opening the door and then lowering into a crouch near the threshold before exiting.", "Visible text says, \"Bro is a genius,\" signaling that the clip frames the action as a clever workaround.", "The punchline depends on the contrast between the serious-sounding ultimatum and the childish literal compliance workaround."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, action, and punchline are all contained within the video: the spoken ultimatum, the person's crouching exit, and the caption labeling it as clever are sufficient to understand the joke without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the person's way of leaving presented as clever in the clip?", "answer": "Because the person is exploiting a loophole in the wording: they were told not to walk through the door, so they leave by crouching/crawling instead, treating the ultimatum as something to technically comply with while still going out.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000227", "video_path": "videos_final/vimu_000227.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person in a Santa costume extends a hand toward the camera while on-screen text says \"Shaking Santa Claus Hands.\" The camera angle and hand motion make the hand look suggestive, and the audio says, \"Feels good.\"", "intended_meaning": "The joke is a sexual double meaning: although the text frames it as innocently shaking Santa's hand, the framing and motion are meant to resemble someone manually stimulating Santa, with the audio reinforcing pleasure.", "evidence": ["Visible text says \"Shaking Santa Claus Hands,\" setting up an innocent interpretation.", "The camera is close to Santa's lower torso/hand area, and the hand moves rhythmically in a way that visually resembles a sexual act rather than a normal handshake.", "Audio/transcript says \"Feels good,\" which reinforces the sexual reading.", "The humor depends on the contrast between the innocent caption and the suggestive visual framing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The sexual double meaning is understandable from the video alone through the caption, framing, motion, and audio, without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses a double meaning: the caption presents an innocent handshake with Santa, but the framing, repeated hand motion, and \"feels good\" audio are meant to make it look like a sexual act involving Santa.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000228", "video_path": "videos_final/vimu_000228.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast"], "social_value_signals": ["negative_affect", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A handheld camera shows a large hole smashed through a white interior wall with debris on the floor. On-screen text says \"Oh Noooo!\" while a distressed voice says \"Oh no, not again! Oh my God. You need to stop this!\" The camera then pans toward a dark doorway where a small red toy or object is visible near the floor.", "intended_meaning": "The clip humorously frames repeated property damage as being caused by a mischievous culprit offscreen or just revealed nearby, with the dramatic reaction implying exasperation at someone or something that keeps doing this. The joke comes from showing the destruction first and then suggesting the likely 'offender' in a comedic reveal.", "evidence": ["Visible large hole in drywall/door panel and scattered broken pieces on the floor indicate recent damage.", "On-screen caption \"Oh Noooo!\" signals alarm and comedic emphasis.", "ASR dialogue says \"Oh no, not again!\" and \"You need to stop this!\" implying repeated bad behavior by some agent.", "Camera movement from the damage to the doorway and small red figure/object creates a reveal structure, suggesting that object/being is the implied culprit."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video itself shows the damage, the distressed reaction, and the reveal-style pan toward the implied culprit, so the core joke is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What does the final camera move suggest about who or what is responsible for what happened?", "answer": "It suggests the small red figure or object shown at the end is the likely culprit behind the damage, with the reaction implying this has happened before and is a recurring source of exasperation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000229", "video_path": "videos_final/vimu_000229.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "exaggeration", "mockery"], "social_value_signals": ["negative_affect", "contempt", "humiliation", "discrimination_or_prejudice"], "target_subjects": ["gender_group", "relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A vertically shot clip filmed from inside a parked car/garage shows text reading, \"She probably said 'It'll be just a 5 minute call' 45 minutes later:\". The camera points toward a woman in the garage/driveway area who appears to be on a phone call and gesturing animatedly while the person filming waits in the car.", "intended_meaning": "The meme jokes that a woman/partner who says her phone call will be brief actually stays on the call much longer, leaving the filmer waiting. It frames women as overly talkative or inconsiderate about time, using the long wait as the punchline.", "evidence": ["Visible on-screen text sets up the premise: \"She probably said 'It'll be just a 5 minute call' 45 minutes later:\"", "The clip is filmed from the driver's seat, suggesting the filmer is stuck waiting in the car while watching the other person.", "A woman is shown at a distance, apparently holding a phone and making expressive hand gestures, reinforcing that she is still engaged in conversation.", "The humor comes from the contrast between the claimed short duration ('5 minute call') and the displayed long delay ('45 minutes later').", "The phrasing \"She probably said\" generalizes the behavior rather than describing only one named individual, which supports a gendered stereotype reading."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption and visuals together provide the full joke: someone said the call would be short, but much later she is still talking while the filmer waits. No niche external meme knowledge is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the caption says \"She probably said 'It'll be just a 5 minute call'\" while the video shows the filmer still waiting much later?", "answer": "It is joking that the woman/partner said the call would be brief but kept talking far longer, using that delay to portray women or female partners as the kind of people who turn a quick call into a long wait for others.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000230", "video_path": "videos_final/vimu_000230.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["bait_and_switch", "deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A person in a kitchen holds a small strip of food while on-screen text says \"The best garbage disposal.\" The camera moves toward a cabinet area, then reveals a dog with its head poking through a black trash bag or trash-bin opening, and the person feeds the dog the food scrap.", "intended_meaning": "The joke is that the dog's willingness to eat scraps makes it function like a humorous substitute for a garbage disposal. The setup suggests throwing something away, then reveals the 'garbage disposal' is actually the dog.", "evidence": ["Visible text reads \"The best garbage disposal.\"", "The person appears to be handling a small food scrap in a kitchen near the sink/counter.", "The camera tilts toward a lower cabinet or trash area, creating expectation of disposal.", "The reveal shows a dog positioned in or behind a trash bag/opening, and the person gives the scrap directly to the dog.", "The humor comes from the mismatch between the expected appliance/trash disposal and the dog's role."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full joke is understandable from the video alone: the text sets up a claim, and the visual reveal of feeding the scrap to the dog delivers the punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What role does the dog play in making the video's main point?", "answer": "The dog is presented as a funny stand-in for a garbage disposal, with the reveal turning expected food disposal into feeding scraps to the dog.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000231", "video_path": "videos_final/vimu_000231.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "absurdism"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A short clip shows a person at a pool table lining up a shot. The white cue ball rolls slowly along the table edge while the on-screen caption says \"Delicious.\" Near the end, the camera moves close to the table and a person opens their mouth toward the cue ball, making it look like they are about to lick or bite it.", "intended_meaning": "The humor comes from turning an ordinary pool shot into a suggestive, slightly gross joke: the caption \"Delicious\" and the close-up of the open mouth frame the cue ball as if it were something edible or sensually approached. The joke relies on the unexpected shift from sports action to exaggerated desire/appetite, with mild sexual undertones from the mouth close-up.", "evidence": ["Visible on-screen text reads \"Delicious\" throughout the clip.", "The clip begins as a normal pool-table scene with a cue stick and rolling cue ball.", "The camera then pushes in closely toward the cue ball at the table edge.", "A person's open mouth enters frame very close to the ball, creating the impression of licking or biting it.", "The comedic effect depends on the contrast between a standard billiards setup and treating the ball like food or an object of desire."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the visuals and on-screen text alone: a pool ball is framed as \"delicious\" and approached with an open mouth. No outside meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns a normal pool shot into an absurd joke where the cue ball is framed like something tempting to eat or sensually approach, using the caption \"Delicious\" and the mouth close-up to suggest exaggerated desire or appetite.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000232", "video_path": "videos_final/vimu_000232.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "parody", "exaggeration"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person films under a desk or shelf area, squeezes and presses a white cloth-like object with their hand, and then removes it from view. On-screen text reads \"Twin turbine engine.\" The audio says, \"Got a silencer on this bitch.\"", "intended_meaning": "The clip jokingly compares the hidden cloth object and the sounds/actions around it to a machine or weapon setup, but the stronger meme reading is sexual innuendo: the hand motion and the phrase about a \"silencer\" frame the object as if it is muffling sexual activity or a body-related sound. The humor comes from mock-seriously describing something mundane as a powerful engineered device.", "evidence": ["Visible on-screen text says \"Twin turbine engine,\" presenting the object as if it were mechanical equipment.", "The hand repeatedly squeezes and presses the white soft object in a suggestive, demonstrative way.", "The spoken line \"Got a silencer on this bitch\" uses metaphorical, swaggering language that implies muffling/suppressing sound.", "The desk setup and hidden-under-surface placement make the scene look improvised and secretive rather than actually mechanical.", "No real engine or weapon is visible; the joke relies on comparing the object to those things."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone because the text, hand action, and spoken line together establish the mock mechanical/innuendo framing without requiring outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What is the machine-style wording doing for the clip's overall meaning?", "answer": "It mock-seriously reframes a mundane hidden object and the squeezing motion as powerful equipment to create a suggestive joke, with the \"silencer\" line implying something being muffled rather than an actual machine.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000233", "video_path": "videos_final/vimu_000233.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.9, "literal_summary": "A person shakes a container labeled for corn over a pan on a stovetop while on-screen text says, \"Why is that corn laughing tho?\"", "intended_meaning": "The joke treats the word or sound associated with the corn as if it resembles laughing, creating a suggestive double meaning rather than a literal question about food. The humor comes from framing ordinary cooking as if the corn is making a laugh-like sound.", "evidence": ["The visible text explicitly asks, \"Why is that corn laughing tho?\"", "The video shows someone seasoning or pouring from a corn container into a pan, so the 'corn' reference is literal on screen.", "The joke depends on interpreting 'laughing' as a sound pattern or wordplay rather than actual emotion from the food.", "No explicit target person or group is shown; the humor is based on the food/sound association."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The scene and caption are visible in the video, but understanding why 'corn laughing' is funny requires a small amount of everyday linguistic/contextual inference about the implied sound-based double meaning.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns the cooking scene into a sound-based wordplay joke, treating the corn as if it is \"laughing\" because the sound or phrasing around it suggests a suggestive double meaning rather than a literal reaction from the food.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000234", "video_path": "videos_final/vimu_000234.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "mockery", "parody"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.87, "literal_summary": "A shaky phone video in a kitchen shows a refrigerator with a large touchscreen displaying an Instagram-style image of a woman posing. A person points at the screen while the on-screen caption reads, \"Bro got that Fridgagram.\" The audio includes someone saying, \"What you doing?\"", "intended_meaning": "The joke is that the person is using the refrigerator's screen like social media to look at attractive women, turning the appliance into a fake Instagram device. \"Fridgagram\" is a wordplay combining fridge and Instagram, teasing the person for gawking at photos on a fridge in a slightly sexualized, embarrassing way.", "evidence": ["Visible caption says \"Bro got that Fridgagram,\" directly framing the fridge as an Instagram-like device.", "The refrigerator has a large vertical touchscreen showing an Instagram-like interface with a woman posing.", "A hand points closely at the woman's body on the screen, reinforcing that the focus is on the image rather than fridge functions.", "The spoken line \"What you doing?\" and the camera reveal of the person create a caught-in-the-act tone.", "The overall shaky filming and timing suggest the clip is mocking the person's behavior."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption, visible fridge screen, and pointing gesture make the pun and teasing implication clear without needing outside context beyond common knowledge of Instagram.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is joking that the person is treating the fridge’s touchscreen like Instagram to look at photos of an attractive woman, with “Fridgagram” teasing them for being caught gawking in an embarrassing, slightly sexualized way.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000235", "video_path": "videos_final/vimu_000235.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.88, "literal_summary": "A short clip shows a yellow/orange drink container labeled \"BIGGY COFFEE\" on a table with some spilled liquid in front of it. White text at the top says \"Soiled it.\" Near the end, a hand tips the container and more liquid pours out.", "intended_meaning": "The humor comes from the caption \"Soiled it\" paired with the spill, using a phrase normally associated with bodily soiling so the drink spill is framed as if the cup had an embarrassing accident. The joke relies on mild gross-out / bodily-function innuendo rather than just stating that the drink was spilled.", "evidence": ["Visible on-screen text reads \"Soiled it,\" which is a nonstandard way to describe a spill and commonly evokes bodily soiling.", "The video centers on a puddle of liquid in front of the cup, then escalates by tipping the cup and spilling more liquid.", "The deadpan presentation and simple timing make the caption-function mismatch the main joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption and visible spill provide the necessary contrast without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes about the spill by describing it like an embarrassing bodily accident, with \"Soiled it\" turning an ordinary coffee mess into deadpan bodily-function innuendo.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000236", "video_path": "videos_final/vimu_000236.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.78, "literal_summary": "A handheld video pans across a room and shows a very large teddy bear lying on the floor next to a couch while a voice comments on how huge the bear is compared with the couch. On-screen text reads, \"Someone is hiding inside of it.\"", "intended_meaning": "The joke implies the oversized teddy bear is so large that it could conceal a person, with a likely suggestive implication that someone is inside it to surprise or secretly meet someone. The humor comes from pairing a mundane size comparison with a suspicious or sexually suggestive caption.", "evidence": ["The video focuses on an unusually large teddy bear spread across the floor, emphasizing its size.", "The spoken audio says the teddy bear is bigger than the couch and explicitly compares the couch and bear.", "On-screen text says, \"Someone is hiding inside of it,\" which adds a hidden-person interpretation not stated in the audio.", "The contrast between innocent stuffed-animal imagery and the hidden-person caption creates the implied joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video and caption alone, but recognizing the hidden-person angle as suggestive rather than purely literal benefits from common social context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the giant teddy bear is suspiciously big enough to hide a person, implying someone may be concealed in it for a secret or suggestive meetup rather than it just being an oversized toy.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000237", "video_path": "videos_final/vimu_000237.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short outdoor clip in the snow shows one person approaching another for a handshake while on-screen text reads \"A very usual Handshake.\" The other person extends an unusually long, flesh-colored hand-shaped object before they finally make contact.", "intended_meaning": "The joke is a visual double meaning: the extended hand-like shape resembles a penis, so the clip presents an apparently normal handshake as if it were sexually suggestive and absurd.", "evidence": ["Visible text says \"A very usual Handshake,\" setting up a normal interaction.", "The person initially offers a standard hand position, but then a long pink elongated object extends from the sleeve/hand area.", "That object is shaped and colored in a way that resembles a penis more than a normal hand.", "The humor comes from the mismatch between the caption claiming normality and the obviously abnormal, suggestive visual.", "The brief timing and reveal structure indicate a gag rather than a literal demonstration."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone through the visual reveal and the on-screen caption; no outside meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What specific resemblance is the clip relying on to turn an ordinary greeting into the joke?", "answer": "It hinges on the extended hand-like object resembling a penis, making the supposedly normal handshake into an absurd sexual visual double meaning.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000238", "video_path": "videos_final/vimu_000238.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "sarcasm", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "sexuality_related_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.88, "literal_summary": "A short clip shows a tape measure stuck into snow at night while on-screen text reads \"Super Average.\" The audio says, \"Yep, looks like we got six inches.\"", "intended_meaning": "The clip uses measuring snowfall as a sexual double entendre about penis size. Calling six inches \"super average\" sarcastically suggests someone is overstating or defensively labeling a penis size as better than merely average, making the joke mildly mocking.", "evidence": ["Visible text says \"Super Average.\"", "Audio explicitly says, \"Yep, looks like we got six inches.\"", "The measured object is snow, but the pairing of \"six inches\" with \"Super Average\" creates a likely sexual double meaning rather than a purely weather-related statement.", "The humor relies on contrast between a mundane snowfall measurement and an implied boast/assessment about male genital size."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The double entendre is understandable from the video itself, but recognizing \"six inches\" plus \"average\" as a penis-size joke requires common cultural knowledge rather than only literal viewing.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the snow measurement as a double meaning about penis size, with “six inches” and “Super Average” implying someone is defensively or boastfully presenting that size as above ordinary, in a mildly mocking way.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000239", "video_path": "videos_final/vimu_000239.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "deadpan"], "social_value_signals": ["anti_mainstream_value", "other"], "target_subjects": ["self", "institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "A young person in a grocery store films themself and the floor, with on-screen text reading \"Guess we going to college.\" The audio says, \"Y'all see a wet floor sign anywhere? Guess we goin' to college, baby!\" The camera then shows a spill on the floor without a warning sign.", "intended_meaning": "The joke is that the person sees a liquid spill on the floor with no wet-floor warning sign and humorously interprets this as permission or a requirement to slip/fall, framing it as a path to getting college tuition money or a payout. It treats college as expensive enough that an injury settlement seems like a route to afford it.", "evidence": ["Visible text says \"Guess we going to college.\"", "ASR/transcript mentions not seeing a wet floor sign and then says \"Guess we goin' to college, baby!\"", "Frames show a shiny store floor and then a visible spill/substance on the ground.", "The speaker appears excited/playful rather than actually injured, indicating a joking hypothetical about the situation."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is understandable from the video itself, but it helps to know the common real-world idea that businesses can be liable for slip-and-fall accidents and that college is expensive.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that finding an unmarked spill in a store could lead to a slip-and-fall payout, which the speaker frames as a way to afford college.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000240", "video_path": "videos_final/vimu_000240.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "contrast"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A person in a kitchen films a cup and saucer while another person lifts a long stretchy mass out of it. On-screen text reads \"Homemade smashed Potatoes,\" and someone reacts with surprise and asks for mashed potatoes before saying \"Bro, what the... No, I don't...\"", "intended_meaning": "The joke is that the caption sets up an expectation of ordinary mashed potatoes, but the stretchy substance being pulled from the cup looks visually suggestive, leading to a surprised reaction and a sexualized double meaning rather than appetizing food.", "evidence": ["Visible text says \"Homemade smashed Potatoes,\" framing the clip as food preparation.", "The substance is pulled upward in an unusually long, stretchy strand from a cup, creating a visual mismatch with normal mashed potatoes.", "The spoken reaction includes surprise and rejection: \"Can I get some mashed potatoes, bro? Bro, what the... No, I don't...\"", "The humor depends on the contrast between a benign food label and the suggestive appearance of what is shown."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the on-screen food label conflicts with the visually suggestive substance and the shocked verbal reaction.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed with a normal food label and then a startled reaction to what is shown?", "answer": "It sets up an ordinary mashed-potatoes expectation, then breaks it because the stretchy substance looks unlike normal food and invites a suggestive non-food reading, which is why the reaction is shocked.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000241", "video_path": "videos_final/vimu_000241.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.75, "literal_summary": "A person repeatedly presses a hand onto the flat frosted top of a rectangular cake while on-screen text reads, \"It is indeed firm.\" The audio says, \"I like a firm cake. Nothing like a really just...\"", "intended_meaning": "The clip literally shows someone testing a cake's firmness, but the phrasing and repeated hand pressing suggest a sexualized double meaning around touching something \"firm.\" The humor comes from innuendo rather than a direct statement.", "evidence": ["On-screen text explicitly says \"It is indeed firm.\"", "ASR audio includes \"I like a firm cake. Nothing like a really just...\" which emphasizes firmness in a suggestive way.", "The hand repeatedly presses and rubs the cake surface, making the focus the tactile firmness rather than decoration or serving.", "No clear insult or social target is present; the humor is based on suggestive wording and action."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the video alone because the visible action, on-screen caption, and audio all point to a firmness-based double entendre without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed to linger on the repeated pressing and the comments about firmness, instead of just showing the cake once?", "answer": "It is set up so the cake-testing language and touching read as a playful double entendre, making the humor come from suggestive emphasis on \"firmness\" rather than from baking itself.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000242", "video_path": "videos_final/vimu_000242.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A man at a table holds a folded yellow food item over a plate, bites into it, then quickly sets it down and moves a box fan in front of himself. On-screen text reads, \"Dude, slow down.\"", "intended_meaning": "The clip uses the shape of the food and the man's fast biting/chewing, followed by needing a fan, to suggest a sexual joke about performing oral sex too intensely or too fast. The caption acts like someone reacting to that behavior and telling him to slow down.", "evidence": ["The food is held upright and close to the mouth in a way that visually invites phallic comparison.", "He bites into it quickly and repeatedly while the caption says, \"Dude, slow down.\"", "After eating, he appears overheated or breathless and brings a fan directly in front of himself, which heightens the comedic implication.", "The humor depends on contrast between literal eating and the implied sexual reading."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The sexual joke is mostly inferable from the visual staging and caption, but recognizing the innuendo requires common social knowledge about phallic comparison and oral-sex humor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the eating clip as a double meaning to joke that the man is acting like he is performing oral sex too aggressively or too fast, with the caption reacting by telling him to slow down.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000243", "video_path": "videos_final/vimu_000243.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person films from above with the on-screen text 'hokus pokus,' appearing to hold a large pizza slice over a white car so that it briefly looks like the pizza is covering or being placed onto the car.", "intended_meaning": "The joke is a fake 'magic trick': by using camera perspective, the person pretends to make a pizza appear on or over the car. The humor comes from the playful mismatch between the magical phrase and the obviously low-tech visual illusion.", "evidence": ["Visible text says 'hokus pokus' throughout the clip, signaling a pretend magic setup.", "The camera angle from above aligns a pizza slice with a parked white car below, creating a forced-perspective illusion.", "The pizza is then moved away, revealing the car unchanged, which makes the trick intentionally silly rather than real.", "ASR roughly matches the spoken/visible phrase and supports the magic-incantation framing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual gag and the 'hokus pokus' caption are enough to understand the fake magic/forced-perspective joke without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main idea behind the clip's visual setup?", "answer": "It presents a fake magic trick by using camera perspective to make it look like a pizza is appearing over the car, with the humor coming from how obviously simple and playful the illusion is.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000244", "video_path": "videos_final/vimu_000244.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "contrast"], "social_value_signals": ["humiliation", "sexual_implication", "negative_affect"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.91, "literal_summary": "A person lies with eyes closed while someone brings a deodorant/body spray can to his face like a ringing phone. On-screen text says, \"The fact he actually looked at his 'phone' for a second.\" The audio repeats that someone is calling and then says hello. The man briefly looks at the can and then holds it to his ear.", "intended_meaning": "The joke mocks the man by implying he is so used to, eager for, or desperate to respond to a particular caller that he mistakes a spray can for a phone. The quoted word \"phone\" and the setup suggest a teasing insinuation about a romantic or sexual contact calling, making his reaction look gullible and embarrassing.", "evidence": ["Visible text frames the event as noteworthy and mocking: \"The fact he actually looked at his 'phone' for a second.\"", "A spray/deodorant can, not an actual phone, is placed near his face and treated like a phone.", "The man briefly opens his eyes, looks at the object, then takes it and holds it to his ear, confirming the mistaken response.", "Audio says variations of \"Somebody's calling you\" and \"Hello?\" which creates the fake incoming-call setup.", "The use of quotation marks around \"phone\" signals irony/innuendo rather than a literal phone call."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the full setup and punchline through the visible object, the man's reaction, the audio prompt, and the on-screen caption; no outside meme history is needed to understand the mockery.", "fair_for_benchmark": true}, "qa": {"question": "What does the clip suggest about why the man's reaction is being highlighted?", "answer": "It suggests he was so ready for or fixated on a particular person calling that he briefly treats a spray can like a phone, making him look gullible and embarrassed; the setup also hints it may be a romantic or sexual contact.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000245", "video_path": "videos_final/vimu_000245.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A low-resolution clip shows an animal near a wall or fence opening, with overlaid text reading: \"My dude really said 'it's not worth it'. this has me deceased\" followed by skull and nauseated-face emojis. The animal appears to start toward something and then back away.", "intended_meaning": "The humor comes from interpreting the animal's retreat or refusal to continue as if it made a rational decision that the situation was not worth the effort or risk. The caption anthropomorphizes the animal's behavior as a relatable moment of giving up.", "evidence": ["Visible on-screen text explicitly frames the action as \"it's not worth it\" and says the uploader finds it very funny.", "The clip shows the animal moving toward an opening or obstacle and then withdrawing rather than continuing.", "The joke depends on the mismatch between simple animal behavior and a human-like internal judgment."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip and the on-screen caption alone; no external meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the animal’s movement is paired with the caption’s quoted line?", "answer": "It frames the animal as if it decided the situation was not worth continuing, turning its retreat into a relatable human-like moment of giving up.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000246", "video_path": "videos_final/vimu_000246.mp4", "taxonomy": {"surface_form": "interview_street", "rhetoric_mechanisms": ["contrast", "deadpan", "mockery"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.85, "literal_summary": "A person records himself inside what appears to be Chuck E. Cheese, saying he ran into someone there. The camera pans to a blond-haired young man, and the first speaker says he loves Chuck E. Cheese and is there every day while the other person looks surprised and then blankly at the camera. On-screen text reads, \"Look who I ran into today.\"", "intended_meaning": "The joke is that unexpectedly seeing this young man at Chuck E. Cheese is treated as funny or embarrassing, with the speaker putting him on the spot and implying he frequents a child-oriented venue. The humor comes from the awkward reveal and the other person's uncomfortable reaction rather than any explicit explanation.", "evidence": ["On-screen text sets up a reveal: \"Look who I ran into today.\"", "The location is identified in the audio/transcript as Chuck E. Cheese, a place commonly associated with children and family entertainment.", "The camera deliberately pans from the speaker to the young man, framing him as the punchline.", "The blond-haired young man appears wide-eyed and then silent/blank-faced, reinforcing an awkward or embarrassed reaction.", "The speaker's tone is playful and teasing rather than neutral."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone, but it helps to know Chuck E. Cheese is culturally seen as a child-focused venue, which makes the encounter seem awkward or embarrassing.", "fair_for_benchmark": true}, "qa": {"question": "Why is this encounter being presented as noteworthy in the video?", "answer": "The video treats the encounter as notable because the young man is being made into the reveal at Chuck E. Cheese, implying it is amusing or awkward to spot him there as if he goes to a child-focused place often.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000247", "video_path": "videos_final/vimu_000247.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A classroom clip shows a student at a desk and then an older male teacher standing over the desk, pointing and arguing. The audio includes the teacher telling someone to leave and the student saying he is checking his grade and refusing to leave. Large on-screen text reads, \"What did I do??!!\" throughout.", "intended_meaning": "The meme frames the student as acting confused and innocent while being confronted or kicked out by a teacher, inviting viewers to laugh at the mismatch between the student's claimed innocence and the obvious fact that he is in trouble. It mocks the familiar reaction of pretending not to know why authority is upset.", "evidence": ["Visible classroom setting with students at desks and an older man in a teacher-like role confronting someone at close range.", "ASR dialogue: \"Go to the line... Get out of here... I'm checking my grade... I'm not leaving,\" indicating a conflict between teacher and student.", "The teacher's body language is aggressive/commanding: leaning over the desk and pointing outward.", "The persistent caption \"What did I do??!!\" overlays the confrontation and suggests the student's self-presentation as confused or blameless.", "Humor comes from the contrast between the caption's innocence and the visible/audio evidence of active defiance."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip itself shows the classroom confrontation, the teacher's anger, the student's resistance, and the ironic caption, so the meme's point is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "How does the on-screen text shape the viewer's understanding of the classroom exchange?", "answer": "It frames the student as pretending to be confused and blameless even though the scene shows he is clearly in trouble and resisting the teacher, making the joke about acting innocent when the reason for the confrontation is obvious.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000248", "video_path": "videos_final/vimu_000248.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person in a store or pet-related shop films a large bird cage and then shows a small dog being carried toward the cage. On-screen text says, \"He scared my dog.\"", "intended_meaning": "The joke is a reversal of expected toughness: instead of the dog frightening another animal, the tiny dog appears timid and gets scared by the bird in the cage. The humor comes from the dog's unexpectedly fearful reaction and the owner's matter-of-fact caption.", "evidence": ["Visible caption reads, \"He scared my dog.\"", "Frames show a small dog being held and brought close to a large bird cage.", "The dog appears passive and hesitant while facing the caged bird area.", "The setup contrasts common expectations that dogs are bold or that caged animals would be the ones intimidated."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the visible action and on-screen text alone without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It’s joking that the tiny dog is unexpectedly timid and gets frightened by the bird, flipping the usual expectation that the dog would be the tougher one.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000249", "video_path": "videos_final/vimu_000249.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["mockery", "absurdism", "contrast"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.76, "literal_summary": "A phone camera films a cockroach on a shiny floor near a wooden display. Large on-screen text says, \"Why does bro cry like that?\" The camera then tilts up to show a person in black pants and light-colored shoes standing nearby. The audio includes repeated speech sounding like \"La coraza, la coraza.\"", "intended_meaning": "The clip jokingly treats the cockroach's sound or movement as if it were a person 'crying' in a funny, pathetic way, using the nearby person reveal as a comedic comparison or reaction shot. The humor comes from mockingly anthropomorphizing the insect rather than making a serious point.", "evidence": ["Visible text explicitly frames the scene as a joke: \"Why does bro cry like that?\"", "The main subject at first is a cockroach on the floor, filmed closely and shakily.", "The later upward pan reveals a nearby person's legs/shoes, functioning like a reaction/comparison beat.", "The audio repetition and timing suggest the filmer is reacting to the insect's sound in a playful, amused way rather than documenting something serious."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: an insect is filmed, the caption anthropomorphizes it as 'crying,' and the camera movement creates the punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What role do the on-screen text and the upward camera pan play in making the clip make sense?", "answer": "They frame the cockroach as if it were a person crying, and the upward pan to the nearby person acts as the punchline/reaction beat that makes the anthropomized comparison funny.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000250", "video_path": "videos_final/vimu_000250.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["appearance_or_body_type", "no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A young man in a car shop stands beside the rear of a beige sedan and presses or gestures toward the trunk area while on-screen text reads, \"The design is very human.\"", "intended_meaning": "The meme invites viewers to see the car’s rear shape as resembling human buttocks, with the caption dryly commenting on the car design in a joking, mildly sexualized way.", "evidence": ["The camera is framed tightly on the rear quarter of the sedan, emphasizing the trunk and bumper shape.", "The man places his hands on and near the trunk area as if demonstrating or drawing attention to that shape.", "On-screen text says, \"The design is very human,\" which suggests anthropomorphizing the car body.", "The humor comes from the contrast between a serious-sounding caption and the visually suggestive rear-car shape.", "No explicit insult or attack is stated; the implication is mainly visual and suggestive."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the framing, gestures, and caption together cue an anthropomorphic/sexualized reading of the car’s rear shape without requiring outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the car’s rear design looks like a human backside, with the caption dryly presenting that resemblance as if it were a design feature.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000251", "video_path": "videos_final/vimu_000251.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan", "other"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.8, "literal_summary": "A phone records a screen showing a video-call or webcam window of a young man with a headset. The overlaid caption says \"Small glitch.\" In the clip, the man briefly appears turned away and then suddenly is facing forward, creating a visual jump or odd transition.", "intended_meaning": "The humor comes from presenting an obviously noticeable visual oddity as if it were just a minor technical issue. The caption understates the strange webcam jump, making the moment funny through dry irony.", "evidence": ["Visible on-screen text reads \"Small glitch.\"", "The man in the webcam window appears to switch abruptly from a turned/back-facing position to facing the camera.", "The short duration and focus on the abrupt visual change suggest the clip is built around that single odd moment.", "The audio transcript includes a startled/profane reaction in Russian, which fits a surprising or jarring visual moment."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption frames a conspicuous visual glitch as a trivial one, and no niche outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "How does the caption affect the way the abrupt webcam moment is meant to be understood?", "answer": "It treats the obviously strange visual jump as if it were just a tiny technical hiccup, creating humor through understatement.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 1}}} +{"video_id": "vimu_000252", "video_path": "videos_final/vimu_000252.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "hard", "benign_vs_sensitive": "benign", "implicitness_score": 4, "confidence": 0.39, "literal_summary": "A handheld phone camera points at the tiled floor and red restroom stall partitions while white on-screen text says \"What?\" The camera tilts upward toward the top of the red stall as audio says, \"When there's rain, there's thunder!\"", "intended_meaning": "The clip appears to capture a confusing or surprising remark heard in a restroom, with the filmer's on-screen caption \"What?\" framing it as a baffled reaction. The humor comes from the mismatch between the odd statement and the camera holder's stunned response, rather than from a clear broader social message.", "evidence": ["Visible on-screen text repeatedly says \"What?\" indicating confusion/reaction.", "Frames show a bathroom-like setting with tiled floor and red stall dividers; no other clear action or subject is shown.", "ASR captures the spoken line \"When there's rain, there's thunder!\" which sounds like the triggering remark.", "The short duration and simple camera tilt suggest a spontaneous reaction clip rather than a structured skit."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone as a reaction to an odd statement, but the exact reason the statement is funny or who said it is not fully contained in the clip.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the clip as a whole?", "answer": "It is presenting a spontaneous moment of hearing an oddly phrased remark and reacting with confusion, with the humor coming from that baffled reaction rather than any broader point.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000253", "video_path": "videos_final/vimu_000253.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A short clip filmed from the back seat shows people inside a parked or slow-moving car behind another car in a snowy area. On-screen text says, \"Horn doesn't work, gotta improvise.\" A person in the front reaches toward the passenger side, and someone appears to lean out or call out the window. The audio includes, \"What is this guy doing? What are you doing?\"", "intended_meaning": "The joke is that since the car horn supposedly does not work, the people try a ridiculous low-tech substitute—yelling or otherwise signaling manually at the car ahead. The humor comes from treating a simple car problem with an unnecessarily awkward improvised solution.", "evidence": ["Visible text explicitly sets up the premise: \"Horn doesn't work, gotta improvise.\"", "The camera shows the interior of a car stopped behind another vehicle, matching a situation where a horn would normally be used.", "The people move around toward the side window/front area as if trying to get the other driver's attention without using the horn.", "The spoken line \"What is this guy doing? What are you doing?\" supports confusion and a comic reaction to the improvised behavior.", "The shaky filming and quick movement emphasize the unexpected, silly nature of the workaround."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the full setup and punchline through the visible caption, the car scene, and the characters' behavior; no outside meme context is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of pairing the on-screen text with the passengers' behavior toward the car ahead?", "answer": "It is joking that because the horn does not work, they resort to an awkward manual way of getting the other driver's attention, turning a simple car problem into a ridiculous improvised solution.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000254", "video_path": "videos_final/vimu_000254.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["negative_affect", "none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A handheld phone video shows a dog in a bathroom-like setting near a toilet. On-screen text reads \"My damn dog bruh,\" and the audio says, \"Man, though, I just took a huge shit in there!\" The dog’s face is framed closely and appears to stare back blankly.", "intended_meaning": "The joke treats the dog as if it is reacting with shock, judgment, or disbelief after the speaker says something crude about using the bathroom. The humor comes from pairing gross oversharing with the dog’s deadpan facial expression, making the dog seem like a silent commentator on the speaker’s behavior.", "evidence": ["Visible text says \"My damn dog bruh,\" identifying the dog as the focus of the joke.", "ASR audio contains the line \"Man, though, I just took a huge shit in there!\" which is crude oversharing.", "Frames show the dog very close to the camera with a still, wide-eyed, blank-looking expression.", "The bathroom/toilet setting makes the bathroom-related line visually coherent.", "The comedic effect relies on contrast between the speaker's vulgar statement and the dog's seemingly unamused stare."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip’s joke is understandable from the video alone: the text identifies the dog, the audio provides the crude statement, and the dog’s expression supplies the reaction shot.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the dog seems to be silently reacting with shock or judgment to the speaker's crude bathroom oversharing, as if the dog is an unimpressed commentator on what was just said.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000255", "video_path": "videos_final/vimu_000255.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A short clip at a restaurant or counter shows a masked young male worker standing by a register. On-screen text says \"No debit?\" The camera then tilts down to the card reader/receipt area, where a printed slip or label appears with handwriting that reads like \"No Debit\" and a drawn phallic doodle.", "intended_meaning": "The joke sets up an ordinary payment question (whether debit is accepted) and then reveals a sexualized visual gag on the receipt/reader area. The humor comes from reframing the phrase into a crude penis joke rather than a normal transaction issue.", "evidence": ["Visible caption throughout the clip reads \"No debit?\"", "ASR mentions a card reader acting strange and \"look at this,\" setting up a reveal", "The person at the counter looks toward the device, then the camera pans down to it", "The final frames show a printed strip/label with text resembling \"No Debit\" plus a doodle shaped like male genitalia", "The reveal timing suggests the device output is the punchline"], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup text/audio and the camera reveal provide the main joke within the clip itself; only ordinary knowledge of debit/card readers and crude doodle humor is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video end by showing the device area after first presenting the phrase \"No debit?\"?", "answer": "It uses the ending reveal to reinterpret \"No debit?\" from an ordinary card-payment question into a crude visual penis joke based on the writing/doodle near the reader.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000256", "video_path": "videos_final/vimu_000256.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A handheld clip in a warehouse-like room shows a tall upright cardboard box or packaging piece appearing to move across the floor while on-screen text reads, \"I don't remember prop hunt being this nerve wracking.\"", "intended_meaning": "The video jokingly compares the moving cardboard object to the video game mode 'Prop Hunt,' where players disguise themselves as ordinary objects. The humor comes from the object seeming suspiciously alive, making the viewer feel tense as if they are trying to detect a disguised player.", "evidence": ["Visible on-screen caption explicitly mentions 'prop hunt' and 'nerve wracking.'", "The central object is an ordinary cardboard package-like shape in a storage/warehouse setting filled with boxes and equipment, fitting the idea of a prop blending into the environment.", "Across frames, the cardboard object shifts position and angle, creating the impression that an inanimate object is moving on its own.", "The handheld camera moves closer, reinforcing a cautious, tense-comic reveal."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video itself, but recognizing the joke works better if the viewer knows the common game concept of 'Prop Hunt' where players hide as objects.", "fair_for_benchmark": true}, "qa": {"question": "What familiar scenario or activity is the clip comparing this moment to?", "answer": "It compares the moving cardboard object to a Prop Hunt-style game moment, where a player disguised as an ordinary object is trying to blend in and someone is tensely trying to spot them.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000257", "video_path": "videos_final/vimu_000257.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "deadpan"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person in a cafeteria-like setting appears to remove an earbud from another seated person and holds it up while on-screen text reads, \"Why you doing that?\" The seated person and another person in a purple hoodie react with surprise or annoyance.", "intended_meaning": "The clip jokes about someone doing an annoying, intrusive act for no good reason, with the humor coming from the target's confused reaction and the social awkwardness of the prank.", "evidence": ["On-screen caption repeatedly says, \"Why you doing that?\"", "Frames show a white earbud in one person's ear, then a hand holding a single earbud afterward", "The person in purple opens their mouth and looks shocked toward the seated person, suggesting surprise at the action", "The seated person looks down and then turns with a displeased or confused expression", "The shaky phone recording and timing emphasize a caught-in-the-moment prank/reaction"], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The prank action, the earbud removal, and the confused reaction are understandable from the video and visible caption alone without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of this clip?", "answer": "It jokes about someone doing a pointless, intrusive prank—pulling out another person's earbud just because—and the humor comes from the target's confused, annoyed reaction and the awkwardness of the moment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000258", "video_path": "videos_final/vimu_000258.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "exaggeration"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short clip shows the inside of an old, worn car with a person turning the ignition and then showing a door panel where the window mechanism appears improvised with strings or wire. On-screen text reads, \"That car is running on thoughts and prayers.\"", "intended_meaning": "The joke is that the car is in such poor, makeshift condition that it seems to function only by luck rather than proper mechanical reliability. The phrase \"thoughts and prayers\" is used sarcastically to mock how barely operational and patched-together the vehicle is.", "evidence": ["Visible text explicitly says, \"That car is running on thoughts and prayers.\"", "The car interior appears old and worn, suggesting poor condition.", "The person turns the key in the ignition, framing the car's basic operation as uncertain.", "The camera then highlights a door/window setup using strings or wire as a makeshift mechanism, reinforcing that the car is held together by improvised fixes.", "The humor comes from contrasting a functioning car with visible signs that it should barely work."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone because the text states the premise and the visuals show the car's visibly improvised, unreliable condition.", "fair_for_benchmark": true}, "qa": {"question": "What does the shot of the string-or-wire window setup add to how the caption is meant to land?", "answer": "It shows the car is patched together with makeshift fixes, so the caption means the car seems barely running at all and only staying operational through luck rather than real reliability.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000259", "video_path": "videos_final/vimu_000259.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person lies in bed while someone holds a turtle close to their face. On-screen text says \"Just accept it,\" and the audio repeats, \"It's a turtle. It's a turtle.\" The camera slowly zooms in on the person's face and the turtle.", "intended_meaning": "The joke is a deadpan, absurd depiction of forced acceptance of an obvious reality: the person seems confused or hesitant, while the text and repeated audio insist that the object is simply a turtle. It humorously represents situations where someone is overthinking or resisting something straightforward and is told to just accept it as it is.", "evidence": ["Visible text reads \"Just accept it.\"", "ASR/transcript says \"It's a turtle. It's a turtle.\"", "Frames show a turtle being held very close to the person's face while the person looks puzzled or hesitant.", "The slow zoom and stillness create a deadpan comedic effect rather than a serious message."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the text, repeated spoken line, and visual of the turtle near the person's face all directly convey the meme's point without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What kind of everyday situation is this clip using the turtle scene to stand in for?", "answer": "It represents moments when someone is overthinking or resisting something straightforward, and another person insists they just accept the obvious reality as it is.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000260", "video_path": "videos_final/vimu_000260.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "irony", "deadpan"], "social_value_signals": ["norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person says a supposed life hack about pre-mixing peanut butter and jelly to save time, while pouring runny peanut butter into a jelly jar, shaking it, and putting the messy mixture onto bread. On-screen text reads, \"Why is it so watery?\"", "intended_meaning": "The clip mocks a bad or gross 'life hack' by presenting it in a sincere tone while showing that the peanut butter is oddly runny and the mixed result looks unappetizing. The humor comes from the mismatch between the claimed usefulness and the visibly unpleasant outcome.", "evidence": ["ASR says, \"Actual life hack... pre-mix your peanut butter and jelly and save yourself some time,\" framing the action as advice.", "Visible text says, \"Why is it so watery?\" which signals skepticism and highlights the abnormal texture.", "Frames show peanut butter being poured like a liquid into the jelly jar, then a messy blended substance placed on bread.", "The speaker's closing line, \"Delicious. Let's go to work, baby,\" is delivered as if successful, despite the unappealing visuals, creating irony."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the spoken 'hack,' the visible watery peanut butter, and the gross-looking sandwich directly establish the meme's point without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the sandwich method presented like a helpful tip rather than just shown plainly?", "answer": "It is framed as useful advice to highlight that the method is actually a bad, unappealing shortcut; the sincere presentation makes the messy, watery result the point.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000261", "video_path": "videos_final/vimu_000261.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery"], "social_value_signals": ["negative_affect", "norm_violation"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person films a fast-food drink station area with wrapped white straws in a holder and many unwrapped white straws thrown into a trash opening. On-screen text says, \"OMG. Are u fxckking kidding me.\" The person then uses a red straw to poke through the sealed lid of a drink.", "intended_meaning": "The clip expresses annoyed disbelief at the restaurant's straw setup: customers are expected to unwrap a straw and then throw the wrapper away, but many appear to have thrown away the actual straws instead. The humor comes from showing a wasteful or poorly designed self-service setup and the filmer's frustrated workaround of using a different straw.", "evidence": ["Visible text overlay reads: \"OMG. Are u fxckking kidding me.\"", "Frames show a dispenser full of still-wrapped white straws.", "A nearby metal trash opening contains many loose white straws, suggesting actual straws were discarded there.", "The filmer then picks up a red straw and pierces the sealed drink lid, implying frustration with the available straw situation.", "The joke relies on the visual mismatch between where straws are stored and where many ended up."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable from the visual evidence and on-screen caption alone; no niche meme or outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What idea is this video trying to get across overall?", "answer": "It is pointing out that the drink-station straw setup is confusing or badly designed, so people seem to be throwing away the actual straws, leaving the filmer to improvise with another straw.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000262", "video_path": "videos_final/vimu_000262.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person shows a heavily broken Xbox controller on a carpet while on-screen text says \"Tis but a small scratch.\" The camera then moves to the battery compartment area, where small printed text reading \"Hello from Seattle\" is visible, matching the spoken line about Xbox controllers.", "intended_meaning": "The joke is that the controller is obviously catastrophically damaged, so calling it \"just a small scratch\" is knowingly false. The clip then humorously pivots to a trivial hidden detail (the printed \"Hello from Seattle\" text), creating a deadpan contrast between major destruction and minor trivia.", "evidence": ["The controller in the frames is split open with exposed internal parts, missing sections, and severe visible damage.", "On-screen caption reads \"Tis but a small scratch,\" which contradicts the obvious extent of the damage.", "ASR says: \"Did you know that on Xbox controllers, if you pop this off, it says, Hello from Seattle.\"", "Later frames zoom into the inside/battery area where small printed text \"Hello from Seattle\" is visible.", "The camera timing emphasizes first the destruction, then the close-up reveal of the hidden text, supporting the comedic pivot."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption understates severe damage, and the clip reveals the hidden printed text mentioned in the audio without requiring outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What single idea connects the claim about the controller and the later attention to the tiny printed message?", "answer": "The video jokes that the controller is clearly wrecked, yet it is treated as if the damage is minor, and then it doubles down by shifting attention to an insignificant hidden message, making the contrast between major damage and trivial detail the whole point.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000263", "video_path": "videos_final/vimu_000263.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "contrast", "innuendo"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A toddler in a yard walks up to a very large dog sitting against a brick wall and hugs it. On-screen text says, \"Bro was like: Think Happy Thoughts.\" The dog initially looks stiff and serious, then gradually relaxes and closes its eyes while being hugged.", "intended_meaning": "The caption jokingly imagines the dog internally bracing itself during the toddler's hug, as if trying to stay calm and tolerate the awkward affection. The humor comes from anthropomorphizing the dog's stern expression and then contrasting it with its eventual relaxation.", "evidence": ["Visible text reads: \"Bro was like: Think Happy Thoughts.\"", "The dog is seated rigidly at first with a serious, stoic facial expression.", "The toddler approaches and wraps both arms around the dog.", "Across later frames, the dog lifts its head slightly, then closes its eyes and appears more relaxed while remaining still."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone because the caption directly frames the dog's expression and the visual sequence shows the child hugging the dog while the dog appears to endure and then relax.", "fair_for_benchmark": true}, "qa": {"question": "What does the caption suggest is going through the dog's mind during the hug?", "answer": "It suggests the dog is internally trying to stay calm and patiently endure the toddler's hug at first, then gradually relaxing into it.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000264", "video_path": "videos_final/vimu_000264.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A shaky handheld clip in a living room/bedroom shows a bottle or can standing on a round cookie or cracker on a wooden table, with on-screen text reading \"The design is very human.\" The camera then swings to a seated man in a yellow top who notices it and laughs/reacts. The audio includes a line like, \"Is that on a concert? I thought it was a concert.\"", "intended_meaning": "The joke is that the round snack under the bottle resembles a body part or sexual image, so the object’s placement looks unintentionally suggestive. The caption says the design is \"very human,\" implying the product/design accidentally evokes human anatomy, and the man's laughter reinforces that viewers are expected to notice the suggestive resemblance.", "evidence": ["Visible text says \"The design is very human,\" framing the object as resembling something humanlike.", "The bottle/can is placed directly on a round beige cookie/cracker, creating a visual composition that appears intentionally highlighted by the camera.", "The camera repeatedly focuses on the bottle-on-snack arrangement before cutting to the seated man's reaction.", "The seated man smiles/laughs and leans back, indicating the reveal is meant to be funny or embarrassing rather than purely descriptive.", "No explicit explanation is given, so the humor relies on viewers inferring a sexual/anatomical resemblance from the visual setup."], "evidence_sources": ["frames", "visible_text", "audio_tone", "editing_pattern", "transcript"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the visual arrangement, reaction shot, and caption, but recognizing the joke requires common everyday knowledge of sexual/anatomical visual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is joking that the bottle sitting on the round snack creates an unintentionally suggestive image that resembles human anatomy, so the caption about the design being \"very human\" points to that resemblance and the man's reaction is the payoff.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000265", "video_path": "videos_final/vimu_000265.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A phone camera films a grocery self-checkout scanner/scale while a bunch of bananas is brought into view and placed on it. On-screen caption text reads roughly, \"weigh your BANANAS move your BANANAS,\" matching the audio.", "intended_meaning": "The clip plays on the word \"bananas\" and the command-like phrasing to create a mild sexual double entendre, treating the bananas as a stand-in for genitals and making the instruction sound suggestive. It is mainly a childish/object-based joke rather than a direct attack on a person or group.", "evidence": ["The only visible subject introduced is a bunch of bananas at a checkout scale/scanner.", "On-screen text emphasizes the repeated word \"BANANAS\" in all caps: \"weigh your BANANAS move your BANANAS.\"", "ASR matches the same phrase, suggesting the humor centers on the repeated verbal instruction.", "The camera lingers on the bananas as they are moved into place, which supports the object-focused joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the video alone: the visible bananas, checkout setting, and repeated caption/audio provide the full setup for the suggestive wordplay without needing external meme history.", "fair_for_benchmark": true}, "qa": {"question": "What is the main reason the repeated checkout phrase is being highlighted in this clip?", "answer": "It highlights the phrase because the repeated command about \"bananas\" is meant as a mild double entendre, making an ordinary checkout instruction sound suggestive by using the bananas as a stand-in for genitals.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000266", "video_path": "videos_final/vimu_000266.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "bait_and_switch", "deadpan"], "social_value_signals": ["norm_violation", "anti_mainstream_value"], "target_subjects": ["self", "institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short clip labeled \"Life Hack\" shows a customer at a shop counter placing a card near the card reader and then handing it to the cashier, who appears to swipe or handle it manually. The cashier says polite checkout phrases and states the price is \"$18.99.\"", "intended_meaning": "The joke is that the so-called \"life hack\" is not a real helpful tip but a cheeky way to get the cashier to do the payment step for you after your own attempt at tap payment does not work or instead of using the machine properly. The humor comes from presenting a trivial, mildly improper shortcut as a clever hack.", "evidence": ["Visible on-screen text says \"Life Hack,\" framing the clip as a tip/joke setup.", "The customer places a payment card against the counter/card-reader area rather than completing payment independently.", "The cashier then takes/handles the card while continuing normal checkout dialogue.", "The spoken lines are ordinary transaction phrases: \"Yeah, no, no, just that one... Thank you... It's $18.99,\" which fit a mundane checkout scene.", "The humor relies on contrast between the grand framing of a \"life hack\" and the very ordinary act of making the cashier process the card."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff: the \"Life Hack\" caption plus the visible checkout interaction are enough to understand the joke without external meme history.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video label this checkout moment as a \"life hack\"?", "answer": "It calls it a \"life hack\" as a joke because the supposed tip is just a cheeky shortcut: instead of properly using the card reader, the customer gets the cashier to do that part, treating a minor convenience as if it were a clever trick.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000267", "video_path": "videos_final/vimu_000267.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery", "deadpan"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "At a restaurant table, two young men reach toward each other; one pulls back or redirects, and the camera then pans to another young man eating who seems unaware before noticing something. On-screen text says, \"Bro didn't see that coming.\"", "intended_meaning": "The clip jokes about someone at the table being caught off guard by an unexpected social moment nearby. The humor comes from his delayed realization and mildly awkward, embarrassed reaction, with the caption framing him as oblivious until the last second.", "evidence": ["Visible on-screen caption: \"Bro didn't see that coming.\"", "The camera starts on hands interacting across the table, suggesting a sudden or unexpected moment.", "The edit/pan shifts focus away from the initial action to another diner who is eating and not looking at first.", "That diner then turns and reacts, indicating delayed awareness of what happened.", "The overall setup frames the moment as an awkward surprise at a casual group meal rather than a serious event."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip itself: the caption and camera movement make clear that the humor is about someone being unexpectedly unaware and then reacting.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point the caption and camera shift are drawing attention to in this clip?", "answer": "The clip is highlighting that one person at the table is the joke because he misses an unexpected moment happening right beside him and only realizes it a beat later, making his late reaction the point.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000268", "video_path": "videos_final/vimu_000268.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.65, "literal_summary": "A classroom clip pans across students sitting at blue desks. A phone on one desk appears to be playing Shrek, and large on-screen text says \"Shrek is love.\" The audio transcript contains the phrase \"Non tutta la popolazione.\"", "intended_meaning": "The meme suggests a sexualized joke about the student watching Shrek in class, using the phrase \"Shrek is love\" as an innuendo that they are unusually or obsessively attracted to Shrek. The humor comes from contrasting an ordinary classroom scene with an absurd, suggestive caption.", "evidence": ["Visible on-screen caption reads \"Shrek is love.\"", "A phone on the desk visibly shows a Shrek image/video.", "The camera lingers on the student and then pans around the classroom, implying the person with the phone is the focus of the joke.", "The phrase \"Shrek is love\" carries a suggestive tone rather than a purely literal statement in this context."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but interpreting \"Shrek is love\" as a sexual/obsessive meme-style innuendo requires some common internet-humor familiarity.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video pair the line \"Shrek is love\" with a lingering focus on one student's phone and then the classroom around them?", "answer": "It frames that student as being humorously portrayed as having an unusually intense, romanticized fixation on Shrek, making them the butt of the joke through the mismatch between a normal class scene and the caption.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000269", "video_path": "videos_final/vimu_000269.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A cat is shown on a yellow shelf or platform with on-screen text reading, \"Bro's demeanor changed drastically.\" A hand reaches toward the cat, and afterward the cat stares wide-eyed with its mouth slightly open, creating a dramatic facial expression.", "intended_meaning": "The joke is that the cat's facial expression suddenly changes so strongly that it looks shocked, offended, or emotionally transformed after being touched or approached. The caption humorously treats the cat like a person whose whole attitude changed in an instant.", "evidence": ["Visible on-screen text says, \"Bro's demeanor changed drastically.\"", "The sequence shows a hand reaching toward the cat and then the cat holding a frozen, wide-eyed expression.", "The humor comes from the contrast between the cat's earlier posture and the later exaggerated stare.", "No specific social group or person is mocked; the clip focuses on the animal's funny reaction."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the caption directly frames the cat's sudden expression change, and the visual sequence supplies the punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that the cat's expression changes so dramatically after being approached or touched that it seems like its whole attitude instantly shifted, as if it were reacting like a person.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000270", "video_path": "videos_final/vimu_000270.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A small dog wearing a pink harness walks down a hallway while the camera follows. On-screen text says, \"Who’s trapping my dog like that?!\" The dog seems unable to proceed through a doorway, and the camera then reveals the leash stretched diagonally and caught around the corner of the wall, explaining why the dog appeared stuck.", "intended_meaning": "The joke is a harmless reveal: at first it looks like someone may be restraining or \"trapping\" the dog, but the punchline is that the dog is simply stuck because its leash has wrapped around the corner. The humor comes from the dramatic accusation followed by an ordinary, silly explanation.", "evidence": ["Visible text reads, \"Who’s trapping my dog like that?!\"", "Frames show a small dog moving along the wall toward a doorway and seeming impeded.", "The camera pans into the next room and reveals a taut pink leash running around the corner of the wall.", "The reveal resolves the initial mystery without any real person trapping the dog."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are fully contained in the clip: the text poses a question, the dog appears stuck, and the camera reveal shows the leash caught around the corner.", "fair_for_benchmark": true}, "qa": {"question": "What mistaken impression at the start is clarified by the later reveal?", "answer": "It first makes it seem like the dog is being deliberately held or trapped, then reveals the dog is only stuck because its leash is caught around the corner.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000271", "video_path": "videos_final/vimu_000271.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.88, "literal_summary": "A person reclines in a bedroom and pulls off their white socks while on-screen text reads, \"Gotta let the ol dogs out.\" The audio says, \"Man, I'm fuckin' beat. Ugh.\"", "intended_meaning": "The clip uses the common phrase about feet being \"dogs\" to joke about taking off socks after being tired. The framing and the close-up focus on sock removal also carries a mild foot-related/sexual innuendo, creating a bait-and-switch between an ordinary tired-person action and a suggestive presentation.", "evidence": ["Visible text says, \"Gotta let the ol dogs out,\" a colloquial phrase referring to feet.", "The video centers tightly on socked feet and the act of peeling the socks off.", "Audio transcript says, \"Man, I'm fuckin' beat. Ugh,\" which supports being tired and wanting relief.", "The humor comes from pairing the caption with the visual reveal of feet rather than actual dogs."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption cues that \"dogs\" means feet, and the action is removing socks because the person is tired. No niche external meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "How do the caption, audio, and close-up reveal work together to make the clip make sense?", "answer": "It turns \"let the ol dogs out\" into a joke about tired feet by revealing sock removal, with the tight focus on the feet also giving the moment a mildly suggestive undertone.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000272", "video_path": "videos_final/vimu_000272.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A hand points to an ice cube in a freezer drawer, picks it up, and carries it to place into a green bottle. On-screen text reads \"The chosen one,\" and the audio/transcript says the same phrase in Japanese.", "intended_meaning": "The video humorously treats one ordinary ice cube as specially selected for an important mission, exaggerating a mundane act of choosing ice for a drink into something epic or significant.", "evidence": ["Visible text at the top says \"The chosen one.\"", "The ASR transcript \"選ばれし者よ\" matches the same idea verbally.", "The hand deliberately singles out one ice cube from many and carries it away.", "The joke comes from framing a trivial everyday selection as if it were dramatic or destiny-driven."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the caption and action clearly show one ice cube being singled out in an exaggeratedly important way.", "fair_for_benchmark": true}, "qa": {"question": "Why is this moment presented as if this specific choice matters more than the others?", "answer": "It turns a routine choice of one ice cube into something epic or destiny-like, joking that this ordinary cube has been specially selected for an important role.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000273", "video_path": "videos_final/vimu_000273.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person in a kitchen says they need a beer, walks to a refrigerator/freezer, opens it, and reveals another person apparently curled up inside. On-screen text repeatedly says \"Sup.\"", "intended_meaning": "The joke is the unexpected reveal that 'Connor' is in the fridge/freezer like a casually available item, and the filmer greets him as if this were normal. Humor comes from the absurd, deadpan treatment of a bizarre situation while looking for a beer.", "evidence": ["ASR includes: \"I need a beer. What's up, Connor?\"", "Frames show a handheld walk through a kitchen toward a refrigerator/freezer.", "A hand opens the appliance door.", "Inside, a person is visible curled up in the compartment.", "Visible on-screen text says \"Sup,\" reinforcing the casual greeting.", "The fast reveal and casual tone create a bait-and-switch from expecting a drink to finding a person."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and joke are understandable from the video alone without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What about the reveal changes the meaning of the trip to the fridge?", "answer": "It turns a normal trip to grab a beer into an absurd gag: instead of just finding a drink, the person finds Connor inside the fridge and greets him like this is completely normal.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000274", "video_path": "videos_final/vimu_000274.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A woman drives a golf cart at night and talks about giving a tour of a 17-acre farm. On-screen text says, \"Bro spawned out if nowhere.\" Near the end, a faint human-like figure becomes visible in the dark background behind her.", "intended_meaning": "The joke is that while she is calmly giving a farm tour, a creepy-looking person or figure suddenly appears in the darkness behind her, and the caption humorously describes this abrupt appearance using video-game language ('spawned out of nowhere').", "evidence": ["The ASR describes a calm farm tour during a night golf cart ride.", "The visible text reads, \"Bro spawned out if nowhere,\" framing the unexpected appearance as the punchline.", "Most of the background is dark for several frames, then a faint human-shaped figure becomes visible in the rear background near the end.", "The humor comes from the contrast between the ordinary narration and the sudden eerie figure in the darkness."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and punchline: a normal farm tour at night, plus a visible caption and the sudden appearance of a figure. No external meme history is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What makes the caption fit the moment in this clip?", "answer": "It fits because the clip sets up a calm farm tour, then a figure suddenly becomes visible in the dark behind her, making it seem like someone appeared abruptly out of nowhere, which the caption jokes about with video-game “spawned” language.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000275", "video_path": "videos_final/vimu_000275.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "mockery", "deadpan"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A person with long decorated acrylic nails places their hand out while another person touches or presents it, and the camera then cuts to a young man in a hoodie and beanie reacting. On-screen text reads \"I gah Scoo tomorrow,\" and the audio says, \"That is not funny, I got school! I got school tomorrow!\"", "intended_meaning": "The joke is that the young man is reacting with distressed disbelief to the nails/hand reveal, acting as if the sight of them is upsetting or too much for him, and saying he has school tomorrow exaggerates that he is not prepared to deal with this awkward or shocking moment. The humor comes from overreacting to another person's appearance detail and treating it as embarrassingly funny or alarming.", "evidence": ["The video focuses first on a hand with long acrylic nails, making that the setup of the joke.", "Another hand manipulates or presents the hand, suggesting a reveal moment before the reaction.", "The on-screen caption \"I gah Scoo tomorrow\" and ASR \"That is not funny, I got school! I got school tomorrow!\" frame the response as upset or overwhelmed rather than neutral.", "The final shots show the young man's face with a surprised, wide-eyed expression, supporting a reaction format.", "The humor relies on the mismatch between a minor visual reveal and a dramatic verbal response."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are understandable from the clip alone: a hand/nails reveal followed by an exaggerated verbal and facial reaction. No niche outside context is required to get the basic meme point.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It portrays the hand-and-nails reveal as something the young man finds overwhelmingly awkward or shocking, and his line about having school tomorrow is an exaggerated way of saying he cannot handle this moment.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000276", "video_path": "videos_final/vimu_000276.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A young man outdoors asks how he should check something, while the camera reveals an extremely tall vertical stack of speaker cabinets. On-screen text reads, \"How should I check it?\"", "intended_meaning": "The joke is that the task of 'checking' the speaker stack is impractical because it is absurdly tall, so the person's simple question becomes funny through the visual reveal of an exaggerated situation.", "evidence": ["The on-screen caption says, \"How should I check it?\"", "The man looks upward and walks toward a very tall object, suggesting he is trying to inspect it.", "The camera then tilts/pans to reveal a towering stack of speakers far above normal height.", "Humor comes from the mismatch between the ordinary question and the unreasonable scale of the object."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are fully visible in the clip: the captioned question and the reveal of the absurdly tall speaker tower make the joke understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What changes in how the viewer understands the man's question after the camera reveals the full speaker stack?", "answer": "The reveal shows that what he wants to check is absurdly tall, so his simple question is reinterpreted as funny because the task is clearly impractical.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000277", "video_path": "videos_final/vimu_000277.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "contrast", "deadpan"], "social_value_signals": ["negative_affect", "none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person lies in bed at night, says good night and then says they forgot to get water. The camera moves through a dark room and reveals a creepy seated figure/mannequin high on top of a wardrobe. On-screen text reads, \"That's Frank my sleep paralysis buddy.\"", "intended_meaning": "The joke is that instead of reacting with fear to a terrifying figure in the room, the speaker casually treats it like a familiar nighttime companion. Humor comes from the deadpan normalization of something frightening and the contrast between an ordinary bedtime moment and a horror-like reveal.", "evidence": ["Visible text explicitly labels the creepy figure as 'Frank my sleep paralysis buddy.'", "ASR transcript shows a normal bedtime exchange followed by 'Oh shoot, I forgot to get my water.'", "Frames show a dim bedroom, then a camera pan into darkness, then a sudden reveal of a pale creepy human-like figure on the wardrobe.", "The reveal timing creates a horror setup, while the caption reframes it casually and absurdly."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video includes the setup, reveal, and caption needed to understand the joke without outside meme history; only ordinary knowledge that sleep paralysis is associated with seeing scary figures helps slightly but is not essential.", "fair_for_benchmark": true}, "qa": {"question": "What makes the clip funny after the figure is revealed?", "answer": "It is funny because the video sets up a frightening reveal, then treats the figure as an ordinary familiar bedtime companion, with the deadpan caption making the eerie presence seem normal.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000278", "video_path": "videos_final/vimu_000278.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A captioned clip shows an industrial shredder with rotating blades. A ring-shaped metal object is placed on top, and instead of being quickly shredded, it gets caught and rides across the blades while the on-screen text says, \"First time I've ever seen it fail.\"", "intended_meaning": "The humor comes from an unexpected reversal: a machine that normally destroys objects appears unable to handle this particular ring-shaped piece, so the clip frames the shredder as 'failing' for once. The joke is mainly the surprise of the object resisting the machine longer than expected.", "evidence": ["Visible on-screen text reads: \"First time I've ever seen it fail.\"", "Frames show a heavy-duty shredder with rotating interlocking blades.", "The metal ring-shaped object does not immediately get destroyed; it stays intact and moves awkwardly across the blades.", "The caption sets up the expectation that the machine usually succeeds, making this instance notable and humorous."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's point is understandable from the video alone: the text explicitly says the machine is failing, and the visuals show an object resisting the shredder in an unusual way.", "fair_for_benchmark": true}, "qa": {"question": "Why is the caption phrased as if this outcome is noteworthy rather than routine?", "answer": "Because the clip presents the shredder as something that normally destroys anything placed in it, and this ring unusually resists it long enough to make the machine seem to 'fail' for once.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000279", "video_path": "videos_final/vimu_000279.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A short clip shows hands peeling and opening a mandarin/orange that appears to have an unusual internal structure, while on-screen text reads, \"The math ain't mathing with this one.\"", "intended_meaning": "The joke is that the fruit's internal sections look unexpectedly arranged or numerically inconsistent, so the caption humorously frames it as something that defies normal logic or counting.", "evidence": ["Visible text says, \"The math ain't mathing with this one,\" directly signaling confusion about the fruit's structure.", "The hands rotate and open the peeled mandarin to display an unusual cross-section and segment arrangement.", "The humor comes from the mismatch between an ordinary orange and its strange internal appearance, presented without explanation.", "No person or social group is being criticized; the target is just the odd-looking fruit."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the caption states confusion and the visuals show the unusual fruit interior that motivates the joke.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of pairing the caption with this fruit reveal?", "answer": "It jokes that the orange’s inside is arranged in a way that seems to defy the usual logic of how its sections should count or line up.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000280", "video_path": "videos_final/vimu_000280.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["negative_affect", "other"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.85, "literal_summary": "A handheld clip shows people around a kitchen counter with a tub of orange dip and tortilla chips. On-screen text reads \"I feel uncontrollable rage.\" A person tries to dip a chip into the dip, while another hand/chip interferes or takes the spot, creating a small frustrating moment.", "intended_meaning": "The meme humorously dramatizes a petty, everyday annoyance as intense anger. The caption overstates the emotional reaction to a trivial interruption involving shared food, making the joke the mismatch between the small inconvenience and the extreme phrasing.", "evidence": ["Visible on-screen text says \"I feel uncontrollable rage.\"", "Frames show a tub of dip and chips on a counter with multiple hands reaching in at once.", "The action appears to involve one person trying to dip a chip while another chip/hand gets in the way, suggesting a minor frustrating interruption.", "The humor relies on the contrast between the ordinary snack situation and the extreme wording of the caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a minor snack-related annoyance is paired with an exaggerated caption about rage.", "fair_for_benchmark": true}, "qa": {"question": "What does this clip suggest about the situation and the reaction shown?", "answer": "It presents a tiny everyday snack interruption as feeling wildly bigger in the moment, joking about an overblown reaction to a trivial annoyance.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000281", "video_path": "videos_final/vimu_000281.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["sexuality_related_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.75, "literal_summary": "A person films a frying pan on a stovetop while cooking and flipping an omelet. On-screen text reads \"You're a what?\" and the audio/transcript says, \"I'm scared. I'm a lesbian.\"", "intended_meaning": "The joke appears to hinge on a sexualized double meaning: the speaker says she is a lesbian, and the camera focuses on tossing/flipping food in a pan as if that action is being used as a suggestive visual response to the confession. The humor comes from pairing the coming-out line with cooking imagery to imply a sexual or stereotyped association rather than responding literally.", "evidence": ["ASR/transcript includes \"I'm scared. I'm a lesbian.\"", "Visible subtitle text across frames says \"You're a what?\"", "The entire clip visually centers on repeatedly moving and flipping an omelet in a pan", "There is no literal interaction shown with another person; the meaning depends on the juxtaposition between the sexuality line and the cooking motion"], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video provides the key ingredients itself (lesbian disclosure + pan/omelet flipping), but understanding why this pairing is meant as a joke requires some everyday inference about sexual innuendo/stereotyped association rather than purely literal viewing.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It pairs the line about being a lesbian with the repeated pan-flipping shot to create a suggestive joke, using the cooking motion as a visual double meaning rather than a literal response.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000282", "video_path": "videos_final/vimu_000282.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "At night on a residential street, a young man in a beanie and sunglasses says lines like \"Nothing can stop us\" and starts walking, then ends up facing a large stop sign. White on-screen text reads, \"Dang it. Foiled Again.\"", "intended_meaning": "The joke is that he acts confident and unstoppable, but is immediately and literally stopped by a stop sign. The humor comes from an anticlimactic visual contradiction between bold talk and a mundane obstacle.", "evidence": ["ASR includes confident dialogue: \"Nothing can stop us\" and \"Go this way.\"", "Frames show the man moving toward an intersection and then stopping in front of a clearly visible STOP sign.", "On-screen caption says \"Dang it. Foiled Again,\" reinforcing that the sign is treated as defeating his plan.", "Timing creates the gag: boast first, then immediate reveal of the stop sign."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, punchline, and caption are all visible in the clip itself; no outside meme history is needed to understand the irony.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the clip?", "answer": "It jokes that his big, unstoppable confidence is instantly undercut when a completely ordinary stop sign literally stops him.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000283", "video_path": "videos_final/vimu_000283.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "parody"], "social_value_signals": ["anti_mainstream_value", "norm_violation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A handheld video in a movie theater shows several young men sitting in different seats while on-screen text reads, \"Sharing Netflix passwords be like:\" One person says, \"Oh shoot, I forgot. I have to film this entire thing. Yeah, just send it to me afterwards. I'll get it,\" and the camera pans to others, including one person shushing and another seated separately behind rows.", "intended_meaning": "The meme jokes that sharing a Netflix password is like coordinating a secret, improvised piracy operation in a theater: instead of simply sharing access, the group acts as if one person must record the movie and distribute it to others. It humorously exaggerates password sharing as illicit content sharing among friends.", "evidence": ["Visible text explicitly sets up the analogy: \"Sharing Netflix passwords be like:\"", "The setting appears to be a movie theater with rows of seats, a large screen, dim lighting, and popcorn.", "The spoken line about having to \"film this entire thing\" and \"send it to me afterwards\" frames the action as recording and redistributing a movie.", "One person gestures for silence with a finger to his lips, reinforcing the sneaky/secretive tone.", "The camera reveals multiple friends spread around the theater, supporting the idea of a coordinated group bit rather than a literal tutorial."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the on-screen caption, theater visuals, and dialogue alone; only common everyday knowledge about Netflix password sharing and movie piracy is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that sharing a Netflix password is basically being treated like a makeshift movie-copying scheme among friends, with everyone acting as if they need one person to record the film and pass it around.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000284", "video_path": "videos_final/vimu_000284.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "parody"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films their hand pushing a small red toy car across a windowsill and then onto a restaurant table during a meal. On-screen text says, \"It was my First Date.\"", "intended_meaning": "The video jokingly portrays the creator as so awkward, immature, or out of place on a first date that they behaved like a child by playing with a toy car at the table. The humor is self-deprecating embarrassment about poor first-date behavior.", "evidence": ["Visible text reads \"It was my First Date,\" framing the action as occurring during a date.", "The hand is deliberately driving a small red toy car rather than interacting normally with the dining setting.", "Later frames reveal a restaurant table with sauce, phones, napkins, and another person's arm, confirming a date/meal context.", "Using a toy car in that setting creates the joke through mismatch between expected adult date behavior and childish play."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the text labels it as a first date and the visuals show someone playing with a toy car at the table, implying awkward childish behavior.", "fair_for_benchmark": true}, "qa": {"question": "What does the person's behavior at the meal suggest about how they came across on that first date?", "answer": "It suggests they came across as awkward, immature, and out of place on the first date, joking that they behaved more like a child playing than like someone on an adult date.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000285", "video_path": "videos_final/vimu_000285.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A bathroom toilet tank is shown with the on-screen caption \"Compliance at its finest.\" Printed on the lid is the instruction \"PLEASE HOLD WHILE FLUSHING,\" and a person places their hand on the lid and then lifts/holds the tank lid while flushing.", "intended_meaning": "The joke is that the person follows the written instruction in an overly literal way: instead of holding down a flush handle, they physically hold the toilet tank lid while flushing. The humor comes from deadpan compliance with an ambiguous or poorly worded instruction.", "evidence": ["Visible caption says \"Compliance at its finest.\"", "Printed text on the toilet lid reads \"PLEASE HOLD WHILE FLUSHING.\"", "A hand presses on the lid text area and then lifts/holds the tank lid during the action, showing literal obedience to the wording.", "The clip focuses tightly on the sign and the action, with no other narrative needed."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, the ambiguous instruction, and the literal action are all visible in the clip itself, so the meme's point is understandable without external context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of showing the person respond to the written instruction this way?", "answer": "It shows someone taking an ambiguous instruction overly literally, treating \"please hold while flushing\" as meaning to physically hold the toilet lid, so the point is deadpan compliance with poorly worded directions.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000286", "video_path": "videos_final/vimu_000286.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.79, "literal_summary": "The video first shows a boxing or arcade machine display with red numbers, including 700 and 844, while on-screen text/audio says \"Jeff Bezos?!!\". It then pans to an arcade air hockey table where a bald man is playing, implying the speaker is reacting to his appearance.", "intended_meaning": "The joke is that the bald man at the arcade resembles Jeff Bezos, and the earlier display of large numbers may also be framed suggestively to imply he is exceptionally dominant or well-endowed. The meme relies on a surprise reveal from scoreboard-like numbers to the bald man, turning \"Jeff Bezos?!!\" into a teasing comparison.", "evidence": ["On-screen caption and ASR both indicate the phrase \"Jeff Bezos?!!\".", "Early frames focus on a machine with large red numbers 700 and 844, creating anticipation before the reveal.", "Later frames pan to a bald man playing air hockey, providing the apparent target of the comparison.", "The editing uses a delayed reveal from numbers/machine to person, suggesting a joke setup rather than straightforward documentation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone, but recognizing why \"Jeff Bezos\" is funny requires common knowledge that Jeff Bezos is famously bald and recognizable by appearance.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the bald man at the arcade looks like Jeff Bezos, with the earlier focus on big numbers used as a setup that also hints at exaggerated dominance or size before the reveal.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000287", "video_path": "videos_final/vimu_000287.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person films through the narrow gap between two glass doors in an indoor hallway while on-screen text says \"Wait for it:\". The camera looks down a corridor, pauses, and then a dark edited figure with glowing eyes suddenly appears from the side at the end of the hall like a jump scare.", "intended_meaning": "The clip sets up suspense as if something noteworthy will eventually happen, then delivers a sudden spooky jump scare for surprise and humor. The meme point is the tension-and-payoff prank rather than any social commentary.", "evidence": ["Visible on-screen text repeatedly says \"Wait for it:\", creating anticipation.", "The camera intentionally peers through a very narrow door gap toward a distant hallway, prolonging suspense.", "Nothing happens for several seconds, increasing expectation.", "A clearly uncanny dark humanoid figure with glowing eyes abruptly enters the frame at the end, functioning as the payoff/jump scare."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, suspense cue, and jump-scare payoff are all understandable directly from the video without outside context or meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is a suspense-based fake-out meant to make viewers wait through a tense setup and then get hit with a sudden spooky jump scare as the joke/payoff, rather than making any broader point.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000288", "video_path": "videos_final/vimu_000288.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A POV shot from inside or just behind a red vehicle hood shows many spiders or spider-like creatures and debris crawling or clinging across the hood and windshield area in a muddy outdoor setting. On-screen text reads, \"What am I even supposed to do in this situation.\"", "intended_meaning": "The humor comes from presenting an overwhelming, gross, panic-inducing situation and pairing it with a calm, resigned caption. The meme expresses feeling helpless when faced with a problem so unpleasant or absurd that there seems to be no reasonable response.", "evidence": ["The visible text explicitly frames the scene as a helpless dilemma: \"What am I even supposed to do in this situation.\"", "Frames show a large number of small spiders or spider-like creatures clustered across the red hood and near the windshield, making the situation seem overwhelming.", "The shot is mundane and unedited aside from the caption, which supports a deadpan reaction-style joke rather than a narrative plot.", "The outdoor muddy setting and close POV increase the sense that the person is stuck right next to the infestation/problem."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a visibly unpleasant swarm-like situation plus a caption expressing helplessness.", "fair_for_benchmark": true}, "qa": {"question": "How does the caption shape the viewer’s interpretation of the clip as a whole?", "answer": "It frames the clip as a relatable moment of helpless resignation: the swarm-like mess is so overwhelming and unpleasant that the speaker feels there is no clear or reasonable response.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000289", "video_path": "videos_final/vimu_000289.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person records a bathroom while saying they just need to wash their hands, with on-screen text reading \"Wait for it:\". The camera shows a toilet and then a sink area; the reveal is that the sink is mounted unusually low, and the person appears in the mirror above it.", "intended_meaning": "The joke is a delayed reveal of a strangely designed bathroom sink placed far lower than expected. The humor comes from setting up anticipation and then showing an absurd, impractical fixture instead of anything dramatic.", "evidence": ["Visible on-screen text repeatedly says \"Wait for it:\", signaling a setup for a reveal.", "ASR/transcript says, \"All right, just gotta wash my hands and uh, what the?\" indicating surprise at what is seen.", "Frames first show an ordinary bathroom area, then pan to a sink basin that is mounted very low relative to the mirror and faucet.", "The final mirror view shows the recorder standing much higher than the sink, confirming the sink's unusual placement.", "No person or group is mocked directly; the humor is aimed at the odd bathroom design."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke and reveal are understandable from the video alone: the text, camera pan, and surprised reaction make clear that the sink's odd placement is the punchline.", "fair_for_benchmark": true}, "qa": {"question": "What is the main payoff of the clip's setup?", "answer": "The buildup leads to the reveal that the bathroom sink is mounted absurdly low, and the humor comes from that impractical, unexpected design.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000290", "video_path": "videos_final/vimu_000290.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A handheld camera moves across a room toward a small wooden stool or side table with a mug on top. On-screen text reads \"Very Sturdy.\" A hand picks up the mug while the tabletop visibly bends or flexes, making the furniture look unstable.", "intended_meaning": "The joke is that the caption claims the table is very sturdy while the video immediately shows the opposite: it visibly warps and seems flimsy. The humor comes from understated contradiction between the text and what is shown.", "evidence": ["Visible on-screen text says \"Very Sturdy.\"", "The furniture top appears bent/warped rather than flat.", "When the hand reaches for the mug and moves it, the tabletop flexes noticeably, suggesting instability.", "No person or group is being mocked; the clip focuses on the object and the ironic caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme point is fully understandable from the video alone because the caption and the visual contradiction directly provide the joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video pair the caption \"Very Sturdy\" with this particular shot and action?", "answer": "It sets up a claim that the shot immediately disproves: the table flexes when the mug is handled, making the point that it is clearly not sturdy.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000291", "video_path": "videos_final/vimu_000291.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A person films a kitchen counter with a triangular piece of toasted bread on a napkin while on-screen text says \"One of the homies.\" The camera then pans to a black dog sitting on the floor, and the person extends a fist; the dog lifts its paw to touch the fist.", "intended_meaning": "The toast is being framed as resembling a sexual object or act, and the dog giving a fist bump is edited as if a male friend is silently acknowledging or approving the crude joke. The humor comes from treating the dog like \"one of the homies\" who understands the sexual innuendo.", "evidence": ["On-screen text repeatedly labels the upcoming reveal as \"One of the homies.\"", "The opening shot lingers on a triangular browned piece of bread on a napkin, while the speaker reacts with surprise/confusion: \"who left the baguette on the counter\" and \"Oh shit, what's going on?\"", "The camera then quickly pans away from the bread to a black dog, creating a reveal structure.", "The person offers a fist bump and the dog places its paw on the fist, which reads as a gesture of agreement/recognition.", "The meme's joke depends on seeing the bread as suggestively shaped rather than as ordinary food, then contrasting that with the dog being anthropomorphized as a friend who 'gets it.'"], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The sequence and text make the joke structure understandable from the video alone, but interpreting why the bread is funny requires common knowledge of sexual visual innuendo and the social meaning of a fist bump as approval.", "fair_for_benchmark": true}, "qa": {"question": "What connection between the opening shot and the dog's fist-bump gesture makes the sequence make sense as a meme?", "answer": "The bread is meant to look suggestive, and the dog is edited like a male friend who recognizes the joke and gives silent approval with the fist bump.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000292", "video_path": "videos_final/vimu_000292.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.77, "literal_summary": "A handheld phone video slowly moves past an outdoor electrical box near a building. The box has an \"ON / OFF\" label and a red handle, and on-screen text says \"Tempting...\" while a voice says, \"You ever just wanna... You just wanna do it?\"", "intended_meaning": "The video frames the visible switch as something the filmer feels tempted to flip, with the joke coming from leaving the urge implied rather than stated directly. Because the text and audio linger on \"tempting\" and \"just wanna do it,\" the clip can also carry a mild sexual double-entendre layered onto the simple urge to mess with the switch.", "evidence": ["On-screen text explicitly reads \"Tempting...\" over the electrical box.", "The camera centers and moves closer to the box's \"ON / OFF\" label and red handle, making the switch the focal object.", "The spoken audio repeats \"You ever just wanna...\" and \"You just wanna do it?\" which suggests an urge being contemplated rather than explained.", "No explicit explanatory context is given; the humor relies on the obvious presence of a switch that could be flipped and the suggestive phrasing."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The basic meme point is understandable from the clip alone: the person is tempted to flip the clearly shown switch, and the suggestive wording creates the joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is joking about the filmer feeling a strong urge to flip the clearly visible on/off switch, with the pause and phrasing leaving the impulse implied and adding a mild double meaning.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000293", "video_path": "videos_final/vimu_000293.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "mockery"], "social_value_signals": ["sexual_implication", "discrimination_or_prejudice", "humiliation"], "target_subjects": ["religious_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "The video shows a red cutting tool closing around the top of an aluminum can while on-screen text says \"Verified Kosher.\" It then cuts to a bearded man indoors saying, according to the audio, \"Yeah, no, Rabbi, I was just wondering if you could take, like, a little bit off the top. What the hell is that?\" and reacting with surprise as the camera zooms in on his face with a red tint.", "intended_meaning": "The meme makes a joke by linking the phrase \"take a little bit off the top\" to circumcision and then applying that association to \"kosher\"/a rabbi, implying Jewish ritual practice in a crude sexualized way. The humor comes from surprise and taboo innuendo, but it also mockingly targets Jewish religious identity/practice.", "evidence": ["Visible text throughout reads \"Verified Kosher,\" directly invoking Jewish dietary/religious certification.", "The first clip focuses on a cutting/trimming action on the top of an object, visually matching the phrase \"take a little bit off the top.\"", "The audio explicitly says \"Rabbi\" and \"take, like, a little bit off the top,\" which steers the trimming visual toward a circumcision joke.", "The follow-up line \"What the hell is that?\" and exaggerated reaction/zoom emphasize shock at the revealed object and punchline.", "The edit combines unrelated clips for a sexual/religious double meaning rather than a literal explanation of kosher certification."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is mostly recoverable from the video's own text, visuals, and dialogue, but understanding why \"Rabbi\" plus \"off the top\" is funny requires common cultural knowledge about Jewish circumcision practices.", "fair_for_benchmark": true}, "qa": {"question": "What connection is the edit trying to make between the cutting clip, the \"Verified Kosher\" text, and the mention of a rabbi?", "answer": "It links \"take a little off the top\" to circumcision and uses the kosher/rabbi cues to turn that into a crude joke about Jewish ritual practice.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000294", "video_path": "videos_final/vimu_000294.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "bait_and_switch"], "social_value_signals": ["norm_violation", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "The video shows white powder being poured into a drink under the on-screen text \"Harmless Prank.\" It then cuts to a young man at a restaurant taking a sip through a straw and reacting strongly with surprise or discomfort.", "intended_meaning": "The joke is that the prank is labeled as harmless, but the victim's exaggerated reaction suggests the added substance made the drink unpleasant or caused a surprising effect. The humor comes from the mismatch between the reassuring caption and the disruptive result for the person drinking it.", "evidence": ["Visible text at the top says \"Harmless Prank.\"", "Frames show a white powder being poured into a cup before someone drinks from it.", "The clip cuts to a man sipping the drink, then recoiling and opening his mouth in a strong reaction.", "The editing creates a cause-and-effect setup from tampering with the drink to the victim's response."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The prank setup, caption, and victim reaction are all shown directly in the video, so the meme's point is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "How does the opening text shape the way the later reaction is meant to be understood?", "answer": "It frames the reaction as the payoff to a prank: the drink was presented as a \"harmless\" setup, but the person’s strong response shows it was unpleasant or more disruptive than the label suggests.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000295", "video_path": "videos_final/vimu_000295.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A man in a gym uses resistance bands in an unusual-looking chest fly motion while the on-screen caption reads, \"What is bro training for?\" The audio says, \"What's up, Foo?\"", "intended_meaning": "The joke mocks the man's workout by implying the movement looks sexually suggestive or like practice for a non-gym activity rather than serious training.", "evidence": ["Visible text says, \"What is bro training for?\" which frames the clip as ridicule of the exercise.", "The man's resistance-band motion is exaggerated and spread-arm/close-arm in a way presented as unusual rather than standard.", "The humor relies on contrast between a gym setting and an implied alternative purpose for the movement.", "The clip focuses on his body motion and expression, inviting viewers to laugh at him."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption and the visible workout motion provide the meme's joke without requiring outside context or niche meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation of his movement does the caption invite viewers to make?", "answer": "It frames his workout motion as resembling practice for a sexually suggestive non-gym activity rather than serious exercise.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000296", "video_path": "videos_final/vimu_000296.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "exaggeration"], "social_value_signals": ["sexual_implication", "negative_affect"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.9, "literal_summary": "A person at a McDonald's table films a box of Chicken McNuggets and reacts with surprise. On-screen text says, \"Yo the chicken looks sus.\" When the box is opened, one nugget has an unusual curved shape that looks suggestive, prompting shocked laughter/profanity.", "intended_meaning": "The joke is that one chicken nugget is oddly shaped in a way that resembles male genitalia, so the caption calls it \"sus\" and the filmer reacts as if the food looks sexually suggestive or weird.", "evidence": ["Visible text reads \"Yo the chicken looks sus.\"", "The video shows McDonald's packaging, sauces, and a nugget box being opened.", "One nugget is singled out and lifted up because its curved shape with a rounded protrusion looks suggestive rather than normal.", "ASR includes surprised profanity: \"What the fuck?\" indicating a shocked/comedic reaction to the shape.", "Humor comes from contrast between ordinary fast food and a nugget with an unexpectedly suggestive appearance."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption, the revealed nugget shape, and the surprised reaction all directly support the intended meaning without needing outside context beyond common understanding of \"sus\" and visual resemblance.", "fair_for_benchmark": true}, "qa": {"question": "What specific detail is the video using to make the reveal of the nugget seem surprising or funny?", "answer": "The humor comes from one nugget being shaped in a way that resembles male genitalia, so the reveal is treated as unexpectedly suggestive rather than just unusual food.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000297", "video_path": "videos_final/vimu_000297.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["role_reversal", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A man in a convenience store holds a seagull and looks at packaged snacks on a shelf. On-screen captions read along the lines of \"What would you like to eat,\" \"You want that?\" and \"How bout that?\" while he presents different items to the bird.", "intended_meaning": "The humor comes from treating the seagull like a child or companion being asked to choose a snack in a store. The clip anthropomorphizes the bird and plays the situation straight, making the unusual errand-like interaction funny.", "evidence": ["The man is physically carrying a seagull while shopping in a snack aisle.", "He repeatedly points to or picks up snack items from the shelf as if offering choices.", "Visible text frames the interaction as a conversation: \"What would you like to eat,\" \"You want that?\" and \"How bout that?\"", "The ASR contains \"Go,\" consistent with brief spoken prompting, and the overall setup appears casual rather than dramatic.", "The humor relies on the mismatch between normal shopping behavior and bringing a bird into that role."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a man appears to shop for a seagull and talks to it like it is choosing snacks. No niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "Why is this interaction framed like an ordinary shopping decision?", "answer": "It treats the seagull like a child or companion picking a snack, and the humor comes from presenting that absurd bird-in-a-store situation as a completely normal shopping moment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000298", "video_path": "videos_final/vimu_000298.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "innuendo"], "social_value_signals": ["sexual_implication", "negative_affect"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.77, "literal_summary": "A person records a round wall thermostat and turns the temperature up from the 70s to around 90 while on-screen text reads \"Don't yell at me.\" The audio says, \"You gonna burn, huh? You gonna burn.\"", "intended_meaning": "The joke implies someone is making the room extremely hot, framed as a playful but suggestive setup for intimacy or another situation where heat is desired, while defensively saying \"Don't yell at me\" as if anticipating blame or complaint.", "evidence": ["On-screen text explicitly says \"Don't yell at me,\" signaling the actor expects criticism for what they are doing.", "The visible action is repeatedly increasing the thermostat from about 74 to 90, which is excessive and unnecessary for normal comfort.", "The audio phrase \"You gonna burn, huh? You gonna burn\" personifies the thermostat/heat and emphasizes the extreme temperature.", "The humor comes from the mismatch between the mild defensive caption and the clearly over-the-top act of cranking the heat."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone, but interpreting the likely suggestive implication relies on common social knowledge about why someone might intentionally overheat a room.", "fair_for_benchmark": true}, "qa": {"question": "Why is this video framed around turning the thermostat up so extremely?", "answer": "It frames the overheating as a deliberate setup for a playful private moment, likely in a relationship context, while joking that the person expects to be scolded for making it absurdly hot.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000299", "video_path": "videos_final/vimu_000299.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A short clip in a kitchen/living area shows a red balloon-like punching bag or suction-cup object on a counter, with on-screen text reading \"How?\". The camera then swings to reveal a similar red object stuck high near the ceiling on top of a wall/column, prompting surprise; the audio says, \"What the...\"", "intended_meaning": "The meme highlights an unexpectedly impossible-looking result and invites the viewer to share the filmer's confusion about how the object ended up stuck near the ceiling. The humor comes from the reveal and the contrast between an ordinary object placement and a bizarre final position.", "evidence": ["Visible text at the top says \"How?\" throughout, framing the clip as confusion about an event.", "Initial frames show the red object on a normal surface at counter height.", "Later frames reveal a matching red object attached near the ceiling on top of a tall wall section next to a large clock.", "ASR captures \"What the...,\" which supports a surprised reaction.", "The quick camera pan/reveal timing makes the ceiling placement the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the text, the surprising reveal, and the audible reaction all directly communicate confusion at the object's improbable location without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the reveal in this clip?", "answer": "The reveal is meant to highlight the absurd, seemingly impossible way the object ended up stuck near the ceiling, making the humor come from shared confusion and surprise.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000300", "video_path": "videos_final/vimu_000300.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.95, "literal_summary": "A person at a restaurant table repeatedly stirs and lifts noodles in a bowl of soup while the on-screen caption says, \"How is this soup not splashing,\" and the audio asks what type of soup does not splash.", "intended_meaning": "The humor comes from noticing that the soup appears unusually thick or gelatinous, so even when it is stirred and lifted, it does not splash like normal soup. It is a simple observational joke about the food's odd consistency.", "evidence": ["Visible caption reads, \"How is this soup not splashing.\"", "ASR audio says, \"Bro, what type of soup you know don't splash?\"", "Frames show a hand stirring and lifting the soup/noodles, with the liquid stretching and moving thickly rather than splashing outward.", "No person or social group is being mocked; the focus is the soup's abnormal texture."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the viewer can see the thick soup behavior and hear/read the question about why it does not splash.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making a simple joke that the soup is so thick or gelatinous that it behaves unlike normal soup and does not splash when stirred or lifted.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000301", "video_path": "videos_final/vimu_000301.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A phone camera films a wooden TV stand with one cabinet door open; the door slowly swings shut on its own. On-screen text reads, \"I guess he liked it.\"", "intended_meaning": "The clip uses the cabinet door closing by itself as a visual joke implying a male viewer became sexually aroused or pleased by what he saw, with the caption framing the movement as evidence that \"he liked it.\"", "evidence": ["Visible text says \"I guess he liked it,\" which attributes preference or pleasure to a male subject.", "The only notable action is the door moving shut on its own, inviting the viewer to read the motion as a suggestive reaction rather than a practical event.", "The humor depends on pairing a mundane object movement with a human male reaction phrase, creating sexual innuendo.", "No explicit person is shown as the target of the remark; the male subject is implied by the caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone because the on-screen caption supplies the implied reaction and the object movement provides the punchline; no niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the video treats the cabinet door closing on its own as support for the caption's comment?", "answer": "It frames the door's movement as a joking stand-in for an implied male physical reaction, suggesting a man was turned on or pleased by what he saw.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000302", "video_path": "videos_final/vimu_000302.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "irony"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short clip with the on-screen text \"Honest Mistake\" shows a cup containing a dark liquid inside a microwave. A person removes the cup and then appears to close the microwave door while still holding the cup, as if mistakenly treating the cup like part of the microwave setup.", "intended_meaning": "The humor comes from showing a small, absent-minded blunder and labeling it as an \"honest mistake\" in a deadpan way. The clip invites viewers to laugh at a relatable brain-fart moment where someone briefly acts without thinking.", "evidence": ["Visible text at the top reads \"Honest Mistake.\"", "The cup is first shown inside the microwave on the glass tray.", "A hand removes the cup from the microwave.", "Immediately after, the person moves to shut the microwave door while still holding the cup near the door, creating the impression of a clumsy, thoughtless mistake.", "The short timing and plain caption frame the moment as a simple joke rather than a serious event."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption and the visible sequence clearly present a minor absent-minded mistake without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What does the clip suggest about the person's state of mind in that moment?", "answer": "It suggests the person has a brief absent-minded autopilot moment and makes a small, relatable brain-fart mistake.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000303", "video_path": "videos_final/vimu_000303.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person films a rainy view through a window over a street and apartment buildings while saying they are trying to catch lightning. The sky suddenly becomes very bright, and on-screen text reads, \"That was bright asf 💀.\"", "intended_meaning": "The clip humorously captures an unexpectedly intense lightning flash during a storm, emphasizing the filmer's surprise at how bright it was after they said they were trying to catch lightning.", "evidence": ["ASR says the speaker is annoyed by rain on the window and is trying to catch some lightning.", "Frames show a rainy outdoor scene viewed through a window, with the sky brightening abruptly.", "Visible on-screen text says, \"That was bright asf 💀,\" which frames the event as surprisingly intense and funny.", "The humor comes from the contrast between casually waiting for lightning and then getting an unusually bright flash."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is fully understandable from the video itself: the speaker waits to capture lightning, the sky flashes brightly, and the caption expresses surprise.", "fair_for_benchmark": true}, "qa": {"question": "What idea is this video trying to get across?", "answer": "It is humorously showing that the filmer tried to capture lightning and ended up catching an unexpectedly powerful, extremely bright flash that surprised them.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000304", "video_path": "videos_final/vimu_000304.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "parody"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip inside a car shows hands arranging McDonald's sauce packet lids while on-screen text says \"My Favorite Flavor.\" First two green lids read \"HU\" and \"ec,\" then more lids are added so the letters across the lids read like \"HU H ec sz.\"", "intended_meaning": "The joke is a sexual pun: the person presents sauce packets as if naming a favorite flavor, but arranges the visible letters to resemble the phrase \"huge c*cks,\" turning an innocent food-flavor setup into crude sexual humor.", "evidence": ["On-screen caption explicitly frames the setup as \"My Favorite Flavor.\"", "The hands deliberately position multiple sauce lids so only large partial letters are visible, indicating the letters themselves are the punchline.", "The final arrangement spells out an approximate phrase resembling \"huge cocks\"/\"huge c*cks\" using \"HU,\" \"ec,\" and \"sz\" across the packet lids.", "The humor depends on misdirection from expected condiment flavor talk to a sexual reading."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup text and the deliberate letter arrangement in the video itself are enough to infer the wordplay without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the packet arrangement meant to communicate, beyond naming a condiment flavor?", "answer": "It’s a wordplay joke where the sauce packet letters are arranged to resemble the phrase \"huge cocks,\" so the supposed \"favorite flavor\" setup is really a crude sexual pun.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000305", "video_path": "videos_final/vimu_000305.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan"], "social_value_signals": ["negative_affect", "norm_violation"], "target_subjects": ["individual_other", "class_or_occupation"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person films a wall vent, opens it, and shows a bundle of cash hidden inside while a voice says that if workers are coming through and you do not want them to steal your stuff, you should remove the vent and put the money there. The on-screen text reads \"Uh Oh.\"", "intended_meaning": "The clip humorously reveals a supposedly secret hiding place for cash right after presenting it as advice, creating the sense that the hiding spot is now exposed and no longer safe. The joke is that the tip defeats itself by publicly showing where valuables are hidden, with a mild implication of distrust toward workers who enter the home.", "evidence": ["ASR states: \"You have workers coming through and you don't want them to steal your stuff? Just take off the air vent, and you just put the money, like, right there.\"", "Frames show a hand placing or touching a roll of cash inside an air vent opening.", "Visible text across the clip says \"Uh Oh,\" signaling that something has gone wrong with the advice.", "The timing of the reveal and the caption creates the joke that the hiding place has been compromised by being shown."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke and implication are understandable from the video alone: the spoken tip, the visible cash in the vent, and the \"Uh Oh\" caption together convey that revealing the hiding spot undermines the plan.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s point is that publicly showing a hiding place for cash defeats the tip itself: once the vent stash is revealed, it is no longer a secure secret, with a mild implication of distrust toward workers entering the home.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000306", "video_path": "videos_final/vimu_000306.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["role_reversal", "deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A cat sits at a table set up like a poker game with playing cards and poker chips. The cat places its paw on a stack of chips while a voice says, \"He's all in.\"", "intended_meaning": "The humor comes from treating the cat like a serious poker player making a dramatic all-in bet. The clip anthropomorphizes the cat and presents its paw movement as if it understands and is participating in the game.", "evidence": ["The cat is seated in a chair at a table with cards and poker chips in front of it.", "Humans are also seated around the table holding cards, reinforcing a poker-game setup.", "The cat reaches its paw onto a stack of chips near its cards.", "The audio/transcript says, \"He's all in,\" framing the cat's movement as a gambling decision.", "The delivery appears matter-of-fact, which supports the deadpan joke."], "evidence_sources": ["frames", "transcript", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a cat at a poker table touches chips and the narrator labels it as going all in. No outside meme knowledge is needed.", "fair_for_benchmark": true}, "qa": {"question": "What role is the cat being framed as playing in this scene, and what action is its paw movement presented as taking?", "answer": "The cat is being presented as a serious poker player, and its paw on the chips is framed as deliberately going all in.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000307", "video_path": "videos_final/vimu_000307.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "absurdism", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A short phone-recorded clip shows a ceiling fan in a bedroom with on-screen text reading \"The design is very human.\" The fan/light fixture is shaped in a way that resembles a human-like or suggestive form, and a voice says, \"Oh yeah, I know that shit was fucked up.\"", "intended_meaning": "The joke is that the ceiling fan's shape looks unintentionally like a human sexual body part or act, so the caption deadpans that its \"design is very human.\" The audio reinforces that the design seems awkwardly, obviously suggestive, as if acknowledging an embarrassing resemblance rather than a normal household object.", "evidence": ["Visible text says \"The design is very human,\" signaling an interpretive joke rather than a literal product description.", "The camera centers on the ceiling fan and its unusual arrangement of blades/light covers, inviting viewers to notice a human-like or sexually suggestive resemblance.", "The humor depends on seeing an ordinary object compared to a human form.", "The spoken line \"Oh yeah, I know that shit was fucked up\" sounds like acknowledgment that the design looks wrong or inappropriately suggestive.", "No explicit person or social group is shown or attacked; the joke targets the object/design itself."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone, but recognizing that \"very human\" refers to a sexually suggestive resemblance requires a bit of everyday contextual inference about human anatomy and visual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the ceiling fan’s design unintentionally resembles a human body in a suggestive way, so the caption and audio treat it like an awkwardly obvious design choice rather than a normal fixture.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000308", "video_path": "videos_final/vimu_000308.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "absurdism"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.96, "literal_summary": "A person at a table drinks from a glass with a lemon wedge in it. On-screen text reads, \"Yo can I have that lemon?\" Then another person puts fingers into the glass toward the lemon instead of simply taking it out.", "intended_meaning": "The humor comes from a sexualized visual innuendo: the request for the lemon is answered in an unnecessarily invasive way, with fingers going deep into the glass, making the scene resemble sexual finger penetration rather than a normal attempt to retrieve the lemon.", "evidence": ["Visible text says, \"Yo can I have that lemon?\" which sets up a simple request.", "The hand reaches down into the glass with fingers extended rather than using an easy, normal grab from the top.", "The framing lingers on the fingers inside the narrow glass, emphasizing the penetrative motion.", "The lemon remains at the bottom while the visual focus is on the fingers entering the glass, supporting the innuendo-based joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the text sets up the request and the visual action creates the sexualized punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the other person’s response the punchline of the clip, instead of just an ordinary way of getting the lemon?", "answer": "The joke is that the person responds in an unnecessarily deep, drawn-out way that makes retrieving the lemon resemble sexual finger penetration rather than a normal grab.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000309", "video_path": "videos_final/vimu_000309.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films a carpet with wet spots and says they spilled a little water on it and are going to get a towel. The on-screen text says \"Very effective\" while the person walks barefoot across the damp carpet to get paper towels.", "intended_meaning": "The joke is that the person is sarcastically treating the carpet itself like a very effective towel, because walking on it and leaving the wet area spread around shows the spill is being absorbed by the carpet before they get an actual towel.", "evidence": ["ASR says: \"spilled a little bit of water on my carpet. Let me go get a towel.\"", "Visible text throughout says \"Very effective.\"", "Frames show multiple dark wet patches on carpet and a barefoot person stepping through them.", "The person goes toward a kitchen area and grabs a roll of paper towels after already walking through the spill.", "The humor comes from the contrast between saying they will get a towel and using the carpet as the absorbent surface in the meantime."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, caption, and visual payoff are all contained in the clip; no outside meme context is needed to understand the irony.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is joking that the carpet is being used as the towel, since the person walks through the spill and lets the carpet absorb and spread the water before getting paper towels.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000310", "video_path": "videos_final/vimu_000310.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A person holds a bowl under a dark, striped animal or creature among large leaves at night and pours water into the bowl from a bottle. On-screen text says, \"The sound he made 😂,\" and the clip appears to focus on the noise the animal makes afterward.", "intended_meaning": "The humor comes from capturing an unexpectedly funny sound made by the animal after being offered water, with the caption cueing viewers to treat the noise as the punchline.", "evidence": ["Visible text reads \"The sound he made 😂,\" explicitly directing attention to an amusing sound.", "Frames show a bowl being filled with water and held beneath an animal hidden among leaves, suggesting someone is offering it a drink.", "The ASR includes phrases like \"Your water, good sir. Thank you, good sir\" followed by a noise-like fragment, consistent with playful narration and then a notable animal sound.", "The short timing and simple setup-to-reaction structure suggest the joke is the sound itself rather than a broader social message."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and punchline: the visible action plus the on-screen caption make the intended joke understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "The video’s joke is the animal’s unexpectedly funny sound after being offered water, with the setup mainly there to lead into that reaction.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000311", "video_path": "videos_final/vimu_000311.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A camera pans across shelves filled with many plain white can-shaped containers while on-screen text reads, \"Ah yes. [REDACTED] is my favorite flavor.\" A hand points to and picks up one of the containers.", "intended_meaning": "The joke treats an unspecified, censored term as if it were a drink flavor, using the neutral footage of blank cans to imply a hidden or taboo preference. The humor comes from withholding the key word with \"[REDACTED],\" inviting the viewer to infer something inappropriate or sexually suggestive rather than an actual beverage flavor.", "evidence": ["On-screen caption explicitly says, \"Ah yes. [REDACTED] is my favorite flavor,\" framing the blank can as a 'flavor.'", "The containers are plain and unlabeled, so the missing word is intentionally withheld rather than visually identified.", "A hand selecting one can makes it resemble choosing a preferred product, reinforcing the setup of a 'favorite flavor.'", "Using \"[REDACTED]\" signals censorship/withholding of a possibly taboo term, which creates the implicit joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: blank cans plus the caption about a censored 'favorite flavor' signal an intentionally hidden, likely suggestive preference without requiring outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the speaker has a censored, taboo personal preference and pretends it is a normal product flavor, with the blank cans and \"[REDACTED]\" inviting viewers to fill in an inappropriate or suggestive term.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000312", "video_path": "videos_final/vimu_000312.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.98, "literal_summary": "A short clip shows an iced tea dispenser. The camera starts on a spout labeled \"UNSWEETENED,\" then pans to another spout labeled \"CURTIS,\" while on-screen text says, \"Mmm. My favorite flavor.\" The audio says there are two types of teas: unsweetened and Curtis.", "intended_meaning": "The joke is that one tea label appears to be a person's name, \"Curtis,\" instead of an actual tea type, and the caption humorously pretends \"Curtis\" is a flavor. The humor comes from the mundane labeling error and the deadpan reaction treating it as desirable.", "evidence": ["The visible dispenser labels include \"UNSWEETENED\" on one spout and \"CURTIS\" on the other.", "The on-screen caption reads, \"Mmm. My favorite flavor,\" which frames the mislabeled word as if it were a drink flavor.", "The ASR transcript says, \"The two types of teas we have, unsweetened and Curtis,\" reinforcing the spoken deadpan setup.", "The camera movement reveals the second label as the punchline after first showing the normal label."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible labels, caption, and timing of the pan without needing outside context or meme history.", "fair_for_benchmark": true}, "qa": {"question": "Why does the line \"Mmm. My favorite flavor\" make sense in this clip?", "answer": "Because the dispenser appears to be mislabeled with \"Curtis,\" which sounds like a person's name, and the clip deadpan-acts as if \"Curtis\" were a real tea flavor that someone could prefer.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000313", "video_path": "videos_final/vimu_000313.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A short clip shows a zoomed-in blue Lego minifigure body with the on-screen caption \"Which Lego Figure I am.\" After a suspenseful pause, it cuts to a different Lego character in festive clothing holding a horn-like object.", "intended_meaning": "The joke builds suspense as if guessing a Lego character from a generic body shape, then implies the answer is a specific figure chosen for a sexualized or phallic visual gag rather than for clear character identity.", "evidence": ["Visible text says \"Which Lego Figure I am,\" framing the clip as a guessing game.", "Most of the clip lingers on a close-up of a plain blue Lego torso and leg area, creating anticipation.", "ASR/transcript says \"This suspense is killing me!,\" which supports that the audio is emphasizing the delayed reveal.", "The reveal shows a festive Lego figure with a horn/trumpet-like object positioned prominently in the foreground, suggesting the punchline is visual and suggestive rather than identity-based.", "The humor depends on the delayed cut from an ambiguous close-up to the final reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke structure and suspense-reveal format are visible in the video itself, but understanding that the punchline is suggestive rather than a straightforward Lego identification requires some everyday familiarity with visual sexual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It sets up a Lego identity guess, then reveals that the real joke is a visual innuendo: the chosen figure and object are meant to create a phallic, sexualized gag rather than identify a character clearly.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000314", "video_path": "videos_final/vimu_000314.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person opens a school-style locker filled with many packaged burritos, says it is day 66 of putting a burrito in the locker and that the locker is now full, then mentions finishing the next row. On-screen text reads, \"Did you say next row???\"", "intended_meaning": "The humor comes from the absurd scale and persistence of the burrito-stacking project: even after the locker is already packed, the speaker casually talks about starting another row. The caption highlights that this plan sounds excessive and ridiculous, turning the clip into a reaction to the creator's deadpan commitment to keep going.", "evidence": ["ASR says: \"Day 66 of putting a burrito in this locker. Now it's full. We finished our next row.\"", "Frames show a locker densely packed with many identical wrapped burritos arranged in rows.", "Visible text over the video says, \"Did you say next row???\" which emphasizes surprise at continuing beyond the current amount.", "The tone implied by the casual sign-off (\"Anyways, bye everyone\") and straightforward presentation supports deadpan humor rather than seriousness."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the locker full of burritos, the speaker's casual claim about doing another row, and the reaction caption together make the meme point clear without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point conveyed by the speaker's mention of a \"next row\" together with the on-screen caption?", "answer": "It highlights the ridiculous overcommitment of the project: even with the locker already full, the speaker casually talks about starting another row, and the caption reacts to that excessive plan as the joke.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 1}}} +{"video_id": "vimu_000315", "video_path": "videos_final/vimu_000315.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A person films themselves while tugging and working at a clothing tag near their lower leg or ankle. The on-screen caption says \"The struggle,\" and the camera later swings up to show the person's strained face.", "intended_meaning": "The clip humorously dramatizes a small everyday annoyance—struggling to remove or deal with an irritating clothing tag—as if it were a major ordeal.", "evidence": ["Visible text reads \"The struggle.\"", "The hand repeatedly pulls at a tag attached to dark clothing near the ankle/lower leg.", "The camera movement and eventual shot of the person's tense face emphasize effort and frustration.", "No clear dialogue or external context is needed to understand the joke as an exaggerated everyday inconvenience."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, action, and caption together make the joke understandable from the video alone without needing outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What does the clip suggest about how the person sees this situation?", "answer": "It suggests the person sees dealing with the clothing tag as a disproportionately big struggle, turning a minor everyday annoyance into a major ordeal.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000316", "video_path": "videos_final/vimu_000316.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "Three young men sit silently in a car at night under the caption \"McDonalds Sprite Review.\" A voice says, \"I'm eating McDonald's large Sprite. Now, for the taste test.\" One of them stirs or adjusts a straw in a large cup, and they remain mostly expressionless.", "intended_meaning": "The joke is a deadpan parody of a serious product review: McDonald's Sprite is treated as if it is so intense or notorious that the group pauses solemnly before the \"taste test.\" The humor comes from the mismatch between the mundane subject and the dramatic, restrained presentation.", "evidence": ["Visible on-screen text reads \"McDonalds Sprite Review,\" framing the clip as a review.", "ASR audio says, \"I'm eating McDonald's large Sprite. Now, for the taste test,\" explicitly setting up a tasting moment.", "All three sit with serious, unsmiling expressions and minimal movement, creating an exaggeratedly formal mood.", "The cup and straw are centered as if the drink is the focus of a dramatic reveal.", "No explicit punchline is spoken; the humor relies on the contrast between a normal fast-food soda and the solemn presentation."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable on its own, but the joke lands better with common cultural familiarity that McDonald's Sprite is often talked about as unusually strong or intense compared with ordinary soda.", "fair_for_benchmark": true}, "qa": {"question": "Why is the drink review presented with such a restrained, formal buildup?", "answer": "It frames an ordinary McDonald's Sprite as if it were a major event or high-stakes review, and the joke comes from treating a mundane fast-food soda with exaggerated seriousness because the drink is popularly seen as unusually intense.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000317", "video_path": "videos_final/vimu_000317.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person in a food-service kitchen pulls a large clear plastic tray or packaging insert from an ice bin/cold area, calls to a coworker about a 'big-ass piece of ice,' and brings it over. The coworker approaches, looks surprised, and bites the plastic sheet. On-screen text reads 'Cronchy.'", "intended_meaning": "The joke is a playful misdirection: the object is presented as if it were a huge piece of ice, but it is actually crunchy clear plastic packaging. The humor comes from treating the plastic like food/ice and from the coworker's immediate willingness to bite it, with 'Cronchy' emphasizing the fake crunchy texture gag.", "evidence": ["ASR says, 'look at this big-ass piece of ice I found' followed by 'Yo, where?' indicating the setup.", "Frames show a large clear ribbed sheet being lifted and carried from a bin area toward a coworker in a kitchen.", "The coworker visually reacts with an open mouth and then bites the object rather than inspecting it as real ice.", "The object appears rigid and molded like packaging rather than an irregular frozen chunk.", "Repeated on-screen text 'Cronchy' highlights the crunch joke and non-ice texture."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and punchline are understandable from the video alone: it verbally claims to be ice, visually looks like plastic, and the bite plus 'Cronchy' completes the gag without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the coworker’s bite make sense in context of what is said and shown earlier in the clip?", "answer": "The clip sets the object up as a giant piece of ice, but it is really clear plastic packaging, so the coworker biting it makes sense as playing along with the fake-food reveal and the crunchy-texture gag.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000318", "video_path": "videos_final/vimu_000318.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "innuendo", "contrast"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.71, "literal_summary": "A group is sitting in a living-room setting. A man in the foreground snacks while another man on the couch repeatedly holds up three orange-dusted fingers toward him. On-screen text says \"Bro...\" and the audio includes, \"I was actually thinking about it, but you know.\"", "intended_meaning": "The joke appears to be a suggestive reaction: the man with orange-covered fingers is silently presenting them as something notable or incriminating, and the caption \"Bro...\" frames this as a friend noticing and being put off or amused. The humor relies on viewers inferring a sexual or intimate implication from the orange residue on his fingers and his casual pose.", "evidence": ["On-screen caption \"Bro...\" signals a reaction to what is being shown.", "The second man prominently extends three fingers coated bright orange, making them the visual focus.", "His expression is calm/deadpan rather than explanatory, implying the gesture itself is the joke.", "The audio phrase \"I was actually thinking about it, but you know\" is vague and does not explain literally, which supports an implied meaning rather than explicit dialogue.", "The foreground man turns and looks back toward him, reinforcing that the extended fingers are the notable reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly visible from the video itself, but understanding why orange-covered fingers are being presented as embarrassing or suggestive requires everyday social/sexual inference rather than explicit explanation.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making a suggestive joke: the man deliberately shows his orange-stained fingers as an incriminating clue, and the \"Bro...\" reaction frames his friend as realizing what those fingers imply about a recent intimate act.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000319", "video_path": "videos_final/vimu_000319.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.96, "literal_summary": "A dog is given an extremely large bone on a living room floor, and it carries the bone around and onto a couch while on-screen text reads, \"That's a big ass bone.\"", "intended_meaning": "The humor is straightforward: the bone is comically oversized for the dog, and the caption emphasizes surprise/amusement at how huge it is and how the dog handles it.", "evidence": ["The frames show a dog next to a bone that is unusually large relative to the dog's body.", "A person appears to unwrap or present the bone to the dog indoors.", "The dog picks up the oversized bone and walks/jumps with it, which creates the comedic effect.", "Visible on-screen text says, \"That's a big ass bone,\" directly stating the joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is fully understandable from the visuals and the on-screen caption alone; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "The video is joking that the dog's bone is absurdly huge, and the humor comes from the dog's attempt to carry and handle something comically oversized.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -3}}} +{"video_id": "vimu_000320", "video_path": "videos_final/vimu_000320.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other", "class_or_occupation"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.78, "literal_summary": "A vertically shot clip inside a restaurant or hotel-like interior shows an upper balcony/ledge with a small dark figure or head briefly visible above it. On-screen text says, \"bro making sure the customers satisfied with his food 😢🙏.\"", "intended_meaning": "The caption implies a male food worker/chef is personally and inappropriately 'servicing' customers to ensure satisfaction, using sexual innuendo rather than meaning normal good service or food quality control.", "evidence": ["Visible text explicitly says, \"bro making sure the customers satisfied with his food 😢🙏.\"", "The camera is aimed upward at an upper ledge/balcony where only a small dark shape/person is partially visible, creating ambiguity about what he is doing.", "The joke relies on the mismatch between the innocent wording about customer satisfaction and the suspicious hidden/partial visual, suggesting an off-color interpretation rather than literal food service.", "The crying and prayer emojis reinforce a shocked/disbelieving humorous reaction."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly in the on-screen caption plus the ambiguous visual, but understanding that 'making sure the customers satisfied' is sexual innuendo requires common social knowledge rather than explicit depiction.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It suggests a male worker is being implied to personally and improperly 'satisfy' customers in a sexual way, not merely by serving food well.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000321", "video_path": "videos_final/vimu_000321.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.88, "literal_summary": "A person films a dog indoors and holds out a slice of bread or toast with spread on it. On-screen text says, \"Bro finally gets to savor the food\" and \"I set him up there I admit it.\" The dog bites the food and ends up with pieces stuck at the sides of its mouth while looking excited.", "intended_meaning": "The joke frames the dog's mouth position after biting the food as resembling a sexually suggestive situation, implying the filmer intentionally arranged the food to create that visual gag.", "evidence": ["The top caption says, \"Bro finally gets to savor the food,\" which can read as more loaded than simply feeding a dog.", "The second caption says, \"I set him up there I admit it,\" indicating the creator intentionally staged the moment for a joke.", "After the dog bites the bread, pieces remain protruding from both sides of its mouth, creating the visual setup the text refers to.", "The humor depends on the visual resemblance rather than any explicit statement, making the implication indirect."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is visible in the clip and text, but recognizing it as sexual innuendo requires common social knowledge about suggestive visual humor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s joke is that the dog’s mouth and the way the food sticks out after the bite are being deliberately framed to resemble an adult visual gag, and the caption admits the filmer set it up on purpose.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000322", "video_path": "videos_final/vimu_000322.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "irony"], "social_value_signals": ["negative_affect"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films from inside a car parked by a rocky shoreline. On-screen text says, \"I just wanted some fresh air 😭.\" At the end, a large wave crashes over the car window and splashes into the car.", "intended_meaning": "The joke is that a simple wish for pleasant sea air turns into an over-the-top bad outcome: being hit by ocean spray. The humor comes from the mismatch between the mild expectation ('fresh air') and the dramatic reality of sitting too close to rough waves.", "evidence": ["Visible on-screen caption reads, \"I just wanted some fresh air 😭.\"", "The camera shows a calm-looking ocean view from inside a car, with rocks directly outside the window.", "In the final moments, water suddenly crashes across the window and into the car interior.", "The crying emoji signals frustration/disbelief rather than a serious emergency tone."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, caption, and payoff are all visible in the clip itself; no outside meme knowledge is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What contrast between what the person hoped for and what actually happened explains why the video is framed this way?", "answer": "It highlights that the person only wanted a simple, pleasant moment of fresh sea air, but instead got an exaggeratedly unpleasant result when a wave splashed into the car.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000323", "video_path": "videos_final/vimu_000323.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism", "bait_and_switch"], "social_value_signals": ["negative_affect", "norm_violation"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A short clip in a kitchen shows a robot vacuum moving toward a spider on the floor near a refrigerator. On-screen text says, \"caught this on my security camera...\" The vacuum goes under the fridge area, then a large exaggerated pile of debris appears to spill out onto the floor as the vacuum comes back out.", "intended_meaning": "The joke is that the robot vacuum tried to deal with a spider but made the situation much worse, humorously implying a failed or over-the-top attempt at cleaning or pest control. The clip relies on an absurd visual payoff where the vacuum seems to unleash a huge mess instead of solving the problem.", "evidence": ["Visible text reads \"caught this on my security camera...\" setting up a supposedly candid incident.", "Frames show a spider on the tile floor and a robot vacuum approaching it.", "The vacuum disappears partly under the refrigerator area, then re-emerges.", "Immediately after, an unrealistically large amount of dark debris appears scattered across the floor, creating the comic payoff.", "The scale of the mess relative to the small vacuum and spider indicates an exaggerated, edited gag rather than a literal event."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The humor and implied meaning are understandable from the video alone: the setup text, the spider, the vacuum's action, and the exaggerated messy outcome provide the full joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What does the ending suggest happened when the robot vacuum tried to handle the spider?", "answer": "It suggests the vacuum tried to take care of the spider but only made things far worse, turning a tiny problem into an absurdly huge mess.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000324", "video_path": "videos_final/vimu_000324.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "deadpan", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.8, "literal_summary": "A short clip with the on-screen text \"Just needs duct tape\" shows a person holding a long yellow flexible object over a sink or basin filled with cloudy water; the camera then moves closer and becomes shaky.", "intended_meaning": "The caption sets up a mundane repair joke, but the visual framing of the long flexible object invites a sexual reading. The humor comes from the mismatch between the practical caption and the suggestive appearance of what is shown.", "evidence": ["Visible on-screen text reads \"Just needs duct tape.\"", "The object is long, narrow, yellow, and handled in a way that makes it visually resemble a phallic shape.", "The joke relies on the contrast between a practical repair statement and a suggestive visual.", "No explicit spoken explanation is provided; the meaning is carried mainly by text and imagery."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke can be inferred from the visible caption and the suggestive visual contrast without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It plays on a mismatch between the practical caption about fixing something with duct tape and the object's suggestive appearance, making the clip read as a visual double meaning rather than a straightforward repair moment.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000325", "video_path": "videos_final/vimu_000325.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.7, "literal_summary": "A large egg is shown close up on a tabletop while on-screen text reads, \"Well that's one way to open it,\" and the audio says, \"This is an ostrich egg.\"", "intended_meaning": "The joke appears to rely on sexual innuendo: the smooth large egg and the caption about \"opening it\" suggest a suggestive double meaning rather than a straightforward cooking or demonstration clip.", "evidence": ["The ASR says, \"This is an ostrich egg,\" establishing the object as an unusually large egg.", "The visible caption says, \"Well that's one way to open it,\" which implies an unconventional method and sets up a joke.", "The framing is a prolonged close-up of the egg with no clear practical opening method shown in the provided frames, making the caption read as suggestive rather than instructional.", "The humor depends on the contrast between the literal object identification and the suggestive wording of \"open it.\""], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but recognizing the likely sexual double entendre requires common everyday knowledge about suggestive phrasing rather than explicit visual proof in the clip.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is playing on a suggestive double meaning: the unusually large ostrich egg and the line about \"one way to open it\" are framed as a joking innuendo rather than a literal how-to moment.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000326", "video_path": "videos_final/vimu_000326.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A boy in a Spider-Man-style costume stands in a kitchen while on-screen text reads \"Widerman.\" He turns dramatically, then the camera pans to a cake on the counter and he moves toward it. The audio includes a line about needing the cake.", "intended_meaning": "The joke is a playful parody of Spider-Man: instead of being a sleek superhero, the costumed boy is labeled \"Widerman\" and acts dramatically because he wants cake. The humor comes from the misspelled superhero label and the contrast between superhero-style posing and an ordinary, food-motivated goal.", "evidence": ["On-screen text says \"Widerman,\" a humorous alteration of \"Spider-Man.\"", "The child is wearing a Spider-Man-like suit and strikes dramatic poses/turns.", "The camera reveals a cake on the kitchen counter as the apparent focus of his attention.", "ASR includes \"I need the cake!,\" which supports that the action is about wanting the cake rather than heroics.", "The short edited timing builds to the reveal of the cake as the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the costume, the caption \"Widerman,\" the dramatic behavior, and the cake reveal together convey the parody without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What main idea ties together the costume, the label \"Widerman,\" and the reveal of the cake?", "answer": "It jokes that the boy is a goofy, cake-motivated version of Spider-Man: \"Widerman\" poses like a superhero, but his dramatic mission is just getting the cake.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000327", "video_path": "videos_final/vimu_000327.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.83, "literal_summary": "A person opens a small cup of ranch dressing on a table, with on-screen text reading \"I would down that entire thing,\" then dips a boneless wing into it and lifts it out coated in ranch. The audio includes a remark about ranch and having 10 boneless wings.", "intended_meaning": "The clip jokes that the speaker is extremely eager to consume a whole cup of ranch, with the phrasing also carrying a mild sexual or suggestive double meaning because the statement appears before revealing the sauce and is paired with close-up handling of the container.", "evidence": ["Visible text says \"I would down that entire thing.\"", "Frames show a hand slowly opening a small sealed sauce cup and revealing ranch dressing.", "Later frames show a boneless wing being dipped into the ranch, clarifying the food context.", "ASR includes \"Thing is ranch\" and \"Bro, I got 10 boneless wings,\" supporting that the object is ranch for wings.", "The reveal timing makes the text land as a punchline before the object is fully shown."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video itself: the text, the visual reveal of ranch, and the wing dip provide the setup and punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the speaker is intensely eager to drink an entire cup of ranch, and it briefly plays on the wording and reveal to make that line sound suggestive before the food context clears it up.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000328", "video_path": "videos_final/vimu_000328.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person films a black metal post near a doorway, reaches toward it, and the post suddenly tips over or collapses. White on-screen text reads \"oh.\"", "intended_meaning": "The humor comes from a small, anticlimactic failure: something that looks like a fixed sturdy post is revealed to be unstable or broken, and the understated \"oh.\" reacts to the unexpected collapse in a deadpan way.", "evidence": ["The camera centers on a freestanding-looking black post beside a doorway.", "A hand reaches toward and touches/pushes the post.", "After the touch, the post visibly tilts and falls/collapses, revealing it was not secure.", "The only visible caption is the understated reaction text \"oh.\", which frames the moment as dry, understated humor."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible action and the on-screen reaction text alone; no outside meme knowledge is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the final \"oh.\" fit the moment?", "answer": "It fits because the post first seems solid, then unexpectedly collapses, and the tiny \"oh.\" matches that small, understated letdown.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000329", "video_path": "videos_final/vimu_000329.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person films a white Honda at night with the on-screen text \"Interesting Engine Model\" while saying they bought a new Honda and want to check the engine. After opening the front hood, a person is revealed crouched inside the engine bay, and the speaker says, \"I need oil.\"", "intended_meaning": "The joke is a fake car inspection that subverts expectations: instead of a normal engine, there is a human inside the engine compartment acting like the car's \"engine.\" The humor comes from the absurd reveal and the deadpan way the speaker treats the person as part of the vehicle.", "evidence": ["On-screen text reads \"Interesting Engine Model,\" setting up that the clip is about a car engine.", "The camera walks around a white Honda and moves to the front hood as the speaker says, \"Let me check out this engine.\"", "When the hood is lifted, a crouched person is visible inside the engine bay instead of a normal engine component view.", "The line \"I need oil\" after revealing the person reinforces the gag that the human is being treated as the engine.", "The delivery appears casual/deadpan rather than shocked, supporting comedic intent."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full setup and punchline are contained within the clip: the text and narration establish an engine reveal, and the visual reveal of a person in the engine bay delivers the joke without requiring outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the hood-opening moment the key payoff of the clip?", "answer": "It pays off the setup by replacing the expected engine reveal with a person in the engine bay, and the speaker's matter-of-fact reaction treats the person as the engine, which is the whole joke.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000330", "video_path": "videos_final/vimu_000330.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "absurdism", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "In a restaurant, a man holds up a plate of fried wonton-like appetizers with dipping sauce while someone asks, \"What is that? What is that?\" and answers, \"Crab rangoon.\" Another man quickly reaches in, takes one, and eats it as the others look on.", "intended_meaning": "The humor comes from a simple, impulsive reaction to the food: the appetizer is presented almost like a reveal, and the second man's immediate grab-and-eat response implies that crab rangoon is highly desirable. The joke is a relatable food-reaction moment rather than a deeper social message.", "evidence": ["The plate is centered and displayed toward the camera, suggesting the food is the focus.", "ASR captures a repeated question and identification: \"What is that? What is that? Crab rangoon.\"", "Immediately after the food is identified, another man reaches in front of the first man and takes one without hesitation.", "The others' looks and timing create a punchline based on eagerness and interruption."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible action and dialogue alone: a food item is identified and someone instantly grabs it, signaling enthusiasm for it.", "fair_for_benchmark": true}, "qa": {"question": "What does the second man's immediate action suggest about the crab rangoon?", "answer": "It suggests the crab rangoon is very tempting and desirable, prompting an impulsive grab as soon as it is identified.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000331", "video_path": "videos_final/vimu_000331.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.81, "literal_summary": "A person demonstrates that a lighter sticks to a wall or door, while on-screen text says \"How convenient.\" The camera then pulls back to show many household items attached vertically along the doorframe and wall.", "intended_meaning": "The joke uses the lighter-sticking trick as a setup, then widens to imply the person has discovered many objects can be made to stick to walls. The caption and framing suggest a sexual innuendo: the speaker finds this especially 'convenient' because it could be used to hold objects in place hands-free, likely implying sex-toy storage or use rather than ordinary organization.", "evidence": ["ASR says, \"Everybody knows that when you do this to a lighter, it sticks to the wall. Well, apparently so does everything else,\" which sets up a reveal about multiple objects sticking.", "Visible text throughout reads \"How convenient,\" signaling a suggestive evaluation rather than a neutral demonstration.", "The video first shows a close-up of a lighter stuck to a vertical surface, then pulls back to reveal several other elongated household objects attached along the wall/doorframe.", "The humor comes from the escalation from one lighter to many objects and the lingering, deadpan caption rather than an explicit explanation.", "Some of the attached items are shaped in ways that make a sexual reading plausible, though not fully explicit."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The setup and reveal are understandable from the video alone, but recognizing the likely sexual innuendo requires a bit of everyday cultural inference about why 'How convenient' would be funny here.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video framed first like a simple demonstration and then widened out with the caption still on screen?", "answer": "It sets up an ordinary sticking trick, then reveals the person sees broader hands-free personal-use potential in making multiple objects stay on the wall, with the caption implying a suggestive convenience rather than simple organization.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000332", "video_path": "videos_final/vimu_000332.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person films a messy bedroom, showing trash and items scattered on the floor and a small dog on the bed. The on-screen text says, \"That dog is a necromancer,\" and the camera pans to a TV or reflective screen that appears upside down relative to the reflected room.", "intended_meaning": "The joke is that the dog did such impossible, chaotic damage to the room that it seems to have supernatural powers; the upside-down TV/reflection is presented as absurd evidence that the dog somehow reversed or altered reality, not just made a mess.", "evidence": ["Visible text reads, \"That dog is a necromancer.\"", "The room is visibly trashed with a tipped-over bin and scattered objects, matching the audio about the dog terrorizing the room.", "A small dog is shown on the bed as the implied culprit.", "The audio punchline asks, \"how did you put the TV upside down?\" which highlights an impossible or bizarre detail beyond normal pet mischief.", "The humor depends on treating ordinary destruction as if it required magic or supernatural ability."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, the dog, the mess, the caption, and the punchline about the upside-down TV are all visible or audible in the clip, so the meme's point is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the clip combines the wrecked room, the dog, and the upside-down screen detail?", "answer": "It presents the dog's destruction as so extreme and impossible that the dog is jokingly treated as having supernatural, reality-altering powers rather than just making a normal mess.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000333", "video_path": "videos_final/vimu_000333.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "parody", "absurdism"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "high", "difficulty": "hard", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A person films a red pickup truck in a parking lot that has been modified to look like a small hobbit-style house, with decorative wood siding, small windows, and a green door. On-screen text reads, \"My Pippin is certainly getting Merry,\" while the audio says, \"Can you imagine getting totally Frodo-baggin' in the back of the Shiremobile? Wow.\"", "intended_meaning": "The joke treats the fantasy-themed truck as a place for sex or heavy make-out activity and layers that with Lord of the Rings wordplay, implying the speaker or partner would become sexually excited by it. The humor comes from mixing a whimsical hobbit-house vehicle with flirtatious/sexual innuendo through character-name puns.", "evidence": ["The vehicle is decorated like a hobbit dwelling, supporting references to the Shire and Lord of the Rings characters.", "Visible text says, \"My Pippin is certainly getting Merry,\" which reads as a pun on character names and also suggests arousal or romantic/sexual mood.", "ASR audio says, \"getting totally Frodo-baggin' in the back of the Shiremobile,\" which strongly implies sexual activity in the vehicle.", "The camera lingers on the truck exterior as a novelty object rather than showing dialogue or narrative, indicating the caption/audio are supplying the joke."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The sexual joke is mostly understandable from the caption, audio, and the fantasy-themed truck, but recognizing the full wordplay depends on common familiarity with Lord of the Rings names and Shire references.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the hobbit-themed truck is an appealing spot for hooking up or making out, using Lord of the Rings name puns to suggest romantic or sexual excitement.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000334", "video_path": "videos_final/vimu_000334.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A handheld video peers over yellow safety railings into a very dark vertical shaft or pit while on-screen text reads \"My Moooooom!!\" and the audio says, \"Whoa, that's a deep, dark hole. You know who knows that's a deep, dark hole?\"", "intended_meaning": "The meme sets up the dark hole as a sexualized metaphor and then answers the setup with \"my mom,\" making a crude yo-mama style joke that implies the speaker's mother has experience with a 'deep, dark hole.'", "evidence": ["Visible text says \"My Moooooom!!\" over the clip.", "The camera deliberately reveals a deep, black hole/shaft, emphasizing depth and darkness.", "ASR audio explicitly comments on the hole being \"deep\" and \"dark\" and asks who would know that, creating a setup for a punchline.", "The juxtaposition of the hole imagery with \"My mom\" supports a sexual innuendo rather than a literal statement about the speaker's mother."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the video alone: the visuals show a deep dark hole, the audio frames it as a setup, and the on-screen text provides the punchline without requiring external meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the deep dark hole as a sexual metaphor and lands on a yo-mama punchline, implying the speaker’s mother is familiar with it in that sense.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000335", "video_path": "videos_final/vimu_000335.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["negative_affect", "norm_violation"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films a small grill with three round white patties or buns over hot coals while holding a spatula. On-screen text reads, from top to bottom, \"I need it back,\" \"Fuck,\" and \"Close men.\"", "intended_meaning": "The clip humorously shows someone realizing they made a mistake while grilling and wanting to undo it, but it is too late or difficult. The profanity and short captions convey frustration and mild panic at the failed cooking attempt.", "evidence": ["Visible grill with glowing coals and three round food items being cooked.", "A spatula is held near the food, suggesting the person is trying to adjust or retrieve something.", "On-screen text explicitly says \"I need it back\" and \"Fuck,\" indicating regret and frustration.", "The final caption \"Close men\" appears to mean \"close, man,\" reinforcing an exasperated reaction rather than a complex social message."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a visibly problematic grilling moment plus captions expressing regret and frustration.", "fair_for_benchmark": true}, "qa": {"question": "What does this video suggest is happening from the filmer’s point of view, beyond simply showing food on a grill?", "answer": "It suggests the filmer has messed up something on the grill and wishes they could undo or take it back, but it is already too far along, so the clip conveys a brief regretful, panicked reaction to a cooking mistake.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000336", "video_path": "videos_final/vimu_000336.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A short phone-recorded clip at a convenience store shows a worker standing inside while a large moth is visible nearby. On-screen text says \"They're best friends.\" In the audio, one person points out the huge moth to Josh, Josh reacts with fear and tells them to get it away, and then curses as it flies off.", "intended_meaning": "The joke is that the caption sarcastically frames the man and the moth as \"best friends\" even though his panicked reaction shows the opposite. The humor comes from the mismatch between the friendly label and his obvious discomfort.", "evidence": ["Visible text at the top reads \"They're best friends.\"", "ASR includes: \"Hey Josh, look at this huge moth that I found\" and Josh replies \"Get that shit outta here.\"", "The follow-up \"Oh, there it goes. You fucker.\" indicates the moth moves unpredictably and Josh is upset by it.", "Frames show the worker near the moth and then moving out of frame while the camera follows the insect, reinforcing avoidance rather than friendship."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup, caption, and payoff; the ironic meaning is understandable from the visible moth, the spoken fearful reaction, and the caption without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is joking that Josh and the moth are presented as close companions, while his panicked reaction makes clear he wants nothing to do with it; the humor comes from that mismatch.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000337", "video_path": "videos_final/vimu_000337.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "appearance_or_body_type"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person in patterned pants pulls and manipulates a long sock or stocking over their foot while on-screen text reads, \"Gotta let the ol dogs out,\" and the audio says a similar line.", "intended_meaning": "The clip uses the common phrase about \"dogs\" meaning feet, but stages it in a suggestive way so the foot and stretched sock resemble male genitalia. The humor comes from the double meaning and the deadpan presentation of simply \"letting the dogs out.\"", "evidence": ["On-screen text explicitly says, \"Gotta let the ol dogs out.\"", "ASR transcript matches the spoken line about letting the dogs out.", "The camera focuses tightly on a foot in a long sock/stocking being pulled and stretched by a hand.", "The shape created by the sock and foot is visually suggestive and appears intentionally framed for that resemblance.", "No other narrative context is needed; the joke is contained in the visual setup plus the caption."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual gag and caption/audio together provide the meme's point without needing outside context beyond common understanding that \"dogs\" can mean feet.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke the clip is making?", "answer": "It plays on \"dogs\" meaning feet while framing the foot in the stretched sock to resemble male genitals, creating a deadpan double-meaning joke about \"letting the dogs out.\"", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000338", "video_path": "videos_final/vimu_000338.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "irony"], "social_value_signals": ["norm_violation"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short phone-recorded clip shows dark spots and grime on a hard floor. On-screen text reads \"This is the best Trick.\" A voice says to spray brake cleaner and wipe with a towel. A rag wipes the floor clean, then the camera reveals a large dark spill or coating nearby, suggesting the cleaning method may have contributed to the mess.", "intended_meaning": "The clip sets up a cleaning 'life hack' but undercuts it by revealing a bigger dark spill, implying the supposed trick is messy, irresponsible, or not actually a good idea. The humor comes from the misleading promise of an easy fix followed by evidence of a worse outcome.", "evidence": ["Visible text says \"This is the best Trick,\" framing the clip as a useful tip.", "ASR/transcript gives instructional language: \"Maybe spray some brake clean on there, get a towel, it comes right up.\"", "Frames show a rag wiping a stained floor and making one area look cleaner.", "The final frame reveals a large dark liquid area near a yellow bucket/container, creating a contrast with the claim that this is a great trick.", "The joke is understandable from the reveal/editing progression: a helpful demonstration turns into a visual contradiction."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is conveyed within the video itself through the setup text and audio, the cleaning action, and the final reveal that contradicts the claimed usefulness of the trick.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents a cleaning tip at first, then the final reveal shows the method likely made a bigger mess, so the point is that the supposed trick is not really a good or sensible fix.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000339", "video_path": "videos_final/vimu_000339.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A crowd stands outdoors watching many small model aircraft or kites in the sky while one person raises a white three-blade ceiling fan overhead. Large on-screen text says, \"Yo not the ceiling fan!!\"", "intended_meaning": "The joke is that everyone else has brought normal flying objects for the event, but one person absurdly brings and holds up a household ceiling fan as if it belongs there too. The caption playfully calls out that out-of-place choice as ridiculous and funny.", "evidence": ["Visible text reads \"Yo not the ceiling fan!!\" throughout the clip.", "Frames show a crowd outdoors looking up at many airborne objects.", "One person prominently lifts a white three-blade ceiling fan over their head.", "The humor comes from the mismatch between the flying-event setting and a household ceiling fan, which is not meant for that context."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone because the caption and the visual mismatch clearly present the punchline without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that one person brought a completely out-of-place ceiling fan and is acting like it belongs with the other flying items, making the mismatch the whole point.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000340", "video_path": "videos_final/vimu_000340.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A woman appears briefly with large on-screen words appearing one at a time, then the video cuts to an image of the moon with a photo of Louis Armstrong placed on it. The top of the frame says \"Help.\" The audio says, \"Humans can only hold their breath for 10 minutes, then how was Louis Armstrong able to become the first man on the moon? I am in space, on the moon. Help.\"", "intended_meaning": "The joke deliberately confuses Louis Armstrong, the jazz musician, with Neil Armstrong, the astronaut who first walked on the moon. It plays on the shared surname \"Armstrong\" and treats the mistaken identity as if it were a serious question, creating absurd humor through obvious misinformation.", "evidence": ["ASR explicitly says \"how was Louis Armstrong able to become the first man on the moon,\" which signals the name confusion at the center of the joke.", "Frames show a photo of Louis Armstrong composited onto the moon, visually reinforcing the mistaken claim.", "The cut from the speaker/text sequence to the moon image functions as the punchline.", "The repeated top text \"Help\" suggests mock alarm at the absurd statement rather than a literal emergency."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the audio states the mistaken premise and the visual of Louis Armstrong on the moon delivers the punchline. Only very common general knowledge that the first man on the moon was Neil Armstrong helps, but the confusion is clear within the clip itself.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is jokingly treating Louis Armstrong as if he were the first man on the moon, confusing him with Neil Armstrong and presenting the mistake as a serious claim for absurd humor.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000341", "video_path": "videos_final/vimu_000341.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A small pig walks toward the camera across a grassy field while excited speech says they want to take it home and put it in a truck. On-screen text reads, \"I need this cutie\" with two pleading-face emojis.", "intended_meaning": "The clip expresses intense affectionate excitement about how cute the pig is, humorously overstating the desire to immediately take it home as a pet.", "evidence": ["Frames show a small pig approaching the camera in an open grassy area.", "Visible on-screen text says, \"I need this cutie\" followed by two pleading-face emojis.", "ASR transcript includes repeated excited lines: \"Oh my God, I wanna take him home!... WE CAN PUT HIM IN THE TRUCK! LOOK AT HIM!\"", "The repetition and raised excitement in the audio suggest humorous overenthusiasm rather than a serious plan."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is directly conveyed by the pig visuals, the explicit on-screen text, and the excited audio; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the speaker's response to the pig in this video?", "answer": "The video conveys delighted affection toward the pig, playfully exaggerating the urge to take it home because it seems irresistibly cute.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000342", "video_path": "videos_final/vimu_000342.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "At a soccer stadium, a man walks to the barrier behind a seated person wearing a high-visibility vest labeled \"PRESS\" and appears to tap or press the letters on the back of the vest. On-screen text reads, \"Live action dad joke.\"", "intended_meaning": "The humor is a simple visual pun: the man literally 'presses' the person labeled \"PRESS,\" acting out a corny dad joke in real life. The caption frames the clip as intentionally goofy, wholesome wordplay.", "evidence": ["Visible on-screen caption says \"Live action dad joke,\" priming the clip as a pun-based joke.", "The seated person's vest clearly reads \"PRESS.\"", "The standing man reaches out and touches/presses the back of the vest where the word \"PRESS\" is printed.", "The interaction is mild and playful, and the seated person turns with a neutral-to-amused expression rather than alarm."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible caption and the action in the clip alone; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What specific connection between the action and the label on the vest makes the clip work as a whole?", "answer": "The clip works because the man literally presses a person wearing a vest labeled \"PRESS,\" turning the printed word into a simple real-life dad-joke pun.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000343", "video_path": "videos_final/vimu_000343.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A woman filming herself says the power in her house shut off because it is storming, while on-screen text reads \"Storming.\" She then turns the camera to a window showing a large tornado outside in a rainy neighborhood.", "intended_meaning": "The joke is that calling the weather merely \"storming\" is a huge understatement when there is actually a massive tornado outside. The humor comes from the contrast between her casual wording and the extreme danger visible through the window.", "evidence": ["On-screen text repeatedly shows the word \"Storming\" in quotation marks.", "The speaker says, \"the power in my house just shut off because it's storming.\"", "Her tone is casual at first rather than urgent.", "The camera pan reveals a clearly visible large tornado outside the window.", "The edit sets up the mild description first and then delivers the visual reveal as the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are both contained in the clip itself: the spoken claim that it is just storming and the reveal of a tornado make the intended irony understandable without external context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is joking that the woman describes the situation far too casually: she says it is just storming, but the reveal shows a huge tornado, so the humor comes from the extreme mismatch between her mild wording and the reality outside.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000344", "video_path": "videos_final/vimu_000344.mp4", "taxonomy": {"surface_form": "dialogue_scene", "rhetoric_mechanisms": ["parody", "bait_and_switch", "absurdism", "mockery"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A man says this is part 14 of making his girlfriend question dating him, tells her he got loafers for a wedding, then reveals he is wearing hollowed-out loaves of bread on his feet. On-screen text says, \"Bro's a psychopath.\" The girlfriend, sitting in a chair and looking at her phone, reacts with visible disbelief or annoyance.", "intended_meaning": "The joke is a deliberate pun on \"loafers\": instead of formal slip-on shoes, he bought actual loaves of bread and wore them like shoes to annoy and amuse his girlfriend. The meme frames him as intentionally absurd and irritating in a playful relationship prank, with the overlay exaggerating that his behavior is unhinged.", "evidence": ["ASR: \"Making my girlfriend question why she's dating me, part 14\" sets up a recurring prank on his girlfriend.", "ASR: he references her saying he needed nice shoes for a wedding, then says, \"Well, I got a pair of loafers.\"", "Frames show him holding two long loaves of bread in a plastic bag.", "Frames then show his feet inserted into cut-open loaves of bread like shoes.", "On-screen text throughout says, \"Bro's a psychopath,\" which cues exaggerated condemnation for comedic effect.", "Later frames show the girlfriend in a chair looking up and reacting with an annoyed/confused expression while holding her phone."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full setup, visual reveal, pun, and reaction are all contained within the clip; no niche outside meme knowledge is needed beyond common understanding of the word \"loafers.\"", "fair_for_benchmark": true}, "qa": {"question": "What specific idea connects what he says about the wedding with what he later shows on his feet?", "answer": "He is making a pun on \"loafers\" by treating it as literal loaves of bread worn like shoes, using the joke to deliberately mess with and amuse his girlfriend.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000345", "video_path": "videos_final/vimu_000345.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "innuendo", "absurdism"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.73, "literal_summary": "A person at the shoreline holds up a many-armed starfish-like sea creature while on-screen text reads \"Patrick noooo!!!\" The camera then points out over the water. The audio includes lines resembling \"Don't mess with the sea life! See you later, stinky!\"", "intended_meaning": "The joke appears to personify the sea creature as Patrick from SpongeBob and use its shape for a crude sexual visual gag, with the distressed caption humorously reacting as if 'Patrick' is being mishandled or turned into something inappropriate.", "evidence": ["The visible text says \"Patrick noooo!!!,\" directly invoking the starfish character Patrick.", "The object is a starfish-like sea animal with long arms, making the Patrick comparison visually salient.", "The hand positioning and framing emphasize the creature's shape in a way that suggests a visual innuendo rather than a purely informational nature clip.", "The audio line \"Don't mess with the sea life!\" adds a mock-scolding tone, supporting a comedic framing rather than documentary intent."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video, but recognizing why \"Patrick\" is funny benefits from common knowledge of Patrick Star from SpongeBob and noticing the visual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the sea creature looks like Patrick from SpongeBob and is being framed in a crude visual way, with the caption reacting as if Patrick is being put in an inappropriate situation.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000346", "video_path": "videos_final/vimu_000346.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A first-person clip shows someone moving along a rural road while standing on or pushing a red floor jack. On-screen text reads, \"Truck broke down again, gotta take the jack to the auto parts store.\"", "intended_meaning": "The joke is a deadpan absurd image of treating a car jack like transportation after a vehicle breakdown. The humor comes from the impractical, exaggerated solution and the matter-of-fact caption presenting it as normal.", "evidence": ["Visible text explicitly says, \"Truck broke down again, gotta take the jack to the auto parts store.\"", "Frames show the person holding the jack handle and standing with one foot on the red jack while moving on the road.", "The road setting and continuous POV support the idea that the jack is being used as a makeshift vehicle.", "The mismatch between a floor jack's normal purpose and its use for travel creates the comedic absurdity."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the caption and visuals directly set up and deliver the absurd joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the point of presenting the situation in this matter-of-fact way?", "answer": "It makes a joke out of using a car jack like transportation after the truck breaks down, with the flat presentation making the impractical solution seem normal.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000347", "video_path": "videos_final/vimu_000347.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "parody", "absurdism"], "social_value_signals": ["sexual_implication", "anti_mainstream_value"], "target_subjects": ["relationship_role", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A first-person Minecraft clip shows the player entering a wooden house with the on-screen caption 'Minecraft if it was good.' A villager is standing on a yellow bed. The audio says, 'Go get me a beer!' The player hits the villager, and the villager runs away down the hallway.", "intended_meaning": "The joke imagines Minecraft being 'better' by adding a crude adult domestic scenario: the villager on the bed is treated like a partner in a sexual or bedroom context, then ordered around and struck, parodying a toxic or domineering relationship dynamic for shock humor.", "evidence": ["Visible caption says 'Minecraft if it was good,' signaling a comedic hypothetical modification of the game.", "The villager is positioned on a bed in a bedroom-like corner, which suggests an intimate setup rather than ordinary gameplay.", "The line 'Go get me a beer!' frames the interaction as a stereotypical domestic command to a partner.", "The player immediately hits the villager after approaching, creating a domineering/aggressive punchline rather than normal game objective behavior.", "The humor depends on mapping Minecraft villager behavior onto an adult relationship scene."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video largely explains itself through the caption, bedroom setup, command, and hit, but understanding why this is framed as a joke benefits from common knowledge of domestic/sexual stereotypes and Minecraft villager behavior.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that Minecraft would be \"better\" if it included a crude adult relationship scene, with the villager treated like a bedroom partner who is bossed around and hit, parodying a domineering domestic dynamic for shock humor.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000348", "video_path": "videos_final/vimu_000348.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person lies in bed while someone holds a turtle close to their face. On-screen text reads \"Just accept it,\" and the audio repeats, \"It's a turtle. It's a turtle.\"", "intended_meaning": "The joke is about resigned acceptance of a strange or mildly uncomfortable situation. The person appears confused or hesitant, while the text and repeated statement frame the turtle's presence as something obvious and unavoidable, creating humor through deadpan absurdity.", "evidence": ["Visible text says \"Just accept it.\"", "ASR/transcript repeats \"It's a turtle. It's a turtle.\"", "The person in bed looks uncertain or bewildered as the turtle is brought closer to their face.", "The humor comes from the mismatch between the serious, resigned framing and the trivial fact that the object is just a turtle."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's setup, on-screen text, and repeated audio are enough to understand the meme's joke without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What do the repeated line and the on-screen text suggest about how the situation is being framed?", "answer": "It frames the moment as something odd but trivial that the person is being told to simply accept, making the humor come from treating a weird situation as obvious and unavoidable.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 0}}} +{"video_id": "vimu_000349", "video_path": "videos_final/vimu_000349.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["mockery", "exaggeration", "contrast"], "social_value_signals": ["contempt", "humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person opens a foam takeout container to reveal rice and sauced chicken while on-screen text says, \"Bro no one's going to steal it.\" The clip ends with a man dramatically screaming/laughing at the camera.", "intended_meaning": "The meme mocks someone for guarding or hiding their food as if it is highly desirable, while implying the food looks unappealing enough that nobody would want to steal it anyway. The humor comes from insulting the food and overreacting to that judgment.", "evidence": ["Visible text reads, \"Bro no one's going to steal it,\" which directly frames the joke as a response to someone protectively handling the food.", "The video focuses on slowly opening and revealing a takeout box, suggesting the food is being shown off or guarded.", "The food is presented in a messy, heavily sauced way, supporting the punchline that it is not attractive or worth stealing.", "The ending cuts to a man with mouth wide open in an exaggerated scream/laugh reaction, signaling ridicule and intensified mockery."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone because the on-screen caption sets up the premise and the reaction shot supplies the mocking punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What does the ending reaction suggest about why the food reveal is being treated this way?", "answer": "It suggests the food is not appealing or valuable enough for anyone to want, so acting protective or dramatic about it is what the video is making fun of.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000350", "video_path": "videos_final/vimu_000350.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person in a black boot presses down on a block at the edge of a table while another hand moves a loaf-like piece of bread nearby. Four small loaves or bread blocks sit in the background. On-screen text says \"Delicious.\" The ASR transcript includes Russian speech: \"Пробаем дальше на прочность.\"", "intended_meaning": "The humor comes from showing something that looks food-related but is being treated harshly or mechanically, while the caption \"Delicious\" praises it as if it were appetizing. The joke is an ironic mismatch between the unappetizing, rough handling and the positive food description.", "evidence": ["Visible on-screen text repeatedly says \"Delicious.\"", "The object being handled appears bread-like, with four loaf-shaped pieces in the background and one piece shown in a hand.", "A boot is pressing on a block at the table edge, creating a rough, non-food-like treatment of the scene.", "The Russian ASR phrase suggests testing durability/strength, which contrasts with the food-oriented caption."], "evidence_sources": ["frames", "visible_text", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: rough handling plus bread-like objects plus the caption \"Delicious\" creates the ironic contrast without needing outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents bread-like food being handled like a tough object under a durability test, while the caption calls it \"Delicious,\" making the point that the appetizing label clashes with the rough, unappealing treatment.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000351", "video_path": "videos_final/vimu_000351.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person points a finger toward a black cat on a carpet. The cat stares with wide eyes, opens its mouth very wide, appears to bite or react to the finger, and the speaker says, \"Why'd you bite me? Don't do it! Don't do it! Okay.\" On-screen text says, \"Bro's was having an exorcism\" and \"We only post black cats.\"", "intended_meaning": "The meme humorously frames the cat's sudden, intense facial expression and bite reaction as if it were possessed or undergoing an exorcism. The joke comes from overstating a normal cat freak-out into a dramatic supernatural event.", "evidence": ["The cat's eyes are very wide and its mouth opens unnaturally wide across frames, creating a dramatic, chaotic look.", "A finger is repeatedly placed near the cat's mouth, followed by audio saying, \"Why'd you bite me? Don't do it! Don't do it! Okay,\" indicating the cat reacts and likely bites.", "Visible text explicitly labels the scene as \"Bro's was having an exorcism,\" which frames the behavior as exaggerated supernatural drama.", "The text \"We only post black cats\" suggests the clip is presented as part of a black-cat humor theme rather than a serious incident."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the cat's dramatic reaction plus the on-screen text directly provide the intended humorous interpretation without needing outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What comparison is the video using to turn the cat's reaction into the joke?", "answer": "It jokes that the cat's sudden wild reaction is like a dramatic possession or exorcism, exaggerating an ordinary cat freak-out into a supernatural event.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000352", "video_path": "videos_final/vimu_000352.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.91, "literal_summary": "A close-up of a hand is shown against a wooden background with the on-screen text \"No\" centered over it. The audio says, \"All I'm gonna do is challenge them to a thumb war, they say yes, and then...\" while the thumb gradually bends and extends upward in a suggestive way.", "intended_meaning": "The joke is that the speaker pretends they only want to start a harmless thumb war, but the thumb movement implies turning that situation into a sexual or physically suggestive act. The humor comes from the mismatch between the innocent setup and the suggestive hand motion.", "evidence": ["ASR transcript sets up an innocent pretext: \"challenge them to a thumb war\".", "The hand is framed alone and the thumb moves in an exaggerated, deliberate way rather than actually engaging another hand in a thumb war.", "The overlaid text \"No\" signals disapproval or recognition that the action is not actually innocent.", "The comedic point depends on the contrast between the harmless spoken explanation and the suggestive visual gesture."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video itself provides the main setup and punchline, but understanding why the thumb motion is suggestive relies on common social knowledge about sexual innuendo rather than explicit depiction.", "fair_for_benchmark": true}, "qa": {"question": "What does the contrast between the spoken thumb-war setup and the hand gesture suggest the speaker is actually trying to do?", "answer": "It suggests the thumb-war line is just a pretext and the speaker is really trying to turn it into a physically suggestive advance rather than an innocent game.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000353", "video_path": "videos_final/vimu_000353.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "literal_only", "absurdism"], "social_value_signals": ["humiliation", "norm_violation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A handheld phone video shows a man at an outdoor wall faucet trying to fill a shopping bag with water while water spills onto the ground. The filmer reacts with surprise, and on-screen text says, \"Caught this guy stealing water with a bag.\"", "intended_meaning": "The clip presents the man as foolishly or absurdly trying to steal water in an ineffective way, inviting viewers to laugh at and mock him for the bizarre behavior and failed attempt.", "evidence": ["Visible text explicitly frames the scene: \"Caught this guy stealing water with a bag.\"", "Frames show the man holding a paper or shopping bag under a faucet while water leaks and splashes onto the pavement.", "The man appears startled and moves away when noticed, supporting the idea that he is being caught doing something improper.", "The audio transcript contains an alarmed reaction: \"What the, what are you doing? Hey!...\" which frames the act as strange or wrong.", "The short candid recording style and timing focus attention on the absurd mismatch between a bag and collecting water."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke and underlying point are understandable from the video alone: the caption, visuals, and surprised audio make the man's odd attempted water collection/theft clear without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What point does the recording make about the man's attempt to collect water?", "answer": "It portrays his attempt to take water with a bag as a foolish, ineffective act and presents him as someone to laugh at for the bizarre failed attempt.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000354", "video_path": "videos_final/vimu_000354.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "deadpan"], "social_value_signals": ["contempt", "sexual_implication", "humiliation"], "target_subjects": ["individual_other", "self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.93, "literal_summary": "A woman holds up a large clear zip bag with a sticky note labeled \"EVIDENCE\" while saying she found it in John's room and asking another parent figure if they knew their son was doing this. On-screen text says, \"So obviously not the brightest of bulbs.\"", "intended_meaning": "The joke is that the son tried to hide sexual paraphernalia or evidence of sexual activity, but did so very badly, so the adults are treating it like incriminating evidence and mocking him as unintelligent. The humor comes from embarrassment and the obviousness of the hidden item.", "evidence": ["Visible text at the top says \"So obviously not the brightest of bulbs,\" explicitly framing the person being discussed as foolish.", "The sticky note on the bag says \"EVIDENCE,\" making the contents a comic reveal of something incriminating.", "Audio/transcript: \"I found this in John's room\" and \"our son is doing this?\" frames it as parents discovering something in their son's room.", "The object in the bag appears elongated and phallic/sex-toy-like rather than an ordinary household item, supporting sexual innuendo.", "The mother's serious, investigative presentation contrasts with the trivial bag and supports a mocking, embarrassing tone."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, the mocking caption, the labeled bag, and enough visual/audio cues to infer the joke without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the son as foolish for trying to hide something tied to sexual activity or paraphernalia so badly that the parents treat it like obvious incriminating evidence and ridicule his lack of common sense.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000355", "video_path": "videos_final/vimu_000355.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.78, "literal_summary": "A person sits at a desk using a computer while another person films. The camera stays on the seated person for a moment, then suddenly jerks as if the filmer is startled. On-screen text reads, \"I didn't expect that,\" and the audio transcript says, \"Wait, what?\"", "intended_meaning": "The joke is a simple surprise reaction: something unexpected happens offscreen or on the computer, and the filmer reacts abruptly. The humor comes from the sudden shift from a calm gaming/computer scene to a startled response.", "evidence": ["The video shows a calm setup with someone seated at a computer desk using mouse and keyboard/controller.", "On-screen caption throughout says, \"I didn't expect that,\" explicitly framing the clip as an unexpected moment.", "ASR includes \"Wait, what?\" which matches a surprised reaction.", "The final frames are blurred from sudden camera movement, indicating the person filming is startled or quickly reacting."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip communicates a basic unexpected-surprise joke through the visible reaction, on-screen text, and abrupt camera motion without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed around the filmer's reaction instead of clearly showing what the person at the computer is seeing?", "answer": "Because the humor is the abrupt, unexpected reaction itself: the video uses the unseen computer moment as setup and makes the sudden shift from a calm scene to the filmer being startled the main payoff.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000356", "video_path": "videos_final/vimu_000356.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A man outdoors near a stump and scattered split logs places or leaves an axe/hatchet stuck in a standing piece of wood. On-screen text reads \"Solid.\" The audio transcript includes \"Thank you.\"", "intended_meaning": "The clip dryly praises the result as sturdy or satisfactory after the tool remains embedded in the wood. The humor comes from the understated caption contrasting with the rough, simple visual outcome.", "evidence": ["Visible on-screen text says \"Solid.\"", "Frames show chopped logs scattered around a chopping area outdoors.", "A handled tool appears lodged into an upright block/piece of wood and remains there as the camera centers on it.", "The short clip ends by emphasizing the stuck tool and wood setup rather than any further action.", "ASR contains only \"Thank you,\" which does not materially change the visual joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the camera shows a wood-chopping scene and the caption \"Solid\" comments directly on the visible outcome without requiring outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What does the caption suggest about the outcome shown at the end?", "answer": "It suggests the result is sturdy and satisfactory—the tool staying embedded is being presented as a simple sign that it worked.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000357", "video_path": "videos_final/vimu_000357.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["sexuality_related_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.77, "literal_summary": "A person films a frying pan on a stovetop while cooking eggs or an omelet. The on-screen text says, \"You're a what now???\" and the audio/transcript says, \"I'm a lesbian.\" The pan is shaken and the eggs fold over during cooking.", "intended_meaning": "The meme uses the visual of folded eggs/omelet as a sexualized visual analogy reacting to someone saying \"I'm a lesbian.\" The joke implies surprise and turns the statement about lesbian identity into a crude sexual reference, rather than treating it literally.", "evidence": ["ASR/transcript contains: \"I'm a lesbian.\"", "Visible on-screen text says: \"You're a what now???\" indicating a reaction framing.", "The camera stays focused on a frying pan with eggs that fold over as the pan is shaken, suggesting the visual is meant to be the punchline or analogy.", "The humor depends on juxtaposing the sexuality statement with the cooking visual rather than any explicit explanation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but interpreting the egg-folding shot as a sexualized analogy requires some everyday inferential/contextual knowledge rather than explicit explanation in the video.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns the line \"I'm a lesbian\" into a crude visual joke by using the folding eggs as a sexualized analogy, framing the reaction as surprise rather than taking the statement literally.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000358", "video_path": "videos_final/vimu_000358.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short handheld clip shows people trying to scoop dip from a container with chips while on-screen text reads, \"The rage I feel.\" The audio says, \"I bet this is gonna be bustin'.\"", "intended_meaning": "The meme expresses annoyance or frustration at an everyday disappointing food moment: the dip appears unusually thick, difficult to scoop, or otherwise unsatisfying, creating irritation despite initial optimism.", "evidence": ["On-screen text explicitly states \"The rage I feel,\" signaling frustration.", "The container of orange dip is shown close-up, and a chip is pressed into it rather than scooping easily.", "A second hand/chip appears to help pry or dig into the dip, suggesting the texture or situation is frustrating.", "The audio line \"I bet this is gonna be bustin'\" contrasts hopeful expectation with the immediately awkward result."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the text labels the emotion, and the visuals show a minor but relatable food-preparation frustration.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It conveys a relatable everyday letdown: something that seemed promising to eat turns out awkward and unsatisfying, leading to personal frustration.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 2, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000359", "video_path": "videos_final/vimu_000359.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person films a hallway with a yellow floor sign reading \"CLEANING IN PROGRESS\" beside a long wet streak on the floor. On-screen text says \"Prop Hunt.\" The camera moves toward the sign while the audio says, \"I see you there. Stop! No! No!\"", "intended_meaning": "The video jokingly treats the cleaning sign and wet spill as if they were a hidden player in the game Prop Hunt. The humor comes from applying video-game hide-and-seek logic to an ordinary real-life scene, pretending the sign is suspiciously placed to disguise the spill.", "evidence": ["On-screen text explicitly says \"Prop Hunt,\" invoking a hide-and-seek game premise.", "The camera approaches the sign like someone spotting a disguised object.", "The wet streak visually blends with the area near the sign, making the sign/spill pairing look like a \"prop\" setup.", "The audio \"I see you there. Stop! No! No!\" sounds like someone catching and chasing a hidden target."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly clear from the video, but understanding why \"Prop Hunt\" is funny benefits from common knowledge of the game mode where players disguise themselves as objects.", "fair_for_benchmark": true}, "qa": {"question": "What connection is the clip making between the hallway scene and the phrase \"Prop Hunt\"?", "answer": "It jokes that the cleaning sign and wet spill look like a Prop Hunt disguise, as if a hidden player is posing as an ordinary hallway setup and has just been spotted.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000360", "video_path": "videos_final/vimu_000360.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.71, "literal_summary": "A shaky phone video shows several young people sitting around a fast-food table with burgers, fries, and drinks. On-screen text reads, \"Good burger I'm assuming,\" while the camera lingers on a young man chewing and looking upward. The audio is a short line similar to, \"Oh, what a burger!\"", "intended_meaning": "The humor comes from awkwardly and understatedly commenting on someone eating a burger as if making a dry observation or review. The meme frames the moment as comically mundane and slightly random, inviting the viewer to laugh at the deadpan, low-stakes absurdity of saying the burger seems good based on the person's reaction.", "evidence": ["Visible text says, \"Good burger I'm assuming.\"", "The table is covered with fast-food items including burger wrappers, fries, and large cups, supporting that the scene is about eating a burger.", "The camera settles on one young man chewing with a neutral-to-pleased expression, implying he is the one being observed.", "The ASR line \"Oh, what a burger!\" matches the food-focused joke and suggests a humorous reaction to the burger.", "The shaky, casual recording style and brief duration make the clip feel like an impromptu funny observation rather than a narrative scene."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: viewers can see people eating fast food, read the caption, and infer the deadpan joke without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It humorously treats a very ordinary moment—someone eating a burger—as if it were a noteworthy review, making the scene funny through an understated, random observation that the burger must be good from his reaction.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000361", "video_path": "videos_final/vimu_000361.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["appearance_or_body_type", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.74, "literal_summary": "A short handheld clip shows a grocery-store self-checkout scale/scanner. A bunch of bananas is placed on it while audio says to weigh and move the bananas. On-screen caption text emphasizes the word 'BANANAS.'", "intended_meaning": "The clip uses the visual of a banana bunch and the repeated emphasis on 'bananas' to invite a sexual reading, likely comparing the shape/placement of the bananas to male genitalia. The humor comes from innuendo rather than anything explicit happening.", "evidence": ["The frames show a bunch of bananas being placed prominently on a checkout scale.", "ASR includes 'Weigh your bananas. Move your bananas...,' repeatedly naming the object.", "Visible caption text at the bottom also highlights 'BANANAS,' drawing attention to the word/object.", "No explicit joke is stated, so the likely meme effect comes from the suggestive visual association of bananas."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic clip is self-contained, but understanding why it is supposed to be funny relies on common cultural knowledge that bananas are often used as a sexual visual metaphor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why this clip keeps drawing attention to the bananas rather than just showing a normal checkout moment?", "answer": "The video is using the bananas as a suggestive visual joke, with the repeated focus on them inviting a sexual comparison to male genitals rather than simply documenting checkout instructions.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000362", "video_path": "videos_final/vimu_000362.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["absurdism", "innuendo", "parody"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A hand shows a phone and a charging cable on a table. The cable’s connector is decorated to look like a small spotted animal figure, and the person plugs it into the phone while on-screen text says, \"Can you rate my new charger\".", "intended_meaning": "The joke is that the charger is styled and moved to resemble a tiny dog or cow-like animal mounting the phone, creating a playful sexual visual gag while pretending to simply show off a 'new charger.'", "evidence": ["Visible on-screen text reads, \"Can you rate my new charger.\"", "The charger head is shaped/decorated like a small spotted animal figure.", "The hand animates the charger figure toward the phone in a deliberate, character-like way.", "The final plugged-in position makes the figure appear pressed against or mounted onto the phone, which creates the comedic double meaning."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The visual setup and punchline are understandable from the clip alone: the object is intentionally animal-shaped and positioned to create the joke, with the on-screen text framing it as a charger reveal.", "fair_for_benchmark": true}, "qa": {"question": "What makes the final plug-in moment the punchline of the clip?", "answer": "The humor comes from making the animal-shaped charger act like a tiny creature, with the final plugged-in position arranged to look like it is mounting the phone, creating a playful double-meaning visual gag.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000363", "video_path": "videos_final/vimu_000363.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "innuendo"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A hand moves a small red toy car along a windowsill and onto a table while on-screen text says, \"It was my First Date.\"", "intended_meaning": "The toy car movement is used as a suggestive reenactment of what happened on the speaker's first date, implying the date quickly progressed to sexual activity or physical intimacy. The humor comes from reducing the date to a crude, sped-up object demonstration, with some self-deprecating embarrassment.", "evidence": ["Visible text reads \"It was my First Date,\" framing the clip as a depiction of a date experience.", "The hand deliberately drives a toy car from one surface to another in a continuous, demonstrative way rather than as normal play.", "The short, performative object motion suggests analogy rather than literal narration.", "The joke relies on the toy car standing in for the speaker's behavior on the date, with the movement implying escalation or sexual action."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The on-screen text and the toy-car demonstration are enough to infer the intended joke without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What is the toy car movement meant to stand in for in the captioned scenario?", "answer": "It stands in for the speaker’s first date moving very quickly into physical intimacy, presented as a crude self-deprecating reenactment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000364", "video_path": "videos_final/vimu_000364.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "parody", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.91, "literal_summary": "A captioned clip shows a cat positioned like it is driving a car at night while text at the top says, \"Gamers: every game has a meaning\" and \"The game:\". Additional in-video text first reads \"Hey you, you're finally awake.\", then \"I'm going to get some burgers.\", and later \"You jumped in and tagged along.\" Meowing audio plays.", "intended_meaning": "The meme jokes that gamers often search for deep meaning in games, but some games are just silly, low-stakes, or nonsensical. It parodies dramatic game storytelling by placing game-like dialogue over a cat-driving clip, contrasting lofty expectations with a trivial absurd premise.", "evidence": ["Top caption explicitly sets up a contrast: \"Gamers: every game has a meaning\" followed by \"The game:\".", "The main visual is a humorous absurd clip of a cat appearing to drive a car at night.", "Overlaid dialogue resembles video game narrative text: \"Hey you, you're finally awake.\", \"I'm going to get some burgers.\", and \"You jumped in and tagged along.\"", "The shift from a famous-sounding dramatic opener to mundane burger-related text creates the joke that the 'game' is unserious or random.", "Repeated meowing reinforces the silly, non-serious tone rather than a deep or emotional message."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The meme is mostly understandable from the video alone because the top caption explains the premise and the absurd cat-driving clip delivers the punchline. Some light familiarity with gamers treating games as meaningful, and possibly recognition that the opening line imitates game dialogue, helps the interpretation.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It jokes that players often look for deep meaning in games, but sometimes a game is just random, goofy, and built around a trivial premise rather than any profound message.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000365", "video_path": "videos_final/vimu_000365.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A rooster rides in an elevator, steps out into a tiled hallway, and walks forward while on-screen text reads, \"Taking the lift to wake people is crazy.\"", "intended_meaning": "The joke is that the rooster is humorously portrayed as commuting by elevator to do its usual early-morning crowing. The humor comes from treating an animal's instinctive behavior like an oddly intentional, human-like plan, making the rooster seem absurdly dedicated to waking people up.", "evidence": ["A rooster is shown inside an elevator and exits when the doors open.", "The visible on-screen caption says, \"Taking the lift to wake people is crazy.\"", "Roosters are commonly associated with waking people by crowing, so the caption frames the rooster's elevator ride as if it is heading to perform that task.", "The mismatch between a rooster using a building elevator and the stated purpose creates the comedic effect."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video includes the key visual setup and explicit caption, so the joke can be understood directly from the clip without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "Why is the rooster shown using the elevator before walking down the hall?", "answer": "It frames the rooster like a person deliberately commuting to wake people up, which makes its normal crowing seem like an absurdly dedicated mission.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000366", "video_path": "videos_final/vimu_000366.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "parody", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A man in a hoodie sits beside a dog that is upright on its hind legs in a very human-like posture. On-screen text reads, \"Bro forgot he was a dog.\" The man looks toward the dog, and the edit briefly zooms in on their faces.", "intended_meaning": "The joke is that the dog's posture and still expression look unusually human, as if it is acting like a person and momentarily 'forgot' it is a dog. The caption humorously anthropomorphizes the dog.", "evidence": ["Visible text says \"Bro forgot he was a dog.\"", "The dog is sitting upright in a human-like pose rather than a typical dog posture.", "The dog's facial expression appears still and serious, which supports the human-like comparison.", "The edit includes close-up zooms on the man and the dog, emphasizing a reaction-style comedic beat."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is directly conveyed by the visible caption, the dog's posture, and the reaction-style zooms; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What specific comic premise ties together the dog's posture, expression, and the on-screen caption?", "answer": "The clip jokes that the dog looks so human-like in its upright, serious pose that it seems like a person who momentarily forgot it was a dog.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000367", "video_path": "videos_final/vimu_000367.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["mockery", "exaggeration"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "In a dimly lit party/club setting, the camera films someone holding a phone and interacting with what appears to be a profile or rating-style screen. Overlaid text says, \"never inviting bro to party again 💀.\"", "intended_meaning": "The joke is that the person being referred to as \"bro\" behaved so awkwardly, badly, or disappointingly at the party that the filmer is mockingly judging him on the phone and declaring he should not be invited again.", "evidence": ["Visible on-screen caption explicitly says, \"never inviting bro to party again 💀,\" framing the clip as ridicule of a male friend's party behavior.", "The setting appears to be a party or club due to colored lighting, people standing around, and the casual handheld filming.", "The phone is shown prominently and the user taps through a profile/rating-like interface, which functions as a comedic prop suggesting evaluation or criticism of the absent/present friend.", "The skull emoji and the caption tone indicate humorous embarrassment rather than a serious statement."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the visible caption, party setting, and the filmed phone interaction without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the clip centers on the phone interaction in that party scene?", "answer": "It uses the phone as a joke device to act like the friend is being rated or reviewed, implying he did so awkwardly or poorly at the party that he is being mockingly treated as someone who should not be invited again.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000368", "video_path": "videos_final/vimu_000368.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery", "innuendo"], "social_value_signals": ["contempt", "humiliation", "sexual_implication"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A woman and a man sit on a bed in a room while a caption reads \"Last time inviting bro.\" The camera then shows another young man standing nearby wearing a shirt that says \"I HATE PERIODS.\" The audio includes defensive lines about a woman, such as \"That's why she's still single\" and \"Any guy would be lucky to have a girl like her.\"", "intended_meaning": "The joke is that the friend being invited said something rude or awkward to a woman, and the reveal of his shirt implies he is especially immature or misogynistic around women. The caption frames him as an embarrassing guest the host regrets inviting because he ruined the interaction.", "evidence": ["On-screen text throughout says \"Last time inviting bro,\" which frames the standing male as the source of an embarrassing incident.", "The edit cuts from a seated man and woman to another male standing apart, creating a reveal structure that identifies him as the problematic friend.", "The standing male's shirt visibly reads \"I HATE PERIODS,\" which carries a gendered and socially insensitive implication.", "ASR includes lines defending the woman: \"You don't get to talk to her like that\" and \"Any guy would be lucky to have a girl like her,\" indicating he insulted or disrespected her.", "The humor comes from juxtaposing the defense of the woman with the visual reveal of the friend's crude shirt and awkward presence."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip provides the setup, the mocking caption, and the visual reveal needed to understand the joke without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What does the final reveal suggest about why the host says this was the last time bringing that friend?", "answer": "It suggests the friend said or did something inappropriate to the woman, and the reveal frames him as immature and awkward around women, making him the reason the hangout went badly and the host regrets bringing him.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000369", "video_path": "videos_final/vimu_000369.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person in a hoodie stands in a doorway while the audio says, \"Yeah, can you just shut the door on the way out?\" On-screen text reads \"Really sturdy.\" The person closes the door, and it appears to come off or swing awkwardly, revealing the hallway.", "intended_meaning": "The clip jokes that the door is not sturdy at all. The spoken request to shut the door is undercut by the visual result, creating a simple ironic punchline about a flimsy or broken door.", "evidence": ["Visible text says \"Really sturdy,\" which sets up a claim about the door's quality.", "The audio says, \"Yeah, can you just shut the door on the way out?\" framing a normal door-closing action.", "As the person closes the door, it appears to detach or swing incorrectly rather than shut normally.", "The humor comes from the mismatch between the claim of sturdiness and the door visibly failing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is fully understandable from the clip itself: the text claims sturdiness, the person shuts the door, and the door visibly malfunctions.", "fair_for_benchmark": true}, "qa": {"question": "What idea is this clip trying to get across overall?", "answer": "It is joking that the door is clearly not sturdy, since the normal act of shutting it makes it malfunction and undercuts the claim on screen.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000370", "video_path": "videos_final/vimu_000370.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short handheld nighttime kitchen clip shows two people quietly preparing spaghetti ingredients, with on-screen text reading \"Still better than using the microwave.\"", "intended_meaning": "The joke is that making spaghetti from scratch at 3:50 a.m., while sneaking around quietly, is presented as preferable to microwaving food. The humor comes from the exaggerated commitment to a more proper cooking method even in an inconvenient late-night situation.", "evidence": ["On-screen text explicitly says, \"Still better than using the microwave.\"", "ASR says, \"Guys, it's 3:50 in the morning. We're about to make some spaghetti. We gotta be really quiet. Logan, pass me the bowl.\"", "Frames show a kitchen, a bowl, jarred pasta sauce, and a stove, supporting that they are preparing spaghetti.", "The hushed tone and sneaking behavior create a deadpan contrast with the effort involved for a late-night meal."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the text, quiet narration, and kitchen visuals directly set up the contrast between elaborate late-night cooking and simply using a microwave.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point the clip is making about why they are cooking this way?", "answer": "It presents making spaghetti quietly at nearly 4 a.m. as still preferable to using the microwave, with the humor coming from how much effort they put into doing it the more proper way despite the inconvenient situation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000371", "video_path": "videos_final/vimu_000371.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "mockery", "bait_and_switch"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.76, "literal_summary": "A short selfie-style clip in a car shows a young woman in a beanie putting her mouth on a clear plastic nozzle or bag opening. The camera then pans to another person’s open hand and an egg carton on a car seat. On-screen text says, \"She didn't understand the assignment.\"", "intended_meaning": "The joke frames the woman as mistakenly doing something sexually suggestive instead of the expected task involving eggs or a food item. The caption implies she misunderstood what she was supposed to do, and the humor comes from turning her action into a sexualized double meaning and lightly ridiculing her for it.", "evidence": ["On-screen text explicitly says, \"She didn't understand the assignment,\" which signals a setup where someone performs the 'wrong' action.", "The woman is shown with her mouth on a plastic opening/nozzle in a close-up, creating a suggestive visual.", "The later shot reveals an open hand and an egg carton, indicating the expected activity likely involved handling eggs or something from the carton rather than the mouth action.", "The cut from the mouth close-up to the egg carton creates the contrast that drives the joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the visual contrast and caption alone, but recognizing the sexualized double meaning requires ordinary social knowledge about suggestive imagery.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that the woman misunderstood what she was supposed to do: instead of the expected task involving the eggs or food item, she does something that looks sexually suggestive, and the humor comes from that mistaken double meaning and mild ridicule.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000372", "video_path": "videos_final/vimu_000372.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.74, "literal_summary": "A young man stands in a kitchen with a plate of fried bite-sized food, appears to inspect or use sauce from a packet, eats one piece, then pauses with a surprised look. On-screen text reads \"Oh wow,\" and the ASR includes \"Duck sauce? What is this stuff?\"", "intended_meaning": "The humor comes from his unexpectedly strong or surprisingly good reaction to trying duck sauce with the food, presented in a simple reaction format where his pause and expression imply he did not expect that taste.", "evidence": ["He is shown handling food and likely a sauce packet over a plate in the kitchen.", "The ASR says, \"Duck sauce? What is this stuff?\" indicating he is trying or reacting to duck sauce.", "On-screen text repeatedly says \"Oh wow,\" matching a surprised reaction.", "His facial expression shifts from neutral to paused surprise after taking a bite, creating the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the visible action, the spoken line about duck sauce, and the on-screen reaction text without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What does his pause and expression suggest he realized after trying the sauce?", "answer": "He realizes the duck sauce tastes much better or stronger than he expected, catching him off guard in a good way.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000373", "video_path": "videos_final/vimu_000373.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A person outdoors asks another person a question, with on-screen text reading \"How should I check it?\" The camera then pans up a very tall vertical speaker tower or column-like structure.", "intended_meaning": "The clip sets up a seemingly ordinary question about how to 'check' something, then reveals a very tall upright object as a visual double meaning, inviting a sexual interpretation by comparing the object to male anatomy and implying uncertainty about how to handle or assess it.", "evidence": ["On-screen text says \"How should I check it?\" which creates the setup for the joke.", "The camera reveal focuses on an unusually tall upright column/speaker tower, emphasizing its phallic shape.", "The humor depends on the contrast between the innocent question and the suggestive visual reveal.", "No explicit sexual language is shown, so the meaning is implied rather than stated."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the video alone, but recognizing the sexual double meaning requires common everyday knowledge about phallic visual humor rather than niche external context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the question about how to \"check it\" and the reveal of a very tall upright object to create a visual double meaning, suggesting a sexual comparison to male anatomy and uncertainty about how to deal with it.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000374", "video_path": "videos_final/vimu_000374.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan", "contrast"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.77, "literal_summary": "A short clip shows a person demonstrating a yellow cup holder attached to a lawn mower handle while audio says to put something in the mower cup holder. On-screen text reads, \"The design is very human.\"", "intended_meaning": "The video humorously points out that the shape and placement of the mower's cup holder can be read as suggestive of human anatomy, especially when paired with the instructional-sounding audio about putting something into it. The joke relies on a sexualized double meaning rather than a literal product demonstration.", "evidence": ["On-screen text says, \"The design is very human,\" which cues anthropomorphic interpretation rather than a neutral demo.", "The ASR transcript says, \"So you just put it right in the, right in your little mowing cup holder,\" emphasizing insertion into the holder.", "The camera lingers on a small yellow holder attached near the mower handle, with framing that centers its shape and position.", "The humor comes from the mismatch between a mundane lawn mower accessory and the suggestive wording/visual focus."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video itself, but recognizing the sexual double meaning requires ordinary adult social knowledge about suggestive visual analogy.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making a suggestive joke: the mower cup holder is framed and described in a way that makes it resemble human anatomy, so the product demo doubles as a sexual double meaning rather than a straightforward explanation.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000375", "video_path": "videos_final/vimu_000375.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "parody"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A young man in a kitchen or back-room area stands near a refrigerator and shelves with stacked containers. On-screen text says, \"Bro's got the telekinetic voice.\" He raises his hand and opens his mouth toward the shelves, and multiple bowls or lids suddenly fall toward him and the fridge area.", "intended_meaning": "The caption jokingly frames the man's loud voice or gesture as if he has supernatural telekinetic powers, because items fall from the shelf right when he appears to call out or reach toward them.", "evidence": ["Visible text reads, \"Bro's got the telekinetic voice.\"", "The man opens his mouth and extends his hand toward the shelf area as if summoning something.", "Immediately after this gesture/vocal-looking moment, several containers or lids fall from the shelf.", "The humor comes from matching the timing of his action with the falling objects, making it look like he caused it with his voice or mind powers."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone because the caption directly supplies the supernatural framing and the visual timing shows the falling objects after his apparent call/gesture.", "fair_for_benchmark": true}, "qa": {"question": "What specific idea links the man's action to the objects falling?", "answer": "It jokes that his voice or gesture seems to make the objects fall, as if he has telekinetic power.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000376", "video_path": "videos_final/vimu_000376.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A short clip shows a boxed utility knife on a table while hands try to open the packaging. On-screen text says \"Ah. Makes sense,\" and the audio explains that before using the utility knife, you need to remove it from the packaging, which is difficult, so you should buy another utility knife to open it.", "intended_meaning": "The joke points out the absurd self-defeating design of hard-to-open packaging: a knife is packaged in a way that seemingly requires another knife to access it. The humor comes from presenting this circular problem in a calm, matter-of-fact way.", "evidence": ["ASR states: \"Before we use this utility knife, we need to get it out of its packaging... simply go buy another utility knife.\"", "Frames show a utility knife sealed in retail packaging while hands struggle to open it.", "Visible on-screen text reads \"Ah. Makes sense,\" reinforcing sarcastic agreement with the absurd situation.", "The delivery is deadpan and instructional despite the obviously impractical advice."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains all key information needed to understand the joke: the packaged knife, the failed opening attempt, the spoken explanation, and the sarcastic text overlay. No outside meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "Why is the situation presented as an instruction to buy another one before using the first one?", "answer": "It highlights the absurd, self-defeating design of the packaging: the utility knife is so hard to open that it seems to require another knife just to access it.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000377", "video_path": "videos_final/vimu_000377.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "bait_and_switch", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "In a kitchen, a person holds up a cup of brown liquid while on-screen text says \"Delicious.\" The camera then reveals writing on the cup indicating it is \"poo mi...\" or \"poop milk,\" matching audio that first calls it chocolate milk and then says it is poop.", "intended_meaning": "The joke is a gross-out bait-and-switch: something presented as a tasty drink is revealed to be labeled as poop, making the earlier \"Delicious\" and \"chocolate milk\" framing ironic.", "evidence": ["On-screen text repeatedly says \"Delicious\" while the cup of brown liquid is shown.", "ASR includes: \"Chocolate milk. Oh, what is it? It's poop!\" indicating a reveal from normal drink to feces-related label.", "Later frames show handwritten text on the cup beginning with \"poo mi...,\" consistent with \"poop milk.\"", "The humor comes from the sudden contrast between appetizing framing and disgusting reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full joke is understandable from the clip alone through the drink visuals, the \"Delicious\" caption, the spoken reveal, and the visible writing on the cup; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What shift in how the drink is presented creates the joke in this clip?", "answer": "The clip first presents the brown drink as something tasty, then reveals it is labeled as poop, so the earlier praise is reinterpreted as the punchline.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000378", "video_path": "videos_final/vimu_000378.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "parody", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short clip shows an electrical outlet and plug, with the on-screen text \"Yo phone linging.\" The outlet’s face resembles a surprised or singing mouth while the camera focuses on it.", "intended_meaning": "The meme jokes that the outlet looks and sounds like a person or ringtone phrase, turning the socket into a character. The humor comes from the visual resemblance and the silly caption/audio pairing rather than from any social commentary.", "evidence": ["Visible on-screen text reads \"Yo phone linging.\"", "Frames show a close-up of a wall outlet whose holes resemble a face, especially an open mouth.", "The short edit centers on the outlet and plug as if the outlet is 'speaking' or making the ringtone phrase.", "No clear person or social group is depicted or criticized."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the outlet looks face-like and the caption supplies the comedic phrase, with no need for outside meme history or posting context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke the clip is making with the outlet and the caption?", "answer": "It jokes that the wall outlet looks like a face and is being personified as if it is saying or singing \"Yo phone linging.\"", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000379", "video_path": "videos_final/vimu_000379.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short clip shows a yellow banana-like object seeming to move or stand upright on the floor in an indoor space. On-screen text says, \"Bro went to Hogwarts.\" A person then approaches and steps near or onto it.", "intended_meaning": "The joke frames the oddly animated-looking banana/object as if it is using magic, comparing its unusual movement to wizardry from Harry Potter's Hogwarts.", "evidence": ["Visible caption reads \"Bro went to Hogwarts.\"", "The yellow object appears to move or balance in an unusual way on its own, making it look uncanny or magical.", "The humor comes from comparing that strange motion to a wizard school, rather than stating a literal cause."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video and caption alone, but recognizing Hogwarts as a shorthand for magic/wizardry requires common cultural knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What does the line \"Bro went to Hogwarts\" suggest about why the object is behaving that way?", "answer": "It suggests the object is being jokingly treated as if it has magical, wizard-like powers that make it move unnaturally.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000380", "video_path": "videos_final/vimu_000380.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.67, "literal_summary": "Three young men sit in a car at night with a large drink cup between them. One says, according to ASR, 'Now for the taste test,' and the man on the right moves or stirs the straw in the cup. On-screen text says, 'Wait hold up,' and the others pause and look at each other and at the cup.", "intended_meaning": "The joke likely relies on the straw movement and the phrase 'taste test' being read as sexually suggestive, causing the group to suddenly realize the setup sounds inappropriate or homoerotic and pause awkwardly.", "evidence": ["ASR includes the phrase 'Now for the taste test.'", "A large cup with a single straw is centered between the men.", "The person on the right makes a hand motion at the straw/cup before the pause.", "On-screen text says 'Wait hold up,' signaling sudden reconsideration or realization.", "The men then look at each other with a restrained, awkward reaction rather than continuing normally."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is visible from the video itself, but understanding why the moment is funny depends on common social knowledge about sexual innuendo and awkward shared-straw implications.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the moment as a whole, especially the shift after the line about the \"taste test\"?", "answer": "The joke is that they suddenly realize the cup-and-straw setup plus \"taste test\" sounds sexually suggestive, making the moment read like an unintentionally homoerotic double meaning.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000381", "video_path": "videos_final/vimu_000381.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery", "innuendo"], "social_value_signals": ["humiliation", "sexual_implication", "aggression_or_hostility"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.81, "literal_summary": "At night in a parking area, a young man stands by a white vehicle holding a large drink in one hand and a takeout bag in the other. On-screen text says, \"Nah bro. Gloves off.\" Another person’s hand reaches toward him and appears to hit or grab at his neck/chest area while he looks to the side and then down.", "intended_meaning": "The clip frames the man as suddenly ready for a direct physical or sexualized confrontation despite his awkward situation of carrying food and drink. The phrase \"gloves off\" suggests escalation to something more intense or no longer restrained, and the hand reaching toward his neck/chest turns that into a mocking, slightly homoerotic or dominance-coded joke at his expense.", "evidence": ["Visible text reads \"Nah bro. Gloves off,\" which implies escalation or dropping restraint.", "The man is encumbered with a large cup and takeout bag, creating contrast with the idea of being ready to fight or engage physically.", "A second person’s hand enters and makes contact near the man's neck/chest, shifting the scene from passive standing to confrontational/physical interaction.", "The nighttime handheld filming and timing of the touch after the caption create a joking, humiliating setup centered on him."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the video alone, but interpreting \"gloves off\" as a figurative cue for escalation and reading the contact as dominance/sexualized humor relies on common social knowledge rather than explicit explanation in the clip.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point created by pairing the on-screen text with the hand reaching toward the man while he is still holding the drink and takeout bag?", "answer": "It presents him as suddenly going 'all in' for a direct physical encounter, but the fact that his hands are full makes that idea look awkward and turns him into the butt of a dominance-style joke; answers may note a slight sexualized undertone, but that is not required.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000382", "video_path": "videos_final/vimu_000382.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short clip shows a ring-shaped arrangement of sliced bread or sandwiches on a green plate, with on-screen text reading \"4D sandwich.\" The audio says, \"I watched Interstellar last night, and guys, there is a bunch of different dimensions out there, and we gotta start utilizing.\"", "intended_meaning": "The joke is a playful, pseudo-intellectual parody of higher-dimensional science concepts: after watching a sci-fi movie about dimensions, the speaker humorously labels an oddly arranged sandwich as a \"4D sandwich,\" pretending to have discovered a practical use of extra dimensions. The humor comes from absurdly overapplying complex science language to an ordinary food arrangement.", "evidence": ["Visible text explicitly labels the object as \"4D sandwich.\"", "The object is just bread/sandwich pieces arranged in an unusual circular form on a plate.", "The audio references watching Interstellar and \"different dimensions,\" linking the food image to higher-dimensional talk.", "The mismatch between advanced sci-fi dimensional language and a mundane sandwich creates the comedic effect."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone because both the dimensional framing (audio/text) and the sandwich visual are present; only very common knowledge that Interstellar involves space/dimensions mildly helps.", "fair_for_benchmark": true}, "qa": {"question": "What idea is the clip playing with by calling the food a \"4D sandwich\" after mentioning Interstellar and other dimensions?", "answer": "It is parodying the overuse of big sci-fi ideas by treating an oddly arranged ordinary sandwich as if it were a breakthrough use of higher dimensions after watching Interstellar.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000383", "video_path": "videos_final/vimu_000383.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.75, "literal_summary": "A young man in a kitchen pours a canned drink into a glass, creating a foamy dark beverage. On-screen text says \"coffefe.\" The ASR transcript reads, \"How is your holiness?\"", "intended_meaning": "The joke is a simple parody of making or presenting a drink as if it were a special coffee creation, while the misspelled caption and deadpan presentation make it seem deliberately silly or low-effort.", "evidence": ["The visible on-screen caption says \"coffefe,\" a misspelled version of \"coffee,\" signaling a joke rather than a normal drink label.", "The man carefully pours a canned beverage into a glass in a kitchen, framing it like a drink-preparation clip.", "The resulting drink is very foamy and dark, which supports the idea that the clip is mock-presenting it as a coffee-like concoction.", "No clear target of ridicule other than the creator's own silly presentation is shown."], "evidence_sources": ["frames", "visible_text", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's humor is understandable from the visible drink-pouring action and the on-screen misspelled caption alone; no outside meme context is necessary.", "fair_for_benchmark": true}, "qa": {"question": "Why is this drink shown and labeled in this particular way?", "answer": "It presents an ordinary canned drink as if it were a special coffee-style creation, with the misspelled label and straight-faced delivery making the presentation intentionally goofy and low-effort.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000384", "video_path": "videos_final/vimu_000384.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A person at a restaurant table repeatedly pokes or agitates a bowl of soup with a spoon while on-screen text says, \"How is this soup not splashing.\" The soup suddenly jumps upward in a burst and then settles.", "intended_meaning": "The humor comes from setting up a small mystery about why the soup is not splashing despite being disturbed, then getting an exaggerated delayed splash as a payoff. It is a simple observational joke about unexpected physical behavior and timing.", "evidence": ["Visible caption reads: \"How is this soup not splashing\".", "Frames show a hand stirring or tapping the soup repeatedly with a spoon.", "Later frames show the soup suddenly surging upward, creating the anticipated splash.", "No person or social group is mocked; the joke is about the surprising behavior of the soup."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are fully understandable from the clip itself through the visible caption and the delayed splash event; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main idea that connects the caption's question with the clip's ending?", "answer": "It sets up a question about why the soup is not splashing, then pays it off with an exaggerated delayed splash, making the clip funny through surprise and timing.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000385", "video_path": "videos_final/vimu_000385.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["literal_only", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.93, "literal_summary": "A person in a room films a red punching-ball object on a stand, then the camera swings to reveal the same red object somehow attached high near the ceiling. White on-screen text says \"How?\" and the audio reacts with surprise: \"What the... Bro!\"", "intended_meaning": "The clip presents an improbable visual outcome as a short reaction meme: the joke is simple amazement and confusion about how the object ended up near the ceiling, inviting viewers to share the same disbelief.", "evidence": ["Visible on-screen text at the top says \"How?\"", "Frames first show the red punching-ball-like object on a countertop/stand, then later high near the ceiling", "The camera movement quickly reveals the surprising second position, emphasizing the unexpected result", "ASR captures surprised speech: \"What the... Bro!\" which matches a shocked reaction"], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The surprise-based joke is understandable from the video alone: the setup, reveal, text, and reaction all directly communicate confusion about the object's impossible-looking placement.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of this clip as a whole?", "answer": "It is a reaction joke centered on disbelief at the object somehow ending up near the ceiling, inviting viewers to share the same amazed confusion.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000386", "video_path": "videos_final/vimu_000386.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person whose skin and shirt are covered in bright blue color stands at a bathroom sink while someone tries to wash the blue off his hand under running water. On-screen text says, \"The fear in his eyes,\" and the audio says, \"It's not coming off. Dude, it's not coming off.\" The camera then shows the blue-painted person's worried face.", "intended_meaning": "The humor comes from the person's dawning panic that the blue coloring or paint may be stuck on his skin, with the caption mock-dramatically highlighting his anxious expression.", "evidence": ["On-screen text explicitly says, \"The fear in his eyes.\"", "Audio repeats, \"It's not coming off,\" indicating concern that the blue substance cannot be washed away.", "The person and his clothing appear extensively covered in bright blue color.", "The clip ends by revealing his face with a tense, worried expression, matching the caption's joke focus."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, failed washing attempt, caption, and worried facial reveal together make the joke understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video wait until the end to show the person's face clearly?", "answer": "To highlight his dawning realization and worried expression when he understands the blue color may not come off, which is the clip's main payoff.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000387", "video_path": "videos_final/vimu_000387.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "innuendo"], "social_value_signals": ["sexual_implication", "anti_mainstream_value"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "At night, several people stand beside a red car holding blue cups while someone sprays liquid from a hose/nozzle into the cups. On-screen text repeatedly says, \"Hey Squidward!\"", "intended_meaning": "The clip uses the repeated \"Hey Squidward!\" caption as a joking reference while people crowd around to get liquid squirted into cups, making the scene read as a crude sexual-style joke or playful parody of multiple people eagerly lining up for something being sprayed at them.", "evidence": ["Multiple hands hold cups close to a pressurized stream from a nozzle/hose.", "The group appears to take turns positioning cups under the spray in a casual party-like setting.", "The only visible text is the repeated caption \"Hey Squidward!\", which adds a comedic, nonliteral framing rather than describing the action.", "The humor depends on the visual resemblance between the spraying action and a sexualized act, rather than any explicit statement."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video itself, but recognizing why \"Hey Squidward!\" is funny and reading the spray setup as innuendo benefits from common pop-culture/everyday humor context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It frames the group crowding around the spray as a crude, playful innuendo, joking that they are eagerly lining up for something suggestive rather than just filling cups.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000388", "video_path": "videos_final/vimu_000388.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "innuendo"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A person films themselves approaching and opening a pair of doors, then reveals a very long indoor hallway. On-screen text says, \"She made the right choice,\" and the audio says, \"Oh, right here! Finally!\"", "intended_meaning": "The joke implies that a woman chose a male partner with a very large penis, using the unexpectedly long hallway as a visual analogy for length. The caption frames this as her having made a good romantic or sexual choice.", "evidence": ["The camera reveal focuses on opening doors and then showing an unusually long corridor, creating a length-based visual punchline.", "The persistent caption \"She made the right choice\" evaluates a woman's decision rather than just describing the hallway.", "The hallway appears to function as an analogy rather than a literal destination because of the timing of the reveal and the congratulatory caption.", "The ASR line \"Oh, right here! Finally!\" adds to the reveal structure but does not by itself explain the joke; the implication comes from pairing the reveal with the caption."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly understandable from the visual reveal and caption, but recognizing the hallway as a sexualized metaphor for penis size requires common cultural inference rather than explicit statement.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It suggests the woman made a good choice in a male partner because the long hallway is being used as a visual stand-in for him being very well endowed.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000389", "video_path": "videos_final/vimu_000389.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["bait_and_switch", "parody", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A person places a small amount of water in a blue bowl, moves the bowl into what appears to be a pet enclosure, and a small rodent comes over to drink. On-screen text says, \"He was set up.\"", "intended_meaning": "The video jokingly frames an ordinary act of giving a small pet water as if it were a dramatic trap or sting operation. The humor comes from mock-serious narration/text treating the animal like it has been lured into a setup.", "evidence": ["A blue bowl is shown with a few drops of water being added.", "The bowl is carried and placed into an enclosure-like space.", "A small hamster/rodent approaches the bowl and drinks from it.", "Visible caption throughout says, \"He was set up,\" which gives the scene a mock-accusatory framing.", "The contrast between harmless pet care and crime/drama wording creates the joke."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: viewers can see the water bowl being prepared for a small pet, and the on-screen text provides the comedic framing without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It humorously presents giving a small pet water as if the animal had been lured into a dramatic setup or sting, treating a harmless moment like a serious scheme.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000390", "video_path": "videos_final/vimu_000390.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "mockery"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A person on a school bus films a friend and says, \"Hey guys, just here with my buddy Luke that biked to school today.\" The friend smiles, then suddenly looks surprised and lunges out of frame while the camera shakes. On-screen text says, \"Took me 3 tries to understand.\"", "intended_meaning": "The joke relies on the phrase \"biked to school\" being heard as a sexual euphemism rather than literal transportation. The friend's delayed shocked reaction suggests he realizes the double meaning and feels embarrassed for being framed that way, while the filmer laughs at his discomfort.", "evidence": ["ASR transcript: \"Hey guys, just here with my buddy Luke that biked to school today.\"", "The filmed friend first appears relaxed and smiling, then abruptly changes to a wide-eyed surprised expression and moves quickly out of frame.", "Camera shake and the filmer's visible laughter at the end signal a prank/reaction setup.", "Visible caption \"Took me 3 tries to understand\" tells viewers the humor depends on catching a hidden meaning rather than the literal statement."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip itself shows a delayed realization prank and provides the key spoken phrase, but understanding why it is funny depends on recognizing a sexual double meaning in \"biked,\" which requires some slang/everyday context not fully contained in the video.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is a prank built on a double meaning of \"biked to school\": the filmer says something that can be heard as a sexual insinuation about Luke, and the joke is Luke realizing that and getting embarrassed while the filmer laughs at his reaction.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000391", "video_path": "videos_final/vimu_000391.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["gender_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A person reaches toward a thick overhang of snow on a roof. On-screen text says, \"Girl, what was that sound???\" The snow then suddenly slides off, and the audio says, \"Aw, fuck, I was hoping that was gonna be more satisfying. Oof.\"", "intended_meaning": "The clip uses the roof-snow collapse as a visual analogy for an anticipated but disappointing sexual or bodily sound/event. The caption frames it like someone reacting to an unexpected intimate sound from a woman, and the ending audio reinforces that the speaker expected something more satisfying but was let down.", "evidence": ["Visible text reads, \"Girl, what was that sound???,\" which personifies the scene as a reaction to a woman's noise.", "The camera lingers on a drooping mass and builds anticipation before it drops, suggesting a payoff gag.", "The spoken line, \"I was hoping that was gonna be more satisfying,\" implies expectation of a gratifying sound/result rather than just documenting snow falling.", "The humor comes from mismatch between the literal snow-slide and the suggestive caption/audio framing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the caption, the visual buildup/payoff, and the disappointed audio, but recognizing it as sexual/bodily innuendo requires common social context rather than explicit statement.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the roof-snow drop as a suggestive stand-in for an anticipated intimate or bodily sound from a woman, with the punchline being that the result is less satisfying than expected.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000392", "video_path": "videos_final/vimu_000392.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "The video first shows an airplane wing through a passenger window with a bird sitting on the wing area, with the on-screen text \"Huh.\" It then cuts to a young man wearing headphones inside the plane, staring ahead with a confused, concerned expression while the same text remains on screen.", "intended_meaning": "The meme humor comes from noticing something unexpected or seemingly alarming outside the airplane window and then showing a deadpan reaction of confusion and disbelief, as if the person is thinking, 'Why is there a bird out there on the wing?'", "evidence": ["A bird-like animal is visible outside near the airplane wing through the window.", "On-screen text says \"Huh,\" signaling confusion or disbelief.", "The edit cuts from the outside view to the passenger's puzzled face.", "The man's facial expression is furrowed and blankly confused rather than panicked, supporting a reaction-joke format."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: viewers can see the odd sight outside the plane window and the passenger's confused reaction without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video edited to show the outside view first and then the passenger's face with the same caption?", "answer": "It frames the bird on or near the wing as an unexpectedly strange sight and then uses the passenger's blank, puzzled look to sell a deadpan reaction of confused disbelief.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000393", "video_path": "videos_final/vimu_000393.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A person is preparing a drink in a jar and says they need to shake it, then notices a shaker. The video cuts to them handling a metal cocktail shaker at a sink. White on-screen text reads \"Ayoooo!!!\".", "intended_meaning": "The clip sets up an accidental double meaning: saying \"I do have a shaker\" while showing a handheld object creates a brief sexual interpretation before the cut reveals it is literally a cocktail shaker. The humor comes from the suggestive misunderstanding and then the clarification.", "evidence": ["ASR includes: \"Now we'll give this a shake. Oh wait, I forgot I do have a shaker.\"", "On-screen text \"Ayoooo!!!\" signals that the moment is being framed as suggestive or inappropriate.", "Early frames show a hand holding a small white object near a jar before the reveal, which can momentarily read ambiguously.", "Later frames clearly show a stainless-steel cocktail shaker being opened and rinsed in a sink, resolving the ambiguity.", "The quick edit/reveal structure supports a joke based on misinterpretation then clarification."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the clip alone through the spoken line, the \"Ayoooo!!!\" caption, and the visual reveal of the actual shaker; no niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is joking about a momentary double meaning: the line about having a \"shaker\" is briefly framed so it can be read suggestively, then the reveal of an actual cocktail shaker shows the misunderstanding is the joke.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000394", "video_path": "videos_final/vimu_000394.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "role_reversal", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip in a warehouse-like room shows a tall cardboard box moving around by itself while on-screen text reads \"Reverse prop hunt.\" The camera follows the box as it shifts and glides across the floor.", "intended_meaning": "The joke is that instead of a person trying to hide as an object, the object appears to be actively moving around and chasing or searching, as if the roles in a prop-hunt game mode have been reversed.", "evidence": ["Visible on-screen text says \"Reverse prop hunt.\"", "The main visual is a tall cardboard box moving upright across the room, suggesting a hidden person inside or an object acting like an agent.", "The humor comes from the mismatch between an ordinary box and behavior associated with a player or hunter moving around.", "The camera tracks the moving box, reinforcing that the box is treated as the active subject of the scene."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is understandable from the moving box and caption alone, but the specific joke lands better if the viewer knows the general idea of a prop-hunt game mode where players disguise themselves as objects.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the caption and the moving box are paired this way?", "answer": "It presents a prop-hunt role reversal: the box is treated like the active player searching or chasing, instead of a person hiding as an object.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000395", "video_path": "videos_final/vimu_000395.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["mockery", "innuendo", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A cat lies on a pink bed while someone wraps its body in a patterned cloth and moves or wiggles the wrapped lower part. On-screen text reads, \"Why did bro wiggle it like that?\"", "intended_meaning": "The humor comes from the cat being wrapped into a tube-like shape and the person making the lower part wiggle in a way framed as oddly suggestive or goofy. The caption mockingly calls attention to the strange motion, inviting viewers to laugh at how the movement looks.", "evidence": ["Visible text says, \"Why did bro wiggle it like that?\" which directs attention to the manner of movement rather than just the wrapping.", "Frames show a cat tightly wrapped in a patterned cloth with only its head and part of a paw/tail area visible.", "The person handling the cat manipulates the wrapped lower portion so it sways or wiggles.", "The cat's still, mildly displeased facial expression contrasts with the exaggerated movement, adding to the comedic effect.", "No clear social group or person is attacked; the joke is about the odd visual and motion."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption highlights an unusually suggestive-looking wiggle of a wrapped cat, and the visual provides the punchline without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why this clip was turned into a meme rather than just shown as a pet video?", "answer": "It treats the wrapped cat’s exaggerated wiggle as the whole joke, making the movement look oddly suggestive and silly so viewers laugh at how strangely it comes across.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000396", "video_path": "videos_final/vimu_000396.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.75, "literal_summary": "A person films the floor of a public restroom stall area while walking; a toilet and floor drain are visible, and the on-screen caption says \"He knew.\" Another person’s shoes are visible under the stall divider.", "intended_meaning": "The caption implies the person in the stall realized the filmer was entering or noticing something awkward, with the restroom setting suggesting a sexual or embarrassing implication rather than anything stated explicitly.", "evidence": ["The visible text says \"He knew,\" which frames the scene as someone becoming aware of the filmer or situation.", "The setting appears to be a restroom stall area: toilet bowl, stall partition, tiled wall, and floor drain are visible.", "At the end, another person’s shoes appear under the stall divider, indicating someone is inside the stall.", "The camera movement toward the stall and the sparse caption create a suggestive, awkward reveal without explicit explanation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The restroom setting and reveal are visible in the video, but interpreting \"He knew\" as sexual/awkward innuendo relies on common social understanding of why filming near an occupied stall is suggestive.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It suggests the person in the stall realized the filmer was approaching or noticing an awkward, suggestive restroom situation, and the humor comes from that mutual awareness rather than anything stated directly.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000397", "video_path": "videos_final/vimu_000397.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A handheld camera shows a large hole torn in a white wall or panel with broken pieces on the floor. On-screen text says \"Oh Nooooo.\" The camera then pans to a nearby doorway where a small red toy-like figure is visible on the floor inside the dark room, while a distressed voice says lines like \"Oh no, not again\" and \"You need to stop this.\"", "intended_meaning": "The joke is that the damage is being humorously blamed on the small red figure, creating a mock 'caught causing trouble again' reveal. The humor comes from the contrast between the large destruction and the tiny, harmless-looking character.", "evidence": ["Visible text repeatedly says \"Oh Nooooo,\" framing the event as a mishap.", "Frames show a large hole in a wall/panel and debris on the floor, indicating significant damage.", "The camera reveal to a small red figure in the doorway acts like a punchline, implying it is the supposed culprit.", "The audio/transcript expresses exasperation: \"Oh no, not again... You need to stop this!\" which supports the playful blaming narrative.", "No clear person or social group is targeted; the humor is situational and object-focused."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and joke are understandable from the video alone: damage is shown first, then the camera reveals a tiny figure as the implied cause.", "fair_for_benchmark": true}, "qa": {"question": "Why does the clip wait until the end to show the small red figure after first focusing on the damage?", "answer": "The ending reveal turns the damage into a punchline by playfully treating the tiny red figure as the one responsible, making the contrast between huge destruction and a small harmless-looking character the whole joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000398", "video_path": "videos_final/vimu_000398.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip shows a white shape on a rooftop that initially resembles a dog's head. On-screen text says, \"Who else thought it was a dog?\" As the clip continues, the shape is revealed to be something else rather than an actual dog.", "intended_meaning": "The meme plays on visual misperception: viewers are invited to realize they were fooled by an object or animal-like shape that looked like a dog at first glance. The humor comes from the reveal and shared recognition of the mistaken first impression.", "evidence": ["Visible text explicitly asks, \"Who else thought it was a dog?\" which frames the clip as a mistaken-identification joke.", "The object on the roof has dog-like features at first glance, especially a white rounded head-like shape with dark spots resembling eyes or a muzzle.", "As the clip progresses, the shape changes/reveals additional detail, indicating it is not actually a dog and creating the punchline.", "No person or group is insulted or targeted; the joke is about perception."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the clip alone: the text sets up the mistaken assumption and the visual reveal delivers the joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What are viewers meant to realize by the end of the clip?", "answer": "Viewers are meant to realize they were initially fooled into thinking the rooftop shape was a dog, and the humor is in recognizing that first impression was wrong once the reveal shows it is something else.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000399", "video_path": "videos_final/vimu_000399.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A short phone-recorded clip at a checkout counter shows a man being called over and then holding up a brightly colored card labeled \"CREDIT CARD.\" On-screen text says, \"I don't think bro's card is going to work.\"", "intended_meaning": "The joke is that the man appears to be trying to pay with a fake or toy-looking card, so the caption humorously predicts that the payment will fail. The humor comes from the obvious mismatch between a real payment situation and a card that looks unserious or nonfunctional.", "evidence": ["Visible caption reads: \"I don't think bro's card is going to work.\"", "The card shown is unusually bright and generic-looking, with large text \"CREDIT CARD,\" making it look fake or novelty-like rather than like a normal bank card.", "The audio includes people urgently calling attention to it: \"Come here... Let me see that,\" suggesting surprise at what is being used.", "The clip centers on revealing the card at the checkout counter, making that reveal the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the card shown looks obviously suspicious or toy-like, and the on-screen caption explicitly states the expected failure.", "fair_for_benchmark": true}, "qa": {"question": "What does the card reveal suggest is likely to happen when he tries to pay?", "answer": "It suggests the payment will probably fail because the card looks fake, novelty-like, or not like a real working bank card.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000400", "video_path": "videos_final/vimu_000400.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.81, "literal_summary": "A factory conveyor carries many plain ring-shaped donuts toward a station where they are coated in chocolate. On-screen text says, \"That's enough Internet for today.\"", "intended_meaning": "The clip invites a sexualized interpretation of the ring-shaped donuts and the chocolate coating process, with the caption signaling disgusted or overwhelmed reaction humor—suggesting the viewer has seen something that resembles explicit internet content and wants to stop watching.", "evidence": ["The on-screen caption explicitly says, \"That's enough Internet for today,\" a common reaction phrase indicating something seen as disturbing or suggestive.", "The visuals emphasize many smooth ring-shaped donuts in close-up as they move into and through a thick chocolate coating process.", "The humor depends on the contrast between an ordinary food-production scene and a more sexualized resemblance implied by the caption and framing.", "No explicit sexual content or named target is shown; the meaning is implied rather than stated."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video and caption alone, but recognizing why the food-production imagery is being framed as \"too much internet\" requires common cultural knowledge about sexual innuendo and reaction-meme phrasing.", "fair_for_benchmark": true}, "qa": {"question": "What connection does the caption draw between the conveyor-belt footage and something a viewer might recognize from online culture?", "answer": "It frames the donut-coating footage as resembling explicit adult material, and the caption signals a reaction of having seen something online that feels too suggestive or overwhelming.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000401", "video_path": "videos_final/vimu_000401.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A short clip labeled \"Relatable\" shows a young man in a kitchen preparing slices of bread on a plate and adding a small amount of sauce or condiment to one slice before looking off to the side.", "intended_meaning": "The meme presents a very ordinary, low-effort food moment as something broadly relatable, inviting viewers to recognize themselves in simple late-night or makeshift meal behavior.", "evidence": ["Visible on-screen text says \"Relatable,\" framing the clip as a shared experience.", "The person is casually in a kitchen handling plain sliced bread and a condiment bottle/jar, suggesting a simple improvised snack.", "The humor comes from the mundanity of the action being spotlighted rather than from any explicit joke or dialogue.", "His final look to the side adds a mild deadpan reaction beat after the food preparation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: the caption tells viewers the mundane food-prep moment is meant to be relatable, and no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What familiar everyday experience is this clip pointing to?", "answer": "It points to the common experience of throwing together a very simple, low-effort snack or meal and recognizing that mundane habit as widely relatable.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000402", "video_path": "videos_final/vimu_000402.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["class_or_occupation"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A shaky phone video moves through a building under construction with exposed framing and several bathtubs or shower units installed close together. On-screen text says, \"Plumbers are fast around here.\"", "intended_meaning": "The joke is that the construction appears to have many bathroom fixtures installed at once, so the caption deadpanly exaggerates that the plumbers must have worked very quickly. It is a simple observational joke about the surprising number or arrangement of tubs in the unfinished building.", "evidence": ["Visible on-screen caption reads: \"Plumbers are fast around here.\"", "Frames show an unfinished interior with exposed wooden studs and multiple white tub/shower fixtures lined up or repeated in adjacent spaces.", "The fast panning and lack of any other setup make the humor rely on the viewer noticing the unexpectedly high number of fixtures.", "No clear insult or social attack is shown; the tone is casual and observational."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: viewers can see the construction site, the multiple bathroom fixtures, and the caption that provides the joke framing.", "fair_for_benchmark": true}, "qa": {"question": "What does the caption suggest about what stands out in this construction scene?", "answer": "It suggests there are so many tub or shower units installed at once that it looks like the plumbers worked unusually fast.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000403", "video_path": "videos_final/vimu_000403.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A young man stands in front of a statue while the on-screen text says \"Why did I laugh so hard?\" He points toward the statue, and the camera rapidly moves closer until it becomes an extreme close-up of his face. The audio says, \"Hey buddy, who's that?\"", "intended_meaning": "The joke is a random visual gag: instead of clearly showing or identifying the statue he is pointing at, the camera zooms into his face, making the setup fail in a silly way. The humor comes from the mismatch between the expected focus on the statue and the absurd, deadpan close-up of the person.", "evidence": ["On-screen text reads \"Why did I laugh so hard?\" framing the clip as something unexpectedly funny.", "The person points toward the statue, suggesting the viewer should look at or identify it.", "The spoken line \"Hey buddy, who's that?\" sets up a question about the figure behind him.", "Instead of centering the statue, the camera keeps moving closer to the person's face until it fills the frame.", "The person's expression remains fairly neutral, which supports a deadpan/awkward style of humor."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are understandable from the video alone: a question about the statue is followed by an obviously wrong camera move into the speaker's face, creating the joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the camera movement framed this way?", "answer": "It is framed this way to make the failed reveal the joke: the setup points to the statue as if the camera will show it, but the zoom goes into his face instead, creating an absurd deadpan mismatch.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000404", "video_path": "videos_final/vimu_000404.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person films Eggo waffle boxes on a store shelf, focusing on a box with pixel-style waffle artwork and text on screen reading \"What's the crafting recipe?\" The audio says, \"Yo, they got the Minecraft Eggo.\"", "intended_meaning": "The joke is that the Eggo packaging resembles Minecraft's blocky pixel aesthetic, so the creator pretends the waffles are an in-game Minecraft item and asks for its \"crafting recipe.\"", "evidence": ["On-screen caption says \"What's the crafting recipe?\"", "Audio says \"Yo, they got the Minecraft Eggo.\"", "The waffle image and box design are visibly pixelated/block-like, resembling Minecraft-style graphics", "The clip centers and zooms on the specific Eggo box as the object of the joke"], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are contained in the video: the Minecraft reference is explicitly stated in audio and reinforced by the on-screen text and visible pixel-style packaging.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the video treats that waffle box like something from a game?", "answer": "The video is joking that the Eggo box looks like Minecraft because of its blocky, pixel-style design, so it pretends the waffles are an in-game item you would craft.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000405", "video_path": "videos_final/vimu_000405.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A blurry clip shows a portable toilet appearing in multiple unrelated indoor and outdoor locations while the on-screen text reads, \"Fever dreams be like:\"", "intended_meaning": "The meme jokes that fever dreams feel bizarre, random, and unsettling, like one strange object inexplicably showing up in different scenes with no logic.", "evidence": ["Visible on-screen text says \"Fever dreams be like:\" which frames the clip as an example of fever-dream-like experience.", "The same portable toilet is shown in several mismatched settings, including indoors and outside at night, creating a surreal effect.", "The clip is low-resolution and disorienting, which supports the dreamlike, incoherent joke.", "No person or group is being criticized; the humor is about the creator/viewer's own experience of strange dreams."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption and visuals together directly communicate the joke without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What single idea ties together the repeated appearance of the same object in these different scenes?", "answer": "It jokes that fever dreams feel bizarre, random, and illogical, as if one strange thing keeps showing up everywhere for no clear reason.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000406", "video_path": "videos_final/vimu_000406.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A person films their lap with a Pepsi can held horizontally across it. Their bare toes move into frame and touch near the can. On-screen text and audio both say \"Pepsi!\"", "intended_meaning": "The clip uses the Pepsi can and the positioning of the person's legs and toes to create a suggestive visual joke that mimics a sexual scenario. Saying \"Pepsi\" works as a playful distraction or ostensible subject while the real joke is the innuendo created by the framing and toe movement.", "evidence": ["The camera is framed downward over the person's spread legs, with the can placed horizontally across the lap in a way that draws attention to the space between the legs.", "Bare toes move inward and press together near the can, creating a deliberate suggestive composition rather than simply showing a drink.", "The only spoken word and visible caption are \"Pepsi,\" which contrasts with the visually suggestive framing, implying the named object is a cover for the actual joke.", "The humor depends on the viewer inferring a sexual resemblance from the arrangement rather than any explicit statement."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is visible from the video alone, but understanding it as sexual innuendo requires common everyday knowledge about suggestive visual framing rather than explicit explanation.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is using the Pepsi can, lap framing, and toe movement to make a suggestive visual joke; saying \"Pepsi\" acts as the surface topic while the real point is the innuendo created by the composition.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000407", "video_path": "videos_final/vimu_000407.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "contrast", "deadpan"], "social_value_signals": ["discrimination_or_prejudice", "humiliation"], "target_subjects": ["gender_group", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.82, "literal_summary": "A man films himself and a woman at a produce display while on-screen text says, \"Picking out tomatoes with the wife...\" The woman carefully inspects and bags tomatoes while the man holds one and looks at the camera with a flat expression.", "intended_meaning": "The joke frames shopping with a wife as a tedious or overly picky experience, using the woman's careful selection of tomatoes and the man's deadpan look to imply mild frustration or resignation. It relies on a gendered stereotype about wives being excessively selective while shopping.", "evidence": ["Visible text reads \"Picking out tomatoes with the wife...\" which sets up the husband-wife framing.", "The woman repeatedly examines multiple tomatoes and places them into a bag, suggesting careful selection.", "The man faces the camera with a blank, resigned expression instead of actively helping, creating a contrast between her behavior and his reaction.", "The humor depends on the juxtaposition of the caption and his reaction shot rather than any explicit spoken explanation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption, visible actions, and reaction shot provide the full joke structure without needing outside meme history; only common everyday knowledge about shopping behavior is helpful.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It presents shopping for tomatoes with one's wife as a drawn-out, overly meticulous process, with the man's blank look implying resigned frustration at her careful picking.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000408", "video_path": "videos_final/vimu_000408.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.8, "literal_summary": "A short clip shows an older woman standing outside by a building, looking upset and then covering her mouth while a younger man looks at her. Large on-screen text says, \"The silence was loud.\" The audio includes Russian speech: \"Хорош, моя золотая. Тишина.\"", "intended_meaning": "The meme frames an awkward, emotionally charged pause between the two people as the punchline. The silence itself is presented as so tense and expressive that it communicates disappointment, shock, or embarrassment without needing words.", "evidence": ["Visible caption explicitly says \"The silence was loud,\" guiding the interpretation toward an awkward meaningful pause.", "The older woman's facial expression appears distressed or stunned, and she covers her mouth.", "The younger man looks off to the side with a subdued, uneasy expression rather than speaking animatedly.", "The humor/point comes from the contrast between little happening verbally and the strong emotional reaction shown on screen."], "evidence_sources": ["frames", "visible_text", "transcript", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own explanatory caption and enough visible emotional cues to understand that the joke is about a tense, meaningful silence between the people.", "fair_for_benchmark": true}, "qa": {"question": "What does the on-screen line imply about the moment between the two people?", "answer": "It suggests the pause says everything on its own: the silence between them is so tense and expressive that it communicates the reaction more strongly than words would.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000409", "video_path": "videos_final/vimu_000409.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A black bear stands by the front steps of a house while a person off-camera and then partly on the porch talks to it like a dog, telling it to sit. The bear appears to sit down. On-screen text reads, \"Throwback to when my parents had a pet bear.\"", "intended_meaning": "The joke is a deadpan, exaggerated framing of a real bear near the house as if it were a normal family pet. The humor comes from the contrast between the dangerous wild animal and the casual domestic dog-training interaction, especially when the bear unexpectedly sits on command.", "evidence": ["Visible text says, \"Throwback to when my parents had a pet bear.\"", "Frames show an actual bear beside a residential porch and mailbox, not a typical pet dog.", "ASR includes commands like \"Sit. Sit down.\" and surprise: \"Oh, shit, he does.\"", "The timing payoff is that the bear then sits, reinforcing the pet-like framing.", "The overall tone is casual and amused rather than fearful or hostile."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the text sets up the 'pet bear' premise, and the footage/audio provide the punchline when the bear behaves like a trained pet.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip presented as a family 'throwback' instead of just showing an animal near the house?", "answer": "It frames the real bear as if it were an ordinary family pet, and the joke lands because a wild bear is being treated like a trained dog and even sits on command.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000410", "video_path": "videos_final/vimu_000410.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short kitchen clip shows a piece of raw steak on a plate, a knife, and then a larger raw piece of meat propped against a box grater with foil-wrapped limbs arranged so it looks like a person sitting down. On-screen text reads, \"Ah yes. Crucial step,\" while the audio says that for the most tender steak, \"you just gotta let it sit.\"", "intended_meaning": "The joke takes the cooking advice to \"let the steak sit\" literally by staging the meat as if it is physically sitting like a person. The humor comes from the visual pun and absurdly literal interpretation of a common cooking instruction.", "evidence": ["On-screen text says \"Ah yes. Crucial step,\" signaling a humorous reaction to what is shown.", "The audio line says, \"one of the most important things to get the most tender steak possible is you just gotta let it sit,\" providing the setup.", "The edited reveal shows the meat posed with foil limbs against a grater so it appears to be 'sitting.'", "The timing of the camera pan/reveal matches the punchline after the phrase \"let it sit.\""], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The pun is understandable from the audio phrase \"let it sit\" plus the visual reveal of the steak posed like a seated figure; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What connection between the spoken instruction and the final reveal best explains the video as a whole?", "answer": "The clip jokes by taking the cooking advice to \"let it sit\" literally and revealing the steak posed as if it is physically sitting.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000411", "video_path": "videos_final/vimu_000411.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person films a dim storage-like room with shelves and boxes, shows a hand near a light switch, and then the camera turns to reveal a man standing in the darker area. On-screen text says, \"That's Bob my sleep paralysis buddy\" and \"HAHAHAHAHAH.\"", "intended_meaning": "The joke reframes a scary-looking figure in the dark as a familiar companion, using the idea of a 'sleep paralysis' figure to make the encounter humorously eerie rather than threatening. The humor comes from treating a frightening apparition-like presence as an ordinary buddy named Bob.", "evidence": ["Visible text explicitly says, \"That's Bob my sleep paralysis buddy,\" which provides the meme's framing.", "The final reveal shows a person standing motionless in a dark area, matching the eerie setup.", "The setting is dim and cluttered, which supports a spooky atmosphere before the reveal.", "The added \"HAHAHAHAHAH\" text signals comedic intent rather than danger.", "The camera lingers near the light switch and then pans to the dark room, creating a reveal-based contrast between expectation and the casual caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is conveyed directly by the visual reveal and on-screen caption; only common everyday understanding of sleep paralysis as involving a scary figure in the room is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the final reveal fit with the way the clip is framed?", "answer": "It turns a figure that first looks like a creepy presence in the dark into an ordinary familiar 'buddy,' making the reveal funny through the contrast between spooky setup and casual naming.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000412", "video_path": "videos_final/vimu_000412.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "absurdism", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A young woman sits at a table with fries and a chicken sandwich. On-screen text reads \"Bro came out of nowhere.\" As she holds the sandwich, a dark object suddenly appears near her face from off-screen, startling her, and she looks to the side before taking a bite.", "intended_meaning": "The humor comes from an unexpected interruption while she is casually showing or about to eat her sandwich. The caption frames the sudden object/person entering the scene as a random jump-scare or surprise appearance, making the clip funny through the abrupt contrast between a calm food moment and a weird intrusion.", "evidence": ["Visible text across the clip says \"Bro came out of nowhere.\"", "The woman is calmly holding a chicken sandwich and sitting with fries on the table.", "A dark object suddenly enters the frame near her face from off-screen.", "Her facial expression and head movement suggest surprise or distraction, and she looks to the side afterward.", "The short timing emphasizes the sudden interruption as the punchline."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip itself: the caption and the sudden appearance of an off-screen object create the humorous point without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is this clip framed around the brief interruption instead of the meal itself?", "answer": "It is framed that way because the joke is the sudden, random interruption during an otherwise ordinary food moment, turning the surprise appearance into the punchline.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000413", "video_path": "videos_final/vimu_000413.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short close-up video shows a fly inside or on top of a container filled with red Cajun seasoning while text on screen reads, \"IDK. Indefinitely?\" The audio/transcript says, \"How long can a singular fly survive on solely Cajun dust? I'll keep you updated.\"", "intended_meaning": "The joke is a deadpan pseudo-experiment: the speaker treats a random fly in a seasoning container like a subject of scientific observation and humorously suggests the fly might survive forever on Cajun seasoning alone. The comedy comes from the absurd seriousness about a trivial, strange situation.", "evidence": ["The ASR transcript frames the clip as a question about how long a fly can survive on only Cajun dust and promises updates.", "Visible on-screen text answers the question with \"IDK. Indefinitely?\" in a casual, humorous way.", "Frames show a fly on a surface of red seasoning inside a spice container, supporting the premise directly.", "The clip is very short and focused on the fly with no broader narrative, which fits a simple observational joke."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The premise and punchline are both contained within the clip itself: the video shows the fly in seasoning, the audio states the question, and the on-screen text gives the humorous answer. No external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the speaker present the fly in the seasoning as something to keep track of over time?", "answer": "To turn a random fly in Cajun seasoning into a deadpan mock experiment, as if its survival is a serious long-term observation, which makes the mundane situation funny.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000414", "video_path": "videos_final/vimu_000414.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.87, "literal_summary": "A person holds a peeled hard-boiled egg with a hollowed end and brings it toward a smooth dark screen or surface, while on-screen text reads \"SUCTION CUP EGG??\" and the audio says the egg could probably stick to something.", "intended_meaning": "The clip presents the egg as if it functions like a suction cup, with the joke relying on mildly sexualized innuendo from the shape and the act of sticking it onto a surface. The humor is framed in a casual, deadpan 'what if this works' style rather than direct explicitness.", "evidence": ["On-screen text explicitly says \"SUCTION CUP EGG??\" with emojis, framing the object as something that can stick.", "ASR audio says, \"This egg could probably stick to something,\" reinforcing the suction-cup premise.", "The egg is shown with a concave/open end, making it visually resemble a suction cup.", "The person moves the egg toward a smooth flat screen/surface as if testing whether it will attach.", "No explicit target person or group is referenced; the humor is object-focused and suggestive rather than directed."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the video alone because the visible action, on-screen caption, and spoken line together establish the suction-cup premise and the suggestive tone without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed as a dead-serious test of whether the egg will stick to the surface?", "answer": "It treats the egg like a suction cup in an overly earnest way so the humor comes from the suggestive visual double meaning, not from a real experiment.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000415", "video_path": "videos_final/vimu_000415.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A short beach clip with on-screen text reading \"He got his wish.\" A woman stands in the foreground with arms crossed while a voice says a guy said she needed to kiss him and then he would turn into a crab. The camera then pans across the beach, implying the man is now somewhere off-screen/on the sand.", "intended_meaning": "The joke is an absurd fake payoff: a man made a ridiculous claim about becoming a crab if kissed, and the caption plus camera movement imply he somehow did become one. The humor comes from treating the nonsense transformation as if it really happened.", "evidence": ["Visible text says \"He got his wish,\" signaling a payoff to the spoken setup.", "ASR transcript describes a man saying she needed to kiss him and he'd turn into a crab.", "The camera shifts away from the woman toward the beach as if to reveal the result of that claim.", "The tone and structure suggest a deadpan reveal of an absurd outcome rather than a serious event."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, punchline text, and camera reveal are all contained within the clip; no niche external meme knowledge is required to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What does the ending suggest happened to the man?", "answer": "It suggests the man actually turned into a crab, treating his earlier claim as if it came true.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000416", "video_path": "videos_final/vimu_000416.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "A short vertical clip shows someone pouring red liquid into a glass with ice and a yellow-orange drink, stirring it, and then revealing the drink has turned bright red. On-screen text says, \"Making a fresh Drink.\"", "intended_meaning": "The clip sets up a normal drink-mixing video, but the final reveal of the red liquid is framed to evoke a sexual/body-fluid joke rather than simply a beverage recipe. The humor comes from the misleadingly ordinary caption and the visual transformation into a suspiciously vivid red mixture.", "evidence": ["Visible text reads \"Making a fresh Drink,\" which sets an innocent expectation of a beverage-making clip.", "Frames show red liquid being poured into a yellow-orange iced drink and stirred until the whole glass becomes bright red.", "The short timing and final reveal function like a punchline, suggesting the point is the unexpected appearance of the result rather than instruction.", "No person or group is targeted; the implication is created by the drink's appearance and the mismatch with the caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The visual joke is mostly understandable from the clip alone, but recognizing the sexual/body-fluid implication requires a bit of common cultural inference beyond the literal drink-mixing action.", "fair_for_benchmark": true}, "qa": {"question": "What about the ending changes how the clip should be understood compared with the way it first presents itself?", "answer": "The ending shows that the clip is not really about making a normal drink; the bright red final result is presented as a visual joke meant to evoke a sexual or bodily-fluid association, which recontextualizes the innocent caption and setup.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000417", "video_path": "videos_final/vimu_000417.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "parody", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A video filmed at a tram-lined city street shows a green electric scooter rolling along the tracks with a seagull perched upright on its handlebar area. On-screen text reads, \"God forgot to patch this glitch.\" The audio/transcript says, \"I don't care what you say anymore, this is my life.\"", "intended_meaning": "The meme humorously frames the unusual sight of a bird riding a moving scooter as if reality is behaving like a buggy video game or simulation. The joke comes from treating an improbable real-life moment as an unpatched 'glitch' in the world.", "evidence": ["Visible on-screen caption explicitly says, \"God forgot to patch this glitch.\"", "Frames show an unusual, surreal scene: a seagull balanced on a moving scooter traveling by itself.", "The phrasing uses software/game language ('patch,' 'glitch') to describe reality, signaling a humorous comparison rather than a literal claim.", "The audio line \"I don't care what you say anymore, this is my life\" adds a playful sense of defiant acceptance of the absurd scene."], "evidence_sources": ["frames", "visible_text", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the viewer sees the bizarre scooter-and-seagull scene and the caption directly explains the intended 'reality glitch' framing without requiring outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the clip presents this moment with game-style wording instead of treating it as an ordinary street scene?", "answer": "It treats the seagull riding the moving scooter as such an improbable real-life moment that it feels like a bug or unpatched glitch in reality, as if the world were a video game or simulation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000418", "video_path": "videos_final/vimu_000418.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip on a small boat shows the steering area and a label reading \"AUTOPILOT\" while on-screen caption text says, \"With auto pilot you can relax.\" A hand is then shown still holding the wheel, and a wider shot shows a person sitting on the boat on the water.", "intended_meaning": "The joke is that the claim about autopilot letting you relax is undermined by the visual reveal that someone is still manually holding the wheel, suggesting the 'autopilot' is fake, ineffective, or just a humorous exaggeration.", "evidence": ["Visible subtitle across the clip reads: \"With auto pilot you can relax.\"", "The camera focuses on a control panel where the label \"AUTOPILOT\" is visible.", "A hand is shown gripping the steering wheel despite the claim about autopilot.", "The humor comes from the mismatch between the promise of relaxation and the continued manual steering shown on screen."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable directly from the visible caption, the autopilot label, and the reveal of a hand still steering; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point the clip is making about the boat's autopilot?", "answer": "It suggests the boat's \"autopilot\" is not really doing the work, since someone still has to steer, making the claim that you can relax seem exaggerated or fake.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000419", "video_path": "videos_final/vimu_000419.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short warehouse clip shows a tall cardboard box-like object moving across the floor as if it is a person disguised inside it. On-screen text reads \"Reverse Prop Hunt.\"", "intended_meaning": "The joke reframes the scene as the opposite of the game mode 'Prop Hunt': instead of a player hiding by blending in as an object, an obvious object is moving around like a player. The humor comes from the conspicuous disguise and the mismatch between a prop's normal stillness and its human-like motion.", "evidence": ["Visible text says \"Reverse Prop Hunt.\"", "The central object is a tall cardboard container/box standing upright and shifting position across the warehouse floor.", "The box's flaps at the bottom move outward like feet or a costume, implying a person inside or a human-like gait.", "The humor depends on the contrast between an inanimate-looking prop and its clearly animated movement in open space."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video is mostly understandable on its own, but the full joke is clearer if the viewer knows the common game concept of 'Prop Hunt' where players disguise themselves as objects.", "fair_for_benchmark": true}, "qa": {"question": "How do the on-screen words and the moving box work together to create the joke?", "answer": "It jokes that this is the opposite of Prop Hunt: instead of someone successfully hiding by looking like a normal object, an obviously person-like box is moving around in plain sight, so the humor comes from the reversal and the mismatch between prop appearance and human motion.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000420", "video_path": "videos_final/vimu_000420.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A camera points at a closed door with a round doorknob while on-screen text reads, \"My bro thought I wouldn’t notice my missing poptarts.\" A long cylindrical object briefly rises up near the doorknob and then moves away.", "intended_meaning": "The joke is that the object near the doorknob visually resembles male genitals, turning a complaint about a brother stealing Pop-Tarts into a crude sexual visual gag, as if the brother is being represented by or caught through that phallic image.", "evidence": ["Visible text says, \"My bro thought I wouldn’t notice my missing poptarts.\"", "The framing centers a round doorknob, and a narrow object rises beneath it, creating a penis-and-testicles visual resemblance.", "The humor comes from the visual juxtaposition rather than any explicit spoken explanation.", "No broader external context is needed beyond recognizing the sexual resemblance."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the on-screen caption plus the visual resemblance created by the door hardware and inserted object; no outside meme knowledge is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It pairs the caption about a brother stealing Pop-Tarts with a visual gag where the doorknob and object are framed to resemble male genitals, implying the brother's presence through that crude image.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000421", "video_path": "videos_final/vimu_000421.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.89, "literal_summary": "A person films a lawn mower while holding a small cup near a yellow ring-like holder on the handle area. On-screen text reads, \"The design is very human,\" and the speaker says, \"So you just put it right in the, right in your little mowing cup holder.\"", "intended_meaning": "The clip jokingly treats a part of the mower as if it were designed for a human-like intimate use, using the cup-holder framing and the shape/placement of the yellow ring to suggest sexual anatomy. The humor comes from a deadpan explanation that makes the mower seem anthropomorphic in a sexualized way.", "evidence": ["On-screen text says, \"The design is very human,\" explicitly framing the machine as human-like.", "The speaker calls the yellow ring a \"little mowing cup holder,\" which is a playful, nonstandard description of the part.", "The camera centers on the yellow ring and the cup being placed near/into it, emphasizing the suggestive fit.", "The joke depends on the object being read as resembling human anatomy rather than merely a practical mower feature.", "The delivery appears matter-of-fact, which strengthens the deadpan sexual joke."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the visual setup, the spoken line, and the on-screen caption needed to infer the anthropomorphic/sexual joke without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokingly presents the mower as having a human-like intimate design, using the ring and the cup-holder explanation to suggest body anatomy in a deadpan way.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000422", "video_path": "videos_final/vimu_000422.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A person films a small piece of food on a spatula over a stovetop while on-screen text says, \"Bro I was so Hungry....\" The camera pans toward an empty plate nearby.", "intended_meaning": "The joke is self-deprecating exaggeration: the person implies they were so hungry that they ate almost everything immediately, leaving only a tiny remaining piece to show.", "evidence": ["Visible on-screen caption reads, \"Bro I was so Hungry....\"", "The food shown is only a small leftover piece being lifted with a spatula.", "The camera then reveals a plate nearby, reinforcing the cooking/eating context and the idea that most of the food is already gone.", "No clear target besides the speaker; the humor comes from their own appetite."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the visible food remnant plus the on-screen caption without needing outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is joking that the person was so hungry they ate almost all the food right away, leaving only a tiny piece.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000423", "video_path": "videos_final/vimu_000423.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person in a store or pet shop holds a small dog up near a caged parrot. On-screen text says, \"He scared my dog.\" The dog looks toward the bird while the camera moves closer to the cage.", "intended_meaning": "The humor comes from the mismatch between the claim that the bird scared the dog and the tiny, calm-looking dog being brought back toward the bird. It presents a mildly absurd, deadpan pet interaction as a cute joke.", "evidence": ["Visible on-screen text reads, \"He scared my dog.\"", "Frames show a person holding a small dog near a large bird inside a cage.", "The clip emphasizes the dog and bird facing each other, creating a comparison/contrast between them.", "No stronger hostile or social message is evident; the joke is centered on the pet interaction."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the text states the premise and the visuals show the dog being presented to the bird it supposedly fears.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It plays the situation as a cute deadpan joke: the owner says the bird scared the dog, but then brings the tiny, calm-looking dog right back up to the bird, making the claim feel mildly absurd.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000424", "video_path": "videos_final/vimu_000424.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "role_reversal"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person holds out a green card-like object toward a black crow while a blue note lies on the ground. The crow grabs the card-like object and the on-screen text says, \"It's a fair trade bro.\"", "intended_meaning": "The clip jokingly frames the crow's behavior as a human-style barter or transaction, as if the bird is fairly exchanging one item for another. The humor comes from anthropomorphizing the crow and treating the moment like a negotiated trade.", "evidence": ["Visible text reads \"It's a fair trade bro.\"", "A hand presents a rectangular green card-like item toward the crow.", "A blue note or paper lies on the ground near the crow.", "The crow picks up the offered card-like item, making it look like an exchange.", "No other target or social commentary is indicated by the visuals."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the on-screen text explicitly frames the crow taking one object near another object as a 'fair trade.' No niche external context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why is the interaction in this clip presented like an exchange between the person and the crow?", "answer": "It treats the crow like a person making a fair barter, turning the moment into a joke about a negotiated trade between the bird and the human.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000425", "video_path": "videos_final/vimu_000425.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["contrast", "deadpan", "innuendo"], "social_value_signals": ["negative_affect", "norm_violation", "fatalism_or_cynicism"], "target_subjects": ["self", "institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A phone records a computer screen showing Google Translate/autocomplete forming the phrase \"i have children in my basement,\" then a shirt design with that translated text, followed by a termination letter. On-screen captions say \"Ain’t nobody noticing that 💀💀💀\" and later \"I fucked up bruh\" and \"The fired me because of that shit💀.\"", "intended_meaning": "The video jokes that the creator accidentally put a disturbing hidden message on a company design by relying on translation/autocomplete, and was fired when the mistake was noticed. The humor comes from the contrast between a casual design workflow and the shocking implication of the phrase, plus the creator's resigned reaction to the consequences.", "evidence": ["The typed/translated English phrase visible on screen becomes \"i have children in my basement,\" which carries a disturbing confinement/kidnapping implication.", "The video then shows the phrase incorporated into a shirt design, implying it was used on a product or design object.", "The overlay \"Ain’t nobody noticing that 💀💀💀\" signals the creator noticed a serious problem others may have missed at first.", "The final frames show a \"Letter of Termination\" with readable text about employment being terminated and mention of writing company damaging messages on design objects after translation.", "The caption \"I fucked up bruh\" and \"The fired me because of that shit💀\" explicitly frame the event as the creator's mistake and consequence.", "The skull emojis and casual phrasing indicate dark, deadpan humor rather than a sincere confession of criminal behavior."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full setup, mistake, and consequence are shown directly in the video through screen content and captions; no niche meme history is required to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the creator accidentally used a disturbing translated/autocomplete phrase on a company design, and the humor is in treating the resulting firing with resigned, deadpan self-blame.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000426", "video_path": "videos_final/vimu_000426.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A short nighttime phone video shows very strong wind and rain around a hotel parking lot, including an American flag whipping hard and poor visibility. On-screen text says \"Yep,\" and the audio says, \"Might be in a tornado right now. Yup.\"", "intended_meaning": "The clip humorously confirms that the weather is obviously severe and possibly tornadic; the joke is the calm, understated \"yup\" in response to a dangerous-looking situation.", "evidence": ["ASR includes: \"Might be in a tornado right now. Yup.\"", "Frames show nighttime storm conditions with heavy wind/rain and low visibility.", "The American flag is blown nearly horizontal, signaling extreme wind.", "Visible hotel signage suggests the filmer is observing from shelter while commenting on the storm.", "On-screen text \"Yep\" reinforces a dry, understated reaction rather than panic."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable from the video alone: visible severe weather plus the calm verbal/text reaction creates the humor without requiring outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed around the speaker's calm \"yup\" while showing the storm outside?", "answer": "It highlights the contrast between the obviously extreme weather and the speaker's matter-of-fact \"yup,\" making the clip about dry understatement in the face of a potentially tornadic storm.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000427", "video_path": "videos_final/vimu_000427.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "mockery", "contrast"], "social_value_signals": ["contempt", "humiliation", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A person films a banana peel on the ground next to a parked car and shopping cart in a parking lot. On-screen text reads, \"Talk about karma working it's magic.\" The person steps on the peel, slips or gets caught awkwardly, and reacts with alarm.", "intended_meaning": "The clip sets up the expectation that someone else will suffer from the banana peel, but the filmer steps on it themselves. The joke is that they immediately receive ironic payback for trying to mock or stage someone else's misfortune, framed as 'karma.'", "evidence": ["Visible text says, \"Talk about karma working it's magic,\" explicitly framing the event as karmic payback.", "The camera lingers on the banana peel before the filmer's own foot moves toward it, creating a setup for a slip gag.", "The person's shoe lands on the peel and their reaction in audio (\"Well, that's it. Oh, God!\") signals sudden distress/embarrassment.", "The humor comes from reversal: the observer/commentator becomes the victim of the mishap."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, text framing, and payoff are all visible within the clip, so the main joke and implied meaning can be understood without external context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the setup and payoff in this clip?", "answer": "The clip’s point is that the person filming seems ready to highlight someone else’s mishap, but ends up stepping on the banana peel themselves, making the joke a case of immediate payback on the observer.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000428", "video_path": "videos_final/vimu_000428.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "mockery"], "social_value_signals": ["aggression_or_hostility", "norm_violation", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A shaky phone video shows a man in a white hoodie talking with the masked camera-holder in what looks like a hallway or elevator area. The on-screen caption says \"Should've minded your business.\" The audio includes someone asking, \"Do you have a mask?\" and the man then appears to put on a black face covering that resembles a ski mask while speaking in a taunting way.", "intended_meaning": "The clip frames a person who asked someone else to wear a mask as getting an intimidating, threatening response: the other man treats the request as meddling and escalates by putting on a more menacing mask/face covering, implying \"if you interfere, you'll regret it.\" The humor comes from the aggressive overreaction and reversal of the expected polite mask request.", "evidence": ["Visible caption reads \"Should've minded your business,\" which directly signals retaliation for someone else's intervention.", "ASR includes an exchange about a mask: \"Do you have a mask?\" followed by \"Yeah, yeah, yeah,\" connecting the scene to a request to wear a mask.", "Frames show the camera-holder already wearing a normal face mask, while the other man adjusts his headwear and ends up with a black ski-mask-like covering over his face.", "The other man's posture and expression appear confrontational/taunting, and the shaky camera/movement heighten the intimidation effect.", "The joke relies on contrast between the socially expected meaning of \"mask\" and the threatening type of mask he puts on."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's main point is understandable from the video alone: the text caption, visible mask swap, and audio about asking for a mask together convey the threatening overreaction without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It portrays someone who asked another person to wear a mask as being met with an aggressive overreaction: the other man treats the request as meddling and responds by putting on a more intimidating mask, implying a threat or warning to stay out of his business.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000429", "video_path": "videos_final/vimu_000429.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "exaggeration"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A phone camera records framed drawings in what looks like a gallery or display area. The video pans and zooms in on a simple cat drawing with handwritten text reading \"I really can't stand Mondays,\" while an overlay caption says \"Being an absolute menace.\"", "intended_meaning": "The joke is that someone has altered or placed a crude Garfield-like anti-Monday drawing in a formal display setting, and the filmer humorously frames that person as a mischievous troublemaker for vandalizing or trolling the exhibit.", "evidence": ["Visible on-screen caption reads \"Being an absolute menace,\" which directly signals judgment of the act as mischievous.", "The camera movement focuses attention on a framed drawing that appears out of place: a simple cartoon cat with handwritten text rather than a polished exhibit piece.", "The handwritten text in the frame reads \"I really can't stand Mondays,\" and the audio ASR matches part of this line, reinforcing the focus on that altered image.", "The humor comes from contrast between the formal gallery-like environment and the low-effort joke drawing/message."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup and punchline within the video itself: the overlay caption, the gallery setting, and the zoom to the silly framed drawing make the joke understandable without outside context, though recognizing Garfield-like Monday humor helps slightly.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video single out that framed drawing as the point of attention?", "answer": "Because the drawing is meant to seem deliberately out of place in a formal display, and the video frames it as someone sneaking in a crude joke image as a prank or troll move.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000430", "video_path": "videos_final/vimu_000430.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A short clip shows the side of a green car door with a handle area that looks damaged or patched. Someone inside manipulates the interior door hardware, and the exterior handle unexpectedly lifts or pops in an unusual way while on-screen text says, \"Was not expecting that 😂.\"", "intended_meaning": "The humor comes from the unexpected reveal of how the damaged-looking car door handle mechanism works. The video sets up curiosity about the strange object on the door, then shows a surprising explanation or movement, making the moment funny because it is unexpected and janky.", "evidence": ["On-screen text explicitly frames the clip as a surprise: \"Was not expecting that 😂.\"", "The camera stays focused on the car door handle area and then reveals the relation between the inside mechanism and the outside handle.", "ASR includes repeated questioning: \"Can you just show us again real quick what this is? What is that? What is that?\" which supports a reveal/surprise setup.", "No clear person or group is mocked; the joke is about the odd mechanism itself."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip alone: viewers see an odd car-door setup and then the surprising reveal of what it is/how it moves, reinforced by the visible caption and questioning audio.", "fair_for_benchmark": true}, "qa": {"question": "What makes this clip worth showing more than just as a view of a car door?", "answer": "The clip is highlighting the surprising reveal that the strange-looking damaged or patched door area is part of an unusually working car-handle mechanism, and the humor comes from that unexpected, janky explanation.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000431", "video_path": "videos_final/vimu_000431.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["parody", "deadpan", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person films a blue pet bowl with a little water in it, moves it into what looks like a tub or sink, and a small pet approaches. On-screen text says, \"He was set up.\"", "intended_meaning": "The video jokingly frames an ordinary pet-water situation as if the animal has been lured into a trap or ambush. The humor comes from mock-dramatic narration and text treating a simple bowl placement like a criminal setup.", "evidence": ["Visible caption reads \"He was set up,\" which personifies the pet as a victim of a scheme.", "The camera deliberately places and reveals the blue bowl before the pet arrives, creating a setup/payoff structure.", "ASR includes \"Barney, come. Water,\" suggesting the person is calling a pet over to the bowl.", "The pet entering at the end makes the earlier bowl placement feel like a staged lure rather than just a static object shot.", "No hostile or discriminatory target is indicated; the tone appears playful."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the text, the bowl placement, and the pet approaching clearly convey the mock-dramatic 'set up' framing without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It playfully presents putting out water for the pet as if the pet has been lured into a staged trap or ambush, turning a normal moment into mock drama.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000432", "video_path": "videos_final/vimu_000432.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short Christmas-themed home video shows a person in a red sweater carrying a log toward a fireplace while on-screen text reads, \"I'd love a log on the fire.\"", "intended_meaning": "The humor comes from a literal visual payoff: someone says they would like a log on the fire, and the clip immediately shows a person physically putting a log into the fireplace. It plays as a simple, wholesome reaction/example clip for the phrase.", "evidence": ["On-screen text explicitly says, \"I'd love a log on the fire.\"", "Frames show a decorated Christmas tree and a fireplace in a living room.", "A person in a red sweater picks up a log and places it into the fireplace.", "ASR includes dialogue about putting a log on the fire, matching the visible action."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone because the text and the action directly match, creating the meme's point without requiring outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains why the clip pairs that specific on-screen line with this exact action?", "answer": "It uses a direct visual payoff: the line about wanting a log on the fire is immediately illustrated by someone literally putting a log in the fireplace, making the clip a simple reaction/example of that phrase.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000433", "video_path": "videos_final/vimu_000433.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A camera pans across large stacks of plain white cans or can-shaped containers while on-screen text says \"[Redacted] is my favorite.\" A hand pulls one container out as the audio says, \"Oh, nothing like a good cold can of...\"", "intended_meaning": "The meme sets up a sentence about enjoying a canned drink, but the censored word and the close-up of smooth cylindrical objects suggest a sexualized double meaning. The joke relies on viewers inferring an obscene or taboo term in place of the redacted word rather than a literal beverage name.", "evidence": ["On-screen text explicitly withholds the key noun: \"[Redacted] is my favorite.\"", "Audio begins a familiar phrase about beverages: \"Oh, nothing like a good cold can of...\" but does not complete it.", "The video focuses on many smooth, rounded, upright cylindrical objects, then singles one out with a hand, emphasizing their shape visually.", "The humor comes from the mismatch between a normal drink-related setup and the censored/shape-based implication."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The setup and visual emphasis are understandable from the clip itself, but recognizing the sexual double entendre requires common cultural knowledge about innuendo and joke structure.", "fair_for_benchmark": true}, "qa": {"question": "What are the missing word and the camera focus on the containers meant to make viewers infer here, beyond a literal drink reference?", "answer": "They are meant to make viewers infer a sexual double meaning: the clip pretends to be about a canned drink, but the censored word and emphasis on smooth cylindrical containers cue an obscene/taboo body-part reading instead.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000434", "video_path": "videos_final/vimu_000434.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.83, "literal_summary": "A person in a store holds the handset of a vintage rotary-style telephone on a shelf. On-screen text says, \"Should I buy it?\" The audio/transcript says, \"I'm Joe Young. I'm coming.\"", "intended_meaning": "The humor comes from the old phone apparently speaking a phrase that sounds sexually suggestive (\"I'm coming\"), making the object seem unexpectedly provocative and prompting the captioned question about whether to buy it.", "evidence": ["Visible text reads \"Should I buy it?\" over footage of a person picking up a retro telephone handset in a store aisle.", "The only notable object is a vintage-style phone, so the audio is framed as coming from or being triggered by the phone.", "ASR captures the phrase \"I'm Joe Young. I'm coming,\" with \"I'm coming\" carrying clear sexual-innuendo potential.", "The joke relies on the contrast between an old-fashioned household object and unexpectedly suggestive audio."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup (person considering buying a phone), the captioned question, and the suggestive audio punchline, so the main joke is understandable from the video alone.", "fair_for_benchmark": true}, "qa": {"question": "What makes the moment with the phone worth posting or buying, based on the clip?", "answer": "It stands out because the old phone is framed as if it says a line with a clear double meaning, making the object seem unexpectedly suggestive and turning the shopping moment into the joke.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000435", "video_path": "videos_final/vimu_000435.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "other"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.72, "literal_summary": "A short handheld clip films a rainy, windy view through a window. A dark object is held near the window at the start, and on-screen text says, \"Why did I sound like loud ☠️\".", "intended_meaning": "The person is jokingly self-conscious about how they sounded while reacting to the storm or making noise during the recording, implying their voice/noise came out unexpectedly loud or dramatic.", "evidence": ["Visible text reads: \"Why did I sound like loud ☠️\".", "The clip shows a stormy outdoor scene through a window, suggesting the person is reacting while filming weather.", "The phrasing is self-directed (\"I\"), indicating the joke is about the recorder's own sound rather than another target.", "The skull emoji and casual wording suggest embarrassed amusement rather than a serious statement."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the visible text and storm footage, but the exact joke depends on ordinary inference that the recorder made a loud or dramatic sound during filming, which is not fully explicit in the provided frames alone.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is joking that the person filming sounded much louder and more dramatic than they expected while reacting to the storm.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000436", "video_path": "videos_final/vimu_000436.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "innuendo", "other"], "social_value_signals": ["sexual_implication", "humiliation", "other"], "target_subjects": ["individual_other", "sexuality_related_group"], "cultural_dependency": "high", "difficulty": "hard", "benign_vs_sensitive": "sensitive", "implicitness_score": 5, "confidence": 0.79, "literal_summary": "A shaky phone video shows a roadway with a small folded white paper object on the ground. On-screen text says, \"Was this a Trap?\" The camera then swings to reveal a red vehicle facing the filmer.", "intended_meaning": "The clip appears to set up a suggestive joke around the word \"trap,\" implying that the small object on the road made the filmer wonder whether it was some kind of sexual or gender-related \"trap,\" before revealing an actual vehicle and turning the phrase into a visual pun. The humor relies on the double meaning of \"trap,\" with a potentially derogatory reference to a sexuality/gender-related person as the implied first reading.", "evidence": ["Visible caption throughout: \"Was this a Trap?\"", "The video first focuses on a small object on the road, inviting speculation about what the caption means.", "The reveal is a red vehicle, making \"trap\" work literally as a type of vehicle or road-related object and creating a bait-and-switch.", "The humor depends on an alternate non-literal reading of \"trap\" before the reveal; that alternate reading has sexual/gender-related connotations in internet slang.", "The clip structure is a setup then reveal, suggesting a pun rather than a straightforward recording."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The setup and reveal are visible in the video itself, but understanding why the wording is funny requires some common slang knowledge about the alternate meaning of \"trap.\"", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is a bait-and-switch pun on the word \"trap\": the caption first invites a slang reading with sexuality/gender connotations, then the reveal of the vehicle reframes it as a literal vehicle-related meaning.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000437", "video_path": "videos_final/vimu_000437.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "innuendo"], "social_value_signals": ["aggression_or_hostility", "sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "A young man stands outside at night near a white vehicle, holding a large striped drink cup and a fast-food bag. On-screen text reads, \"Nah bro, we're throwing hands.\" A hand from behind the camera strikes or taps the top area near the straw/lid, causing the drink to spill down the front of his shirt and shorts.", "intended_meaning": "The joke is a sudden escalation from casual hanging out with food and drink to conflict after someone messes with his drink. The caption suggests he reacts as if this minor but disrespectful act is enough to start a fight; because the hand hits near the straw/lid in a phallic-looking way, there is also a sexualized double meaning to \"throwing hands.\"", "evidence": ["Visible text says, \"Nah bro, we're throwing hands.\"", "The man is holding fast food and a large drink, signaling an ordinary, casual moment before the incident.", "An off-camera hand reaches in and hits/touches the top of the cup area, after which liquid spills down his shirt.", "The humor relies on the contrast between a trivial prank/spill and the strong fighting language in the caption.", "The contact point near the upright straw/lid creates a plausible sexual double entendre alongside the phrase \"throwing hands.\""], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: a prank causes a spill and the caption frames it as provoking a fight. No niche outside context is required, though the possible sexual double meaning is slightly inferential.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video jokes that a small but disrespectful prank with his drink is treated as enough to start a fight, and the way the cup is hit near the straw adds a sexual double meaning to the caption about \"throwing hands.\"", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000438", "video_path": "videos_final/vimu_000438.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "contrast"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A person in a store films and handles a Reese’s-branded orange box with a photo of a woman on it. On-screen text says, \"Took me 3 tries to get the joke.\" The camera lingers on the packaging, which includes the words \"Angel Reese\" and \"sneakers.\"", "intended_meaning": "The joke is that at first glance the package can be mistaken for a suggestive or sexual product because of the model pose and product-box layout, but on closer look it is actually Angel Reese-branded merchandise/sneakers tied to Reese’s branding. The humor comes from delayed recognition of the packaging pun/misread.", "evidence": ["Visible on-screen caption: \"Took me 3 tries to get the joke.\"", "The video repeatedly shows a Reese’s orange package with a posed image of a woman and the name \"Angel Reese.\"", "The box text includes \"sneakers,\" which clarifies it is not an adult product.", "The camera movement and repeated close-ups suggest the filmer is re-checking the package after initial confusion."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video contains the needed setup and payoff: the caption states delayed understanding, and the box visuals/text provide the source of the misread without requiring outside platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video’s point is that the package initially looks like it might be for a suggestive product, but after looking again it turns out to be Angel Reese/Reese’s sneaker merchandise; the humor is in the delayed misreading and correction.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000439", "video_path": "videos_final/vimu_000439.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "exaggeration"], "social_value_signals": ["contempt", "sexual_implication", "humiliation"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A short clip shows two workers crouching outside near a building. One person in a red shirt grabs a tall yellow padded post or cover and runs while the on-screen caption says, \"Bro got himself a jousting lance.\" The audio says, \"Look at them two couples over there. Little couple action.\"", "intended_meaning": "The meme frames the person in red as ridiculous by comparing the long yellow object to a lance and using sexualized mockery, likely implying a phallic joke about the object and making the person’s movement/body look funny and humiliating.", "evidence": ["Visible caption explicitly compares the long yellow object to a 'jousting lance.'", "The person in red lifts and carries a long cylindrical yellow pad/post cover in a way that creates the joke setup.", "The humor relies on the visual absurdity of treating an ordinary object like medieval weaponry.", "The ASR line about 'couple action' adds a playful, somewhat sexualized or teasing tone rather than a neutral description.", "The framing focuses on the crouched people and then the red-shirted person moving with the long object, supporting a point-and-laugh style joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip itself: the caption and visuals directly establish the comparison and teasing tone without requiring outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke or point created by combining the visuals, caption, and audio in this clip?", "answer": "The edit makes the person in red look comically ridiculous by treating the long yellow object like a lance and adding a suggestive teasing tone, so the humor comes from both the absurd comparison and the sexualized mockery.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000440", "video_path": "videos_final/vimu_000440.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person in a car films a drive-through area at a Panda Express. The order speaker says \"PLACE ORDER HERE,\" while the menu board appears knocked over on the ground. On-screen text reads, \"How is it working?\" The audio says the speaker is having trouble seeing or reading the menu.", "intended_meaning": "The joke is that the drive-through system is obviously not functioning normally because the menu board has fallen over, yet the automated speaker still responds as if customers should order as usual. The humor comes from the absurd mismatch between the broken physical setup and the routine scripted drive-through interaction.", "evidence": ["The frame shows a drive-through order post with visible text \"PLACE ORDER HERE.\"", "The menu board is shown lying sideways/on the ground rather than upright.", "The building signage indicates Panda Express, establishing this as a restaurant drive-through.", "On-screen caption says \"How is it working?\" which frames the clip as confusion about the still-operating order system.", "ASR transcript says, \"I'm having a hard time seeing your menu... I can't really read it,\" matching the fallen menu board and reinforcing the joke."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the needed visual setup, the spoken interaction, and the captioned prompt, so the main joke is understandable without external meme history or posting context.", "fair_for_benchmark": true}, "qa": {"question": "What does this video suggest about how the drive-through is operating in this moment?", "answer": "It suggests the drive-through is still going through its normal order routine even though part of the setup is clearly broken, which makes the situation seem absurdly dysfunctional.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000441", "video_path": "videos_final/vimu_000441.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "exaggeration", "mockery"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short home video shows a kitchen doorway with the on-screen caption \"Chill Grandma.\" A voice says, \"Hey, happy 97th birthday, Grandma! We gave you a cupcake!\" Then another voice angrily replies, \"I'm diabetic, you asshole!\" as a person comes into view holding the cupcake.", "intended_meaning": "The joke is that the family expects a sweet, calm birthday reaction, but Grandma responds with unexpectedly intense anger because the cupcake is an inappropriate gift for someone with diabetes. The caption \"Chill Grandma\" mockingly frames her as overreacting, using the sharp mismatch between a cheerful birthday gesture and an angry insult for humor.", "evidence": ["Visible text at the top reads \"Chill Grandma.\"", "ASR/transcript contains a birthday greeting and the line \"We gave you a cupcake!\" followed by \"I'm diabetic, you asshole!\"", "A person appears holding what looks like a cupcake or small dessert item while speaking.", "The humor comes from the sudden tonal shift from cheerful celebration to an angry outburst."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, punchline, and mocking caption are all understandable from the clip itself without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption \"Chill Grandma\" fit this clip?", "answer": "It fits because the joke is that the family offers a cheerful birthday cupcake to someone who is diabetic, and Grandma responds with sudden intense anger, so the caption mockingly frames her as the one who needs to calm down.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000442", "video_path": "videos_final/vimu_000442.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "A large pale ostrich egg is shown close up on a tabletop while hands position it. On-screen text says \"Very interesting,\" and the audio says, \"This is an ostrich egg.\"", "intended_meaning": "The humor likely comes from the egg's large, rounded shape inviting a sexual comparison or innuendo, while the caption and narration stay matter-of-fact. The joke is the contrast between the literal presentation of an egg and the implied suggestive reading.", "evidence": ["The only object shown is a very large smooth egg in close-up, emphasizing its size and shape.", "ASR indicates the speaker explicitly says, \"This is an ostrich egg,\" which frames the clip literally.", "On-screen text reads \"Very interesting,\" a generic reaction that can cue a knowing or suggestive response rather than purely educational interest.", "The short, static presentation focuses attention on the object's appearance rather than any action or explanation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The basic joke can be inferred from the video alone: a large egg is presented plainly, and the humor comes from its suggestive appearance plus the deadpan captioning.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the ostrich egg in a plain, factual way so viewers notice its shape and size and read it as a suggestive visual comparison, with the humor coming from that unspoken implication.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000443", "video_path": "videos_final/vimu_000443.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person holding a cup in a tiled restroom says/texts \"weird spot for a water fountain\" while approaching a wall-mounted XLERATOR hand dryer, then places the cup under it and reacts \"Oh shit!\" when air/water splashes unexpectedly.", "intended_meaning": "The humor comes from pretending to mistake a hand dryer for a drinking fountain and then getting an immediate chaotic payoff when using it that way goes wrong. It is a simple visual joke based on misidentification and the reveal.", "evidence": ["Visible on-screen text reads \"weird spot for a water fountain.\"", "Frames show a stainless wall-mounted device labeled \"XLERATOR,\" which is a hand dryer, not a fountain.", "The person moves a cup under the dryer nozzle as if trying to fill it.", "ASR/transcript includes \"Oh shit!\" timed with the failed attempt/splashing moment.", "The joke structure is setup then reveal: the deadpan caption suggests one object, but the camera reveals another."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, object reveal, and reaction are all visible in the clip itself; no outside meme history is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the clip as a whole, beyond simply describing the person's actions?", "answer": "It presents a mistaken identification of a hand dryer as if it were a water fountain, with the point coming from the immediate backfire when that wrong assumption is acted on.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000444", "video_path": "videos_final/vimu_000444.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short phone video shows a Raising Cane's restaurant at dusk/night with a large red circular object floating above it. The speaker first mistakes it for a huge full moon, then says it is just a Cane's balloon.", "intended_meaning": "The humor comes from a mistaken dramatic interpretation being immediately deflated by a mundane explanation: what looks like an unusually large moon is actually a promotional red balloon near the Raising Cane's restaurant.", "evidence": ["The building sign visibly reads 'Cane's,' identifying the restaurant.", "A large red round object is visible in the sky above the restaurant.", "The audio says, 'Damn, the full moon is huge! But nah, it's just, it's a Cane's balloon!'", "The timing of the line creates a reveal from awe to ordinary explanation."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible restaurant sign, the red balloon-like object, and the spoken correction within the clip itself; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What shift in understanding ties the clip together?", "answer": "It sets up the object as a huge full moon at first, then reveals it is just a Raising Cane’s promotional balloon, turning the moment from dramatic to ordinary.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000445", "video_path": "videos_final/vimu_000445.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "mockery", "bait_and_switch"], "social_value_signals": ["sexual_implication", "negative_affect", "humiliation"], "target_subjects": ["individual_other", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.79, "literal_summary": "A fluffy white cat walks across a desk near a keyboard and a tall drink, eventually knocking the drink over. White on-screen text says, \"Does your car bite? Even worse, he's a fckss.\"", "intended_meaning": "The meme uses a pet clip as an analogy for a person—likely a male—who is not just troublesome but sexually inappropriate or promiscuous, with the cat's rude, destructive behavior standing in for that insult. The humor comes from an unexpected escalation from a normal question to a vulgar characterization.", "evidence": ["The visible text explicitly sets up a question-answer joke: \"Does your car bite? Even worse, he's a fckss.\"", "The word \"car\" appears inconsistent with the animal shown, suggesting either a typo or playful substitution, but the key punchline is the insult in the second line.", "The cat behaves disruptively by walking over the desk and knocking over the drink, supporting a negative/comically rude characterization.", "The meme maps the animal's behavior onto a human label rather than describing the cat literally."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The joke is mostly understandable from the visible caption plus the cat's disruptive action, but interpreting \"fckss\" as a censored vulgar sexual insult requires light cultural knowledge of internet-style abbreviation/censorship.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole, including why the clip and caption are paired this way?", "answer": "It uses the cat as a stand-in for a person—likely a man—to say he is not just troublesome but crudely characterized as sexually inappropriate or promiscuous, with the destructive pet behavior making that insult feel fitting.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000446", "video_path": "videos_final/vimu_000446.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A caption at the top reads \"Indestructible for only a second\" while a white ball-like object is shown moving quickly and bouncing or being thrown across an empty room with walls and a tiled floor.", "intended_meaning": "The joke is that the object seems durable or unharmed only briefly, and the caption sets up a deadpan contrast between supposed indestructibility and what immediately happens in the clip. It plays on the idea that claims of toughness fail almost instantly.", "evidence": ["Visible on-screen text says \"Indestructible for only a second.\"", "The clip focuses on a white spherical object in a room, with fast motion and impact/bounce implied by blur and changing position.", "The humor comes from the mismatch between the durability claim and the very short-lived result indicated by the caption and timing."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is conveyed directly by the caption and the visual action in the clip; no niche outside context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that something presented as very durable only holds up for a moment, showing how claims of toughness fall apart almost immediately.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000447", "video_path": "videos_final/vimu_000447.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A nighttime drive-thru menu board is shown with the on-screen caption 'Can you still hear me?' while the camera pans to what appears to be a damaged or detached speaker/order box lying on the ground. The audio includes someone saying they are wondering if they can still be heard and asking for number 11.", "intended_meaning": "The joke is that the customer keeps trying to place an order even though the drive-thru speaker system is visibly broken and lying on the ground, making the question 'Can you still hear me?' absurdly literal. The humor comes from the mismatch between normal drive-thru interaction and the obviously nonfunctional equipment.", "evidence": ["Visible caption at the top says 'Can you still hear me?'", "Frames first show a fast-food drive-thru menu board at night", "Camera then reveals the order speaker box/device apparently detached and lying on the rocks/ground", "ASR includes 'I'm just wondering, can you still hear me? Can I get number 11?' which matches a customer attempting to order normally", "The comedic payoff depends on the visual reveal that the speaker is broken while the person continues speaking to it"], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are contained within the clip: the caption/audio asks if the speaker can hear, and the camera reveal shows the drive-thru box on the ground, making the joke understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the clip wait to show the speaker box until after the order is being spoken?", "answer": "It sets up a normal drive-thru order first, then reveals the speaker is broken and lying on the ground, so the spoken line becomes absurd because the person is trying to order through equipment that clearly cannot work.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000448", "video_path": "videos_final/vimu_000448.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "parody"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A shaky phone video shows a door and floor area while a person appears to try to pour cream of chicken soup into a bowl. The on-screen text reads, \"Bravo my good man.\" The bowl ends up on the floor and the attempt appears clumsy or unsuccessful.", "intended_meaning": "The meme praises someone in an overly formal, exaggerated way for a very small or failed task, creating humor through mismatch between the congratulatory caption and the underwhelming result.", "evidence": ["Visible text at the top says \"Bravo my good man,\" which is a strong praise phrase.", "ASR mentions trying to get cream of chicken to pour perfectly into a bowl, setting up a simple task.", "Frames show a door, a small object near the top of the door, and then the camera tilts down to a bowl on the floor, suggesting a messy or awkward attempt rather than a smooth success.", "The humor comes from the contrast between grand praise and the mundane/clumsy action."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption gives exaggerated praise while the visuals and audio depict a trivial, awkward task.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It humorously treats a clumsy, trivial attempt as if it were an impressive achievement, using exaggerated formal praise to highlight how minor or unsuccessful the action is.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000449", "video_path": "videos_final/vimu_000449.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "exaggeration"], "social_value_signals": ["contempt", "humiliation", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A short clip shows someone opening a shoebox, pulling out a sneaker, and revealing that a diaper has been placed inside the shoe. On-screen text reads, \"Bro why?\"", "intended_meaning": "The video mocks a bizarre and unhygienic prank or packaging choice by showing a diaper stuffed into a sneaker, framing the act as gross, unnecessary, and worthy of ridicule.", "evidence": ["Visible text says \"Bro why?\", signaling disbelief and disapproval.", "Frames show a person taking a sneaker from a shoebox and pulling out what appears to be a diaper stuffed inside it.", "The humor centers on the unexpected, inappropriate object inside the shoe, making the act seem absurd and gross.", "The ASR line appears noisy but suggests someone commenting on the shoes while the visual reveal provides the punchline."], "evidence_sources": ["frames", "visible_text", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the reveal of a diaper inside the shoe plus the caption expressing disbelief conveys the meme point without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What reaction or takeaway is the clip trying to leave the viewer with?", "answer": "It presents the diaper-in-the-shoe reveal as bizarre, gross, and pointless, inviting disbelief and ridicule toward whoever did it.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000450", "video_path": "videos_final/vimu_000450.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A black-and-white cat is perched awkwardly on the top edge of a floral armchair. White on-screen text reads \"Not good bud,\" while a voice says, \"Uh, buddy? That's not looking too good, bud.\" The camera tilts downward to show the chair legs and bottom area, suggesting the chair is unstable or being strained.", "intended_meaning": "The joke is a mild reaction to a visibly precarious situation: the cat is sitting in a way that seems likely to tip or damage the chair, and the speaker addresses the cat like a person who is making a bad decision. The humor comes from calmly commenting on an obviously unstable setup.", "evidence": ["The cat is positioned high on the chair's back/edge rather than sitting normally.", "On-screen text explicitly says \"Not good bud.\"", "The audio repeats the same idea: \"Uh, buddy? That's not looking too good, bud.\"", "The camera pans down from the cat to the chair legs/floor, directing attention to the chair's unstable-looking support and reinforcing the concern."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's setup and punchline are understandable from the visible precarious cat position, the text/audio commentary, and the camera move showing the chair's base; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video pair the line \"not good bud\" with a tilt down to the chair?", "answer": "It highlights that the cat is in a precarious position that could tip or strain the chair, and the joke is the deadpan way the speaker talks to the cat like someone making a bad decision.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000451", "video_path": "videos_final/vimu_000451.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A low-resolution clip shows a dog facing the camera while a person holds out a hand and says, \"Bourbon, shake my hand. Shake. Put it there, God damn it.\" On-screen text reads, \"That's a dawg not a a dog.\" The dog hesitates and then moves a paw toward the person.", "intended_meaning": "The meme humorously frames the dog as unusually intimidating or tough rather than cute and obedient. The caption contrasts \"dawg\" with \"dog\" to suggest the animal has a more hardened, street-tough vibe, and the dog's intense look and reluctance to shake reinforce that joke.", "evidence": ["Visible text says, \"That's a dawg not a a dog,\" explicitly setting up a contrast between an ordinary dog and a tougher persona.", "The dog is filmed head-on with glowing eyes in dim light, making it look intense or menacing rather than friendly.", "The speaker repeatedly commands the dog to shake hands, but the dog does not immediately comply, which supports the joke that it is not acting like a typical obedient pet.", "The eventual paw movement happens after hesitation, preserving the comic tension."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone because the caption, the dog's appearance, and the interaction all directly convey the intended contrast.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption draw a distinction between a \"dawg\" and a \"dog\" in this clip?", "answer": "It frames the animal as a tougher, more intimidating kind of dog rather than a normal cute, obedient pet.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000452", "video_path": "videos_final/vimu_000452.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person holds a bowl under a corn plant at night and pours water into the bowl while on-screen text says, \"The sound he made\" with a laughing emoji. The audio includes exaggerated polite speech about giving water, followed by a comic vocal sound.", "intended_meaning": "The joke is that the person is pretending to offer water to the corn plant as if it were a person, and the humor comes from the silly, human-like interaction and the funny noise supposedly made in response.", "evidence": ["Frames show a bowl being held under a corn stalk or similar plant outdoors at night.", "Frames show water being poured into the bowl from a bottle or container.", "Visible on-screen text reads: \"The sound he made\" followed by a laughing emoji, signaling that the punchline is an amusing sound.", "ASR includes: \"Your water, good sir. Thank you, good sir,\" suggesting personification of the plant.", "ASR then includes a strange exclamation/noise (rendered noisily as \"Eject COM! Water!\"), consistent with the caption's focus on a funny sound."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, caption, and comedic payoff within the video itself; no niche outside context is needed beyond ordinary understanding that plants are being treated like people for humor.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the clip as a whole, especially the formal exchange and the sound that follows?", "answer": "The clip treats the corn plant like a person being politely served water, and the sound is framed as the plant’s comical reply.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000453", "video_path": "videos_final/vimu_000453.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person opens a school-style locker filled with many packaged burritos while on-screen text reads, \"What is the smell like?\" The audio says it is day 66 of putting a burrito in the locker and that the locker is now full.", "intended_meaning": "The joke is the absurd reveal that someone has been repeatedly storing burritos in a locker for many days, so the obvious implied answer to the on-screen question is that it must smell terrible. Humor comes from the buildup, the large quantity of burritos, and the deadpan presentation of a gross prank-like situation.", "evidence": ["On-screen text asks, \"What is the smell like?\"", "The locker is visibly packed with many identical burrito packages.", "Audio says, \"Day 66 of putting a burrito in this locker. Now it's full,\" indicating a long-running accumulation.", "The camera reveal from closed locker to stuffed interior creates the punchline.", "No person or social group is mocked; the humor centers on the grossness and absurdity of the act itself."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are understandable from the video alone: the text asks about smell, the locker is opened, and the audio explains the repeated burrito-storing behavior.", "fair_for_benchmark": true}, "qa": {"question": "Based on the reveal, what answer is the video inviting the viewer to give to the on-screen question?", "answer": "It is prompting the viewer to conclude that the locker must smell really bad from being packed with burritos for so long.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000454", "video_path": "videos_final/vimu_000454.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A phone camera films an iced tea dispenser in a restaurant. One handle is labeled \"UNSWEETENED,\" then the camera pans to another handle labeled \"CURTIS.\" On-screen text says, \"That's the best flavor,\" while the audio says, \"The two types of teas we have: unsweetened and Curtis.\"", "intended_meaning": "The joke is a deadpan mislabeling gag: instead of two tea varieties, one dispenser handle appears to be labeled with a person's name, \"Curtis,\" so the speaker pretends \"Curtis\" is a tea flavor and praises it as the best one.", "evidence": ["The dispenser handle labels visibly read \"UNSWEETENED\" and later \"CURTIS.\"", "The ASR transcript says, \"The two types of teas we have: unsweetened and Curtis,\" framing both labels as drink options.", "The on-screen caption \"That's the best flavor\" reinforces treating \"Curtis\" as a flavor for comedic effect.", "The humor comes from the visual contrast between a normal tea label and a human name on another handle."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible labels, spoken line, and caption within the clip itself; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the spoken line and caption fit the shot of the dispenser labels?", "answer": "The joke is that the video treats the handle labeled \"Curtis\" like it is a tea flavor alongside unsweetened tea, and the caption plays along by calling it the best flavor.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000455", "video_path": "videos_final/vimu_000455.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A handheld outdoor clip shows a pan or lid being lifted or moved, revealing a small crab attached to it. On-screen text reads, \"Damn he's solid!\" with a skull emoji.", "intended_meaning": "The joke is that the small crab is clinging so firmly to the pan/lid that the filmer humorously praises its grip as if it were impressively tough or sturdy.", "evidence": ["Visible text says \"Damn he's solid!\" which frames the clip as admiration for firmness/toughness.", "The object fills the frame and a small crab is visible attached to its side, suggesting it is holding on tightly.", "The humor comes from the mismatch between the crab's small size and the exaggerated praise of being 'solid'.", "No other contextual clues indicate a broader social or political target."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's point is understandable from the visible action and caption alone, without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the caption together with the crab's action in this clip?", "answer": "It jokes that the tiny crab is holding on so tightly that it is being playfully praised as unusually solid or tough.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000456", "video_path": "videos_final/vimu_000456.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.93, "literal_summary": "A short handheld clip shows a small wooden side table or stool with a mug on top. The on-screen text says \"Sturdy\" while a person reaches toward the mug and the table visibly wobbles or shifts as the camera moves closer.", "intended_meaning": "The humor is a deadpan contradiction between the caption and what is shown: the furniture is labeled as sturdy, but it appears unstable and shaky, making the claim obviously false.", "evidence": ["Visible on-screen text reads \"Sturdy.\"", "The object is a small wooden table/stool with a mug placed on it.", "As the hand reaches for or holds the mug, the table appears to wobble/shift rather than remain firm.", "The joke works through mismatch between the positive label and the visibly unstable object."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is fully understandable from the video alone because the caption and the visible wobbling directly create the joke without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is joking that the table is clearly not sturdy, since the caption says it is sturdy while the furniture visibly wobbles.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000457", "video_path": "videos_final/vimu_000457.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["contrast", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.8, "literal_summary": "A shaky phone video shows a carpeted floor and a doorway while a person points and says, \"Your dog shitted on the carpet. Where? Right there! It's not there.\" On-screen text says, \"Uh oh 😳.\"", "intended_meaning": "The joke is that there is an obvious mess or stain on the carpet, but the other person denies seeing it, creating a humorous contrast between visible evidence and refusal or inability to acknowledge it. It plays like a light domestic/pet mishap joke.", "evidence": ["ASR includes: \"Your dog shitted on the carpet. Where? Right there! It's not there.\"", "A hand points toward a specific spot on the carpet.", "The camera lingers on discolored or marked areas of the carpet near rugs and a doorway.", "On-screen text \"Uh oh 😳\" signals impending trouble or embarrassment.", "The fast shaky pan adds a comedic, reactive feel rather than a serious documentary tone."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are understandable from the video itself: a person points out an apparent carpet accident and another denies seeing it, producing the humor without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole, beyond just the actions being shown?", "answer": "It presents a domestic mishap where an obvious spot on the carpet is being pointed out, but the other person denies it is there, making the clip about refusal or inability to acknowledge visible evidence.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000458", "video_path": "videos_final/vimu_000458.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person in a restroom points to the printed instruction \"PLEASE HOLD WHILE FLUSHING\" on a toilet fixture and then physically picks up and holds the fixture while flushing or preparing to flush.", "intended_meaning": "The joke comes from intentionally misreading a standard restroom instruction literally. Instead of understanding \"hold\" as holding the flush control or a part of the mechanism, the person humorously holds the whole toilet fixture, creating an absurd visual gag.", "evidence": ["Visible on-screen caption repeats the phrase \"Please hold while flushing.\"", "The fixture itself has printed text reading \"PLEASE HOLD WHILE FLUSHING.\"", "A hand presses on the fixture and then lifts/holds the whole unit.", "The humor is fully conveyed by the mismatch between the instruction text and the exaggerated literal action."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the visible instruction and the person's immediately shown literal response; no outside meme history or platform context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes this clip funny?", "answer": "It’s funny because the person deliberately takes the instruction \"Please hold while flushing\" in an overly literal way and acts like it means to hold the entire toilet fixture.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000459", "video_path": "videos_final/vimu_000459.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A person in a car films McDonald's takeout bags, a drink, and then holds up a small plain cardboard box while saying they got their favorite item from McDonald's. On-screen text reads, \"no way they had the\".", "intended_meaning": "The joke is that the speaker builds suspense as if McDonald's had a favorite menu item available, but the reveal is an unexpected plain cardboard box rather than a normal recognizable food item. The humor comes from the anticlimactic or oddly specific reveal and the exaggerated excitement over something mundane or unusual from McDonald's.", "evidence": ["McDonald's branding is visible on the bag and cup.", "The ASR includes enthusiastic speech: \"Yo, shout out McDonald's, got my favorite item on the menu...\"", "The camera first shows the bags and drink, creating expectation of a food reveal.", "The later frames reveal a small plain cardboard container instead of a clearly visible standard menu item.", "On-screen text remains truncated as \"no way they had the,\" reinforcing suspense before the reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and payoff are understandable from the video alone: excitement about a McDonald's item followed by a visually unexpected reveal.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video spend time building up the McDonald's order before showing the box at the end?", "answer": "It sets viewers up to expect a recognizable favorite McDonald's food item, then lands the joke by revealing a plain, mundane box instead, making the excitement feel deliberately overblown and anticlimactic.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000460", "video_path": "videos_final/vimu_000460.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.77, "literal_summary": "A handheld phone video moves toward and through a set of double doors into a very long hallway. On-screen text says, \"She made the right choice.\" The audio transcript includes, \"Oh, right here. My life. Hell no.\"", "intended_meaning": "The clip jokes that a woman was correct to reject or avoid a relationship with the speaker, because being with him would feel bleak, exhausting, or miserable, symbolized by the long sterile hallway. The humor comes from self-deprecating pessimism and the mismatch between romance and an unappealing destination.", "evidence": ["Visible caption reads \"She made the right choice,\" framing a judgment about a woman's decision.", "The camera reveals an unusually long, empty, sterile hallway after opening the doors, creating a bleak visual payoff.", "ASR includes \"My life\" and \"Hell no,\" which supports the idea that the hallway represents the speaker's life and that it is undesirable.", "The timing suggests a setup-to-reveal joke: the text establishes the premise and the hallway serves as the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the on-screen caption, the visual reveal of the bleak hallway, and the accompanying audio without needing niche outside context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is making a self-deprecating joke that the woman was right not to choose a relationship with him, because his life is portrayed as bleak and unappealing.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000461", "video_path": "videos_final/vimu_000461.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast", "exaggeration"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.79, "literal_summary": "A handheld video in a kitchen shows a countertop with dishes and a drink, then pans to a man in a gray Adidas sweatshirt and beanie looking at his phone. On-screen text says \"That sound tho.\" He looks up and reacts dramatically by throwing his arms up and leaning back.", "intended_meaning": "The meme suggests the man hears a sound from a phone or nearby that is interpreted as sexually suggestive or moan-like, and his exaggerated body language plays up embarrassment, shock, or arousal for comedic effect. The humor comes from implying the sound is unexpectedly provocative and showing an over-the-top reaction to it.", "evidence": ["Visible text reads \"That sound tho,\" directing attention to an audio cue rather than the visuals alone.", "The man is looking at/holding a phone when he reacts, implying the sound is coming from what he is hearing.", "His reaction escalates from noticing the sound to dramatic leaning back and raising his arms, signaling exaggerated response rather than neutral listening.", "The joke relies on the contrast between an ordinary kitchen setting and an outsized reaction to a sound.", "ASR transcript is minimal (\"Hey, Zan.\") and does not clearly explain the joke, making the on-screen text and reaction the main cues."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip mostly communicates its point through the caption and the man's exaggerated reaction, but understanding that the humor is likely sexual/suggestive depends on common social knowledge about what kind of \"sound\" would provoke that response.", "fair_for_benchmark": true}, "qa": {"question": "What specific idea are the caption and the man's over-the-top reaction meant to convey together?", "answer": "They frame the sound as unexpectedly intimate or moan-like, and the joke is his exaggerated reaction to hearing something that comes across that way.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000462", "video_path": "videos_final/vimu_000462.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.87, "literal_summary": "A person records a modern sink fixture in a restroom, places their hand under it, and water unexpectedly comes out from the far side and splashes onto the counter. On-screen text says, \"I've never seen a sink like this and I wasn't ready.\"", "intended_meaning": "The clip is mainly a surprise/fail moment about an unfamiliar sink design, but the wording and the shape/timing of the water flow also invite a mildly sexual reading by implying the person was 'not ready' for something unexpectedly spraying from the fixture.", "evidence": ["Visible text reads, \"I've never seen a sink like this and I wasn't ready.\"", "The video focuses closely on a curved sink fixture while the person places a hand underneath it experimentally.", "Water appears to come out from a side the person did not expect, creating a startled, awkward payoff.", "The phrase \"wasn't ready\" adds suggestive framing beyond a purely functional demonstration."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The surprise and suggestive framing are understandable from the sink footage and on-screen caption alone; no outside meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption make this sink moment read differently from a straightforward clip of an unfamiliar faucet?", "answer": "It turns a simple surprise with a weird sink into a joke by framing the unexpected spray and the phrase \"wasn't ready\" as having a second, mildly suggestive meaning.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000463", "video_path": "videos_final/vimu_000463.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.87, "literal_summary": "A person holds a metal pot above a floor vent and gradually lowers or angles it toward the vent. On-screen text reads, \"I don't think Gavin should've done that.\"", "intended_meaning": "The clip frames an awkward or regrettable act by 'Gavin' as if he did something sexually suggestive or embarrassing involving the vent and the pot, with the humor coming from the ominous, understated caption rather than any explicit explanation.", "evidence": ["The only explicit text is \"I don't think Gavin should've done that,\" which signals regret and mild condemnation of a past action.", "The visuals focus on a pot being positioned over a floor vent, an unusual setup that invites an implied offscreen explanation.", "No clear practical reason for the action is shown, so the meaning relies on suggestive implication rather than literal instruction.", "The wording names a person ('Gavin') and implies he is the one who did the embarrassing thing.", "The humor appears to come from the mismatch between a mundane object/scene and the loaded warning-style caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video and caption alone, but interpreting it specifically as sexual/embarrassing innuendo requires everyday social inference about suggestive setups and deadpan warning captions.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents Gavin as having done something awkward and regrettable with the vent-and-pot setup, implying an embarrassing suggestive act rather than showing or explaining it directly.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000464", "video_path": "videos_final/vimu_000464.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "exaggeration", "contrast"], "social_value_signals": ["negative_affect", "contempt", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person at the shoreline holds a star-shaped sea creature near the water while on-screen text reads \"See ya later Shtinkee,\" and the audio says, \"Don't mess with the sea life! And see you later, stinky!\" The camera then points out over the water as the creature is no longer in hand.", "intended_meaning": "The clip uses a silly insult and casual send-off toward the sea creature for light mockery. The humor comes from treating the animal like a disliked little troublemaker and dramatically dismissing it with a rude nickname before letting it go.", "evidence": ["On-screen text repeatedly says \"See ya later Shtinkee,\" framing the clip as a teasing farewell.", "ASR includes \"And see you later, stinky!\" which matches the insulting send-off tone.", "ASR also includes \"Don't mess with the sea life!\" indicating the creature is being handled and then released rather than seriously harmed.", "Frames show a hand holding a many-armed sea creature at the edge of shallow water, then the camera shifts to open water after the release.", "The contrast between a harmless sea animal and the exaggerated rude dismissal creates the joke."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a person addresses a sea creature with a mocking farewell and releases it. No niche meme history or outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the role the sea creature is given in the clip?", "answer": "The creature is being personified as a small annoying troublemaker and sent off with a goofy rude nickname as a teasing dismissal.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 4, "target_or_social_meaning": 3, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000465", "video_path": "videos_final/vimu_000465.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person in a car shows a plastic cup with very cold liquid/ice in it while on-screen text says, \"That's too cold bro.\" The audio says, \"Who said it don't be cold in Virginia?\" and ends with an exclamation.", "intended_meaning": "The clip humorously proves that the weather in Virginia is extremely cold by showing a drink or water frozen/near-frozen inside a car. The meme point is a casual boast/complaint that it really does get very cold there.", "evidence": ["On-screen text explicitly says, \"That's too cold bro.\"", "ASR captures repeated speech: \"Who said it don't be cold in Virginia?\"", "Frames show a plastic cup in a car interior with contents appearing frozen or slushy.", "The speaker's final \"Oh, shit!\" reaction suggests surprise at how cold the contents are.", "The humor comes from the visual demonstration matching the spoken claim about cold weather."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the speaker claims Virginia gets cold and visually demonstrates it with a frozen/slushy cup, reinforced by the caption.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video focus on the cup while the speaker talks about Virginia?", "answer": "It highlights the cup as visual proof that it is extremely cold in Virginia, using the frozen or slushy drink to back up the speaker's claim.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000466", "video_path": "videos_final/vimu_000466.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "contrast"], "social_value_signals": ["sexual_implication", "none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A phone camera films a storefront labeled \"NAUGHTY CAT CAFE\" with on-screen caption text reading \"Thank you for clarifying.\" As the camera moves, a sidewalk sign by the entrance comes into view reading \"NOT A STRIP CLUB.\" The audio says, \"What a funny name for a strip club. Ah, shit.\"", "intended_meaning": "The joke is that the business name \"Naughty Cat Cafe\" initially sounds sexually suggestive, leading the speaker to mistake it for a strip club; the reveal of the sign \"NOT A STRIP CLUB\" confirms that many people likely make the same assumption. The humor comes from the mismatch between the risqué-sounding name and the actual non-strip-club business.", "evidence": ["Storefront sign clearly reads \"NAUGHTY CAT CAFE.\"", "A separate sign outside clearly reads \"NOT A STRIP CLUB.\"", "Overlay text says \"Thank you for clarifying,\" reacting to the explanatory sign.", "ASR audio: \"What a funny name for a strip club. Ah, shit.\" indicating an initial mistaken assumption then correction.", "The camera movement delays the reveal of the \"NOT A STRIP CLUB\" sign, creating the punchline through timing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full joke is understandable from the video itself: the storefront name, the corrective sign, the spoken reaction, and the timing of the reveal all supply the necessary context without outside knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What changes in the viewer's understanding when the entrance sign comes into view, and why does that make the clip funny?", "answer": "The reveal shows the place is an ordinary cafe, not what its name first suggests, so the humor comes from the speaker's mistaken assumption being corrected by the sign.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000467", "video_path": "videos_final/vimu_000467.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "parody"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A person lying down films their socked feet and uses a hand to pull the socks down/off while on-screen text reads, \"Gotta unleash the ol' dogs.\"", "intended_meaning": "The clip plays on the slang phrase about letting one's feet out ('dogs' meaning feet), but stages it in a suggestive way so the simple act of removing socks is framed like dramatically 'releasing' something. The humor comes from mild sexualized innuendo applied to an ordinary action.", "evidence": ["Visible on-screen text says, \"Gotta unleash the ol' dogs.\"", "The camera is centered on the person's feet and lower legs.", "A hand grips and pulls at the sock in a slow, deliberate way.", "The phrase 'dogs' is commonly used here to refer to feet, which matches the visual action of freeing the feet from socks.", "The framing and exaggerated reveal make the action feel suggestive rather than purely functional."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the text names the action and the visuals show socks being removed from feet. No niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokingly turns taking off socks to free one's feet into an exaggerated reveal, using the phrase about \"dogs\" and the slow framing to make the moment feel playfully suggestive.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000468", "video_path": "videos_final/vimu_000468.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "In a kitchen, one person asks where the peanut butter is. Another person is holding cookware near the stove. The camera turns to several peanut butter jars on the counter, one is opened, and the inside appears to contain a dark object or substance, prompting the reaction \"Oh, shit. That's the wrong one\" / \"That's the wrong one.\"", "intended_meaning": "The joke is a sudden reveal that one peanut butter jar is being used for something unexpected and gross or inappropriate rather than for food. The humor comes from the speaker innocently asking for peanut butter and then realizing a particular jar has been repurposed, creating shock and disgust.", "evidence": ["ASR includes: \"Yo, bro, where's the peanut butter? Oh, shit. That's the wrong one.\"", "Frames show multiple Jif peanut butter jars on the kitchen counter.", "A jar is opened and shown close-up; the contents have a dark center/object that looks abnormal for ordinary peanut butter.", "The repeated on-screen caption says \"That's the wrong one,\" emphasizing mistaken selection.", "The camera movement creates a reveal from normal kitchen scene to the opened jar, supporting a punchline structure."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are understandable from the video alone: a request for peanut butter, multiple jars, then a reveal that one jar is not normal. No niche outside meme knowledge is needed.", "fair_for_benchmark": true}, "qa": {"question": "What does the final reveal suggest about why that jar is \"the wrong one\"?", "answer": "It suggests that one peanut butter jar has been repurposed for some non-food, gross or inappropriate use, so the speaker realizes he picked the jar that is not actually for eating.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000469", "video_path": "videos_final/vimu_000469.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "appearance_or_body_type"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.88, "literal_summary": "A handheld phone video shows a very overcooked, dark-brown piece of food on foil while a plastic fork points at it. On-screen text reads, \"Bro, no one's taking it.\" The camera then quickly pans to a person indoors. The audio transcript is cut off as \"I'm bout to fu-\".", "intended_meaning": "The joke compares the burnt food to an unattractive person or body part and says no one wants it. The humor comes from pairing a sexual-sounding interrupted line with the caption \"no one's taking it,\" implying mock rejection or undesirability.", "evidence": ["The main visual is a badly burnt piece of food being examined with a fork, making it look unappetizing.", "The on-screen caption explicitly says, \"Bro, no one's taking it,\" which frames the object as undesirable.", "The ASR contains the cut-off phrase \"I'm bout to fu-,\" which strongly suggests a sexual setup before being undercut.", "The quick pan from the food to a person suggests the food is being used as an analogy or insult directed at someone present.", "The joke relies on the contrast between sexual pursuit and the visibly unwanted burnt item."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the burnt-food visual, the explicit caption, the interrupted sexual audio, and the camera pan to a person; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video cut from the burnt food and the line \"Bro, no one's taking it\" to the person at the end?", "answer": "It uses the burnt food as a stand-in for the person and turns the cut-off sexual setup into a joke that nobody would want them, implying they are unattractive or undesirable.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000470", "video_path": "videos_final/vimu_000470.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "mockery"], "social_value_signals": ["sexual_implication", "humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.86, "literal_summary": "A short nighttime clip shows a young man with his head and face partly inside a basketball hoop net while another person’s hand touches or lifts the net. On-screen text reads, \"Excuse me sir, what???\" The audio says, \"What? It's just like my sock.\"", "intended_meaning": "The joke frames the visual of the person’s face caught in the hoop net as resembling a sock, but the comparison is meant to sound suspicious and sexually suggestive, prompting a shocked reaction. The meme’s humor comes from treating the explanation as bizarre or incriminating and lightly ridiculing the person being compared to the sock scenario.", "evidence": ["Visible text says \"Excuse me sir, what???,\" signaling disbelief and reaction framing.", "ASR line \"What? It's just like my sock\" provides the key comparison and implies an odd explanation.", "Frames show a young man’s face behind/in a basketball net, creating a visual that can be compared to fabric or a sock opening.", "The close-up and timing emphasize the awkward visual reveal, supporting a punchline based on embarrassment and innuendo."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the clip alone, but recognizing why the sock comparison feels suggestive or shocking benefits from common social knowledge about sexualized sock jokes and embarrassing implications.", "fair_for_benchmark": true}, "qa": {"question": "What is the main idea the clip wants viewers to take from the comparison between the hoop net, the spoken line, and the reaction text?", "answer": "The clip jokes that the person’s face in the hoop net looks like a sock, and the line makes that comparison sound like a bizarre, suggestive excuse, so the reaction text treats him as saying something incriminating and worth lightly mocking.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000471", "video_path": "videos_final/vimu_000471.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A hand points to one ice cube in a tray while on-screen text says \"The Chosen One,\" then carries that cube and drops it into a bright green cup. The audio/transcript also says \"Chosen one.\"", "intended_meaning": "The clip humorously dramatizes the simple act of selecting a single ice cube as if it were a special, destined individual. The joke comes from treating an ordinary choice with mock-epic importance.", "evidence": ["On-screen text at the top reads \"The Chosen One.\"", "The hand singles out one cube from many in the tray.", "The selected cube is carried separately across the room/counter area.", "The cube is ceremonially placed into a cup, matching the idea that it was specially selected.", "The audio ASR repeats \"Chosen one,\" reinforcing the framing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the text and action clearly frame one ice cube as specially selected in an exaggerated way.", "fair_for_benchmark": true}, "qa": {"question": "Why is the single ice cube presented as if it matters more than the others?", "answer": "It humorously treats picking one ordinary ice cube as if it were uniquely important or destined, turning a trivial choice into a mock-epic moment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000472", "video_path": "videos_final/vimu_000472.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A short kitchen clip with the on-screen caption \"Someone called me?\" shows a hand spraying whipped cream onto a small glass containing green liquid, then the camera quickly pans to a cat lying on the floor nearby.", "intended_meaning": "The joke is a visual pun and reveal: the setup suggests something or someone that sounds like or resembles the dessert being made has responded to being called. The camera then cuts to the cat as the punchline, treating the cat as the humorous 'answer' to the call. The humor comes mainly from the sudden reveal and absurd comparison rather than any social commentary.", "evidence": ["Visible on-screen text at the top reads \"Someone called me?\" throughout the clip.", "Frames show whipped cream being dispensed into a small glass with green liquid, creating a dessert/drink-like setup.", "After the preparation shot, the camera abruptly pans across the kitchen to a cat lying on the floor.", "The timing of the quick pan makes the cat the punchline/reveal in response to the caption's question."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but appreciating the exact joke requires a small amount of everyday context about visual pun/reveal humor and associating the setup with the caption before the cat reveal.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It sets up a playful visual reveal where the caption makes it seem like the thing being prepared is 'responding,' and the sudden cut to the cat makes the cat the joke answer to that call through an absurd resemblance/association.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000473", "video_path": "videos_final/vimu_000473.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.7, "literal_summary": "A person inserts a small disc into the open internals of a game console or disc drive, placing it onto the spindle area while the device is exposed and powered/open.", "intended_meaning": "The clip presents a crude or improvised way to make a console/disc drive run a disc despite the hardware being open, with humor coming from the odd, low-tech, or reckless-looking setup rather than from a deeper social message.", "evidence": ["Frames show an opened electronic device with visible disc-drive internals and a circular spindle mechanism.", "A hand brings a printed optical disc into the exposed drive area and places it inside.", "The setup looks intentionally improvised/unusual because the machine is visibly disassembled or forced open while being used.", "No transcript or clear spoken content is available to indicate a more specific joke or target."], "evidence_sources": ["frames"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic action is understandable from the video alone, but recognizing why it is funny or notable benefits from common knowledge that consoles/disc drives are normally closed and not operated this way.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is joking about getting a console or disc drive to work in a crude, improvised way by manually using the disc in the exposed hardware, with the humor coming from how makeshift and reckless-looking the setup is.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000474", "video_path": "videos_final/vimu_000474.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person films the side of a maroon car and points at a slightly misaligned door gap while audio says you can tell it has been in an accident from the gap. The camera then pulls back to reveal the car is massively damaged, with crushed body panels, broken windows, and debris on top. On-screen text reads \"Oh really???\".", "intended_meaning": "The clip mocks an overly technical or understated observation by revealing that the car's accident damage is already extremely obvious. The joke is that focusing on a small panel gap is absurd when the vehicle is visibly wrecked.", "evidence": ["ASR says, \"You can tell from the gap in the door... it's been in an accident,\" which frames the initial inspection as subtle or expert.", "A finger points to the door seam at the start, emphasizing the small gap as the supposed clue.", "On-screen text \"Oh really???\" signals sarcastic disbelief toward that observation.", "As the camera pans back, the car is shown to have major visible crash damage: crushed roof/rear area, broken window, bent panels, and debris/branches on top.", "The humor comes from the contrast between the minor cue discussed and the severe obvious damage revealed visually."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and sarcastic text all provide the meme's point within the clip itself; no outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video first draw attention to the door gap before revealing the full condition of the car?", "answer": "It sets up a supposedly careful clue, then reveals the car is already obviously wrecked, making the focus on the door gap seem absurdly understated.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000475", "video_path": "videos_final/vimu_000475.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.78, "literal_summary": "A handheld camera pans across a messy living room with several young adults sitting or lying quietly on couches. Large on-screen text reads \"Absolutely Diabolical.\"", "intended_meaning": "The joke is that something in this otherwise calm hangout is being framed as comically evil or outrageous. The caption overstates the situation for humor, likely mocking one person's offscreen or subtle action by treating it as \"diabolical\" even though the scene itself is low-key and ordinary.", "evidence": ["Visible text says \"Absolutely Diabolical,\" which clearly provides the meme framing.", "The people shown appear passive and relaxed rather than reacting to a real emergency or conflict.", "The slow pan across the room suggests the camera is searching for or revealing the supposedly offending person/action.", "No explicit harmful act is visible in the provided frames, so the humor relies on exaggerated labeling of a mild situation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone because the caption frames the tone, but the exact 'diabolical' act is not explicit in the visible evidence, so a bit of everyday meme understanding about exaggerating minor behavior helps.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke or point the clip is making?", "answer": "It jokes by dramatically framing some minor or ordinary thing in the room as if it were outrageously bad or shocking.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000476", "video_path": "videos_final/vimu_000476.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "contrast", "bait_and_switch"], "social_value_signals": ["negative_affect", "other"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.83, "literal_summary": "A man in a Subway shirt is shown in a store-like setting while audio plays a short exchange: 'Hi, how are you today?' 'I'm good, how are you?' 'You want my honest answer? Yeah, sure.' He pauses with a blank expression, and on-screen text reads 'Way to be honest.'", "intended_meaning": "The joke is that after being invited to give an honest answer, the man gives no real answer and instead pauses awkwardly, implying he is not actually doing well or that the truth would be too negative or uncomfortable to say. The meme mocks the social ritual of asking how someone is doing and highlights awkward, suppressed honesty.", "evidence": ["ASR shows a conversational setup ending with 'You want my honest answer? Yeah, sure.'", "The man maintains a flat, silent stare for several beats instead of answering.", "His expression shifts only slightly until a final wider-mouthed reaction, emphasizing awkward delay rather than a sincere response.", "Visible text says 'Way to be honest,' which cues the sarcastic interpretation that he failed to give the honest answer requested.", "The humor comes from contrast between permission to be honest and the non-answer that follows."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, pause, and sarcastic caption are all present in the clip itself, so the main joke can be understood without external meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It is joking about the gap between polite small talk and real feelings: after being invited to answer truthfully, the man goes silent because an honest response would be awkward or too bleak to say out loud.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000477", "video_path": "videos_final/vimu_000477.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "irony", "bait_and_switch"], "social_value_signals": ["anti_mainstream_value", "norm_violation", "negative_affect"], "target_subjects": ["individual_other", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.75, "literal_summary": "A short selfie-style clip shows a red-haired woman in a costume walking through an empty alley or corridor at night. White on-screen text says, \"Y'all spoke too soon.\" The audio says, \"out in Gotham, you can get away with virtually anything right now because no one's around. It's fucking fantastic.\" Near the end, another costumed woman briefly enters the frame.", "intended_meaning": "The meme jokes that people prematurely claimed some problem or crowd had disappeared, but the speaker immediately shows that she and another similarly dramatic/costumed person are still out there. The humor comes from setting up the idea of an empty, consequence-free place and then undercutting it with the reveal that the expected nuisance or chaotic presence is still present.", "evidence": ["Visible text at the top reads, \"Y'all spoke too soon,\" which signals a reversal of an earlier assumption.", "The spoken line says, \"you can get away with virtually anything right now because no one's around,\" establishing an expectation of emptiness and freedom from others.", "The camera initially shows an apparently empty walkway, supporting that setup.", "The speaker smiles/laughs while filming herself, giving the clip a joking, self-aware tone rather than a serious report.", "At the end, another woman in a costume appears in frame, creating the punchline reveal that someone is in fact around."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly understandable from the clip itself: text announces a premature conclusion, audio says nobody is around, and the reveal undercuts that. Light everyday context helps to infer that the people shown are the kind of presence being jokingly framed as the exception or nuisance.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that people declared the scene or problem gone too early, but the reveal shows that the same kind of attention-grabbing presence is still around, undercutting the idea that the area is empty now.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000478", "video_path": "videos_final/vimu_000478.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "exaggeration", "contrast"], "social_value_signals": ["contempt", "discrimination_or_prejudice", "humiliation", "negative_affect"], "target_subjects": ["nationality_group", "individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short montage shows people dancing, including an older man by a bus, a man in medical scrubs dancing in a room, and another man dancing outside by a brick wall. Large on-screen text says: \"When my hb tells the cartel 'no speako illego amigo' so they genuinely blow his shi off so I hit da smoovest salsa before they buenos my noches.\" A romantic/dance song plays in the background.", "intended_meaning": "The meme jokes that after a boyfriend is killed by a cartel, the speaker responds by dancing salsa before being killed too. The humor relies on exaggerated indifference to extreme violence and on mock Spanish phrases that frame Latinos/Mexicans as cartel-associated, using ethnic stereotyping for shock humor.", "evidence": ["Visible text explicitly describes a boyfriend telling 'the cartel' a mock-Spanish phrase, then being violently killed, followed by the speaker 'hit[ting] da smoovest salsa' before 'they buenos my noches.'", "The video montage consists of multiple dancing clips, which visually enact the 'dancing salsa' response described in the caption.", "The phraseology 'no speako illego amigo' and 'buenos my noches' is intentionally broken faux Spanish, signaling a caricature of Spanish-speaking people.", "The contrast between lethal violence in the text and cheerful dancing visuals creates the meme's joke structure.", "The audio is upbeat/romantic rather than mournful, reinforcing the flippant, mocking tone."], "evidence_sources": ["frames", "visible_text", "audio_tone", "editing_pattern", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption states the scenario and the dance clips illustrate the punchline, so the meme's core meaning is understandable from the video alone without needing external meme history.", "fair_for_benchmark": true}, "qa": {"question": "How do the dancing clips change the meaning of the captioned scenario?", "answer": "They turn the caption’s murder scenario into a joke by showing the speaker reacting with carefree salsa dancing instead of fear or grief, using exaggerated indifference for humor and leaning on mock Spanish and cartel references to frame Latino/Mexican people as part of the bit.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000479", "video_path": "videos_final/vimu_000479.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "stereotype_invocation", "contrast"], "social_value_signals": ["contempt", "humiliation", "political_or_identity_signal", "anti_mainstream_value"], "target_subjects": ["individual_other", "institution", "ideology"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A young man in a grocery-store-like setting films the floor while saying, \"Y'all see a wet floor sign anywhere? I guess we goin' to college, baby.\" On-screen text reads, \"Bro's going to Berkeley.\" The camera reveals a spill or mess on the floor with no visible warning sign.", "intended_meaning": "The meme jokes that the person is suited for Berkeley because he treats the absence of a wet-floor sign like an opportunity for a lawsuit or exaggerated grievance. The caption frames this as matching a stereotype about Berkeley students as overly litigious, activist, or eager to make a political/ideological issue out of everyday situations.", "evidence": ["Visible caption at top: \"Bro's going to Berkeley.\"", "Spoken line focuses on the missing wet-floor sign and then jumps to \"I guess we goin' to college, baby,\" implying a payoff from the unsafe condition.", "The camera pans to a spill/mess on the shiny floor with no visible warning sign, supporting the premise of a hazard.", "The humor depends on linking the speaker's opportunistic reaction to the captioned school identity rather than just showing an accident.", "Tone and timing suggest a punchline rather than a sincere safety report."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but interpreting why \"Berkeley\" is the punchline requires common cultural knowledge about stereotypes of Berkeley students/politics rather than information contained entirely in the clip.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the speaker sees the unmarked spill as a chance for a payout or grievance, and the \"Berkeley\" caption frames that reaction as fitting a campus known for highly activist or complaint-driven attitudes.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000480", "video_path": "videos_final/vimu_000480.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect", "aggression_or_hostility"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A phone camera points at a closed interior door with the caption, \"My bro thought i wouldn't notice my missing poptarts,\" while someone behind the camera says, \"Come here!\" in a confrontational tone.", "intended_meaning": "The joke is that the speaker is angrily summoning their brother over stolen Pop-Tarts, humorously treating the minor theft as an obvious offense that will lead to confrontation.", "evidence": ["Visible on-screen text says, \"My bro thought i wouldn't notice my missing poptarts.\"", "The camera stays fixed on a closed door, implying the brother is on the other side or being called out from another room.", "ASR captures \"Come here!\" which fits an angry summons.", "The humor comes from the mismatch between the small stakes (missing snack food) and the serious, confrontational setup."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The caption, door-focused framing, and shouted line together make the meme's point understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is this moment framed around a closed door and a forceful call for the brother, instead of directly showing what happened?", "answer": "It frames the brother like someone being summoned for an obvious offense, making the joke that he took the Pop-Tarts and is being confronted with much more seriousness than the situation deserves.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000481", "video_path": "videos_final/vimu_000481.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "hard", "benign_vs_sensitive": "benign", "implicitness_score": 4, "confidence": 0.42, "literal_summary": "A handheld vertical clip in what looks like a public restroom stall with red partitions and tiled floor. The camera points downward, then tilts upward toward the top of the stall. Centered on-screen text reads \"What?\" throughout, while the audio ASR says, \"When there's rain, there's thunder!\"", "intended_meaning": "The meme appears to set up confusion or surprise by pairing an odd off-screen statement with a bathroom-stall point of view, likely implying the viewer overheard something bizarre or unexpectedly dramatic in a restroom. The humor comes from the mismatch between the serious-sounding line and the mundane setting, prompting a \"what did I just hear?\" reaction.", "evidence": ["The frames show tiled floor and red stall-like partitions, suggesting a restroom or similar partitioned space.", "The only visible text in the frames is the centered caption \"What?\", which signals confusion/reaction.", "The ASR line \"When there's rain, there's thunder!\" is an unusual, dramatic statement that does not match the visible mundane setting.", "The camera movement upward over the stall edge suggests the filmer is reacting to something heard off-screen rather than showing a direct event."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video alone: an odd off-screen remark in a restroom-like setting produces a confused reaction. However, the exact punchline depends on everyday social context about overhearing strange conversations in public/bathrooms.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the filmer as overhearing a weirdly dramatic line in a restroom-like setting and reacting with confused disbelief; the joke is the contrast between the intense statement and the ordinary place.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000482", "video_path": "videos_final/vimu_000482.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short clip shows an industrial shredder with the on-screen text \"First time I've ever seen it fail\" while a ring-shaped metal object goes into the blades and resists being shredded, wobbling and briefly standing upright instead of being immediately destroyed.", "intended_meaning": "The humor comes from an expectation reversal: shredders are supposed to destroy anything fed into them, but this particular object unexpectedly resists and makes the machine look ineffective for a moment. The caption frames the clip as a rare failure of a normally unstoppable process.", "evidence": ["Visible on-screen text says \"First time I've ever seen it fail.\"", "Frames show a heavy-duty shredder pulling in a circular metal piece.", "Instead of being quickly torn apart, the object remains intact for several moments, rotates, and stands upright between the blades.", "The joke relies on the contrast between the machine's expected function and the object's unexpected resistance."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff through the visible action and caption; no outside meme lore is needed to understand the joke.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of pairing this caption with the clip?", "answer": "It presents the shredder as seeming to fail for once, because an object unexpectedly resists a machine that is normally expected to destroy anything put into it.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000483", "video_path": "videos_final/vimu_000483.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["absurdism", "parody", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A small dog sits upright inside a suspended camouflage toy airplane with shark-mouth art while the plane swings across a backyard in front of a wooden fence. The dog looks calm and forward-facing as if riding or piloting it.", "intended_meaning": "The humor comes from making the dog look like a serious pilot in a tiny warplane. The meme anthropomorphizes the dog and contrasts its calm, proud posture with the absurd setup of a pet riding a dangling toy aircraft.", "evidence": ["The frames show a small tan-and-white dog seated in the cockpit area of a camouflage airplane-shaped object.", "The airplane has stylized military/shark-mouth markings, reinforcing a fighter-plane look.", "The object is hanging and moving across the yard, creating the visual impression of flight.", "The dog remains upright and composed, which makes it resemble a pilot rather than a passenger.", "No clear insult, social attack, or political message is visible in the frames."], "evidence_sources": ["frames", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is visually understandable from the video alone: a dog posed in a toy plane creates an immediate pilot parody without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What role is the dog being framed as playing in the video, and what visual contrast makes that framing work?", "answer": "The dog is framed like a calm, serious fighter pilot, and the humor comes from contrasting that proud, composed posture with the absurd sight of a small pet sitting in a dangling toy warplane.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000484", "video_path": "videos_final/vimu_000484.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A short kitchen clip shows hot dark liquid being poured from a kettle or pot into a clear glass mug. Steam/fog builds up, and the on-screen text says, \"I don't wanna do this no more.\" The audio also sounds like someone saying they do not want to keep doing this.", "intended_meaning": "The clip humorously dramatizes a small frustrating routine task—likely making a very hot drink in a glass mug—as if the person is emotionally exhausted by it. The meme uses the caption and weary tone to turn an ordinary moment into an expression of being fed up.", "evidence": ["Visible on-screen text reads: \"I don't wanna do this no more.\"", "ASR includes a matching phrase expressing reluctance: \"I don't wanna do this no more.\"", "Frames show a glass mug being filled with a hot brown liquid from a kettle/pot.", "Steam or fog increasingly obscures the scene, emphasizing the heat and unpleasantness of the moment.", "No clear social group or outside target is shown; the complaint appears to be about the speaker's own situation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the text/audio express frustration while the video shows an unpleasantly steamy pouring task, creating a self-contained humorous complaint.", "fair_for_benchmark": true}, "qa": {"question": "What broader everyday situation does this clip use the drink-pouring moment to represent?", "answer": "It represents feeling worn out by a small recurring routine task and playfully treating that ordinary moment like something the person is completely fed up with.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000485", "video_path": "videos_final/vimu_000485.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A handheld video in a pet-store-like setting shows a large bird cage and then a small dog being carried by a woman toward the cage. On-screen text reads, \"He scared my dog.\"", "intended_meaning": "The joke is a visual reversal: despite the caption suggesting the dog was frightened by something in the cage, the small dog is brought back toward the bird cage and appears timid or hesitant, making humor out of the dog's fearfulness relative to the caged bird.", "evidence": ["Visible on-screen text says, \"He scared my dog.\"", "The camera focuses on a large bird cage in a store aisle with pet products nearby.", "A small dog is being held in someone's arms and brought toward the cage.", "The dog's body posture appears passive/hesitant while facing the cage, creating a contrast between the tiny dog and the animal in the cage.", "The humor comes from the reveal that the dog is the one acting scared, matching the caption."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, caption, and visual reveal are enough to understand the meme's point without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What does the caption and reveal together suggest about the dog’s reaction?", "answer": "It suggests the dog is the one intimidated by the animal in the cage, and the humor comes from that reveal reversing the expectation set by the caption.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000486", "video_path": "videos_final/vimu_000486.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A short low-resolution clip shows a dog near a fence or opening by a house, moving away while on-screen text reads: \"My dude really said 'it's not worth it'. this has me deceased\" with laughing/skull-style emojis.", "intended_meaning": "The joke is that the dog appears to inspect or approach something and then quickly decide to back off, as if making a humorous human-like judgment that the situation or possible confrontation is not worth the effort. The caption frames the dog as a relatable person deciding against unnecessary drama or risk.", "evidence": ["Visible on-screen text explicitly says: \"My dude really said 'it's not worth it'. this has me deceased\".", "The animal's movement suggests retreating or disengaging rather than pressing forward.", "The humor comes from attributing a human decision ('it's not worth it') to the dog's behavior.", "No clear hostile or discriminatory target is present; the clip is framed as observational animal humor."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is directly conveyed by the visible behavior and the overlaid caption; no niche external context is needed beyond ordinary understanding of animals being anthropomorphized.", "fair_for_benchmark": true}, "qa": {"question": "What everyday decision is the dog's behavior being used to represent in this clip?", "answer": "It represents deciding to back out and disengage because the situation seems like more trouble than it is worth.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000487", "video_path": "videos_final/vimu_000487.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.89, "literal_summary": "A person in a food-service kitchen holds up a large clear plastic tray-like piece and shows it to a coworker while the on-screen caption says \"Cronchy.\" The coworker approaches and opens his mouth toward the object as if about to bite or test it. The audio says something like, \"Yo, look at this big-ass piece of ice I found.\"", "intended_meaning": "The humor comes from treating a non-food-looking clear object as an unusually large, tempting crunchy piece of ice. The caption \"Cronchy\" and the coworker's eager reaction frame it as a silly food joke about wanting to bite something that looks satisfyingly crunchy.", "evidence": ["The visible text \"Cronchy\" stays on screen, directly cueing a crunchy-eating interpretation.", "The speaker says, \"look at this big-ass piece of ice I found,\" describing the object as ice.", "The clip is set in a kitchen/work area, making ice and food handling plausible.", "The coworker walks over and opens his mouth toward the object, acting as if he wants to bite it.", "The object appears unusually large and tray-shaped, which makes the premise visually absurd and comedic."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a large clear object is presented as ice, labeled \"Cronchy,\" and someone moves to bite it. No niche meme history or outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It frames the clear object as an absurdly large, tempting piece of ice or crunchy snack-like thing, with the humor coming from treating it as something satisfyingly biteable.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000488", "video_path": "videos_final/vimu_000488.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["anti_mainstream_value", "none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A rooster rides in an elevator, walks out into a tiled hallway, and the on-screen text says, \"Taking the lift to wake people is crazy.\"", "intended_meaning": "The joke is that the rooster seems so committed to its stereotypical morning wake-up role that it even uses an elevator to reach people, making the behavior look absurdly purposeful and funny.", "evidence": ["The video shows a rooster inside an elevator and then exiting into a hallway.", "Visible text explicitly frames the action: \"Taking the lift to wake people is crazy.\"", "Humor comes from treating the rooster like an agent with a human-like plan to wake residents.", "The situation is inherently exaggerated and absurd because an animal is presented as intentionally using a lift for its usual crowing purpose."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip and on-screen text together directly establish the joke without needing outside meme history or niche context; only common knowledge that roosters wake people is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the rooster's elevator ride funny in this clip?", "answer": "It is funny because the rooster is treated like it intentionally takes the elevator to go wake people up, exaggerating its usual morning role into a human-like mission.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000489", "video_path": "videos_final/vimu_000489.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["literal_only", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.63, "literal_summary": "A person films the inside of a small elevator with mirrored walls and visible buttons labeled STOP, 1, 2, door controls, and a bell/alarm icon. The person reaches toward the panel, appears to press the bell/alarm button, and then shows a phone screen.", "intended_meaning": "The clip presents a small prank or impulsive action in the elevator, with the humor coming from the reveal that the person deliberately presses the emergency/bell button and then shows the phone afterward, suggesting a mischievous 'I did it' moment rather than something serious.", "evidence": ["The camera focuses closely on the elevator control panel, emphasizing the buttons rather than conversation or people.", "Visible text includes a large red 'STOP' button and numbered floor buttons, making the setting clearly an elevator.", "The finger moves to and presses the bell/alarm-looking button instead of a floor button.", "The final shot abruptly shifts to a phone in hand, creating a reveal-like ending rather than a functional demonstration.", "No strong insulting, political, or identity-directed content is visible or audible."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic action is visible from the video alone, but interpreting it specifically as a mischievous prank/reveal relies on everyday knowledge that pressing the bell/alarm button in an elevator is unusual and socially unnecessary.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making?", "answer": "It is presenting a mischievous little \"I actually pressed the elevator alarm\" moment, treating the unnecessary button press as a playful reveal rather than a serious action.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000490", "video_path": "videos_final/vimu_000490.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism", "mockery", "parody"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A handheld clip shows a toilet in a messy bathroom filled with many colorful water beads or small balls. On-screen text reads, \"My guy literally had his language settings reset.\" A hand closes the lid, presses the flush button, then opens the toilet again as the beads and water swirl and spread, with beads scattered across the floor.", "intended_meaning": "The caption jokes that the person responsible for this absurd toilet mess is so confused or malfunctioning that it is as if his internal settings were reset. The meme mocks the unnamed person’s bizarre or irrational behavior by comparing him to a device whose language/settings changed unexpectedly.", "evidence": ["Visible text says, \"My guy literally had his language settings reset.\"", "The toilet is packed with colorful beads and the floor is covered in the same material, showing an unusually chaotic, foolish act.", "A hand presses the flush button and the contents swirl dramatically, emphasizing the absurdity of the situation.", "The phrase about \"language settings\" is not literal in this bathroom context, indicating a figurative insult/comedic comparison."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the clip and caption alone: the bizarre toilet mess is presented as evidence that someone acted so strangely that the uploader compares him to a malfunctioning device.", "fair_for_benchmark": true}, "qa": {"question": "How does the on-screen caption shape the way the viewer is meant to understand the bathroom scene?", "answer": "It frames the toilet mess as evidence that the person who caused it was acting so bizarrely or irrationally that he is jokingly compared to a device whose settings got reset.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000491", "video_path": "videos_final/vimu_000491.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A man in a suburban front yard is confronted while placing or handling an 'OPEN HOUSE / FOR SALE' style sign. The audio starts with someone objecting and telling him to leave, then abruptly becomes approving after the man appears playful and relaxed. On-screen text reads 'Didnt know hes chill like that.'", "intended_meaning": "The joke is that initial suspicion or annoyance toward a stranger doing something inappropriate disappears once he gives off a goofy, likable 'chill' vibe. The meme mocks how quickly people can reverse their judgment based on a small social cue rather than the actual situation.", "evidence": ["ASR shows a reversal: 'You can't put that there... My house isn't for sale... get out of here' followed by 'Oh, I didn't realize you were chill like that. Sell whatever you want.'", "Frames show the man with a real-estate style sign in front of a house/lawn, matching the conflict described in the audio.", "The man then poses with a playful hand sign and tongue out, visually signaling the 'chill' behavior that triggers the reversal.", "Visible caption across the clip says 'Didnt know hes chill like that,' explicitly framing the joke as a sudden change in judgment based on perceived vibe.", "The comedic beat comes from the abrupt contrast between serious objection and immediate approval."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reversal, and meme point are all understandable from the video itself: the sign placement is objectionable, the man's goofy pose changes the speaker's attitude, and the on-screen text clarifies the framing.", "fair_for_benchmark": true}, "qa": {"question": "What idea is this video trying to get across overall, beyond the specific interaction it shows?", "answer": "It jokes that people can quickly drop their objection to something once the person doing it seems goofy and likable, even though the actual behavior has not changed.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000492", "video_path": "videos_final/vimu_000492.mp4", "taxonomy": {"surface_form": "interview_street", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A street interviewer asks a young man, on a nighttime boardwalk, what age someone should give up on their dreams. The young man first answers with ages like 65 and 80, then says people should not give up on their dreams at all, but when pressed for a final answer he deadpans '70.' On-screen captions track parts of the exchange.", "intended_meaning": "The humor comes from the interviewee seeming to arrive at an uplifting, sincere message about never giving up, then immediately undercutting it with an arbitrary numeric 'final answer.' The meme plays on indecision and a sudden reversal from motivational sentiment to absurd deadpan comedy.", "evidence": ["ASR shows the sequence: '65' -> '80' -> 'don't give up on your dreams at all' -> final answer '70.'", "Visible text in frames includes fragments such as 'on your dreams,' '65,' 'no actually,' 'don't give up,' 'so,' and 'final answer?' matching the reversal structure.", "The interviewer holds a microphone in a casual public setting, indicating a street-interview format.", "The comedic point is reinforced by the timing: after sounding thoughtful and inspirational, the speaker gives a contradictory final number."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is fully understandable from the dialogue, captions, and timing within the clip; no external meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What does the speaker's final answer change about how the whole exchange is meant to be understood?", "answer": "It turns the exchange from a seemingly sincere message about never giving up on your dreams into an absurd deadpan joke, where the speaker undercuts that idea with an arbitrary 'final answer.'", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000493", "video_path": "videos_final/vimu_000493.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["stereotype_invocation", "exaggeration"], "social_value_signals": ["discrimination_or_prejudice", "political_or_identity_signal", "humiliation"], "target_subjects": ["racial_or_ethnic_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.85, "literal_summary": "In a percussion room, on-screen text says \"When the function has white rice.\" A student plays a mallet percussion instrument, then the camera quickly pans to another student standing by a gong and raising a mallet as if to strike it.", "intended_meaning": "The joke implies that serving white rice at a gathering makes Asian people, or people associated with rice culturally, become excited or activated. It uses a racialized stereotype linking Asians with rice for comedic effect, with the gong reveal amplifying the ethnic cue.", "evidence": ["Visible caption reads: \"When the function has white rice.\"", "The setup shows students in a music/percussion room, then a quick pan reveals another student posed with a gong mallet for a punchline.", "The gong is visually prominent in the payoff shot, functioning as an exaggerated cue tied to an East Asian stereotype.", "The humor relies on connecting 'white rice' with a racial/ethnic identity rather than a neutral food preference."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the caption plus the visual punchline, but recognizing why rice and the gong together signal a racial stereotype requires common cultural knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the presence of white rice at an event will immediately excite or draw in Asian people, using the gong reveal to reinforce that ethnic association.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000494", "video_path": "videos_final/vimu_000494.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "absurdism"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "The camera starts close on a gorilla statue or model outdoors on grass, showing its body and feet, while audio says, \"You know what they say about big feet, right?\" The camera then reveals the gorilla’s crotch area and finally its wide-eyed face. On-screen text reads, \"Bro was flabbergasted.\"", "intended_meaning": "The joke uses the saying about big feet implying large genital size, then reveals the gorilla figure’s genitals and cuts to its startled-looking face as if it is shocked by its own size. The humor comes from sexual innuendo and the anthropomorphic reaction caption.", "evidence": ["ASR line references the common innuendo: \"You know what they say about big feet, right?\"", "Camera movement from feet/body area to crotch suggests a setup-payoff reveal tied to the saying.", "Frames show a gorilla figure with visible genital area as the punchline reveal.", "Final reveal focuses on the gorilla’s wide-eyed face, supporting the captioned reaction interpretation.", "Visible on-screen text says \"Bro was flabbergasted,\" framing the animal/object as comically shocked."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup line, visual reveal, and reaction caption provide the full joke within the clip; only common everyday knowledge of the phrase about big feet is needed.", "fair_for_benchmark": true}, "qa": {"question": "How do the spoken line about big feet, the camera reveal, and the final caption work together to create the joke?", "answer": "It plays on the saying that big feet mean large genitals: the line sets up that expectation, the camera reveal delivers it with the gorilla figure, and the caption/frame on its face treats it like it is comically shocked by its own size.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000495", "video_path": "videos_final/vimu_000495.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.78, "literal_summary": "A short clip shows a person at a pool table tapping the cue ball so it slowly rolls around the table while the on-screen text says \"Mmm. Chalky.\" Near the end, the camera moves in close and a person opens their mouth near the white ball by the table edge.", "intended_meaning": "The clip sets up a pool-related action literally involving chalk and a cue ball, but the text and close-up mouth shot make it read like a sexualized joke about putting something chalky/ball-like in the mouth. The humor comes from turning an ordinary pool moment into suggestive innuendo.", "evidence": ["Visible on-screen text reads \"Mmm. Chalky,\" which frames the scene as tasting or reacting to something with a chalky texture.", "The video focuses on a white cue ball rolling slowly, then cuts/moves to a close-up of a person's open mouth positioned next to the ball.", "The payoff is visual rather than explicit dialogue, creating a suggestive bait-and-switch from pool play to oral/sexual implication.", "No other explicit target is indicated; the person in the clip appears to be making the joke about themselves/the action."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the visible text, the pool-table visuals, and the final mouth close-up without needing outside meme history.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns a normal pool-table moment into a suggestive joke, using the cue ball, the line \"Mmm. Chalky,\" and the mouth close-up to imply putting a ball-like object in the mouth.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000496", "video_path": "videos_final/vimu_000496.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "absurdism"], "social_value_signals": ["norm_violation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person in a kitchen holds a cup of chocolate milk near a milk jug and syrup bottle. On-screen text says \"Harmless prank.\" The audio enthusiastically describes chocolate milk, then the cup is turned to reveal writing near the rim that says \"POO,\" matching the audio line \"Oh, what is this? It's poop!\"", "intended_meaning": "The joke is a gross-out prank: the drink is ordinary chocolate milk, but the prankster frames it as if it were feces by revealing the word \"POO\" on the cup, creating a sudden disgusting reinterpretation. The humor comes from misleading expectation and the contrast between \"harmless\" and something framed as revolting.", "evidence": ["On-screen text throughout says \"Harmless prank.\"", "Frames show chocolate syrup, a milk jug, and a cup containing a light-brown liquid, supporting that it is chocolate milk.", "ASR audio: \"Look at this! Chocolate milk! Mmm. Oh, what is this? It's poop!\" shows the tonal shift from enjoyment to disgust.", "Near the end, the cup is rotated and the visible text \"POO\" appears on it, explaining the prank setup.", "The prank relies on making an ordinary drink seem disgusting rather than showing actual feces."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and joke mechanism are understandable from the video alone through the cup, kitchen ingredients, on-screen caption, and audio reaction.", "fair_for_benchmark": true}, "qa": {"question": "What changes in how the cup is meant to be understood by the end of the clip, and what causes that shift?", "answer": "It starts as an ordinary cup of chocolate milk, but the reveal of the word \"POO\" makes it be read as if it contains feces; the prank is the sudden reframe of a normal drink into something disgusting.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000497", "video_path": "videos_final/vimu_000497.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "bait_and_switch", "absurdism"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A short handheld clip in a hotel-like room shows a young man with many lipstick marks on his face while on-screen text reads \"Prank him John.\" The camera pans to a woman on a bed and then to another young man with smeared lipstick around his mouth. The audio says, \"What happened to your face? Did you do that? I did not do that. Then who did? That who did.\"", "intended_meaning": "The joke is that the lipstick marks look like evidence of many kisses or cheating, but the reveal is that another man with smeared lipstick is responsible. The humor comes from misleading the viewer toward a romantic/sexual explanation and then revealing a goofy prank that embarrasses the marked-up person.", "evidence": ["Visible lipstick kiss marks cover the first man's face, suggesting he was kissed repeatedly.", "On-screen text throughout says \"Prank him John,\" framing the situation as a deliberate prank.", "The camera pans to a woman lying on the bed, briefly encouraging the assumption that she caused the lipstick marks.", "The later reveal shows another man with heavy red lipstick smeared around his mouth, matching the marks and identifying him as the source.", "The spoken line \"Then who did? That who did\" explicitly points to the revealed man as the answer."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The prank setup, misdirection, and reveal are all understandable from the video itself through the lipstick marks, the pan to the bed, the on-screen text, and the final spoken reveal.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It sets up the lipstick marks to seem like evidence of a romantic encounter, then reveals they came from another guy as a prank, making the humor come from the fake-out and the embarrassed reaction.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000498", "video_path": "videos_final/vimu_000498.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person opens a school-style locker filled with many packaged burritos stacked in rows. The audio says it is day 66 of putting a burrito in the locker, notes that it is full and that they finished the next row, and the on-screen text says, \"Did you say next row???\"", "intended_meaning": "The humor comes from the absurd persistence of repeatedly storing burritos in a locker and the reveal that there are already so many that the speaker casually planning a 'next row' sounds excessive. The caption highlights surprise at how far the pointless project has gone.", "evidence": ["ASR says, \"Day 66 of putting a burrito in this locker\" and \"Wow, it's full\".", "ASR includes, \"We finished our next row,\" implying repeated accumulation.", "Visible on-screen text reads, \"Did you say next row???\" which frames the joke as incredulity at the scale.", "Frames show a locker interior packed with many identical wrapped burritos arranged neatly in rows.", "The tone appears casual and matter-of-fact, which strengthens the deadpan absurdity of the situation."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the viewer can see the locker full of burritos, hear the speaker describe the ongoing act, and read the caption emphasizing surprise at 'next row.' No outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the moment when the speaker mentions \"next row\"?", "answer": "It highlights how absurdly far this pointless burrito-storing project has gone: the locker is already packed, yet the speaker casually talks about a \"next row,\" making the excess itself the joke.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000499", "video_path": "videos_final/vimu_000499.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A close-up shows several white round food pieces in a frying pan being nudged with chopsticks and then a spatula. On-screen text says, \"why are they screaming 💀 is it alive i'm scared 😭\".", "intended_meaning": "The joke anthropomorphizes the food as if it were alive and screaming while being cooked. The humor comes from overreacting to normal cooking sounds or movement and pretending the cook is frightened by the food seeming sentient.", "evidence": ["Visible text explicitly frames the scene as 'they screaming' and 'is it alive i'm scared'.", "The objects are being cooked in a pan and moved with chopsticks/spatula, which supports the idea that any movement/sound is from cooking rather than actual life.", "The clip presents an ordinary cooking scene but overlays a dramatic reaction, creating the comedic contrast."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable directly from the cooking visuals and the on-screen caption; no niche outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What idea does the caption add to the cooking scene?", "answer": "It frames the food as if it were alive and screaming, turning a normal cooking moment into an exaggerated joke about being scared of sentient food.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 1}}} +{"video_id": "vimu_000500", "video_path": "videos_final/vimu_000500.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A young man in a fast-food restaurant holds a burger while another hand dips a burger into a soft drink in a McDonald's cup. On-screen text reads \"Absolutely diabolical,\" and the man looks shocked or disapproving.", "intended_meaning": "The video humorously frames dipping a burger into soda as an absurdly wrong or disgusting food choice. The joke comes from treating a minor odd behavior as if it were outrageously evil.", "evidence": ["Visible on-screen text says \"Absolutely diabolical.\"", "A hand is shown lowering a burger into a cup of dark soda.", "The man holding another burger reacts with a wide-eyed, open-mouthed expression.", "The fast-food table setting and McDonald's cup make the food action easy to identify.", "The wording is hyperbolic relative to the trivial act, creating comedic overstatement."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: an unusual food action is shown, and the reaction text supplies the exaggerated judgment.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed as such a dramatic reaction to what happens at the table?", "answer": "It turns a minor odd food choice—dipping a burger in soda—into a huge offense for comedic effect, exaggerating how wrong or gross it seems.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000501", "video_path": "videos_final/vimu_000501.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A small black-and-white puppy is on a bed or cushion while on-screen text reads, \"The scream of the toy😭💀.\" The clip appears to focus on the puppy's movement as if it is biting or interacting with a toy off-camera or under itself.", "intended_meaning": "The joke is that the puppy seems to be attacking or squeezing a toy so intensely that viewers should imagine the toy 'screaming.' The humor comes from personifying the toy and exaggerating the puppy's harmless play into something dramatically violent.", "evidence": ["Visible on-screen text says, \"The scream of the toy😭💀,\" which frames the intended joke directly.", "The subject is a very small puppy, making the situation read as cute rather than truly threatening.", "The humor depends on imagining the toy's reaction rather than anything explicit shown on screen, which indicates playful personification and exaggeration.", "There is no clear human or social target; the focus is the puppy's playful behavior."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone because the on-screen text explicitly sets up the humorous interpretation of the puppy's behavior.", "fair_for_benchmark": true}, "qa": {"question": "Beyond the visible action, what is the clip inviting viewers to imagine is happening to the toy?", "answer": "It invites viewers to imagine the puppy is mauling or squeezing the toy so intensely that the toy would be 'screaming,' turning harmless play into an exaggerated joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000502", "video_path": "videos_final/vimu_000502.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["contrast", "innuendo", "deadpan"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["relationship_role", "individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.75, "literal_summary": "The video first shows two young people lying together on a bed while one says or captions that he is 'doing his eyebrows' and appears to touch the other person's eyebrow with a tool. On-screen text says, 'Don't scroll without saying F.' It then cuts to a young man alone looking upset or disappointed, still with the same text on screen.", "intended_meaning": "The meme implies that the first pair are actually engaging in intimate or sexual behavior while describing it innocently as 'doing his eyebrows,' and the cut to the sad young man frames him as someone who has been romantically or sexually outcompeted and deserves mock-sympathy ('F').", "evidence": ["ASR transcript says 'Doing his eyebrows,' which sounds like an innocent explanation for a close physical interaction.", "Frames show two people cuddled closely on a bed, with one smiling while holding the other's forehead and eyebrow area.", "The persistent caption 'Don't scroll without saying F' is a common mourning/mock-sympathy prompt, signaling that someone in the situation is to be pitied.", "The edit cuts to a single young man making pained, resigned facial expressions, indicating he is the one viewers are being asked to pity.", "The humor depends on the contrast between the innocent stated action and the suggestive setup plus reaction shot."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: an innocent verbal label is contrasted with a suggestive intimate scene and a cutaway to a disappointed reaction shot asking for mock sympathy.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video suggests the couple are really being intimate while calling it something innocent like 'doing his eyebrows,' and the cut to the lone guy asks viewers to treat him as the one who just got outcompeted and deserves an 'F.'", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000503", "video_path": "videos_final/vimu_000503.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short clip with the on-screen text \"Quality handshake\" shows an adult extending a hand toward a very small child in a playground-like area. The child, wearing a red jacket and gray hat, slowly walks forward and appears to reach toward the offered hand.", "intended_meaning": "The humor comes from labeling an ordinary, awkward toddler interaction as a serious or high-quality handshake. The contrast between the formal caption and the child's small, hesitant movement makes the moment seem amusingly dignified.", "evidence": ["Visible on-screen text reads \"Quality handshake.\"", "An adult hand is extended into the frame as if inviting a handshake.", "A toddler stands at a distance, then walks toward the hand.", "The child appears very small and tentative, which contrasts with the formal phrasing of the caption.", "No other context or target is indicated beyond the playful framing of this interaction."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone: the caption frames the child's approach to an offered hand as a noteworthy handshake, and the visual contrast supplies the humor without external context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the caption \"Quality handshake\" fit this moment?", "answer": "Because it playfully treats a tiny, awkward toddler greeting as if it were a notably proper handshake, with the formal caption contrasting with the child's hesitant movement.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000504", "video_path": "videos_final/vimu_000504.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short handheld clip pans around a parking-lot or driveway area showing multiple traffic signs, including several 'Do Not Enter' signs and a bilingual 'ARRÊT / STOP' sign. Overlaid center text reads 'Ærhhhgh Stop,' while the audio/transcript repeats commands like 'Do not enter' and 'All right, stop.'", "intended_meaning": "The humor comes from piling up many different stop-related signs and words at once, making the environment seem comically over-instructive and aggressively telling the viewer or driver to stop.", "evidence": ["Multiple frames clearly show red 'Do Not Enter' signs placed around the driveway.", "Later frames show a red octagonal bilingual 'ARRÊT / STOP' sign.", "The overlaid caption says 'Ærhhhgh Stop,' reinforcing the stop theme in a comedic exaggerated way.", "ASR includes 'Do not enter. Do not enter. All right, stop,' matching the visible signs and suggesting intentional repetition.", "The camera pans from one stop-related sign to another, creating a cumulative joke through editing/timing."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: repeated visual and audio commands to stop/do not enter create the meme point without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip structured to move from one sign and spoken command to another instead of just showing a single example?", "answer": "It is arranged that way to build a cumulative joke: stacking many stop and do-not-enter messages makes the place feel absurdly over-instructive, as if it is aggressively telling you to stop.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000505", "video_path": "videos_final/vimu_000505.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person opens a kitchen cabinet with crowded food items, pushes a cereal or food box inward to make it fit, and closes the cabinet. On-screen text reads, \"Sometimes that's the only answer.\"", "intended_meaning": "The joke is that when a small household problem has no neat solution, people sometimes resort to a crude practical fix—just forcing things to fit and shutting the door. The humor comes from treating an obviously imperfect workaround as the only viable solution.", "evidence": ["The cabinet is visibly overstuffed with bread and boxed items, making closure difficult.", "A hand pushes the blue box inward rather than reorganizing the shelf.", "The cabinet door is then closed successfully, showing the improvised fix worked temporarily.", "The caption \"Sometimes that's the only answer\" frames the action as a relatable solution to a common problem.", "No clear social group or outside reference is invoked; the clip centers on everyday behavior."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is fully conveyed by the visible action and the on-screen caption; no outside meme history or niche context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What broader idea is the clip using this kitchen moment to express?", "answer": "It expresses the idea that when there is no neat solution to a small everyday problem, people often use a rough, temporary make-it-fit fix and treat that as good enough.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000506", "video_path": "videos_final/vimu_000506.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "other"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.79, "literal_summary": "A person holds a small white plastic device/case in a bedroom-like setting and repeatedly taps or shakes it near the floor. On-screen text reads, \"Anyone else hear the Lego effect?\" The audio/transcript suggests they are commenting on how durable it is and testing it.", "intended_meaning": "The joke is that the object's hard plastic sound when tapped or dropped resembles the distinctive sound associated with Lego pieces. The caption invites viewers to recognize that familiar sound pattern, making the clip a relatable observation rather than a direct test of durability alone.", "evidence": ["Visible text says, \"Anyone else hear the Lego effect?\"", "The person repeatedly moves/taps a small hard white plastic object as if demonstrating its sound.", "ASR includes lines like \"Surprised of how durable these are. Let's see. So durable,\" indicating a casual test/demo of the object.", "The humor depends on noticing an audio resemblance between this object and Lego plastic sounds."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video and caption, but recognizing why \"Lego effect\" is funny relies on common everyday familiarity with the characteristic sound of Lego pieces.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making a relatable joke that the plastic object's tapping sound is reminiscent of Lego pieces, with the durability test mainly serving as a setup for that familiar audio comparison.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000507", "video_path": "videos_final/vimu_000507.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A short shaky clip shows a bowl of cereal with milk on a table and a nearby plastic bottle with a blue cap. Large on-screen text reads, \"Bro casted the wrong spell.\" The camera moves in close to the bottle cap and then back toward the cereal.", "intended_meaning": "The caption jokingly reframes an ordinary mistake involving the cereal and bottle as if someone attempted magic and produced the wrong result. The humor comes from mock-dramatic fantasy language applied to a mundane breakfast mishap.", "evidence": ["Visible text says \"Bro casted the wrong spell,\" which directly supplies the joke frame.", "Frames show an everyday kitchen/breakfast scene: cereal bowl, milk, and a plastic bottle with blue cap.", "The clip focuses on the bottle and cereal rather than on a person speaking, suggesting the humor is in the mismatch between the dramatic caption and the ordinary objects.", "The shaky zoom-in/zoom-out editing emphasizes the reveal of the mistaken item or action as the punchline."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the caption plus the visible breakfast objects; no niche external meme knowledge is required beyond basic familiarity with fantasy 'spell' language used jokingly.", "fair_for_benchmark": true}, "qa": {"question": "How does the on-screen text change the way the cereal-and-bottle scene should be understood?", "answer": "It recasts a simple breakfast mix-up as if someone used magic and got the wrong result, making an ordinary mistake seem like a failed spell.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000508", "video_path": "videos_final/vimu_000508.mp4", "taxonomy": {"surface_form": "edited_compilation", "rhetoric_mechanisms": ["exaggeration", "contrast", "mockery"], "social_value_signals": ["negative_affect", "contempt", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.82, "literal_summary": "A short montage shows close-up shots of a person eating unusual food combinations, including a chili pepper with cereal-like pieces and other foods with heavy mustard sauce, while audio comments on putting chilies on breakfast cereal and mustard on much of the food they eat.", "intended_meaning": "The meme ridicules someone's bizarre or extreme food preferences by highlighting combinations that seem gross or abnormal, implying the person's eating habits are excessive and worthy of disbelief or disgust.", "evidence": ["The ASR explicitly describes unusual combinations: 'putting chillies on your breakfast cereal' and 'mustard sauce on pretty much a lot of the food you eat.'", "Frames show a close-up of a spoon with cereal-like pieces and a whole red chili pepper near the person's mouth.", "Later frames show other foods, including an item covered in yellow mustard-like sauce, reinforcing the theme of odd condiment use.", "The quick montage structure emphasizes multiple examples to build a mocking case against the person's eating habits."], "evidence_sources": ["frames", "transcript", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the visuals and audio both present strange food combinations and a mocking tone toward them.", "fair_for_benchmark": true}, "qa": {"question": "What does this video suggest about the person's overall approach to food?", "answer": "It presents the person as having unusually extreme, gross-looking food habits, using odd combinations and lots of mustard to make their eating seem excessive and laughable.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000509", "video_path": "videos_final/vimu_000509.mp4", "taxonomy": {"surface_form": "screen_recording", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A phone screen shows a close-up image of many white round pieces labeled with red numbers in sequence near the 400s while overlaid text says, \"There arent 500 pieces 😏.\" The camera zooms out/reveals a real round container filled with many similar white pieces on a desk.", "intended_meaning": "The video visually disproves or challenges a claim that there are not 500 pieces by first showing numbered pieces up to the 400s and then revealing a container packed with many more, creating a simple gotcha-style payoff.", "evidence": ["Visible on-screen text reads: \"There arent 500 pieces 😏.\"", "The phone display shows many white round items individually marked with red numbers such as 442, 443, 435, 434 and others in the 400 range.", "A hand pinches/zooms or the framing widens to show a much larger field of numbered pieces.", "The reveal shows a real round tub densely filled with many white pieces, implying the quantity is indeed very large and likely around or above 500.", "No clear person or group is mocked; the point is the visual contradiction of the claim."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup text and the visual reveal fully communicate the joke/challenge within the video itself; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the reveal in this video?", "answer": "The reveal shows that the opening claim is wrong: there really are about 500 or more pieces, and the video’s payoff is visually proving that by zooming out to the full container.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000510", "video_path": "videos_final/vimu_000510.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A caption at the top says \"How to make the perfect egg.\" A person wipes or prepares a pan, then places a very small fried egg-like piece in it. The clip shows the tiny egg close up and then being picked up with chopsticks in the pan.", "intended_meaning": "The joke is that the video promises a cooking tutorial for a 'perfect egg' but reveals an absurdly tiny, neat miniature fried egg instead. The humor comes from the mismatch between the grand instructional caption and the trivial, unexpected result presented seriously.", "evidence": ["Visible top text reads \"How to make the perfect egg.\"", "The pan is shown being prepared first, creating the setup of a normal cooking demonstration.", "The revealed egg is unusually tiny and visually neat, which is unexpected compared with a normal fried egg.", "The camera lingers on the miniature egg and shows it being lifted with chopsticks, emphasizing its comically small size.", "No target of ridicule or social group is indicated; the joke is object-centered and visual."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup text and the visual reveal fully communicate the joke without needing outside meme knowledge or missing context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It plays on the setup of a serious cooking tutorial, then reveals that the 'perfect egg' is an absurdly tiny, neatly made egg, making the mismatch between the grand framing and the trivial result the joke.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000511", "video_path": "videos_final/vimu_000511.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["parody", "deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A large deer with prominent antlers stands in the snow by a house porch and looks toward the camera. On-screen text reads \"Excuse Me Sir,\" and the audio says, \"Excuse me, I just need to step inside for a minute. Thank you, sir.\" The camera shifts as if someone is moving through a doorway or past the deer.", "intended_meaning": "The humor comes from personifying the deer as a polite person blocking the way, with the speaker treating it like a courteous social interaction. The meme makes the awkward encounter funny by giving the animal a formal human role and dialogue.", "evidence": ["The frames show a deer standing directly beside the porch/entry path, facing the camera near the door.", "Visible text repeatedly says \"Excuse Me Sir,\" framing the deer as if it were a person being addressed politely.", "The audio is a polite spoken line: \"Excuse me, I just need to step inside for a minute. Thank you, sir.\"", "The mismatch between a wild deer and formal respectful language creates the joke.", "Camera movement toward/through the doorway reinforces that the speaker is trying to pass the deer."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a deer is in the way, and the video humorously treats it like a polite human interaction. No outside meme history is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why is the encounter framed as a formal exchange?", "answer": "It treats the deer like a polite person in the way, making the blocked doorway feel like a courteous human interaction, which is what makes the moment funny.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000512", "video_path": "videos_final/vimu_000512.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person fills a glass at a sink while on-screen text says, \"WHO PUT SPAGHETTI IN THE ICE MACHINE 😭💀.\" The stream of water looks noodle-like, then the person walks to a refrigerator dispenser and gets normal water, implying the sink stream was just water.", "intended_meaning": "The joke is a playful false alarm: the sink water stream briefly resembles spaghetti, and the caption humorously pretends someone put spaghetti in the ice machine. The punchline is the absurd misinterpretation of an ordinary water stream.", "evidence": ["Visible text explicitly says, \"WHO PUT SPAGHETTI IN THE ICE MACHINE 😭💀.\"", "The stream from the faucet is long, pale, and narrow, visually resembling a strand of spaghetti.", "The clip first frames the faucet stream in a way that emphasizes the spaghetti-like appearance.", "The person then moves to a refrigerator water dispenser labeled with water/crushed options and gets normal water, reinforcing that nothing unusual is actually happening.", "Crying-laughing/skull emojis signal the caption is joking rather than expressing a real complaint."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are understandable from the video alone: the caption names the absurd interpretation, and the visuals show the ordinary water stream that prompted it.", "fair_for_benchmark": true}, "qa": {"question": "What makes the caption fit the visuals in this clip?", "answer": "The caption fits because the faucet stream is framed so it briefly looks like spaghetti, and the clip’s payoff is that it is actually just normal water.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000513", "video_path": "videos_final/vimu_000513.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A video shows an owl standing outside a window or door holding an envelope/package in its beak while someone inside reaches out to take it. On-screen text says, \"bruh is this hogwarts 😭 why is an owl delivering my mail 💀\".", "intended_meaning": "The joke is that the owl looks like it is personally delivering mail, which resembles the magical owl-post idea from Harry Potter/Hogwarts. The humor comes from treating an unusual real-life animal moment as if it were a fantasy-world mail delivery.", "evidence": ["The owl is visibly holding a rectangular envelope/package in its beak.", "A person reaches out and takes the mail-like item from the owl, reinforcing the 'delivery' framing.", "Visible text explicitly references Hogwarts and asks why an owl is delivering mail.", "The mismatch between ordinary mail and an owl creates the comedic absurdity."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip itself shows the owl carrying mail and the on-screen text supplies the fantasy comparison, so the meme's point is understandable from the video alone with only broad pop-culture familiarity.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that the owl delivering an envelope feels like a real-life version of Hogwarts-style owl post, turning a strange animal moment into a fantasy mail-delivery scene.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000514", "video_path": "videos_final/vimu_000514.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A person films a group sitting in a fast-food restaurant booth. One young man in a dark hoodie is eating, then the camera/another person gets close to his face and touches under his chin, after which he stares wide-eyed at the camera. On-screen text says, \"i accidentally scared him for life 💀.\"", "intended_meaning": "The joke is that the filmer startled the young man so badly that he now looks permanently alarmed or disturbed. The caption hyperbolically frames a brief awkward scare as a lifelong trauma for comedic effect.", "evidence": ["Visible caption reads \"i accidentally scared him for life 💀,\" which directly frames the clip as a prank/scare joke.", "The young man's expression changes to a fixed, wide-eyed stare after the close-up/touch under the chin.", "The humor relies on the contrast between a minor interaction and the exaggerated claim of being \"scared for life.\"", "The scene appears casual and social, with friends at a restaurant, supporting a playful rather than serious reading."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's point is understandable from the visible interaction, facial reaction, and on-screen caption without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the caption framed in such an over-the-top way relative to what happens on screen?", "answer": "It treats a small startle as if it caused a permanent, dramatic change, making the humor come from exaggerating his briefly shocked expression into being \"scared for life.\"", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000515", "video_path": "videos_final/vimu_000515.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "bait_and_switch", "deadpan"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism", "anti_mainstream_value"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.9, "literal_summary": "A person opens a door with a chain latch while text at the top reads, \"Welp, see ya later\" with a waving emoji. The camera looks outside at a small yard or street area that appears wet and rainy, then the door is closed again. The audio says the speaker plans to be productive, go out, go to the gym, and get things done, but after seeing the boring rain says, \"fuck this, I'm getting drunk.\"", "intended_meaning": "The meme jokes about having ambitious productive plans, then instantly abandoning them when the weather is unpleasant. The humor comes from the abrupt reversal from self-improvement intentions to giving up and choosing a self-indulgent, unproductive response.", "evidence": ["Top caption says, \"Welp, see ya later\" suggesting a quick exit from the original plan.", "The video shows the door opening only briefly before the person looks at the rainy outside and immediately retreats.", "ASR transcript explicitly contrasts productive intentions ('go to the gym,' 'get shit done') with the final decision ('fuck this, I'm getting drunk').", "The comedic timing is the reveal of bad weather followed by immediate withdrawal, creating the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, visual reveal, and punchline are all contained within the clip and require only everyday knowledge that rain can discourage plans.", "fair_for_benchmark": true}, "qa": {"question": "What change in attitude does the clip center on when the person looks outside?", "answer": "It highlights an abrupt switch from feeling ready to be productive and go out to instantly giving up on those plans and opting for a self-indulgent fallback because the weather looks miserable.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000516", "video_path": "videos_final/vimu_000516.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "mockery", "exaggeration"], "social_value_signals": ["sexual_implication", "humiliation", "negative_affect"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 3, "confidence": 0.83, "literal_summary": "A handheld phone video shows a smiling/laughing young man while on-screen text reads, \"Why her door handle so long?\" The camera pans to a door with an unusually long horizontal handle/bar, then people in the room react and laugh.", "intended_meaning": "The joke uses the long door handle as a sexual innuendo about a woman (\"her\") being associated with many people using or grabbing it, implying promiscuity. The humor comes from comparing the door hardware to the woman in a mocking, degrading way while others laugh at the implication.", "evidence": ["Visible caption says, \"Why her door handle so long?\" with crying-laughing emojis, signaling a joke rather than a literal home-design question.", "The camera deliberately reveals and lingers on an unusually long horizontal door handle/bar after the caption sets up the comparison.", "The opening shot shows a man grinning before the reveal, and later frames show quick movement and group laughter/reaction, indicating the reveal is the punchline.", "Use of \"her\" makes the object stand in for a woman rather than discussing the door itself literally.", "The humor depends on an implied analogy between a long handle that many hands can grab and a sexualized claim about the woman."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video is mostly understandable from the caption, object reveal, and visible laughter, but interpreting the exact insult requires common knowledge of sexual innuendo and object-to-person analogy.", "fair_for_benchmark": true}, "qa": {"question": "What specific comparison is the caption making when it points to the long door handle?", "answer": "It compares the woman to the long handle, implying she is someone many people have grabbed or had access to, i.e. a mocking claim that she is sexually promiscuous.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000517", "video_path": "videos_final/vimu_000517.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "deadpan"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A man in a helmet and sunglasses rolls up on a mountain bike near a storefront patio. The bike appears to be missing a proper seat, leaving only the seatpost visible. On-screen text says, \"Okay I know he’s gonna feel that one tomorrow 😭💀.\"", "intended_meaning": "The clip jokes that the rider is about to have a painful experience because he is riding or trying to ride a bike with no saddle, implying discomfort in his backside/groin and inviting viewers to laugh at his embarrassment or pain.", "evidence": ["Visible overlay text explicitly predicts he will 'feel that one tomorrow,' signaling expected soreness/pain.", "Frames show the bicycle with the saddle absent and only the seatpost sticking up.", "The rider is positioned on the bike in a way that makes the missing seat look uncomfortable and awkward.", "The humor depends on the visual contrast between normal bike riding and the obviously unsafe/uncomfortable missing-seat setup."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the missing bike seat plus the caption directly convey the implied pain and embarrassment without needing outside meme knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What are viewers meant to infer will happen to the rider from this situation?", "answer": "Viewers are meant to infer that riding the bike without a proper seat will leave him painfully sore, especially in his backside or groin, and that this is the joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000518", "video_path": "videos_final/vimu_000518.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person records a bathroom area with a toilet paper roll and then pans down to reveal a cat beside a long trail/pile of unraveled toilet paper on the floor. On-screen text says, \"I had no other option 😢.\" The audio includes, \"No, one minute. Fuck it.\"", "intended_meaning": "The joke is that the cat has made a toilet-paper mess, and the caption mock-dramatically frames the situation as if the filmer had to resort to some desperate action because there was 'no other option.' The humor comes from overstating a trivial pet-caused inconvenience.", "evidence": ["Visible text reads \"I had no other option 😢,\" setting a mock-serious tone.", "Frames show a bathroom/toilet paper holder and then a cat next to unraveled toilet paper spread onto the floor.", "The reveal/pan from the bathroom area to the cat suggests the cat is the cause of the mess.", "No explicit harmful or social target is present; it reads as a light pet-owner complaint/joke.", "The profanity in audio adds frustration but not a broader social message."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and caption are enough to understand the joke from the video alone without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the caption fit the reveal in this clip?", "answer": "The caption fits because it mock-dramatically treats the cat’s toilet-paper mess like a last-resort situation, turning a small pet-owner inconvenience into the joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000519", "video_path": "videos_final/vimu_000519.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan", "contrast"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A person at a store counter holds up a loaf of bread and asks if it is expired. Another older man behind the counter handles the bread and the on-screen caption reads, \"It's not that deep🥴.\"", "intended_meaning": "The joke relies on a sexual double meaning: the spoken question about whether something is \"expired\" is undercut by the caption \"It's not that deep,\" which reframes the bread handling as a suggestive exchange and lightly mocks the man as if he is overthinking or taking the question in an innuendo-filled way.", "evidence": ["Visible on-screen text says \"It's not that deep🥴,\" which is not a normal answer to whether bread is expired and signals a nonliteral joke.", "The ASR transcript includes \"Is this expired or not?\" followed by an interrupted response, suggesting a brief interaction at a checkout/counter.", "The man places his hand on and manipulates the loaf while the camera lingers, creating timing that supports the innuendo implied by the caption.", "The humor comes from contrast between a mundane bread-expiration question and the caption's phrase, which commonly suggests a sexualized or suggestive reinterpretation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the visible interaction and caption, but recognizing why \"It's not that deep\" is funny requires common knowledge of sexual double meaning rather than only the literal store interaction.", "fair_for_benchmark": true}, "qa": {"question": "Why is the caption paired with this checkout interaction instead of a direct answer to the bread question?", "answer": "It turns the ordinary question about whether the bread is expired into a suggestive double meaning, with \"It's not that deep\" implying the man is reading the interaction in an overly charged way and lightly making him the butt of the joke.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000520", "video_path": "videos_final/vimu_000520.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["self", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.72, "literal_summary": "A close-up video shows a hand with the on-screen text \"Nope\" while the thumb changes shape and position. The audio says, \"We do is challenge them to a thumb war, they say yes, and then...\"", "intended_meaning": "The joke implies someone agrees to a thumb war, but the hand then makes the thumb look suggestive in a sexual way, so the \"Nope\" signals refusal or discomfort with the unexpected turn. The humor comes from turning an innocent hand game into sexual innuendo.", "evidence": ["On-screen text reads \"Nope,\" indicating rejection or disapproval.", "The audio sets up a scenario: \"challenge them to a thumb war, they say yes, and then...\" suggesting a reveal after agreement.", "The thumb gradually changes from a normal thumb-war pose into a more elongated, bent shape that appears intentionally suggestive rather than game-related.", "The mismatch between the innocent setup (thumb war) and the altered thumb shape creates the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video itself, but recognizing the sexual innuendo and why it subverts a normal thumb war requires common social knowledge.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns an innocent thumb-war setup into a suggestive gesture, and the point is that the person reacts with immediate refusal or discomfort once the interaction shifts in that direction.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000521", "video_path": "videos_final/vimu_000521.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["irony", "contrast", "innuendo"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.69, "literal_summary": "A young man in a room faces the camera, rubs his hands and smirks while on-screen text reads \"Diabolical laugh 🤢.\" Near the end, another person appears in the background, and the audio includes, \"You already know what's going on, dawg. Hey, uh, wanna make pancakes?\"", "intended_meaning": "The joke suggests the foreground person is acting mischievous because he expects or is planning a sexual encounter, then jokingly masks that intent with an innocent-sounding line about making pancakes. The humor comes from the contrast between his obviously scheming expression and the banal excuse, making the background person seem unaware or about to be misled.", "evidence": ["On-screen text explicitly frames his behavior as a scheming or evil laugh: \"Diabolical laugh 🤢.\"", "His facial expression and hand-rubbing gesture signal anticipation or plotting rather than a normal conversation.", "The line \"You already know what's going on, dawg\" implies a hidden agenda understood by the speaker/audience.", "The sudden innocent question \"wanna make pancakes?\" contrasts with the earlier suggestive tone, implying it is a cover or euphemistic pretext.", "Another person appears in the background late in the clip, supporting an interpersonal scenario rather than a solo joke."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The core joke is mostly understandable from the video alone, but interpreting 'make pancakes' as an innocent pretext after sexually suggestive setup relies on common social inference rather than fully explicit content.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video implies the man is eagerly planning or expecting an intimate encounter and then disguises that intent with the innocent-sounding line about making pancakes.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000522", "video_path": "videos_final/vimu_000522.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "innuendo", "deadpan"], "social_value_signals": ["sexual_implication", "norm_violation"], "target_subjects": ["relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person in purple lighting looks distressed while on-screen text says, \"My cousin broke up with me and my mom tried to make me happy 😢😢.\" A woman, apparently the mother, approaches holding a phone that displays a yellow cartoon character. The audio includes the line, \"Mom, why?\"", "intended_meaning": "The joke is that the breakup partner was the speaker's cousin, implying an incestuous relationship. The mother tries to cheer them up by showing a cartoon/phone image, but the speaker reacts with embarrassed disbelief. The humor comes from treating a taboo family romance like a normal breakup and from the mother's awkward attempt to comfort them.", "evidence": ["Visible caption explicitly says, \"My cousin broke up with me and my mom tried to make me happy 😢😢,\" which frames the breakup as being with a cousin.", "The ASR line \"Mom, why?\" supports that the person is reacting to the mother's attempt with confusion or embarrassment.", "Frames show a woman entering and holding up a phone as if trying to cheer the person up.", "The humor depends on the contradiction between ordinary breakup sadness and the socially taboo fact that the ex is a cousin."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The key joke is directly stated in the on-screen text and reinforced by the visible mother-child interaction and spoken reaction; no niche external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes the person's reaction and the mother's attempt to comfort them fit together in this clip?", "answer": "It treats a breakup with the speaker's cousin like an ordinary heartbreak, and the mother's attempt to cheer them up comes off as awkward because she is responding to a taboo family romance as if it were a normal breakup.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000523", "video_path": "videos_final/vimu_000523.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person wearing a black boot places it on a rough block or table edge while another hand moves a small loaf of bread nearby. The on-screen caption says \"Delicious.\" The ASR transcript says in Russian, \"Пробиваем дальше на прочность.\"", "intended_meaning": "The humor comes from the mismatch between the grimy boot/rough setup and the positive food-related caption \"Delicious.\" It presents something unappetizing or absurd in a deadpan way, as if it were appetizing.", "evidence": ["Visible on-screen text repeatedly says \"Delicious.\"", "Frames show a boot pressed onto a rough block or table edge next to several small loaves of bread.", "A hand handles one loaf near the boot, emphasizing an unsanitary-looking contrast between footwear and food.", "The joke is understandable from the direct visual contradiction between \"Delicious\" and the dirty/odd preparation scene.", "The Russian ASR line does not seem necessary for the main meme point."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is conveyed directly by the visual scene and the caption \"Delicious,\" without requiring outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed with the caption \"Delicious\" over this particular scene?", "answer": "It frames an unsanitary, absurd-looking bread-and-boot scene as if it were appetizing, and the joke comes from that clash.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000524", "video_path": "videos_final/vimu_000524.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person with dreadlocks and glasses faces the camera while saying that one of the glasses lenses fell out and they are putting it back in. On-screen text at the top reads, \"My humour is broken 😢.\" The person carefully reinserts the lens and then smiles.", "intended_meaning": "The joke is that the speaker finds something unintentionally funny and describes their sense of humor as 'broken.' The clip of calmly repairing a fallen eyeglass lens serves as a visual analogy for trying to 'fix' their humor, creating comedy through the mismatch between literal repair and the figurative idea of a flawed sense of humor.", "evidence": ["Visible top text says \"My humour is broken 😢,\" framing the clip as about their sense of humor rather than just eyeglass repair.", "The audio/transcript says one lens fell out and they are getting it back in, which is a literal repair action.", "The person physically removes/handles the lens and pushes it back into the eyeglass frame.", "The humor comes from the contrast between the figurative caption about broken humor and the literal visual of fixing something broken.", "The smiling expression at the end reinforces that the clip is meant playfully rather than as a serious repair tutorial."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the caption gives the figurative setup and the visual/audio action provides the literal repair metaphor. No niche external meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What main idea is created by combining the on-screen text with the action in the clip?", "answer": "It jokes that their sense of humor is \"broken,\" and treats fixing a fallen glasses lens like trying to repair that flawed sense of humor.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000525", "video_path": "videos_final/vimu_000525.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["parody", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A person films a dog on a leash in a parking garage-like area. The leash handle appears looped around a car door handle or mirror so the dog is effectively tethered to the vehicle. On-screen text says, \"He knows how to lock himself 💀 This is so foul for what 😭\" The camera then shows the dog looking back calmly.", "intended_meaning": "The joke is that the dog seems unusually clever or human-like for having gotten his own leash wrapped onto the car, as if he intentionally 'locked himself' there. The caption playfully exaggerates the dog's action as a mischievous, self-inflicted prank.", "evidence": ["Visible text explicitly frames the event as 'He knows how to lock himself' and 'This is so foul for what.'", "Frames show the leash looped around part of the car, making the dog appear stuck or tethered by his own action.", "The reveal of the dog standing and looking back calmly supports the humorous framing that he is knowingly responsible.", "No hostile treatment or explicit insult is shown; the tone is playful and amused."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable directly from the video and caption: the dog's leash is caught around the car, and the humor comes from anthropomorphizing that as the dog locking himself up.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video framed around the dog looking back after the leash ends up attached to the car?", "answer": "It frames the moment like the dog is calmly responsible for getting its own leash looped onto the car, making it seem human-like and mischievous, as if it intentionally 'locked itself' there.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000526", "video_path": "videos_final/vimu_000526.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["contrast", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A handheld video shows a herd of cows standing close together in a snowy field near a vehicle. On-screen text says, \"Please wait for it 💀 why is the last one yelling like that 😭😭.\" The camera pans across the herd and ends on one cow with its mouth open as if making a loud unusual sound.", "intended_meaning": "The joke is to build anticipation for one specific cow whose vocalization is expected to sound especially strange or funny compared with the other cows, treating the animal's noise like an unintentionally comedic outburst.", "evidence": ["Visible text explicitly tells viewers to wait for the last cow and frames its sound as funny: \"why is the last one yelling like that.\"", "The video pans across many mostly calm cows, creating anticipation for a payoff at the end.", "The final shown cow has its mouth open toward the camera, matching the implied 'yelling' moment.", "No clear human or social group is referenced; the humor is centered on an animal's odd sound."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's setup and payoff are contained within the clip itself through the on-screen text and the final reveal of the cow making the unusual expression/sound.", "fair_for_benchmark": true}, "qa": {"question": "What are viewers meant to notice by the end of the clip?", "answer": "Viewers are meant to notice that the clip is building up to the last cow, whose odd, loud-looking vocalization or expression is the funny standout compared with the rest.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000527", "video_path": "videos_final/vimu_000527.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.83, "literal_summary": "A shaky phone video shows a dog standing in a hallway while a small white animal is visible near the bottom/right foreground. On-screen text reads, \"Why my dog scream like that?\"", "intended_meaning": "The humor comes from the dog's unusually dramatic or human-like scream in response to the nearby small animal, with the caption framing the owner as confused and amused by how over-the-top the dog's reaction sounds.", "evidence": ["Visible on-screen text says, \"Why my dog scream like that?\" with a skull emoji, signaling amused disbelief.", "Frames show a dog backing away or standing tensely in a hallway while a small white animal is in the foreground, suggesting the dog is reacting to it.", "The clip appears to be a simple recorded moment rather than a staged skit, and the joke centers on the mismatch between a normal pet situation and an exaggerated vocal reaction."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video and caption alone: a dog reacts in an unexpectedly dramatic way, and the caption highlights that reaction without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What makes this moment funny or unusual?", "answer": "It is funny because the dog reacts to the small nearby animal with an unexpectedly dramatic, almost human-sounding scream, and the caption frames the owner as amused and confused by how over-the-top it is.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000528", "video_path": "videos_final/vimu_000528.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "literal_only", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A short clip with the on-screen text \"Try not to laugh Mode: hard 😂\" shows a paper with the math problem \"3 - 1 =\" on a table. A person opens a drawer, pulls out multiple calculators, places them on the table, and appears to use several calculators to solve the simple subtraction problem.", "intended_meaning": "The joke is that the person treats an extremely easy problem as if it requires excessive tools and effort. The humor comes from the absurd overreaction and mismatch between the simplicity of \"3 - 1\" and the elaborate use of multiple calculators.", "evidence": ["Visible text says \"Try not to laugh Mode: hard 😂,\" framing the clip as a simple humor challenge.", "A card or paper visibly shows the problem \"3 - 1 =\".", "The person searches in a drawer full of items and takes out calculators.", "Several calculators are lined up on the table rather than solving the problem directly in their head.", "The comedy relies on the contrast between a basic arithmetic problem and the exaggerated preparation to answer it."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The humor is understandable from the video alone: the visible math problem is very easy, and the person absurdly uses multiple calculators to solve it. No niche meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip set up around such a basic problem being handled with several calculators?", "answer": "It is making a joke about overcomplicating something extremely simple by treating basic subtraction as if it needs lots of tools and effort.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000529", "video_path": "videos_final/vimu_000529.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A small dog sits on a person's lap/couch area and stares with very wide eyes as a hand slowly reaches toward it. On-screen text says, \"He has them crazy eyes 😭. Bro has never seen my hand 💀.\" The audio includes an exclamation, \"Goddamn golf club!\"", "intended_meaning": "The joke is that the dog looks comically alarmed or intensely fascinated by the approaching hand, as if it is overreacting to something ordinary. The meme humor comes from the exaggerated facial expression and the contrast between a normal hand movement and the dog's wild-eyed response.", "evidence": ["The dog's eyes are unusually wide and fixed on the approaching hand.", "A hand enters and moves toward the dog over the course of the clip.", "Visible text explicitly frames the reaction as unusual: \"He has them crazy eyes\" and \"Bro has never seen my hand.\"", "The humor is driven by the visual contrast between an everyday gesture and the dog's intense expression."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's joke is understandable from the video and on-screen text alone: a dog reacts dramatically to a hand. No niche outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes this moment funny?", "answer": "It is funny because the dog reacts to a normal approaching hand with an absurdly intense, wide-eyed stare, making it seem like something ordinary is a huge, shocking event.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000530", "video_path": "videos_final/vimu_000530.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "benign", "implicitness_score": 3, "confidence": 0.65, "literal_summary": "A shaky phone video inside a metal-partitioned vehicle or holding area shows the camera moving toward a perforated barrier; visible text at the top says \"HOL UP!\" and the audio/transcript says, \"Sir, where's the candy?\"", "intended_meaning": "The joke is a sudden realization or suspicion: the camera reveals a man separated behind a partition, and the added caption and question frame him as looking suspicious in a comedic, deadpan way, as if someone is doing an absurd search for hidden candy or contraband.", "evidence": ["On-screen text says \"HOL UP!,\" signaling a pause or sudden reconsideration.", "The audio/transcript asks, \"Sir, where's the candy?\" in a questioning way, which creates the setup for suspicion.", "The camera pans from an unclear interior view to a metal barrier/partition and then toward a tattooed man behind or beyond it, creating a reveal.", "The humor comes from the mismatch between the serious-looking partitioned setting and the trivial question about \"candy.\""], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip's main joke can be inferred from the visible caption, the spoken line, and the reveal shot within the video itself; no niche outside meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the man behind the partition as suddenly seeming suspicious in a playful way, with the serious-looking reveal contrasted against the absurd question about hidden candy.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000531", "video_path": "videos_final/vimu_000531.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "bait_and_switch", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.86, "literal_summary": "A short phone-recorded clip at a store counter shows a customer and a female cashier exchanging a receipt or card while the on-screen caption says, \"I can't believe she took it.\" The audio includes routine checkout dialogue such as asking about the receipt and the total price.", "intended_meaning": "The meme frames a normal checkout interaction as if the cashier accepted something in a sexual or suggestive way. The humor comes from the misleading caption \"I can't believe she took it,\" which invites a double meaning before the clip reveals it was just a mundane handoff at the counter.", "evidence": ["Visible on-screen text at the top reads: \"I can't believe she took it.\"", "The video shows a customer hand extending a small rectangular item across the counter toward the cashier.", "The audio is ordinary cashier-customer dialogue: \"do you need the receipt back?\" / \"No, thank you\" / \"It's $18.99,\" indicating a routine purchase.", "The cashier appears to take or handle the item calmly, with no explicit sexual content shown.", "The humor relies on the contrast between the loaded caption and the banal retail setting/action."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption suggests a scandalous meaning, while the footage and checkout audio reveal an ordinary transaction, creating the double meaning without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the caption's double meaning to make an ordinary checkout handoff seem suggestive, then reveals it was just a normal cashier interaction.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000532", "video_path": "videos_final/vimu_000532.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A first-person video shows someone rolling or pushing a red car jack down a road. On-screen text says, \"Truck broke down again, gotta take the jack to the auto parts store.\"", "intended_meaning": "The humor comes from treating a heavy floor jack like a scooter or rideable object while matter-of-factly saying it needs to be taken to the auto parts store. The joke is an absurd, deadpan presentation of an inconvenient vehicle problem and an impractical DIY solution.", "evidence": ["Visible on-screen text explicitly states: \"Truck broke down again, gotta take the jack to the auto parts store.\"", "Frames show a person holding the handle of a red floor jack and moving along a paved road from a first-person perspective.", "The road view and continued motion make it look like the person is traveling a noticeable distance using the jack in an unusual way.", "The deadpan caption contrasts with the absurd visual of using an automotive jack as transportation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption explains the situation and the visual absurdity directly delivers the meme point without requiring outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents a vehicle breakdown by showing the person absurdly using a floor jack like transportation to get it to the auto parts store, making the joke the impractical DIY response treated as normal.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000533", "video_path": "videos_final/vimu_000533.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person films from inside near a window during rainy weather, looking outside at a dark, wet city scene while saying they are trying to concentrate in class but are distracted by the rain and trying to catch lightning. On-screen text reads, \"That was bright asf 💀.\"", "intended_meaning": "The joke is a relatable overreaction to a very bright lightning flash during class: the speaker is already distracted by the rain and then becomes even more fixated on the storm, treating the sudden brightness as dramatic and amusing.", "evidence": ["ASR says the speaker is trying to concentrate in class, is annoyed by rain tapping the window, and wants to catch lightning.", "Frames show a rainy urban view through a window with wet glass and dim stormy lighting.", "On-screen caption says, \"That was bright asf 💀,\" emphasizing the intensity of the flash in a humorous tone.", "The clip centers on waiting for or capturing lightning, with the payoff being the bright sky flash."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is understandable from the video alone: a student is distracted by a storm, films the window, and reacts humorously to a bright lightning flash.", "fair_for_benchmark": true}, "qa": {"question": "What does this video suggest about what ends up capturing the speaker’s attention, and why that moment feels worth reacting to?", "answer": "It suggests the speaker stops really focusing on class and gets absorbed in watching the storm, with the sudden very bright lightning flash becoming the dramatic, funny payoff worth reacting to.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -1}}} +{"video_id": "vimu_000534", "video_path": "videos_final/vimu_000534.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A shaky phone video pans across a room to a man sitting and holding a game controller. On-screen text says \"Looks fine to me.\" The camera then shows a loaf of bread in plastic packaging that appears heavily discolored or moldy, before returning to the man smiling.", "intended_meaning": "The joke is that the man casually judges obviously spoiled bread as acceptable to eat. The humor comes from the mismatch between his relaxed response and the bread's visibly bad condition.", "evidence": ["ASR says, \"Hey, you think this bread's still good to eat?\" indicating someone asks for an opinion about bread.", "On-screen text reads \"Looks fine to me,\" presenting the man's answer or the punchline.", "Frames show the bread loaf in a bag with widespread gray-green discoloration, suggesting it is clearly spoiled.", "The camera reveals the seated man with a slight smile while holding a controller, reinforcing a casual, deadpan reaction."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, response, and visual reveal of the spoiled bread are all contained in the clip, so the joke is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video cut from the man's \"Looks fine to me\" response to a clear view of the bread before showing him again?", "answer": "It highlights the mismatch between his casual approval and the bread being clearly spoiled, which is the joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000535", "video_path": "videos_final/vimu_000535.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A person holds a bowl under a leafy plant and pours water into it from a bottle. On-screen text reads, \"The sound he made 😂.\" The audio includes someone saying lines like \"Your water, good sir. Thank you, good sir,\" followed by a short vocal noise or exclamation.", "intended_meaning": "The humor is simply that the unseen subject being given water makes a funny or unexpectedly human-sounding noise, and the video presents that sound as amusing on its own.", "evidence": ["Visible text says \"The sound he made 😂,\" directing attention to the noise as the joke.", "Frames show a bowl being filled with water near a plant, suggesting someone is offering water to an off-camera or obscured subject.", "ASR captures playful speech: \"Your water, good sir. Thank you, good sir,\" which frames the act in a jokingly polite way.", "The clip is very short and built around the payoff of the sound after the water is offered."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the setup is giving water, and the payoff is the funny sound highlighted by the on-screen caption.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed to build up to the final brief sound?", "answer": "The video is set up so the brief noise made after the water is offered is the joke and main payoff, because it sounds unexpectedly funny on its own.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000536", "video_path": "videos_final/vimu_000536.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["absurdism", "parody", "innuendo"], "social_value_signals": ["aggression_or_hostility", "humiliation"], "target_subjects": ["individual_other", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A blue glove or balloon-like object with a drawn face is shown while on-screen text reads \"Where is the Money?\" A voice says, \"Hey, where's the money? Where's the money, bro? He's not talking. Flip him over,\" and a hand turns the object over.", "intended_meaning": "The clip humorously stages the blue object as if it were a silent suspect being interrogated for hidden money. The joke comes from treating an inanimate object like a person in a mock intimidation scene, with the \"flip him over\" line implying a search for concealed cash.", "evidence": ["Visible text across the video says \"Where is the Money?\"", "ASR includes repeated demands for money and the line \"He's not talking. Flip him over.\"", "The object has a drawn face, encouraging personification.", "A human hand physically flips the object, matching the interrogation/search setup.", "The tone and setup are exaggerated and unserious because the 'suspect' is clearly an inanimate glove-like object."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the clip alone: an object is personified and mock-interrogated about money, then flipped over as part of the joke. No niche outside context is required.", "fair_for_benchmark": true}, "qa": {"question": "What role is the blue object made to play in this scene, and why is turning it over important to that setup?", "answer": "The object is being personified as a silent suspect in a mock money interrogation, and turning it over completes the joke by acting like a search for hidden cash when it will not answer.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000537", "video_path": "videos_final/vimu_000537.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "literal_only"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.96, "literal_summary": "At night on a snowy outdoor basketball court, a person tries to shoot what looks like a cup or small white object into the hoop. On-screen text says, \"he forgot its snow.\"", "intended_meaning": "The clip jokes that the person is acting as if normal basketball play is possible, but because everything is covered in snow he uses snow or a snow-like object instead of a real ball. The humor comes from the obvious winter conditions and the deadpan caption pointing out that he seems to have 'forgotten' it is snowing/snowy.", "evidence": ["Snow is visibly covering the ground and surrounding area.", "A basketball hoop is shown, but the thrown object appears small and white rather than a normal basketball.", "The on-screen caption reads, \"he forgot its snow,\" which frames the action as someone ignoring the snowy conditions.", "The short clip centers on the throw and outcome, with no other narrative context needed."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visible snowy setting, the basketball hoop, the unusual thrown object, and the on-screen caption; no outside meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What does the caption suggest about how the person is treating the conditions on the court?", "answer": "It suggests he is acting like he can play basketball normally even though the court is covered in snow, as if forgetting the winter conditions and using a snow-like object in place of a real ball.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000538", "video_path": "videos_final/vimu_000538.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "mockery", "literal_only"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["institution", "nationality_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.71, "literal_summary": "A short clip zooms in on a circular emblem with a stylized bird and the visible text \"PHOENIX ARIZONA.\" Dark liquid or sludge-like material splashes and spreads across the emblem while a stern voice says, \"You think this is some kind of game? Look at this.\"", "intended_meaning": "The meme appears to use the city seal-like image of Phoenix, Arizona and the spreading dirty-looking splash as a visual insult, implying that Phoenix or Arizona is dirty, disgusting, ruined, or worthy of ridicule. The serious voiceover heightens the sense of condemnation rather than neutral description.", "evidence": ["Visible on-screen text reads \"PHOENIX ARIZONA.\"", "The camera centers and zooms on a civic-looking emblem, making Phoenix/Arizona the clear subject.", "A dark splatter/liquid spreads over the symbol, creating a degrading or defacing visual effect.", "The audio line \"You think this is some kind of game? Look at this\" is confrontational and frames the image as evidence of something bad or embarrassing.", "No alternative positive framing is visible in the provided frames."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video itself: Phoenix/Arizona is named and then visually defaced. Some everyday cultural context helps to infer that the emblem represents the city/state and that the splatter is being used as an insult rather than a literal report.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point this video is making about Phoenix, Arizona?", "answer": "It portrays Phoenix, Arizona as something degraded or disgusting and presents it as worthy of ridicule or condemnation.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000539", "video_path": "videos_final/vimu_000539.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A phone camera films a grocery-store self-checkout scale while on-screen text and audio say some version of “weigh your bananas, move your bananas.” A bunch of bananas is then placed on the scale.", "intended_meaning": "The clip uses the phrase about bananas in a suggestive way, relying on the double meaning of “bananas” and the motion phrase “move your bananas” to create a mild sexual joke while literally showing produce being weighed.", "evidence": ["The visible text across the bottom reads approximately “weigh your BANANAS move your BANANAS.”", "ASR also captures “weigh your bananas. Move your bananas.”", "The camera is pointed at a self-checkout produce scale, and an actual bunch of bananas is placed on it, supporting the literal reading.", "The humor comes from repeating the phrase with emphasis on “BANANAS,” which invites a double entendre beyond the literal grocery action."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the clip alone because the literal grocery action and the suggestive wording are both present in the video itself; no niche outside context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It turns a normal self-checkout instruction about weighing bananas into a mild double entendre, using “move your bananas” and the emphasis on “bananas” as a playful suggestive joke while literally showing produce being weighed.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000540", "video_path": "videos_final/vimu_000540.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "exaggeration", "parody"], "social_value_signals": ["negative_affect", "other"], "target_subjects": ["individual_other", "institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person films a wall-mounted round thermostat and turns the temperature up from the 70s into the 80s and 90. On-screen text says \"Don't yell at me,\" while the audio says, \"You gonna burn, huh? You gonna burn.\"", "intended_meaning": "The joke is that increasing the thermostat triggers an exaggerated scolding, as if the thermostat or another person is angrily reacting to wasting heat or making the room too hot. The humor comes from personifying the device and contrasting the harmless action with an overdramatic response.", "evidence": ["Visible caption reads \"Don't yell at me.\"", "Frames show a hand turning a thermostat upward from about 74 to 90.", "The display shifts into hotter-looking orange/red colors as the temperature rises.", "ASR captures a reproachful line: \"You gonna burn, huh? You gonna burn.\"", "Short timing and framing center the thermostat adjustment as the setup and punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, the on-screen caption, and the spoken joke, so the main humorous point is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the caption and spoken line fit the thermostat adjustment in this clip?", "answer": "They make the thermostat change feel like it is provoking an exaggerated reprimand, as if the thermostat or someone nearby is reacting like turning the heat up is a big offense; the humor comes from treating a simple adjustment as if it deserves dramatic scolding.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000541", "video_path": "videos_final/vimu_000541.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short dimly lit kitchen clip shows people whispering at about 3:50 AM while preparing spaghetti. One person asks Logan to pass a bowl, shushes for quiet, and the camera pans past a microwave and stove. On-screen text reads, \"Better than the microwave.\"", "intended_meaning": "The joke is that they are quietly making a late-night meal and treating the stove as a preferable option to the microwave, even though cooking spaghetti on the stove at 3:50 AM is a more elaborate and slightly absurd choice. The humor comes from the understated contrast between trying to be sneaky/quiet and choosing a fuller cooking process anyway.", "evidence": ["ASR says, \"it's 3:50 in the morning, we're about to make some spaghetti\" and \"We gotta be really quiet,\" establishing a late-night sneaky cooking situation.", "Visible text says, \"Better than the microwave,\" which frames the comparison and punchline.", "Frames show a kitchen with both a microwave and stove/oven, supporting the contrast between quick reheating and full cooking.", "A person puts a finger to their lips in a shushing gesture, reinforcing the quiet, covert tone.", "The handheld nighttime filming and subdued behavior make the scene feel like a low-stakes secret mission for food."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: late-night whispering plus making spaghetti on the stove, with explicit on-screen text comparing it to the microwave.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It jokes that they are treating a late-night snack like a quiet secret mission while still choosing the more involved stove method instead of the easier microwave, making the choice feel unnecessarily elaborate.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000542", "video_path": "videos_final/vimu_000542.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other", "other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.96, "literal_summary": "A short concert or party clip shows a man in a white suit dancing energetically on stage while people in the crowd record him. On-screen text reads, \"When those 11 herbs and spices kick in 😂\" and \"Didn't know the KFC guy partied so hard.\"", "intended_meaning": "The joke compares the white-suited dancer to the KFC mascot/Colonel Sanders and humorously suggests he is suddenly hyperactive from KFC's famous \"11 herbs and spices.\" The meme works by framing his energetic dancing as if the fast-food mascot is partying wildly.", "evidence": ["The person on stage is dressed in an all-white suit with white headwear, visually resembling the common white-suited KFC/Colonel Sanders image.", "The top caption explicitly says, \"When those 11 herbs and spices kick in 😂,\" invoking KFC's well-known slogan.", "The middle caption says, \"Didn't know the KFC guy partied so hard,\" directly states the comparison.", "The dancer's exaggerated, energetic movement supports the idea of suddenly 'kicking in' and partying hard.", "Audience phones and stage setting indicate a live performance clip repurposed with humorous text."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is conveyed directly by the visible text and the visual resemblance of the white-suited dancer; only broad everyday recognition of KFC branding helps, but the captions themselves make the intended joke explicit.", "fair_for_benchmark": true}, "qa": {"question": "What main comparison makes the clip work as a joke?", "answer": "It jokes that the white-suited dancer looks like the KFC mascot, as if Colonel Sanders suddenly became wildly energetic because the chain's \"11 herbs and spices\" kicked in.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000543", "video_path": "videos_final/vimu_000543.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["racial_or_ethnic_group"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.82, "literal_summary": "A person abroad holds a black Pepsi can labeled \"BLACK\" and says they have found a new drink called Pepsi Black and have never tried it; the camera moves toward the can opening as they begin to open it. Large blue captions repeat the spoken lines, and smaller on-screen text says \"advance humor 💀.\"", "intended_meaning": "The joke relies on the phrase \"Pepsi Black\" being treated as if it refers to a Black person rather than a soda variant, so \"I've never tried it\" and \"gonna give it a...\" create sexual/romantic innuendo about trying a Black person. The humor comes from the deliberate ambiguity and shock value.", "evidence": ["The visible product name on the can is \"PEPSI BLACK.\"", "The transcript/on-screen captions say: \"They have this new thing called Pepsi Black? I Never Tried it Gonna give it...?\"", "The phrase \"never tried it\" is odd when applied to a common soda and helps frame a double meaning.", "The edit cuts/ends right as the person starts opening the can, leaving the sentence incomplete, which highlights the suggestive phrase rather than a normal taste-test conclusion.", "The small overlay \"advance humor 💀\" signals that the clip is intended as edgy or dark humor rather than a straightforward product review."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone if the viewer recognizes the double meaning of \"Black\" and \"try it,\" but that requires ordinary cultural knowledge about racial labeling and sexual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It uses the soda name \"Pepsi Black\" as a double meaning, treating \"Black\" as if it referred to a Black person, so lines like \"I never tried it\" become suggestive and imply trying a Black person rather than simply tasting a drink.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000544", "video_path": "videos_final/vimu_000544.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.86, "literal_summary": "A short clip shows an older woman at a doorway or outdoor corridor, visibly upset or crying, while a younger man faces her. The text at the top says, \"The silence was loud.\" The audio/transcript includes the Russian line \"Хотя бы меня на руках!\"", "intended_meaning": "The meme highlights an awkward, emotionally intense moment where one person appears distressed and the other gives little or no response. The humor/point comes from the uncomfortable silence and blank reaction, implying emotional disconnect or refusal to engage, making the moment feel painfully loud and embarrassing.", "evidence": ["Top on-screen text explicitly frames the scene as a meaningful silence: \"The silence was loud.\"", "The older woman appears tearful/upset, with facial expression suggesting crying or pleading.", "The younger man is shown with a relatively blank, still expression, reinforcing non-response.", "The edit alternates between the upset woman and the man's face, emphasizing the contrast between emotional display and silence.", "The Russian audio/transcript suggests an emotional plea or complaint, increasing the sense of one-sided intensity."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke/point is understandable from the clip alone: the caption and shot-reverse-shot editing make clear that the humor centers on an awkward silence in response to visible distress.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed around the silence between the two people instead of the spoken line alone?", "answer": "It centers the silence because the point is the other person’s lack of response: the contrast with the woman’s visible distress makes the moment feel painfully awkward and shows an emotional disconnect or refusal to engage.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000545", "video_path": "videos_final/vimu_000545.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast", "deadpan"], "social_value_signals": ["negative_affect", "norm_violation", "fatalism_or_cynicism"], "target_subjects": ["individual_other", "class_or_occupation"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person shows a bundle of cash hidden inside an air vent while a voice says that if workers are coming through and you do not want them to steal your stuff, you should put the money there. The camera then reveals a floor vent/register lying out in the room, with on-screen text reading \"Uh Oh.\"", "intended_meaning": "The joke is that the suggested hiding place is a bad idea because the vent cover has already been removed, implying workers or someone else would easily find the cash. It humorously conveys an \"oops\" moment and cynical mistrust toward workers as potential thieves.", "evidence": ["ASR says, \"You have workers coming through and you don't want them to steal your stuff? Just take off the air vent, and you just put the money, like, right there.\"", "Frames show a hand placing or pointing to a thick bundle of cash inside an open vent.", "Later frames show the vent/register lying on the carpet, exposing the hiding place.", "Visible on-screen text repeatedly says \"Uh Oh,\" signaling that the situation has gone wrong.", "The humor comes from the contrast between the advice and the reveal that the hiding spot is already compromised."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains the setup, the reveal, and the reaction text within the video itself, so the main joke is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "What does the final reveal show about the earlier advice in the clip?", "answer": "It shows the advice is flawed because the hiding spot is already exposed and easy to find, turning the tip into an \"oops\" joke about assuming people coming through might take the money.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000546", "video_path": "videos_final/vimu_000546.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "deadpan"], "social_value_signals": ["negative_affect", "fatalism_or_cynicism"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person records a round browned flatbread or pancake-like food on a plate in a kitchen. On-screen text says, \"This was so satisfying and then this happened...💀 I'm so done 😭\" The person moves it, places it on a cutting board, and cuts it with a knife. The cut ends up uneven/off-center, spoiling the visually satisfying appearance.", "intended_meaning": "The joke is a small everyday disappointment: the food looked perfectly pleasing and satisfying, but cutting it unevenly ruins that satisfaction. The caption exaggerates the frustration for comedic effect.", "evidence": ["Visible text explicitly frames the clip as something satisfying that then goes wrong: \"This was so satisfying and then this happened...💀 I'm so done 😭\"", "The food is shown as round and evenly browned, inviting a 'satisfying' visual expectation.", "The action changes from admiring/showing the item to cutting it.", "The resulting slice line appears off-center/uneven rather than neatly symmetrical, matching the caption's disappointment.", "No broader social or political target is shown; the frustration is directed at the creator's own minor mishap."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, mishap, and emotional framing are all directly provided by the visuals and on-screen text; no outside meme context is needed to understand the point.", "fair_for_benchmark": true}, "qa": {"question": "Why does the creator react so strongly after cutting the food?", "answer": "Because the food looked neatly pleasing at first, and the uneven cut ruined that satisfying appearance, so the creator is jokingly overreacting to a small everyday mishap.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000547", "video_path": "videos_final/vimu_000547.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A black cat is filmed from behind as it walks across a floor and jumps onto a table where a person is eating from a bowl. On-screen text reads \"GIMME that shi,\" and the cat reaches into the bowl, scattering and taking food while the person tries to eat with a spoon.", "intended_meaning": "The humor comes from portraying the cat as aggressively demanding the person's food, as if it has a bold, greedy human attitude. The caption personifies the cat's behavior into a blunt demand for the food.", "evidence": ["The visible text says \"GIMME that shi,\" framing the cat's action as a demand.", "The cat moves directly toward the person eating and repeatedly puts its paw into the bowl.", "The person is visibly holding a spoon and bowl, so the food belongs to the person and the cat is intruding.", "The escalating action of the cat scooping into the bowl and food spilling out creates exaggerated comedic effect."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the cat behaves as if demanding food, and the on-screen caption explicitly supplies the humorous framing.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains how the cat is being portrayed by the combination of its behavior and the on-screen text?", "answer": "The video portrays the cat like a bold, pushy person demanding someone else’s food, which is the joke.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000548", "video_path": "videos_final/vimu_000548.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.84, "literal_summary": "A person holds a blue bottle of soap or body wash while a voice says they found the world's slipperiest soap; on-screen text reads \"Bro wasn't lying.\" The bottle appears to slip from their hand and the camera jerks toward the floor.", "intended_meaning": "The joke is that the product claim about being extremely slippery is immediately proven true when the bottle slips out of the person's hand. The humor comes from a quick visual payoff confirming the setup.", "evidence": ["ASR says the speaker found \"the world's slipperiest soap,\" setting up a product claim.", "Visible on-screen text says \"Bro wasn't lying,\" reinforcing that the claim is being verified.", "Frames show a hand gripping a blue bottle and then losing control of it as the camera suddenly tilts downward.", "The abrupt motion/editing creates a punchline timing where the soap's slipperiness is demonstrated rather than just stated."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, visible action, and caption are enough to understand the joke without outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the clip?", "answer": "The clip jokes that the soap really is extremely slippery, with the bottle slipping out of the person's hand immediately proving the claim.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000549", "video_path": "videos_final/vimu_000549.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "contrast"], "social_value_signals": ["negative_affect", "anti_mainstream_value"], "target_subjects": ["self", "class_or_occupation"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A short cooking clip shows a burger patty being fried in a very greasy, dirty-looking pan while the on-screen caption says \"Greasy.\" The audio says, \"They should hire me at Papa's Burgeria because I can cook it.\"", "intended_meaning": "The joke is self-deprecating sarcasm: the speaker claims they deserve to be hired at a burger-cooking job or burger game, but the messy, overly greasy cooking shown on screen makes them look unqualified. The humor comes from the mismatch between the confident claim and the low-quality cooking.", "evidence": ["Visible caption in the middle of the video reads \"Greasy.\"", "Frames show a burger patty in a heavily oil-coated, stained pan on a stovetop.", "A spatula lifts and flips the patty, emphasizing the cooking action.", "The audio/transcript says, \"They should hire me at Papa's Burgeria because I can cook it,\" which is a boast about cooking ability.", "The boast contrasts with the unappetizing visual presentation, creating the joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The main joke is understandable from the video alone, but recognizing why \"Papa's Burgeria\" is funny benefits from basic familiarity with burger-cooking jobs or games; the sarcasm still largely works without niche outside context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents a self-deprecating joke: the speaker says they should be hired for burger cooking, but the greasy, messy burger shown makes that claim look undeserved, so the humor comes from the mismatch between confidence and poor cooking quality.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000550", "video_path": "videos_final/vimu_000550.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "parody", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A short outdoor cooking clip shows someone ladling very hot soup from a pot into a clear plastic cup. The cup visibly softens/collapses from the heat while on-screen text reads, \"So good, the cup wanted some.\" The audio remarks in Filipino that the soup is very hot.", "intended_meaning": "The joke is that the soup is so appealing that even the cup seems to 'want to drink it,' humorously personifying the cup. The real visual punchline is that the cup deforms because the soup is too hot, and the caption reframes this accident as if the cup eagerly consumed the soup itself.", "evidence": ["Visible text says: \"So good, the cup wanted some.\"", "Frames show hot soup being ladled from a pot into a thin clear plastic cup.", "The cup visibly loses shape/collapses immediately after the hot liquid is poured in.", "ASR/transcript says in Filipino that the soup is very hot: \"mainit na mainit pa... mainit nga.\"", "The humor depends on reinterpreting the cup melting/deforming as intentional behavior by the cup."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video contains the setup, the visible mishap, and the explanatory joke caption, so the meme point is understandable without outside context.", "fair_for_benchmark": true}, "qa": {"question": "How does the text change the meaning of what happens with the cup?", "answer": "It turns the cup deforming from the very hot soup into a joke by personifying the cup as if it wanted to drink the soup too.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000551", "video_path": "videos_final/vimu_000551.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "mockery", "parody"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "sensitive", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A cat sits in front of a Canon printer on top of a printer box. On-screen text says \"Bro got violated 😭.\" The printer outputs a page that reads \"GOODBYE TO YOUR TESTICLES,\" and the cat moves away as the paper drops.", "intended_meaning": "The joke frames the printer message as if the cat is being threatened with castration, using exaggerated sexual/body-harm innuendo and the caption to mock the cat as having been humiliated or 'violated.'", "evidence": ["A cat is positioned directly in front of the printer as if the printout is addressed to it.", "Visible overlay text says \"Bro got violated 😭,\" which cues a mocking interpretation rather than a neutral one.", "The printed page becomes readable as \"GOODBYE TO YOUR TESTICLES,\" indicating the punchline is about loss of genitals.", "The cat steps away right as the paper emerges, reinforcing the comedic timing that it 'reacts' to the message."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are understandable from the video alone: the cat faces the printer, the page prints a threatening phrase, and the overlay text states the intended mocking reaction.", "fair_for_benchmark": true}, "qa": {"question": "What is the main joke this clip is built around?", "answer": "The clip jokes that the printer's message is meant for the cat, framing it as being told its testicles are gone, and the humor comes from mocking the cat as if it has just been humiliatingly 'done in.'", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000552", "video_path": "videos_final/vimu_000552.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person in a store films a shoe display and reacts excitedly to a bright green clog-style shoe decorated with blocky characters and items resembling Minecraft figures. On-screen text says, \"I actually want these now\" and a smaller caption says, \"Omg they got the ⛏️\" while the speaker says, \"No way, bro, they got the...\"", "intended_meaning": "The joke/point is straightforward excitement and surprise at finding themed shoes based on a recognizable game-like aesthetic, to the point that the filmer now genuinely wants them. The meme effect comes from the sudden reveal of an unexpectedly specific, nerdy product that wins the viewer over.", "evidence": ["Top text explicitly states, \"I actually want these now,\" signaling a change from surprise to desire.", "The lower caption reads, \"Omg they got the ⛏️,\" indicating excitement about a mining/game-related theme.", "The audio transcript begins, \"No way, bro, they got the...,\" which supports a surprised, enthusiastic reaction.", "Frames reveal a green clog with blocky cubic characters and objects strongly resembling Minecraft-style designs, making the product reveal the focal punchline.", "The camera pans from the floor to the shoe shelf and then holds on the decorated clog, using reveal timing as the main comedic structure."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone as excited product discovery, but recognizing why the shoe is specifically appealing benefits from common knowledge of Minecraft-like game imagery.", "fair_for_benchmark": true}, "qa": {"question": "What changes in the filmer's reaction once the shoe is revealed, and why?", "answer": "The filmer goes from surprised discovery to genuinely wanting the shoes, because the reveal shows an unexpectedly specific Minecraft-like design that wins them over.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000553", "video_path": "videos_final/vimu_000553.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A short handheld clip shows a bowl of cereal and a milk bottle with a blue cap on a table. A hand gestures over the milk and then toward the cereal while nonsensical-sounding audio plays. On-screen text reads, \"Bro was speaking Parseltongue\" and \"Bro casted the wrong spell 😭💀\".", "intended_meaning": "The meme jokingly frames the person making strange sounds and gesturing at the milk/cereal like a wizard or snake-speaker performing a spell, implying they are being silly and that their 'magic' had an unintended effect. The humor comes from pretending ordinary breakfast actions are dramatic supernatural ritual behavior.", "evidence": ["Visible top caption says \"Bro was speaking Parseltongue,\" invoking magical/snake language.", "Visible lower caption says \"Bro casted the wrong spell 😭💀,\" explicitly framing the gestures and sounds as failed magic.", "The ASR is gibberish-like (\"Бидиба ибидеб\"), matching the idea of incomprehensible magical chanting rather than normal speech.", "Frames show a hand theatrically pointing/hovering over a milk bottle and then toward a cereal bowl, supporting the mock 'spell-casting' setup.", "No clear harmful or discriminatory target is indicated; the joke appears to tease one person in a light, absurd way."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The video includes the key captions and visual setup needed to understand the joke from the clip alone; only broad pop-culture familiarity with magic language/spells slightly helps but is not essential.", "fair_for_benchmark": true}, "qa": {"question": "What framing connects the sounds, hand motions, and breakfast items into one joke?", "answer": "It playfully reframes an ordinary cereal-and-milk moment as if the person is dramatically performing a bizarre ritual or spell that goes wrong.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000554", "video_path": "videos_final/vimu_000554.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "absurdism", "parody"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A phone camera points at a hallway and doorway inside a home. On-screen text says \"Bro spawned in\" and \"Bro was summoned from the void 😭.\" A black cat suddenly appears from the dark doorway and slides quickly across the wooden floor.", "intended_meaning": "The joke frames the cat's sudden emergence from a dark doorway as if it materialized like a video game character or was magically summoned. The humor comes from exaggerating an ordinary pet movement into an absurd, dramatic arrival.", "evidence": ["Visible text explicitly says \"Bro spawned in\" and \"Bro was summoned from the void 😭,\" using gaming/summoning language.", "The cat appears abruptly from a dark doorway, making its entrance look sudden and surprising.", "The quick slide across the floor heightens the effect that it popped into existence rather than simply walked in.", "No insulting or socially charged target is present; the tone is playful and affectionate toward the animal."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: the text and the cat's sudden entrance directly convey the 'spawned in from nowhere' joke without needing external context beyond common gaming language.", "fair_for_benchmark": true}, "qa": {"question": "What comparison does the clip use to present the cat's entrance?", "answer": "It compares the cat's entrance to a character spawning in or being magically summoned out of nowhere.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000555", "video_path": "videos_final/vimu_000555.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A shaky low-resolution clip shows many bananas scattered on the floor near sinks or wall fixtures, with on-screen text reading \"Who does this?\" and another caption saying \"Well, no lies we’re told 💀 this is 100% facts 🤧.\" The audio says, \"Whoa, that's bananas.\"", "intended_meaning": "The meme presents an absurd, excessive banana-related mess as something bizarre and hard to explain, inviting viewers to react with disbelief and humor at the ridiculous scene.", "evidence": ["The frames show numerous bananas covering the floor and piled in a wall-mounted bin or opening.", "The central visible text explicitly frames the scene as strange: \"Who does this?\"", "The audio line \"Whoa, that's bananas\" reinforces surprise and a banana-themed reaction.", "The clip’s shaky, low-quality style and brief duration emphasize a quick humorous reaction rather than a serious explanation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: viewers can see an absurd number of bananas on the floor and the captions/audio directly cue disbelief and humor.", "fair_for_benchmark": true}, "qa": {"question": "What reaction is the video trying to get viewers to share about what it shows?", "answer": "It aims to make viewers react with amused disbelief at an absurdly excessive banana mess that feels bizarre and hard to explain.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000556", "video_path": "videos_final/vimu_000556.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "exaggeration", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A shaky phone video shows a tiled floor, a door or wall edge, a shoe moving awkwardly, and then a quick pan to random indoor objects and a wall. On-screen text reads: \"If a fever dream were a video:\" Audio includes a confusing brief exchange: \"Yo, you play Clash? What the fuck? No.\"", "intended_meaning": "The meme presents the clip as intentionally disorienting and nonsensical, comparing its random visuals and abrupt audio to the surreal, incoherent feeling of a fever dream.", "evidence": ["Visible caption explicitly frames the clip: \"If a fever dream were a video:\"", "The camera is shaky and pans across unrelated indoor details without clear narrative continuity.", "The audio transcript is abrupt and odd: \"Yo, you play Clash? What the fuck? No.\", which adds to the surreal feeling.", "No clear person, social group, or serious topic is being targeted; the humor comes from confusion itself."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone because the on-screen caption directly tells viewers to interpret the chaotic clip as dreamlike and disorienting.", "fair_for_benchmark": true}, "qa": {"question": "What main idea ties the random visuals, abrupt audio, and caption together into a single joke?", "answer": "The video’s joke is that the chaotic clip feels like a fever dream—random, disorienting, and incoherent on purpose.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000557", "video_path": "videos_final/vimu_000557.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "contrast"], "social_value_signals": ["sexual_implication", "anti_mainstream_value"], "target_subjects": ["self"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.83, "literal_summary": "A person films and opens a black wallet while on-screen text reads \"I smell pennies\" and \"Life is good.\"", "intended_meaning": "The joke implies the speaker is pleased because the wallet smells like pennies, using the metallic-smell phrase as a sexual innuendo rather than literally talking about money. The humor comes from pairing that suggestive line with a satisfied \"life is good\" message while showing the wallet.", "evidence": ["Visible text says \"I smell pennies,\" which is not a normal statement about enjoying a wallet's money contents.", "A second visible caption says \"Life is good,\" signaling satisfaction or pride.", "The video centers on a wallet being opened, creating a contrast between a money-related object and the odd smell reference.", "The humor depends on the phrase sounding suggestive rather than financial; the wallet visual acts as a setup/misdirection."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is mostly available from the video itself, but understanding why \"I smell pennies\" is funny requires common cultural knowledge of that phrase as suggestive innuendo rather than a literal wallet comment.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is using the wallet as a setup for a suggestive joke: \"I smell pennies\" is meant as innuendo, and \"Life is good\" means the speaker is pleased about that implied situation rather than literally talking about money in the wallet.", "difficulty": "hard", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000558", "video_path": "videos_final/vimu_000558.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["contrast", "absurdism", "mockery"], "social_value_signals": ["humiliation", "negative_affect"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person films a parked car from outside while reacting with surprise. On-screen text says, \"Yo who is this????\" with laughing emojis. As the camera moves along the vehicle, a Spider-Man figure or decoration is visible inside the car. The audio includes surprised remarks such as \"Wow. Oh my God. Yo, nice car... What the f...\"", "intended_meaning": "The clip is making fun of the car owner by presenting the car and its Spider-Man-themed interior item as unexpectedly weird, childish, or over-the-top. The humor comes from the reveal and the filmer's incredulous reaction, implying \"whose ridiculous car is this?\"", "evidence": ["Visible on-screen text reads \"Yo who is this????\" followed by laughing emojis, signaling ridicule rather than neutral identification.", "The audio transcript includes surprised and profane reaction words like \"Wow,\" \"Oh my God,\" and \"What the f...,\" indicating shock/mock amusement.", "The camera pans toward the car and ends on a Spider-Man object inside, creating a reveal-based joke.", "The short edit centers the unusual interior detail as the punchline."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: a surprised walk-up shot, mocking caption, and reveal of an unusual Spider-Man car decoration make the intended ridicule clear without outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the video structured as a reveal of the car’s interior detail after the filmer’s reaction?", "answer": "It is set up so the Spider-Man-themed detail becomes the punchline, making the car and its owner seem unusually over-the-top and a bit childish, as something the filmer is laughing at.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000559", "video_path": "videos_final/vimu_000559.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A person films a small traffic cone, lifts it, then reveals another person standing behind it wearing a full orange-and-white traffic-cone costume. On-screen text says \"Oh No Bro,\" and the audio says, \"I wish I knew you wanted me, I wish I knew.\"", "intended_meaning": "The joke is the absurd visual reveal that a real person is dressed like the traffic cone the camera was inspecting. The caption and framing present it as a mildly shocked or amused reaction to unexpectedly discovering a human 'cone,' with the romantic-sounding song adding ironic contrast to the silly reveal.", "evidence": ["The clip begins focused on a normal orange traffic cone on the ground.", "A hand picks up or moves the cone, and the camera pans to reveal a person in an orange-and-white cone costume standing still nearby.", "The costume closely matches the cone shape and colors, creating the reveal-based joke.", "Visible on-screen text reads \"Oh No Bro,\" signaling a surprised/amused reaction.", "The audio lyric \"I wish I knew you wanted me\" is emotionally earnest, which contrasts with the goofy visual."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable directly from the visual reveal, caption, and music contrast without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "How do the reveal, the on-screen text, and the song work together to make the clip land?", "answer": "It works as an absurd reveal joke: what looks like an ordinary traffic cone turns out to match a person in a cone costume, while \"Oh No Bro\" frames it as a surprised, amused reaction and the earnest love-song lyric makes the silly discovery feel even funnier through contrast.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000560", "video_path": "videos_final/vimu_000560.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "bait_and_switch"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A person films a backyard and shed while on-screen text claims to show proof that ghosts are real. The camera pans around as the speaker says they cannot find the ghosts, coughs, then suddenly drops or jerks downward while text says, \"ITS POSSESSING ME!!!\"", "intended_meaning": "The clip jokingly parodies ghost-hunting or paranormal-proof videos by building up a search for ghosts and then treating an ordinary cough and camera stumble as fake 'evidence' of possession. The humor comes from exaggerating mundane events into supernatural proof.", "evidence": ["Top text says \"I knew they were real!!\"", "A banner across the middle says \"Real proof ghosts are real\"", "Red caption text includes lines like \"GHOSTS! Are at-\", \"Bruh, I can't find them?\", \"*COUGH*\", and \"ITS POSSESSING ME!!!\"", "The video shows only a normal yard/shed scene with no visible ghost", "The sudden camera drop/tilt after the cough creates the comedic reveal that the speaker is 'possessed'"], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: exaggerated paranormal captions plus a mundane cough and camera movement create the punchline without requiring outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "What makes the ending fit with the setup of the clip?", "answer": "The ending completes the joke by turning an ordinary cough and camera drop into supposed proof of possession, parodying videos that hype mundane events as supernatural evidence.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000561", "video_path": "videos_final/vimu_000561.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["deadpan", "innuendo", "bait_and_switch"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.84, "literal_summary": "A person in a store wearing a tall animal mask is filmed while another voice says, \"What the... Now look down, look down!\" The on-screen caption reads, \"The best is when he looked down,\" and the person lowers their head, making the mask appear shorter and more horse-like.", "intended_meaning": "The humor centers on a visual reveal: from one angle the tall mask shape looks odd or suggestive, and the punchline is that when the person looks downward the full animal-head shape becomes clear. The clip invites the viewer to laugh at the awkward, unintentionally suggestive appearance and the person's goofy look once he lowers his head.", "evidence": ["Visible text says, \"The best is when he looked down,\" which cues anticipation for a reveal when the subject changes head angle.", "ASR includes, \"What the... Now look down, look down!\" indicating surprise and directing attention to the head movement as the joke trigger.", "Frames show a person in a black shirt wearing a tall gray mask/headpiece in a shop with plush toys and colorful merchandise.", "When the person lowers his head, the shape resolves into a clearer animal head profile, creating the punchline.", "The humor depends on the before/after contrast between an ambiguous upright silhouette and the clearer downward-facing animal shape."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff through the visible caption, the spoken prompt to look down, and the visual reveal; no niche external meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video build up to the moment when he looks down?", "answer": "Because looking down is the reveal: it turns the oddly tall, unclear shape into a recognizable animal head, and the humor comes from the contrast between the confusing first impression and the clarified goofy look.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000562", "video_path": "videos_final/vimu_000562.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "parody"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A close-up of a slice of pizza is shown, then the camera looks down at a white Ford Focus parked below. On-screen text says, \"I don't remember this nursery rhyme,\" while the audio/subtitles say, \"Hocus Pocus, there's pizza on your focus.\"", "intended_meaning": "The joke is a silly made-up rhyme: the video sets up a magical or nursery-rhyme-like phrase with \"Hocus Pocus\" and then reveals a pizza being put or dropped onto a Ford Focus because \"focus\" rhymes with \"pocus.\" The humor comes from the absurd wordplay and the visual payoff matching the rhyme.", "evidence": ["Visible top text reads, \"I don't remember this nursery rhyme,\" framing the clip as a joke about a rhyming phrase.", "Audio/ASR says, \"Hocus Pocus, there's pizza on your focus.\"", "The frames first show a pizza slice, then reveal a white car below, specifically consistent with a Ford Focus referenced in the line.", "A hand appears above the parked car, suggesting the pizza is being tossed or placed toward the car as the punchline.", "The clip relies on the timing of showing pizza first and then the Focus for the reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full joke is understandable from the video alone: the visible caption, the spoken rhyme, and the reveal of pizza plus a Focus-shaped/identified car provide the setup and payoff without needing outside context.", "fair_for_benchmark": true}, "qa": {"question": "What single idea connects the spoken line and the final visual reveal in this clip?", "answer": "It is a silly rhyme joke: the line sets up \"Hocus Pocus\" and the video pays it off by showing pizza on a Ford Focus because \"Focus\" rhymes with \"Pocus.\"", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": 2, "hint_leak_penalty": 2}}} +{"video_id": "vimu_000563", "video_path": "videos_final/vimu_000563.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A short kitchen clip shows an electric kettle sitting on a stovetop with on-screen text reading \"Bro actually fooled me.\" A hand picks up and opens the kettle, revealing it is empty, and the camera then turns toward another person nearby.", "intended_meaning": "The joke is that the filmer initially believed the kettle was being used on the stovetop, but then realizes it was just placed there empty, apparently as a prank or misleading setup by the other person. The humor comes from being briefly tricked by an ordinary-looking scene.", "evidence": ["Visible text says \"Bro actually fooled me,\" framing the clip as someone being deceived.", "The kettle is positioned on a stovetop, which suggests it might be heating there.", "A hand opens the kettle and it appears empty inside, undercutting the initial assumption.", "The camera then swings to another man, implying he is the person who set up the trick or is being credited for fooling the filmer."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The prank setup and payoff are understandable from the clip alone: the text signals deception, the visual reveal shows why, and no outside meme context is required.", "fair_for_benchmark": true}, "qa": {"question": "What mistaken assumption is the filmer reacting to, and what in the clip shows that assumption was wrong?", "answer": "The filmer first assumes the kettle is actually being used on the stovetop, but opening it shows it is empty, revealing it was just placed there to make it look that way and fool them.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 4, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000564", "video_path": "videos_final/vimu_000564.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast"], "social_value_signals": ["negative_affect"], "target_subjects": ["self", "no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.88, "literal_summary": "A person handles a smartphone while text on screen says \"That actually scared me.\" The audio describes it as an LG Wing with a double screen, and the phone is shown turning on and swiveling open to reveal the second screen.", "intended_meaning": "The meme jokes that the phone's unusual swiveling dual-screen design is unexpectedly startling or uncanny when it opens, prompting an exaggerated startled reaction from the filmer/viewer.", "evidence": ["Visible caption reads \"That actually scared me.\"", "ASR says the phone is an \"LG Wing\" and mentions its \"double screen.\"", "Frames show a normal-looking phone that then rotates/swivels to reveal a second screen.", "The humor comes from the contrast between an ordinary phone demonstration and the sudden unusual transformation."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the on-screen caption states a startled reaction, and the visuals clearly show the surprising phone-opening motion that motivates it.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole, beyond just showing a phone feature?", "answer": "It portrays the LG Wing’s swivel-open second screen as so unexpectedly unusual that it triggers an exaggerated startled reaction, making the phone’s design seem uncanny and funny rather than just functional.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000565", "video_path": "videos_final/vimu_000565.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person films their feet on a sidewalk near a small red-and-black object that seems partly stuck or clipped into the pavement. On-screen text says \"God forgot to patch this glitch\" and \"Devs gotta fix this.\" The person appears to try to lift or move the object.", "intended_meaning": "The clip jokes that a real-world visual oddity looks like a bug in a video game. The captions frame the stuck-looking object as if reality were a game world with developers and glitches.", "evidence": ["Visible text explicitly says \"God forgot to patch this glitch\" and \"Devs gotta fix this,\" invoking video-game bug language.", "The object appears unnaturally caught in or aligned with the sidewalk seam, creating a 'glitch' impression.", "The person inspects or tries to lift it, matching the ASR line about lifting it and reinforcing that it seems improperly embedded.", "The humor comes from contrasting ordinary sidewalk footage with game-development terminology."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone because the captions directly explain the game-glitch framing and the visual oddity is shown clearly.", "fair_for_benchmark": true}, "qa": {"question": "Why does the video present the sidewalk object using software-fix language?", "answer": "It jokes that the object looks like a real-life glitch, framing the scene as if the world were a video game with developers who need to patch it.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000566", "video_path": "videos_final/vimu_000566.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "absurdism", "deadpan"], "social_value_signals": ["sexual_implication", "other"], "target_subjects": ["relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.84, "literal_summary": "A short kitchen clip shows a fried egg on a plate while someone pours a large amount of dark seasoning or powder from a packet onto the yolk. On-screen text at the top says \"How to Basic vibes\" and a bottom caption says \"Bro had enough.\"", "intended_meaning": "The joke frames the egg as if it were a person who has been overwhelmed and has 'given up,' using the heavy pouring onto the egg as a visual sexual/body-fluid innuendo and an absurd personification. The humor comes from treating the food/object like a male figure who is exhausted or spent.", "evidence": ["Top visible text says \"How to Basic vibes,\" signaling intentionally chaotic, excessive food handling.", "Bottom caption says \"Bro had enough,\" personifying the egg or situation as a tired male figure.", "The shot centers on a fried egg with the yolk exposed, then a packet is squeezed/poured directly over it in an excessive way.", "The action is exaggerated and purposeless as cooking, which supports absurd joke intent rather than normal instruction.", "The combination of the exposed yolk, direct pouring from above, and the phrase \"Bro had enough\" suggests a sexualized metaphor rather than a literal cooking tip."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the visible text and action alone, but recognizing the 'How to Basic' reference and the sexual/personification undertone benefits from common internet and everyday humor context.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It treats the egg like a worn-out male figure who has completely given up, using the excessive pouring as an absurd visual innuendo rather than a real cooking action.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000567", "video_path": "videos_final/vimu_000567.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "deadpan"], "social_value_signals": ["sexual_implication"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 4, "confidence": 0.7, "literal_summary": "A short clip filmed inside a train shows a young man in a red hoodie smiling at a table with a phone and a Coca-Cola bottle. White on-screen text says \"Sound familiar?\" while audio includes the phrase \"for an hour and a half.\"", "intended_meaning": "The clip appears to invite the viewer to recognize a suggestive sound or duration as resembling a sexual or intimate scenario, with the smiling person and the caption framing it as a cheeky inside joke rather than a literal train moment.", "evidence": ["On-screen text repeatedly says \"Sound familiar?\", directly cueing the viewer to compare the audio to some recognizable experience.", "ASR captures the phrase \"for an hour and a half,\" which suggests the joke centers on hearing or enduring a repeated sound for a long duration.", "The person on screen is smiling/laughing, signaling the sound is meant to be taken humorously or suggestively rather than neutrally.", "There is no clear literal explanation in the visible frames for why the sound would be notable, pushing interpretation toward implied comparison or innuendo."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The video gives the key cue through the caption and the amused reaction, but understanding that the joke is sexual/suggestive relies on common social knowledge about innuendo rather than fully explicit content in the clip itself.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It frames the sound or quoted duration as something the viewer might recognize from an intimate situation, making the man's smile and the caption part of a cheeky inside-joke comparison rather than a literal train moment.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000568", "video_path": "videos_final/vimu_000568.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A shaky phone video in a kitchen shows a blue round cookie tin on the counter. On-screen text says \"Is this a parallel universe?\" and \"there is no way.\" The person opens the tin and finds cookies inside, reacting with surprise; the audio includes \"What the fuck? Mama!\"", "intended_meaning": "The joke is that a round cookie tin unexpectedly contains actual cookies instead of something else, so the filmer treats this rare, surprising household occurrence as if reality has broken or they are in a \"parallel universe.\"", "evidence": ["Visible text explicitly frames the event as unbelievable: \"Is this a parallel universe?\" and \"there is no way.\"", "The camera quickly moves toward and opens a blue cookie tin, building suspense around what is inside.", "Inside the tin are assorted cookies in paper cups, shown clearly after opening.", "The spoken reaction \"What the fuck? Mama!\" conveys genuine surprise/shock for comedic effect.", "The humor depends on the contrast between expectation and what is found in the tin."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The clip is mostly understandable from the video alone, but the punchline works better with common everyday knowledge that such tins are often reused for non-cookie storage, making actual cookies inside seem surprisingly unusual.", "fair_for_benchmark": true}, "qa": {"question": "What specific expectation does this video rely on to make the reaction to opening the tin make sense?", "answer": "It relies on the common expectation that this kind of cookie tin is often reused to store something other than cookies, so finding actual cookies inside feels unusually surprising and is treated like an unbelievable event.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000569", "video_path": "videos_final/vimu_000569.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["bait_and_switch", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.91, "literal_summary": "A person films from the top of an indoor stairwell while holding a thin string or line and says they are on floor 10 and will try to drop it down. On-screen text reads \"Impressive\" and \"Wait for it...\" The camera then shows the line hanging only a short distance down beside the wall/stairs instead of spanning a dramatic drop.", "intended_meaning": "The joke is an anticlimax: the setup suggests a dramatic feat of dropping something from a very high floor, but the reveal shows only a mundane, unimpressive short drop in a stairwell. The overlaid praise \"Impressive\" is ironic because the result is not actually impressive.", "evidence": ["ASR says, \"I'm gonna see if I can drop this down. I'm on floor 10,\" which builds expectation of a large vertical drop.", "Visible text says \"Wait for it...,\" signaling a coming reveal/payoff.", "Visible text says \"Impressive,\" but the footage shows a trivial-looking outcome, indicating ironic praise.", "Frames show an indoor staircase/wall and a thin line hanging down only a limited visible distance rather than a spectacular long fall.", "The humor depends on the contrast between the lofty verbal setup and the underwhelming visual reveal."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, reveal, and ironic caption are all understandable from the video itself without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the clip first build up the idea of a big drop from the 10th floor and then show only a short line hanging in the stairwell?", "answer": "It sets up viewers to expect an impressive long drop, then reveals a small, ordinary result, so the point is the mismatch between the big buildup and the underwhelming payoff.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000570", "video_path": "videos_final/vimu_000570.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan", "contrast"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A short clip shows hands holding a boxed utility knife still sealed in retail packaging. On-screen text at the top says \"How useful.\" The narration says that before using the utility knife, you need to get it out of its packaging, which is difficult, and jokes that to help with this you should buy another utility knife.", "intended_meaning": "The meme mocks impractical product packaging by pointing out the absurd catch-22 that a knife meant to cut things is itself hard to open without already having a cutting tool. The humor comes from the deadpan suggestion to buy another knife, highlighting the packaging design as self-defeating.", "evidence": ["Visible top text says \"How useful,\" signaling sarcastic evaluation rather than sincere praise.", "The object shown is a utility knife sealed in rigid retail packaging, visually supporting the idea that it is hard to access.", "ASR transcript explicitly states the paradox: you need to get the utility knife out of its packaging first, and that this is difficult.", "The line \"simply go buy another utility knife\" is an obviously absurd solution, indicating a joke about the product/package contradiction.", "The straightforward demonstration style and calm explanatory tone reinforce deadpan irony."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The full joke is understandable from the video alone: the packaging, the caption, and the narration all directly establish the ironic complaint without needing outside meme history or platform context.", "fair_for_benchmark": true}, "qa": {"question": "What contradiction makes the video's explanation work?", "answer": "It points out that the utility knife is packaged in a way that is hard to open without already having a cutting tool, so the product meant to help cut things is itself inaccessible unless you already have one.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000571", "video_path": "videos_final/vimu_000571.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "contrast"], "social_value_signals": ["negative_affect", "norm_violation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.87, "literal_summary": "A handheld phone video shows a plate of scrambled eggs on a counter with the on-screen text \"Eww.\" A container dispenses a thick white substance onto the eggs while a disgusted reaction is implied by the text and brief audio.", "intended_meaning": "The clip presents someone adding an unappetizing condiment or ingredient to eggs, framing the act as gross and wrong. The humor comes from the contrast between the food and the added white substance, with the caption signaling disgust at the person's choice.", "evidence": ["Visible on-screen text says \"Eww,\" directly signaling disgust.", "Frames show a blue plate of scrambled eggs on a kitchen counter.", "A bottle or container at left dispenses a thick white substance onto the eggs.", "The timing centers on the moment the white substance lands on the food, making that act the punchline.", "ASR includes brief exclamatory speech (\"Oh yes, sir. Oh, no.\"), which fits a reactive/disgusted tone but is not needed for the core interpretation."], "evidence_sources": ["frames", "visible_text", "editing_pattern", "transcript"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the video alone: the caption and the visual action clearly frame the food addition as disgusting, without needing outside meme context.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip centered on the moment the white substance is added to the eggs?", "answer": "It spotlights that addition as the punchline, framing the person’s choice as ruining the eggs with an unappealing ingredient.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000572", "video_path": "videos_final/vimu_000572.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "exaggeration"], "social_value_signals": ["sexual_implication"], "target_subjects": ["relationship_role"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person films two hot dogs cooking in a pan on a gas stove and moves one with their hand while on-screen text reads, \"The way my mom started saying 'hey hey hey' at me\" with skull and weary-face emojis.", "intended_meaning": "The hot dogs are arranged and moved to mimic a sexual or flirtatious advance, implying the speaker thinks their mom has started addressing them in a way that feels suggestive or jokingly inappropriate.", "evidence": ["Two sausages in a pan are positioned like bodies/phallic objects rather than simply being cooked.", "A hand repeatedly moves one sausage toward the other, creating a suggestive interaction.", "The caption says the mom started saying \"hey hey hey\" at the speaker, framing the object motion as an analogy for how that phrase feels.", "Skull and weary-face emojis signal embarrassed, shocked, or 'this is wild' humor rather than a literal cooking demonstration."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visual analogy and the overlaid text alone; no niche meme history is needed beyond common recognition of sexual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What is the video comparing the mom’s “hey hey hey” to through the way the hot dogs are arranged and moved?", "answer": "It compares the mom’s way of saying “hey hey hey” to a flirtatious or suggestive advance, joking that the greeting now comes across as oddly inappropriate.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000573", "video_path": "videos_final/vimu_000573.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["literal_only", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 1, "confidence": 0.97, "literal_summary": "A person cracks an egg into a frying pan and a smaller egg appears to come out from inside it. On-screen text says, \"There's an egg in the egg...\" The pan ends up with multiple yolks and egg contents visible.", "intended_meaning": "The clip presents a surprising, odd visual phenomenon—an egg containing another egg—and treats it as a simple absurd or amazing moment rather than conveying a deeper social message.", "evidence": ["Visible on-screen text reads, \"There's an egg in the egg...\"", "Frames show hands opening a cracked egg over a pan.", "A smaller egg-shaped object drops out along with yolk/egg white, creating the impression of an egg inside another egg.", "No person or group is mocked or referenced; the focus is on the unusual food event.", "The humor/interest comes from the unexpected visual reveal."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main point is directly visible in the clip and reinforced by the on-screen text; no outside context is needed to understand the surprise.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of this clip?", "answer": "It highlights the odd, surprising sight of an egg seeming to contain another egg, treating it as a simple amazing or absurd moment.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 2, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000574", "video_path": "videos_final/vimu_000574.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "innuendo"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "medium", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.72, "literal_summary": "A cereal box is standing upright on a grocery checkout conveyor belt and wobbling back and forth. On-screen text says, \"Why does this amuse me?\"", "intended_meaning": "The humor comes from the box's swaying motion making an ordinary object look oddly animated or suggestive, and the caption invites viewers to notice and share the childish or slightly inappropriate amusement of finding this mundane movement funny.", "evidence": ["The only visible action is the cereal box rocking from side to side while remaining upright on the conveyor belt.", "The on-screen caption explicitly frames the clip as something the creator finds amusing: \"Why does this amuse me?\"", "There is no clear spoken explanation or narrative, so the joke depends on the visual resemblance created by the movement itself.", "The object's repeated wobble gives it a personified or mildly suggestive quality rather than serving any practical point."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the video alone: a mundane object moves in a funny-looking way, and the caption highlights that the humor is in the visual motion itself.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole, beyond simply showing a cereal box moving on the conveyor belt?", "answer": "The clip treats the box's swaying as making it seem oddly animated and vaguely suggestive, inviting viewers to share the childish reaction of finding that ordinary movement entertaining.", "difficulty": "medium", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000575", "video_path": "videos_final/vimu_000575.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "contrast", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.93, "literal_summary": "A caption says \"Best security footage ever\" over a recording of a CCTV monitor showing a person in a cap and sunglasses slowly moving very close to the camera, dropping out of frame, then reappearing at the bottom edge and looking up at it. The audio reacts with surprise: \"Oh my God, how close is he gonna get? One second!\"", "intended_meaning": "The humor is that the person acts unusually and comically suspicious by creeping closer and closer to the security camera instead of avoiding it, making the surveillance footage amusing rather than useful or serious. The title hypes the clip as 'best ever' because the person seems oddly fascinated by the camera and keeps getting absurdly close to it.", "evidence": ["Visible on-screen text reads \"Best security footage ever,\" framing the clip as humorous and noteworthy.", "Across frames, the man approaches until only the top of his head/glasses are visible at the bottom edge, showing extreme closeness to the camera.", "He reappears at the lower edge of the monitor image and looks upward toward the camera, emphasizing his attention to it.", "The ASR line \"Oh my God, how close is he gonna get?\" matches the visual gag of continual approach.", "The grayscale CCTV aesthetic contrasted with the silly behavior creates a deadpan surveillance-footage joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The clip contains its own setup and payoff through the title text and the visible action of the person moving absurdly close to the camera; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What makes this security-camera clip worth highlighting the way the video presents it?", "answer": "It presents the footage as memorable because the person behaves oddly by getting absurdly close to the security camera and seeming fixated on it, making routine surveillance footage entertaining rather than useful.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000576", "video_path": "videos_final/vimu_000576.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["exaggeration", "literal_only"], "social_value_signals": ["negative_affect"], "target_subjects": ["self"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.94, "literal_summary": "A person holds up an electric toothbrush head that appears frayed or damaged while on-screen text says, \"i just want to brush my teeth😭.\"", "intended_meaning": "The meme conveys frustration over a toothbrush that is damaged or unusable, turning an ordinary hygiene task into an unexpectedly difficult problem. The humor comes from dramatizing a minor inconvenience as distressing.", "evidence": ["Visible text reads \"i just want to brush my teeth😭.\"", "The clip centers entirely on an electric toothbrush head.", "The bristles/head look misshapen or broken rather than normal, supporting the idea that brushing is difficult.", "The crying emoji emphasizes frustration/distress over the situation."], "evidence_sources": ["frames", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke and complaint are understandable from the damaged-looking toothbrush and the overlaid text alone; no outside meme context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point the clip is making?", "answer": "It shows someone frustrated that a damaged toothbrush is making a basic task hard, exaggerating this small inconvenience as a big ordeal.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000577", "video_path": "videos_final/vimu_000577.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A person walks through a parking lot at night holding a drink. The audio says, \"I really hope I don't trip and spill my drink,\" and the on-screen caption reads, \"He did both I guess.\"", "intended_meaning": "The joke is a simple ironic payoff: the person expresses hope that two embarrassing mishaps will not happen, and the caption reveals that both did happen. The humor comes from the contradiction between the stated hope and the outcome.", "evidence": ["ASR transcript states, \"I really hope I don't trip and spill my drink.\"", "Visible text over the video says, \"He did both I guess.\"", "The clip follows the person walking with a drink, setting up the possibility of tripping/spilling as the punchline.", "The phrasing of the caption is dry and matter-of-fact, which supports a deadpan humorous tone."], "evidence_sources": ["frames", "transcript", "visible_text"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup and punchline are both contained in the clip through the spoken line and the on-screen caption; no outside meme knowledge is needed.", "fair_for_benchmark": true}, "qa": {"question": "How does the on-screen text change the meaning of what the person says earlier in the clip?", "answer": "It turns the earlier statement into a setup by revealing that the exact two things he hoped would not happen did happen, making the clip a dry payoff based on that reversal.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000578", "video_path": "videos_final/vimu_000578.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["irony", "contrast"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "In a kitchen, a worker places pizza ingredients separately inside a pizza box, with the on-screen caption \"Delicious.\" After closing and shaking the box, they open it to reveal the ingredients smeared and mixed messily around the inside.", "intended_meaning": "The joke is that the food is obviously not delicious after being assembled and shaken inside the box; the caption \"Delicious\" is ironic, contrasting with the visibly unappetizing result. It humorously mocks a bad or lazy way of preparing pizza by showing a ruined mess.", "evidence": ["Visible text says \"Delicious\" throughout the clip.", "Frames show sauce, dough, cheese, and herbs placed separately inside a pizza box rather than on a pizza base.", "The person closes the box and shakes it.", "When reopened, the sauce is splattered on the lid and the ingredients are mixed into a messy, unappetizing arrangement.", "Humor comes from the mismatch between the positive caption and the ruined food outcome."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The setup, action, and payoff are fully visible in the clip, and the ironic meaning of the caption can be understood without external context.", "fair_for_benchmark": true}, "qa": {"question": "By the end of the clip, what point does the video make through the on-screen word \"Delicious\"?", "answer": "It uses \"Delicious\" to mock the preparation result: the final pizza-in-a-box mess looks clearly unappetizing, so the word highlights how bad and lazy the method is.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000579", "video_path": "videos_final/vimu_000579.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo", "contrast"], "social_value_signals": ["negative_affect", "sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 3, "confidence": 0.91, "literal_summary": "A person places a yellow foam letter piece into an alphabet puzzle board in an unusual orientation so it fits a different slot shape. On-screen text says, \"Bro found his own way 😂💀.\" The camera then zooms out to show the full puzzle board.", "intended_meaning": "The clip jokes that someone solved the problem in a weird or 'wrong but works' way. Because the yellow piece and slot create a suggestive shape, the caption's phrasing also invites a sexualized double meaning, mocking the improvised fit as if the person found an unconventional sexual or personal 'way.'", "evidence": ["A hand rotates a yellow foam letter and inserts it into a slot that does not appear to be its standard matching orientation/letter placement.", "The caption explicitly frames the act as unusual: \"Bro found his own way 😂💀.\"", "The laughing and skull emojis signal ridicule and darkly amused mockery rather than neutral instruction.", "The visual fit of the yellow piece into the opening creates a mildly phallic/suggestive image, supporting an innuendo reading.", "The final zoom-out reveals it is an alphabet puzzle board, reinforcing that the humor comes from an unconventional placement rather than a normal solution."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke is understandable from the visual action and the on-screen caption alone; no niche meme history or outside context is required.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "It presents the person as making an odd but workable fit, while the framing also turns it into a suggestive joke that mocks the unconventional approach.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000580", "video_path": "videos_final/vimu_000580.mp4", "taxonomy": {"surface_form": "reaction", "rhetoric_mechanisms": ["deadpan", "absurdism"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.89, "literal_summary": "A phone camera pans around a bathroom showing a sink, toilet, and then a toilet paper holder mounted unusually high near the top of the wall with a strip of toilet paper hanging down. On-screen text says \"Bro wtf...\" while the audio says, \"Okay, that's what's wrong with it. Ain't got no gas in it.\"", "intended_meaning": "The humor comes from reacting to a bizarre bathroom setup, especially the toilet paper holder being placed absurdly high and impractical. The unrelated deadpan audio adds to the joke by treating the obvious weirdness as if it had a simple mundane explanation.", "evidence": ["Frames show a normal bathroom before revealing the toilet paper holder placed very high on the wall near the ceiling.", "A strip of toilet paper hangs down from the elevated holder, emphasizing the impractical placement.", "Visible on-screen text reads \"Bro wtf...,\" signaling confused disbelief at what is being shown.", "The audio line \"Okay, that's what's wrong with it. Ain't got no gas in it\" is incongruous with a bathroom scene, creating a deadpan mismatch joke."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video alone: the camera reveals an absurdly placed toilet paper holder, and both the text and audio frame it as a reaction clip.", "fair_for_benchmark": true}, "qa": {"question": "What makes the clip work as a joke when the camera reaches the final reveal?", "answer": "It becomes funny because the reveal is an absurdly high, impractical toilet paper holder, and the deadpan audio frames that obvious bizarre setup as if it were being diagnosed with a simple mundane problem.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000581", "video_path": "videos_final/vimu_000581.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["exaggeration", "contrast", "other"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A small kitten moves out from beside a doorway and quickly scurries away as a larger black cat then steps into view upright on its hind legs. On-screen text reads, \"ngl i would run too 😭🙏\".", "intended_meaning": "The joke is that the larger black cat looks unusually tall or human-like when it appears standing upright, so the caption humorously says anyone would also run away from that startling sight. The humor comes from the kitten's retreat being framed as a reasonable reaction to something uncanny-looking.", "evidence": ["The visible text explicitly says, \"ngl i would run too 😭🙏,\" indicating agreement with the fleeing reaction.", "The small kitten is shown moving away quickly before/while the larger cat appears.", "The larger black cat enters the doorway standing upright on two legs, creating an odd, startling silhouette.", "The comedy relies on the visual contrast between the tiny kitten and the tall human-like pose of the other cat."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable from the clip alone: the caption and the unusual upright cat appearance directly explain the intended joke without requiring outside context.", "fair_for_benchmark": true}, "qa": {"question": "Why does the clip frame the kitten's reaction as making sense?", "answer": "Because the larger cat appears in a strangely tall, upright, almost human-like way, making it look startling or uncanny, so the kitten running off is treated as an understandable and funny reaction.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000582", "video_path": "videos_final/vimu_000582.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["parody", "absurdism", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A deer with large antlers stands in the snow near the steps of a house while on-screen text says \"Excuse Me Sir\" and the audio says, \"Excuse me, I just need to step inside for a minute. Thank you, sir.\" The camera moves as if someone is opening or moving through a doorway while the deer remains nearby.", "intended_meaning": "The humor comes from anthropomorphizing the deer as a polite visitor asking permission to come inside. The formal, courteous caption/audio contrasts with the absurd sight of a wild deer at a home's entrance, creating a simple wholesome joke.", "evidence": ["The main visual subject is a deer standing directly by a house entrance in snowy surroundings.", "Visible on-screen text repeatedly reads \"Excuse Me Sir.\"", "The transcripted audio is a polite request: \"Excuse me, I just need to step inside for a minute. Thank you, sir.\"", "The deer's position near the doorway makes the polite request seem directed at the person filming.", "The joke relies on assigning human manners and speech to the animal in a deadpan way rather than showing any real dialogue."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is fully understandable from the video alone: a deer at a doorway is paired with polite human text/audio to imply it wants to enter like a guest.", "fair_for_benchmark": true}, "qa": {"question": "What role do the caption and audio give the deer in this scene?", "answer": "They frame the deer as a polite guest at the door, as if it were respectfully asking permission to come inside like a person.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000583", "video_path": "videos_final/vimu_000583.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "bait_and_switch", "deadpan"], "social_value_signals": ["none"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.97, "literal_summary": "A person fills a glass with water from a faucet, but the water comes out in a long unbroken stream resembling a noodle. The on-screen text says, \"WHO PUT SPAGHETTI IN THE ICE MACHINE\" with crying and skull emojis. The person then carries the glass to a refrigerator water dispenser.", "intended_meaning": "The humor comes from pretending the oddly smooth, noodle-like stream of water is literal spaghetti coming from a machine. The caption frames a harmless visual oddity as a ridiculous problem, creating a deadpan absurd joke.", "evidence": ["Visible text explicitly says \"WHO PUT SPAGHETTI IN THE ICE MACHINE 😭💀\".", "The water stream appears unusually solid and noodle-like in the frames, supporting the spaghetti comparison.", "The person's action of filling the glass and then moving to the refrigerator dispenser sets up the machine-related joke.", "There is no clear social or political target; the joke is based on visual resemblance and absurd phrasing."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The main joke is understandable from the video and caption alone: a water stream looks like spaghetti, and the caption humorously mislabels it as coming from a machine.", "fair_for_benchmark": true}, "qa": {"question": "Why is the clip framed as if there is a problem with the machine?", "answer": "Because the water stream looks unusually like a strand of spaghetti, and the clip gets its joke from matter-of-factly acting as if the machine is actually dispensing pasta.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000584", "video_path": "videos_final/vimu_000584.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["mockery", "innuendo"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.7, "literal_summary": "A handheld phone video shows a person walking down a sidewalk in a residential street area. The camera then pans toward bushes and a tree where a dog is visible. On-screen text says, \"even the dog was confused 😭\".", "intended_meaning": "The clip appears to mock the walking person by implying their appearance or presentation was ambiguous enough that even a dog seemed unsure or puzzled. The humor relies on a suggestive insinuation about the person's gender or overall look rather than anything explicit happening in the scene.", "evidence": ["Visible overlaid text says \"even the dog was confused 😭,\" framing the dog's reaction as the joke.", "The video first tracks a passerby and then deliberately pans to a dog, implying the dog's behavior is being linked to that passerby.", "No explicit event is shown besides the person walking and the dog being present, so the joke depends on an implied reading of the person's appearance.", "The crying emoji and framing indicate ridicule rather than neutral observation."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The basic joke is understandable from the video and caption alone, but interpreting what the dog is supposedly 'confused' about requires ordinary social context about appearance-based gender/attractiveness judgments.", "fair_for_benchmark": true}, "qa": {"question": "What interpretation best explains the video as a whole?", "answer": "The video is making fun of the passerby by suggesting their appearance was so ambiguous or hard to read that even the dog seemed unsure about them.", "difficulty": "hard", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000585", "video_path": "videos_final/vimu_000585.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["sarcasm", "contrast", "mockery"], "social_value_signals": ["contempt", "negative_affect", "humiliation"], "target_subjects": ["individual_other"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.92, "literal_summary": "A short cooking clip shows pieces of salmon on a tray/plate while a hand presses or touches one piece. On-screen text reads \"Undercooked salmon\" with emojis, and the audio repeatedly says, \"Touch that! Touch it! Touch!\"", "intended_meaning": "The meme is sarcastically mocking salmon that is supposedly described as 'undercooked' even though it appears firm/cooked enough to touch and handle. The joke comes from contrasting the caption with the visual evidence, implying that complaints about it being undercooked are exaggerated or foolish.", "evidence": ["Visible text says \"Undercooked salmon,\" framing the expected interpretation.", "The fish pieces look browned/seared on the outside and are being handled directly by hand.", "A hand presses/touches the salmon repeatedly, visually demonstrating its firmness or cooked exterior.", "The audio emphasis on \"Touch that! Touch it!\" reinforces the challenge/proof-by-contact tone.", "The humor relies on mismatch between the accusation in the caption and the demonstration in the clip."], "evidence_sources": ["frames", "transcript", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The core joke is understandable from the video alone: the caption claims the salmon is undercooked, while the clip demonstrates the opposite through touch and appearance.", "fair_for_benchmark": true}, "qa": {"question": "What main point does the video make through the combination of the on-screen label, the repeated audio, and the way the fish is handled?", "answer": "It argues that calling the salmon undercooked is overblown or wrong, using the touching/handling of the fish as proof that it seems cooked enough to handle.", "difficulty": "easy", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000586", "video_path": "videos_final/vimu_000586.mp4", "taxonomy": {"surface_form": "pet_or_object_analogy", "rhetoric_mechanisms": ["innuendo", "contrast", "mockery"], "social_value_signals": ["sexual_implication", "humiliation"], "target_subjects": ["individual_other", "relationship_role"], "cultural_dependency": "medium", "difficulty": "medium", "benign_vs_sensitive": "sensitive", "implicitness_score": 4, "confidence": 0.87, "literal_summary": "A hand removes the cap from a spray-can-like container with yellow foam on top and repeatedly tries to insert the foam-tipped object into different drinking glasses on a table. On-screen text says, \"Dude, give up already.\"", "intended_meaning": "The object action is staged to resemble repeated failed sexual penetration attempts, with the caption mocking a man for not being able to 'get it in' or perform sexually. The humor comes from turning household objects into a sexual analogy and ridiculing the implied person.", "evidence": ["The on-screen caption directly addresses someone: \"Dude, give up already,\" framing the action as repeated failed attempts by a male-coded target.", "The hand repeatedly aims the elongated foam-tipped container at the openings of different glasses, suggesting persistence despite failure.", "The choice of narrow/open vessel openings and insertion-like motion creates a visual sexual analogy rather than a purely practical task.", "Switching from one glass shape to another reinforces the joke of repeated unsuccessful attempts rather than accomplishing a normal household use."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "B_light_context_needed", "bucket_reason": "The visual joke is mostly understandable from the video and caption alone, but recognizing it as sexual-performance/mockery humor relies on common everyday knowledge about sexual innuendo.", "fair_for_benchmark": true}, "qa": {"question": "What is the main point of the comparison created by the repeated attempts with the object and the glasses, together with the caption?", "answer": "It uses the object-and-glass setup as a sexual analogy to mock a man for repeatedly failing to get it in, implying sexual incompetence or poor performance.", "difficulty": "medium", "rubric": {"core_intent": 4, "implicit_signal": 3, "target_or_social_meaning": 2, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000587", "video_path": "videos_final/vimu_000587.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["absurdism", "parody", "exaggeration"], "social_value_signals": ["none"], "target_subjects": ["institution"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "benign", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A short handheld clip in a store shows someone holding a purple box labeled \"Sleep II\" or \"sleep ii,\" with overlaid text reading \"The best trilogy.\" The speaker reacts in surprise and jokes, \"What the fuck? They got Sleep 2? What the fuck they coming out with next, Sleep?\"", "intended_meaning": "The joke treats the product name \"Sleep II\" as if it were a movie sequel title, humorously pretending that sleep has a numbered franchise and extending it into a fake trilogy. The humor comes from framing an everyday sleep-aid product as an absurd entertainment series.", "evidence": ["The product box prominently reads \"Sleep II,\" which resembles a sequel title.", "Overlay text says \"The best trilogy,\" explicitly framing the product as part of a fictional series.", "The speaker says \"They got Sleep 2?\" and \"they coming out with next, Sleep?\" showing a joking sequel/franchise interpretation.", "The amused, incredulous tone supports that this is a humorous reaction rather than literal confusion."], "evidence_sources": ["frames", "transcript", "visible_text", "audio_tone"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The meme's point is understandable directly from the visible product name, the on-screen caption, and the spoken joke; no niche external context is needed.", "fair_for_benchmark": true}, "qa": {"question": "What comparison is the video relying on to make the clip work?", "answer": "It treats the product labeled \"Sleep II\" like the second installment in a movie-style franchise, joking that \"sleep\" is a trilogy or sequel series.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 0, "hallucination_penalty": -2, "hint_leak_penalty": -2}}} +{"video_id": "vimu_000588", "video_path": "videos_final/vimu_000588.mp4", "taxonomy": {"surface_form": "captioned_clip", "rhetoric_mechanisms": ["innuendo", "exaggeration"], "social_value_signals": ["sexual_implication"], "target_subjects": ["no_clear_target"], "cultural_dependency": "low", "difficulty": "easy", "benign_vs_sensitive": "ambiguous", "implicitness_score": 2, "confidence": 0.95, "literal_summary": "A girl in a kitchen pours a light-colored liquid from a jug into a blender or pitcher containing a dark mixture, and the mixture rises dramatically and overflows. On-screen text says, \"sank deeper than bikini bottom 😭.\"", "intended_meaning": "The overflowing mixture is being framed with a sexual double meaning: the caption compares how far something 'sank' or went in to a bikini bottom, implying depth/penetration in a joking, exaggerated way.", "evidence": ["Visible text reads \"sank deeper than bikini bottom 😭,\" which introduces the joke framing.", "The clip visually emphasizes the liquid going down into the container and the contents rising/overflowing.", "The phrase \"bikini bottom\" is used as a body/sexualized reference rather than a purely literal kitchen description.", "The crying emoji suggests humorous exaggeration rather than a serious statement."], "evidence_sources": ["frames", "visible_text", "editing_pattern"], "interpretability_bucket": "A_self_contained", "bucket_reason": "The joke can be understood from the visible action and the on-screen caption alone; no niche external meme history is required.", "fair_for_benchmark": true}, "qa": {"question": "What is the caption asking viewers to compare the pouring-and-overflow moment to?", "answer": "It compares the liquid going deep into the container and making it overflow to a jokingly suggestive idea of something going in unusually deep, using \"bikini bottom\" as the punchline.", "difficulty": "easy", "rubric": {"core_intent": 5, "implicit_signal": 3, "target_or_social_meaning": 1, "hallucination_penalty": -3, "hint_leak_penalty": -2}}} diff --git a/metadata/vimu_ss.jsonl b/metadata/vimu_ss.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..36933a78840afc22a153a2e5bd125d5b3d70b25d --- /dev/null +++ b/metadata/vimu_ss.jsonl @@ -0,0 +1,588 @@ +{"video_id": "vimu_000001", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000001.mp4"} +{"video_id": "vimu_000002", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "A", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000002.mp4"} +{"video_id": "vimu_000003", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000003.mp4"} +{"video_id": "vimu_000004", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000004.mp4"} +{"video_id": "vimu_000005", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Norm and Value Framing", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000005.mp4"} +{"video_id": "vimu_000006", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000006.mp4"} +{"video_id": "vimu_000007", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000007.mp4"} +{"video_id": "vimu_000008", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000008.mp4"} +{"video_id": "vimu_000009", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000009.mp4"} +{"video_id": "vimu_000010", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000010.mp4"} +{"video_id": "vimu_000011", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000011.mp4"} +{"video_id": "vimu_000012", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "A"], "ground_truth_labels": ["Norm and Value Framing", "Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000012.mp4"} +{"video_id": "vimu_000013", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000013.mp4"} +{"video_id": "vimu_000014", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000014.mp4"} +{"video_id": "vimu_000015", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000015.mp4"} +{"video_id": "vimu_000016", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000016.mp4"} +{"video_id": "vimu_000017", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000017.mp4"} +{"video_id": "vimu_000018", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000018.mp4"} +{"video_id": "vimu_000019", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Norm and Value Framing", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000019.mp4"} +{"video_id": "vimu_000020", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000020.mp4"} +{"video_id": "vimu_000021", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000021.mp4"} +{"video_id": "vimu_000022", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000022.mp4"} +{"video_id": "vimu_000023", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000023.mp4"} +{"video_id": "vimu_000024", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000024.mp4"} +{"video_id": "vimu_000025", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000025.mp4"} +{"video_id": "vimu_000026", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000026.mp4"} +{"video_id": "vimu_000027", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000027.mp4"} +{"video_id": "vimu_000028", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000028.mp4"} +{"video_id": "vimu_000029", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000029.mp4"} +{"video_id": "vimu_000030", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000030.mp4"} +{"video_id": "vimu_000031", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000031.mp4"} +{"video_id": "vimu_000032", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000032.mp4"} +{"video_id": "vimu_000033", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000033.mp4"} +{"video_id": "vimu_000034", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000034.mp4"} +{"video_id": "vimu_000035", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000035.mp4"} +{"video_id": "vimu_000036", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000036.mp4"} +{"video_id": "vimu_000037", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000037.mp4"} +{"video_id": "vimu_000038", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000038.mp4"} +{"video_id": "vimu_000039", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000039.mp4"} +{"video_id": "vimu_000040", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000040.mp4"} +{"video_id": "vimu_000041", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000041.mp4"} +{"video_id": "vimu_000042", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000042.mp4"} +{"video_id": "vimu_000043", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000043.mp4"} +{"video_id": "vimu_000044", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000044.mp4"} +{"video_id": "vimu_000045", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000045.mp4"} +{"video_id": "vimu_000046", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000046.mp4"} +{"video_id": "vimu_000047", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000047.mp4"} +{"video_id": "vimu_000048", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000048.mp4"} +{"video_id": "vimu_000049", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000049.mp4"} +{"video_id": "vimu_000050", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000050.mp4"} +{"video_id": "vimu_000051", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Norm and Value Framing", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000051.mp4"} +{"video_id": "vimu_000052", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000052.mp4"} +{"video_id": "vimu_000053", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000053.mp4"} +{"video_id": "vimu_000054", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000054.mp4"} +{"video_id": "vimu_000055", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Norm and Value Framing", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000055.mp4"} +{"video_id": "vimu_000056", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000056.mp4"} +{"video_id": "vimu_000057", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000057.mp4"} +{"video_id": "vimu_000058", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000058.mp4"} +{"video_id": "vimu_000059", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000059.mp4"} +{"video_id": "vimu_000060", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000060.mp4"} +{"video_id": "vimu_000061", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000061.mp4"} +{"video_id": "vimu_000062", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000062.mp4"} +{"video_id": "vimu_000063", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000063.mp4"} +{"video_id": "vimu_000064", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000064.mp4"} +{"video_id": "vimu_000065", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000065.mp4"} +{"video_id": "vimu_000066", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000066.mp4"} +{"video_id": "vimu_000067", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000067.mp4"} +{"video_id": "vimu_000068", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "E", "C"], "ground_truth_labels": ["Norm and Value Framing", "Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000068.mp4"} +{"video_id": "vimu_000069", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000069.mp4"} +{"video_id": "vimu_000070", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000070.mp4"} +{"video_id": "vimu_000071", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000071.mp4"} +{"video_id": "vimu_000072", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E", "D"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000072.mp4"} +{"video_id": "vimu_000073", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000073.mp4"} +{"video_id": "vimu_000074", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000074.mp4"} +{"video_id": "vimu_000075", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000075.mp4"} +{"video_id": "vimu_000076", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000076.mp4"} +{"video_id": "vimu_000077", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000077.mp4"} +{"video_id": "vimu_000078", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000078.mp4"} +{"video_id": "vimu_000079", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000079.mp4"} +{"video_id": "vimu_000080", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000080.mp4"} +{"video_id": "vimu_000081", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000081.mp4"} +{"video_id": "vimu_000082", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C", "B"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000082.mp4"} +{"video_id": "vimu_000083", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "D"], "ground_truth_labels": ["Literal / Direct", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000083.mp4"} +{"video_id": "vimu_000084", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E", "B"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000084.mp4"} +{"video_id": "vimu_000085", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000085.mp4"} +{"video_id": "vimu_000086", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000086.mp4"} +{"video_id": "vimu_000087", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000087.mp4"} +{"video_id": "vimu_000088", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000088.mp4"} +{"video_id": "vimu_000089", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000089.mp4"} +{"video_id": "vimu_000090", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000090.mp4"} +{"video_id": "vimu_000091", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000091.mp4"} +{"video_id": "vimu_000092", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000092.mp4"} +{"video_id": "vimu_000093", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000093.mp4"} +{"video_id": "vimu_000094", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000094.mp4"} +{"video_id": "vimu_000095", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Norm and Value Framing", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000095.mp4"} +{"video_id": "vimu_000096", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000096.mp4"} +{"video_id": "vimu_000097", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000097.mp4"} +{"video_id": "vimu_000098", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000098.mp4"} +{"video_id": "vimu_000099", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000099.mp4"} +{"video_id": "vimu_000100", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000100.mp4"} +{"video_id": "vimu_000101", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000101.mp4"} +{"video_id": "vimu_000102", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E", "B"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000102.mp4"} +{"video_id": "vimu_000103", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000103.mp4"} +{"video_id": "vimu_000104", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000104.mp4"} +{"video_id": "vimu_000105", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000105.mp4"} +{"video_id": "vimu_000106", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C", "E", "B"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000106.mp4"} +{"video_id": "vimu_000107", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000107.mp4"} +{"video_id": "vimu_000108", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000108.mp4"} +{"video_id": "vimu_000109", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000109.mp4"} +{"video_id": "vimu_000110", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000110.mp4"} +{"video_id": "vimu_000111", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000111.mp4"} +{"video_id": "vimu_000112", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000112.mp4"} +{"video_id": "vimu_000113", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000113.mp4"} +{"video_id": "vimu_000114", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000114.mp4"} +{"video_id": "vimu_000115", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E", "C"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000115.mp4"} +{"video_id": "vimu_000116", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000116.mp4"} +{"video_id": "vimu_000117", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Norm and Value Framing", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000117.mp4"} +{"video_id": "vimu_000118", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000118.mp4"} +{"video_id": "vimu_000119", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000119.mp4"} +{"video_id": "vimu_000120", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000120.mp4"} +{"video_id": "vimu_000121", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000121.mp4"} +{"video_id": "vimu_000122", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000122.mp4"} +{"video_id": "vimu_000123", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000123.mp4"} +{"video_id": "vimu_000124", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000124.mp4"} +{"video_id": "vimu_000125", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000125.mp4"} +{"video_id": "vimu_000126", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000126.mp4"} +{"video_id": "vimu_000127", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000127.mp4"} +{"video_id": "vimu_000128", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000128.mp4"} +{"video_id": "vimu_000129", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000129.mp4"} +{"video_id": "vimu_000130", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000130.mp4"} +{"video_id": "vimu_000131", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000131.mp4"} +{"video_id": "vimu_000132", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000132.mp4"} +{"video_id": "vimu_000133", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000133.mp4"} +{"video_id": "vimu_000134", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000134.mp4"} +{"video_id": "vimu_000135", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000135.mp4"} +{"video_id": "vimu_000136", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000136.mp4"} +{"video_id": "vimu_000137", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000137.mp4"} +{"video_id": "vimu_000138", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000138.mp4"} +{"video_id": "vimu_000139", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000139.mp4"} +{"video_id": "vimu_000140", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000140.mp4"} +{"video_id": "vimu_000141", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000141.mp4"} +{"video_id": "vimu_000142", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "A"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000142.mp4"} +{"video_id": "vimu_000143", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000143.mp4"} +{"video_id": "vimu_000144", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000144.mp4"} +{"video_id": "vimu_000145", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000145.mp4"} +{"video_id": "vimu_000146", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000146.mp4"} +{"video_id": "vimu_000147", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000147.mp4"} +{"video_id": "vimu_000148", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000148.mp4"} +{"video_id": "vimu_000149", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000149.mp4"} +{"video_id": "vimu_000150", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000150.mp4"} +{"video_id": "vimu_000151", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000151.mp4"} +{"video_id": "vimu_000152", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000152.mp4"} +{"video_id": "vimu_000153", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000153.mp4"} +{"video_id": "vimu_000154", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000154.mp4"} +{"video_id": "vimu_000155", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000155.mp4"} +{"video_id": "vimu_000156", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000156.mp4"} +{"video_id": "vimu_000157", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000157.mp4"} +{"video_id": "vimu_000158", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000158.mp4"} +{"video_id": "vimu_000159", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000159.mp4"} +{"video_id": "vimu_000160", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000160.mp4"} +{"video_id": "vimu_000161", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000161.mp4"} +{"video_id": "vimu_000162", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Emotional Attitude", "Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000162.mp4"} +{"video_id": "vimu_000163", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000163.mp4"} +{"video_id": "vimu_000164", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000164.mp4"} +{"video_id": "vimu_000165", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B", "C"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000165.mp4"} +{"video_id": "vimu_000166", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000166.mp4"} +{"video_id": "vimu_000167", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000167.mp4"} +{"video_id": "vimu_000168", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000168.mp4"} +{"video_id": "vimu_000169", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000169.mp4"} +{"video_id": "vimu_000170", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000170.mp4"} +{"video_id": "vimu_000171", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000171.mp4"} +{"video_id": "vimu_000172", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000172.mp4"} +{"video_id": "vimu_000173", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000173.mp4"} +{"video_id": "vimu_000174", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000174.mp4"} +{"video_id": "vimu_000175", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000175.mp4"} +{"video_id": "vimu_000176", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000176.mp4"} +{"video_id": "vimu_000177", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000177.mp4"} +{"video_id": "vimu_000178", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "A"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000178.mp4"} +{"video_id": "vimu_000179", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000179.mp4"} +{"video_id": "vimu_000180", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000180.mp4"} +{"video_id": "vimu_000181", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000181.mp4"} +{"video_id": "vimu_000182", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000182.mp4"} +{"video_id": "vimu_000183", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000183.mp4"} +{"video_id": "vimu_000184", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Norm and Value Framing", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000184.mp4"} +{"video_id": "vimu_000185", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000185.mp4"} +{"video_id": "vimu_000186", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000186.mp4"} +{"video_id": "vimu_000187", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000187.mp4"} +{"video_id": "vimu_000188", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000188.mp4"} +{"video_id": "vimu_000189", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000189.mp4"} +{"video_id": "vimu_000190", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000190.mp4"} +{"video_id": "vimu_000191", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000191.mp4"} +{"video_id": "vimu_000192", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000192.mp4"} +{"video_id": "vimu_000193", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000193.mp4"} +{"video_id": "vimu_000194", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000194.mp4"} +{"video_id": "vimu_000195", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000195.mp4"} +{"video_id": "vimu_000196", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000196.mp4"} +{"video_id": "vimu_000197", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000197.mp4"} +{"video_id": "vimu_000198", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000198.mp4"} +{"video_id": "vimu_000199", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000199.mp4"} +{"video_id": "vimu_000200", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000200.mp4"} +{"video_id": "vimu_000201", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000201.mp4"} +{"video_id": "vimu_000202", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000202.mp4"} +{"video_id": "vimu_000203", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000203.mp4"} +{"video_id": "vimu_000204", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000204.mp4"} +{"video_id": "vimu_000205", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000205.mp4"} +{"video_id": "vimu_000206", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000206.mp4"} +{"video_id": "vimu_000207", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000207.mp4"} +{"video_id": "vimu_000208", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000208.mp4"} +{"video_id": "vimu_000209", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000209.mp4"} +{"video_id": "vimu_000210", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000210.mp4"} +{"video_id": "vimu_000211", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000211.mp4"} +{"video_id": "vimu_000212", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000212.mp4"} +{"video_id": "vimu_000213", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000213.mp4"} +{"video_id": "vimu_000214", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000214.mp4"} +{"video_id": "vimu_000215", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Norm and Value Framing", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000215.mp4"} +{"video_id": "vimu_000216", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000216.mp4"} +{"video_id": "vimu_000217", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000217.mp4"} +{"video_id": "vimu_000218", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000218.mp4"} +{"video_id": "vimu_000219", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000219.mp4"} +{"video_id": "vimu_000220", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000220.mp4"} +{"video_id": "vimu_000221", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000221.mp4"} +{"video_id": "vimu_000222", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000222.mp4"} +{"video_id": "vimu_000223", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000223.mp4"} +{"video_id": "vimu_000224", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000224.mp4"} +{"video_id": "vimu_000225", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000225.mp4"} +{"video_id": "vimu_000226", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000226.mp4"} +{"video_id": "vimu_000227", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000227.mp4"} +{"video_id": "vimu_000228", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000228.mp4"} +{"video_id": "vimu_000229", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000229.mp4"} +{"video_id": "vimu_000230", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000230.mp4"} +{"video_id": "vimu_000231", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000231.mp4"} +{"video_id": "vimu_000232", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000232.mp4"} +{"video_id": "vimu_000233", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000233.mp4"} +{"video_id": "vimu_000234", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000234.mp4"} +{"video_id": "vimu_000235", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000235.mp4"} +{"video_id": "vimu_000236", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000236.mp4"} +{"video_id": "vimu_000237", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000237.mp4"} +{"video_id": "vimu_000238", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000238.mp4"} +{"video_id": "vimu_000239", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Norm and Value Framing", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000239.mp4"} +{"video_id": "vimu_000240", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000240.mp4"} +{"video_id": "vimu_000241", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "E"], "ground_truth_labels": ["Literal / Direct", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000241.mp4"} +{"video_id": "vimu_000242", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000242.mp4"} +{"video_id": "vimu_000243", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000243.mp4"} +{"video_id": "vimu_000244", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000244.mp4"} +{"video_id": "vimu_000245", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000245.mp4"} +{"video_id": "vimu_000246", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000246.mp4"} +{"video_id": "vimu_000247", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000247.mp4"} +{"video_id": "vimu_000248", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000248.mp4"} +{"video_id": "vimu_000249", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000249.mp4"} +{"video_id": "vimu_000250", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000250.mp4"} +{"video_id": "vimu_000251", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000251.mp4"} +{"video_id": "vimu_000252", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000252.mp4"} +{"video_id": "vimu_000253", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000253.mp4"} +{"video_id": "vimu_000254", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Emotional Attitude", "Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000254.mp4"} +{"video_id": "vimu_000255", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000255.mp4"} +{"video_id": "vimu_000256", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000256.mp4"} +{"video_id": "vimu_000257", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000257.mp4"} +{"video_id": "vimu_000258", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000258.mp4"} +{"video_id": "vimu_000259", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000259.mp4"} +{"video_id": "vimu_000260", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000260.mp4"} +{"video_id": "vimu_000261", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000261.mp4"} +{"video_id": "vimu_000262", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000262.mp4"} +{"video_id": "vimu_000263", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "E"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000263.mp4"} +{"video_id": "vimu_000264", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000264.mp4"} +{"video_id": "vimu_000265", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "E"], "ground_truth_labels": ["Literal / Direct", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000265.mp4"} +{"video_id": "vimu_000266", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000266.mp4"} +{"video_id": "vimu_000267", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000267.mp4"} +{"video_id": "vimu_000268", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000268.mp4"} +{"video_id": "vimu_000269", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C", "A"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000269.mp4"} +{"video_id": "vimu_000270", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000270.mp4"} +{"video_id": "vimu_000271", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000271.mp4"} +{"video_id": "vimu_000272", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000272.mp4"} +{"video_id": "vimu_000273", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000273.mp4"} +{"video_id": "vimu_000274", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000274.mp4"} +{"video_id": "vimu_000275", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000275.mp4"} +{"video_id": "vimu_000276", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000276.mp4"} +{"video_id": "vimu_000277", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Emotional Attitude", "Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000277.mp4"} +{"video_id": "vimu_000278", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000278.mp4"} +{"video_id": "vimu_000279", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000279.mp4"} +{"video_id": "vimu_000280", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000280.mp4"} +{"video_id": "vimu_000281", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000281.mp4"} +{"video_id": "vimu_000282", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000282.mp4"} +{"video_id": "vimu_000283", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000283.mp4"} +{"video_id": "vimu_000284", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000284.mp4"} +{"video_id": "vimu_000285", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000285.mp4"} +{"video_id": "vimu_000286", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000286.mp4"} +{"video_id": "vimu_000287", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000287.mp4"} +{"video_id": "vimu_000288", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000288.mp4"} +{"video_id": "vimu_000289", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000289.mp4"} +{"video_id": "vimu_000290", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000290.mp4"} +{"video_id": "vimu_000291", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000291.mp4"} +{"video_id": "vimu_000292", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000292.mp4"} +{"video_id": "vimu_000293", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000293.mp4"} +{"video_id": "vimu_000294", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Norm and Value Framing", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000294.mp4"} +{"video_id": "vimu_000295", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000295.mp4"} +{"video_id": "vimu_000296", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000296.mp4"} +{"video_id": "vimu_000297", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000297.mp4"} +{"video_id": "vimu_000298", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000298.mp4"} +{"video_id": "vimu_000299", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000299.mp4"} +{"video_id": "vimu_000300", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000300.mp4"} +{"video_id": "vimu_000301", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000301.mp4"} +{"video_id": "vimu_000302", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000302.mp4"} +{"video_id": "vimu_000303", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000303.mp4"} +{"video_id": "vimu_000304", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000304.mp4"} +{"video_id": "vimu_000305", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000305.mp4"} +{"video_id": "vimu_000306", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000306.mp4"} +{"video_id": "vimu_000307", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000307.mp4"} +{"video_id": "vimu_000308", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000308.mp4"} +{"video_id": "vimu_000309", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000309.mp4"} +{"video_id": "vimu_000310", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000310.mp4"} +{"video_id": "vimu_000311", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000311.mp4"} +{"video_id": "vimu_000312", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000312.mp4"} +{"video_id": "vimu_000313", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000313.mp4"} +{"video_id": "vimu_000314", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000314.mp4"} +{"video_id": "vimu_000315", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000315.mp4"} +{"video_id": "vimu_000316", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000316.mp4"} +{"video_id": "vimu_000317", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000317.mp4"} +{"video_id": "vimu_000318", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000318.mp4"} +{"video_id": "vimu_000319", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "D"], "ground_truth_labels": ["Literal / Direct", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000319.mp4"} +{"video_id": "vimu_000320", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000320.mp4"} +{"video_id": "vimu_000321", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000321.mp4"} +{"video_id": "vimu_000322", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000322.mp4"} +{"video_id": "vimu_000323", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000323.mp4"} +{"video_id": "vimu_000324", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000324.mp4"} +{"video_id": "vimu_000325", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000325.mp4"} +{"video_id": "vimu_000326", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000326.mp4"} +{"video_id": "vimu_000327", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000327.mp4"} +{"video_id": "vimu_000328", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000328.mp4"} +{"video_id": "vimu_000329", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000329.mp4"} +{"video_id": "vimu_000330", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000330.mp4"} +{"video_id": "vimu_000331", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000331.mp4"} +{"video_id": "vimu_000332", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000332.mp4"} +{"video_id": "vimu_000333", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000333.mp4"} +{"video_id": "vimu_000334", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000334.mp4"} +{"video_id": "vimu_000335", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000335.mp4"} +{"video_id": "vimu_000336", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000336.mp4"} +{"video_id": "vimu_000337", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000337.mp4"} +{"video_id": "vimu_000338", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000338.mp4"} +{"video_id": "vimu_000339", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000339.mp4"} +{"video_id": "vimu_000340", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000340.mp4"} +{"video_id": "vimu_000341", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000341.mp4"} +{"video_id": "vimu_000342", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C", "A"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000342.mp4"} +{"video_id": "vimu_000343", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000343.mp4"} +{"video_id": "vimu_000344", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000344.mp4"} +{"video_id": "vimu_000345", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E", "B"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000345.mp4"} +{"video_id": "vimu_000346", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000346.mp4"} +{"video_id": "vimu_000347", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000347.mp4"} +{"video_id": "vimu_000348", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000348.mp4"} +{"video_id": "vimu_000349", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000349.mp4"} +{"video_id": "vimu_000350", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000350.mp4"} +{"video_id": "vimu_000351", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000351.mp4"} +{"video_id": "vimu_000352", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000352.mp4"} +{"video_id": "vimu_000353", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "A", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000353.mp4"} +{"video_id": "vimu_000354", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000354.mp4"} +{"video_id": "vimu_000355", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000355.mp4"} +{"video_id": "vimu_000356", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000356.mp4"} +{"video_id": "vimu_000357", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000357.mp4"} +{"video_id": "vimu_000358", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000358.mp4"} +{"video_id": "vimu_000359", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000359.mp4"} +{"video_id": "vimu_000360", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000360.mp4"} +{"video_id": "vimu_000361", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "E"], "ground_truth_labels": ["Literal / Direct", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000361.mp4"} +{"video_id": "vimu_000362", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000362.mp4"} +{"video_id": "vimu_000363", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "E"], "ground_truth_labels": ["Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000363.mp4"} +{"video_id": "vimu_000364", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000364.mp4"} +{"video_id": "vimu_000365", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000365.mp4"} +{"video_id": "vimu_000366", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000366.mp4"} +{"video_id": "vimu_000367", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000367.mp4"} +{"video_id": "vimu_000368", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000368.mp4"} +{"video_id": "vimu_000369", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000369.mp4"} +{"video_id": "vimu_000370", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000370.mp4"} +{"video_id": "vimu_000371", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000371.mp4"} +{"video_id": "vimu_000372", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000372.mp4"} +{"video_id": "vimu_000373", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000373.mp4"} +{"video_id": "vimu_000374", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000374.mp4"} +{"video_id": "vimu_000375", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000375.mp4"} +{"video_id": "vimu_000376", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000376.mp4"} +{"video_id": "vimu_000377", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000377.mp4"} +{"video_id": "vimu_000378", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000378.mp4"} +{"video_id": "vimu_000379", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000379.mp4"} +{"video_id": "vimu_000380", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000380.mp4"} +{"video_id": "vimu_000381", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000381.mp4"} +{"video_id": "vimu_000382", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000382.mp4"} +{"video_id": "vimu_000383", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000383.mp4"} +{"video_id": "vimu_000384", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000384.mp4"} +{"video_id": "vimu_000385", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "D"], "ground_truth_labels": ["Literal / Direct", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000385.mp4"} +{"video_id": "vimu_000386", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000386.mp4"} +{"video_id": "vimu_000387", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "E"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000387.mp4"} +{"video_id": "vimu_000388", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000388.mp4"} +{"video_id": "vimu_000389", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000389.mp4"} +{"video_id": "vimu_000390", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000390.mp4"} +{"video_id": "vimu_000391", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000391.mp4"} +{"video_id": "vimu_000392", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000392.mp4"} +{"video_id": "vimu_000393", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000393.mp4"} +{"video_id": "vimu_000394", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000394.mp4"} +{"video_id": "vimu_000395", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000395.mp4"} +{"video_id": "vimu_000396", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000396.mp4"} +{"video_id": "vimu_000397", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000397.mp4"} +{"video_id": "vimu_000398", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000398.mp4"} +{"video_id": "vimu_000399", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000399.mp4"} +{"video_id": "vimu_000400", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000400.mp4"} +{"video_id": "vimu_000401", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000401.mp4"} +{"video_id": "vimu_000402", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000402.mp4"} +{"video_id": "vimu_000403", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000403.mp4"} +{"video_id": "vimu_000404", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "A"], "ground_truth_labels": ["Amplification / Stylization", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000404.mp4"} +{"video_id": "vimu_000405", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000405.mp4"} +{"video_id": "vimu_000406", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000406.mp4"} +{"video_id": "vimu_000407", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000407.mp4"} +{"video_id": "vimu_000408", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000408.mp4"} +{"video_id": "vimu_000409", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000409.mp4"} +{"video_id": "vimu_000410", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000410.mp4"} +{"video_id": "vimu_000411", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000411.mp4"} +{"video_id": "vimu_000412", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000412.mp4"} +{"video_id": "vimu_000413", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000413.mp4"} +{"video_id": "vimu_000414", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000414.mp4"} +{"video_id": "vimu_000415", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000415.mp4"} +{"video_id": "vimu_000416", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000416.mp4"} +{"video_id": "vimu_000417", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000417.mp4"} +{"video_id": "vimu_000418", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000418.mp4"} +{"video_id": "vimu_000419", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000419.mp4"} +{"video_id": "vimu_000420", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000420.mp4"} +{"video_id": "vimu_000421", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000421.mp4"} +{"video_id": "vimu_000422", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000422.mp4"} +{"video_id": "vimu_000423", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000423.mp4"} +{"video_id": "vimu_000424", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000424.mp4"} +{"video_id": "vimu_000425", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000425.mp4"} +{"video_id": "vimu_000426", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "A"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000426.mp4"} +{"video_id": "vimu_000427", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000427.mp4"} +{"video_id": "vimu_000428", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000428.mp4"} +{"video_id": "vimu_000429", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000429.mp4"} +{"video_id": "vimu_000430", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000430.mp4"} +{"video_id": "vimu_000431", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C", "B"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000431.mp4"} +{"video_id": "vimu_000432", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000432.mp4"} +{"video_id": "vimu_000433", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000433.mp4"} +{"video_id": "vimu_000434", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000434.mp4"} +{"video_id": "vimu_000435", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000435.mp4"} +{"video_id": "vimu_000436", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000436.mp4"} +{"video_id": "vimu_000437", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000437.mp4"} +{"video_id": "vimu_000438", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000438.mp4"} +{"video_id": "vimu_000439", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000439.mp4"} +{"video_id": "vimu_000440", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000440.mp4"} +{"video_id": "vimu_000441", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000441.mp4"} +{"video_id": "vimu_000442", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000442.mp4"} +{"video_id": "vimu_000443", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000443.mp4"} +{"video_id": "vimu_000444", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000444.mp4"} +{"video_id": "vimu_000445", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000445.mp4"} +{"video_id": "vimu_000446", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000446.mp4"} +{"video_id": "vimu_000447", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000447.mp4"} +{"video_id": "vimu_000448", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000448.mp4"} +{"video_id": "vimu_000449", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000449.mp4"} +{"video_id": "vimu_000450", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000450.mp4"} +{"video_id": "vimu_000451", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000451.mp4"} +{"video_id": "vimu_000452", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000452.mp4"} +{"video_id": "vimu_000453", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000453.mp4"} +{"video_id": "vimu_000454", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000454.mp4"} +{"video_id": "vimu_000455", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000455.mp4"} +{"video_id": "vimu_000456", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000456.mp4"} +{"video_id": "vimu_000457", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000457.mp4"} +{"video_id": "vimu_000458", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000458.mp4"} +{"video_id": "vimu_000459", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000459.mp4"} +{"video_id": "vimu_000460", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000460.mp4"} +{"video_id": "vimu_000461", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000461.mp4"} +{"video_id": "vimu_000462", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000462.mp4"} +{"video_id": "vimu_000463", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000463.mp4"} +{"video_id": "vimu_000464", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000464.mp4"} +{"video_id": "vimu_000465", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000465.mp4"} +{"video_id": "vimu_000466", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "A"], "ground_truth_labels": ["Identity / Ideological Signaling", "Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000466.mp4"} +{"video_id": "vimu_000467", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000467.mp4"} +{"video_id": "vimu_000468", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000468.mp4"} +{"video_id": "vimu_000469", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000469.mp4"} +{"video_id": "vimu_000470", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000470.mp4"} +{"video_id": "vimu_000471", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D"], "ground_truth_labels": ["Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000471.mp4"} +{"video_id": "vimu_000472", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000472.mp4"} +{"video_id": "vimu_000473", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000473.mp4"} +{"video_id": "vimu_000474", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000474.mp4"} +{"video_id": "vimu_000475", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000475.mp4"} +{"video_id": "vimu_000476", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000476.mp4"} +{"video_id": "vimu_000477", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Norm and Value Framing", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000477.mp4"} +{"video_id": "vimu_000478", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "D", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000478.mp4"} +{"video_id": "vimu_000479", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E", "D"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000479.mp4"} +{"video_id": "vimu_000480", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000480.mp4"} +{"video_id": "vimu_000481", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000481.mp4"} +{"video_id": "vimu_000482", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000482.mp4"} +{"video_id": "vimu_000483", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000483.mp4"} +{"video_id": "vimu_000484", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000484.mp4"} +{"video_id": "vimu_000485", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000485.mp4"} +{"video_id": "vimu_000486", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000486.mp4"} +{"video_id": "vimu_000487", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000487.mp4"} +{"video_id": "vimu_000488", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "A"], "ground_truth_labels": ["Norm and Value Framing", "Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000488.mp4"} +{"video_id": "vimu_000489", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000489.mp4"} +{"video_id": "vimu_000490", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000490.mp4"} +{"video_id": "vimu_000491", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000491.mp4"} +{"video_id": "vimu_000492", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000492.mp4"} +{"video_id": "vimu_000493", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000493.mp4"} +{"video_id": "vimu_000494", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000494.mp4"} +{"video_id": "vimu_000495", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000495.mp4"} +{"video_id": "vimu_000496", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Norm and Value Framing", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000496.mp4"} +{"video_id": "vimu_000497", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000497.mp4"} +{"video_id": "vimu_000498", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000498.mp4"} +{"video_id": "vimu_000499", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000499.mp4"} +{"video_id": "vimu_000500", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000500.mp4"} +{"video_id": "vimu_000501", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000501.mp4"} +{"video_id": "vimu_000502", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000502.mp4"} +{"video_id": "vimu_000503", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000503.mp4"} +{"video_id": "vimu_000504", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "D"], "ground_truth_labels": ["Literal / Direct", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000504.mp4"} +{"video_id": "vimu_000505", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000505.mp4"} +{"video_id": "vimu_000506", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000506.mp4"} +{"video_id": "vimu_000507", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000507.mp4"} +{"video_id": "vimu_000508", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000508.mp4"} +{"video_id": "vimu_000509", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000509.mp4"} +{"video_id": "vimu_000510", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000510.mp4"} +{"video_id": "vimu_000511", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C", "B"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000511.mp4"} +{"video_id": "vimu_000512", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000512.mp4"} +{"video_id": "vimu_000513", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000513.mp4"} +{"video_id": "vimu_000514", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000514.mp4"} +{"video_id": "vimu_000515", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000515.mp4"} +{"video_id": "vimu_000516", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000516.mp4"} +{"video_id": "vimu_000517", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000517.mp4"} +{"video_id": "vimu_000518", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000518.mp4"} +{"video_id": "vimu_000519", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000519.mp4"} +{"video_id": "vimu_000520", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000520.mp4"} +{"video_id": "vimu_000521", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000521.mp4"} +{"video_id": "vimu_000522", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000522.mp4"} +{"video_id": "vimu_000523", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000523.mp4"} +{"video_id": "vimu_000524", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000524.mp4"} +{"video_id": "vimu_000525", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "C"], "ground_truth_labels": ["Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000525.mp4"} +{"video_id": "vimu_000526", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000526.mp4"} +{"video_id": "vimu_000527", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000527.mp4"} +{"video_id": "vimu_000528", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "A", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Literal / Direct", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000528.mp4"} +{"video_id": "vimu_000529", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000529.mp4"} +{"video_id": "vimu_000530", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000530.mp4"} +{"video_id": "vimu_000531", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000531.mp4"} +{"video_id": "vimu_000532", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000532.mp4"} +{"video_id": "vimu_000533", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000533.mp4"} +{"video_id": "vimu_000534", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000534.mp4"} +{"video_id": "vimu_000535", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "C"], "ground_truth_labels": ["Literal / Direct", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000535.mp4"} +{"video_id": "vimu_000536", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000536.mp4"} +{"video_id": "vimu_000537", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "A"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000537.mp4"} +{"video_id": "vimu_000538", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C", "A"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000538.mp4"} +{"video_id": "vimu_000539", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000539.mp4"} +{"video_id": "vimu_000540", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "D"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000540.mp4"} +{"video_id": "vimu_000541", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000541.mp4"} +{"video_id": "vimu_000542", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000542.mp4"} +{"video_id": "vimu_000543", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000543.mp4"} +{"video_id": "vimu_000544", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Emotional Attitude", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000544.mp4"} +{"video_id": "vimu_000545", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000545.mp4"} +{"video_id": "vimu_000546", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000546.mp4"} +{"video_id": "vimu_000547", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000547.mp4"} +{"video_id": "vimu_000548", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000548.mp4"} +{"video_id": "vimu_000549", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000549.mp4"} +{"video_id": "vimu_000550", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000550.mp4"} +{"video_id": "vimu_000551", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000551.mp4"} +{"video_id": "vimu_000552", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "D"], "ground_truth_labels": ["Literal / Direct", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000552.mp4"} +{"video_id": "vimu_000553", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000553.mp4"} +{"video_id": "vimu_000554", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000554.mp4"} +{"video_id": "vimu_000555", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000555.mp4"} +{"video_id": "vimu_000556", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000556.mp4"} +{"video_id": "vimu_000557", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Identity / Ideological Signaling", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000557.mp4"} +{"video_id": "vimu_000558", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000558.mp4"} +{"video_id": "vimu_000559", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000559.mp4"} +{"video_id": "vimu_000560", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000560.mp4"} +{"video_id": "vimu_000561", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000561.mp4"} +{"video_id": "vimu_000562", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000562.mp4"} +{"video_id": "vimu_000563", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000563.mp4"} +{"video_id": "vimu_000564", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000564.mp4"} +{"video_id": "vimu_000565", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000565.mp4"} +{"video_id": "vimu_000566", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000566.mp4"} +{"video_id": "vimu_000567", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000567.mp4"} +{"video_id": "vimu_000568", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000568.mp4"} +{"video_id": "vimu_000569", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000569.mp4"} +{"video_id": "vimu_000570", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000570.mp4"} +{"video_id": "vimu_000571", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Emotional Attitude", "Norm and Value Framing"]}}, "video_path": "videos_final/vimu_000571.mp4"} +{"video_id": "vimu_000572", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000572.mp4"} +{"video_id": "vimu_000573", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["A", "B"], "ground_truth_labels": ["Literal / Direct", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000573.mp4"} +{"video_id": "vimu_000574", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "E"], "ground_truth_labels": ["Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000574.mp4"} +{"video_id": "vimu_000575", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000575.mp4"} +{"video_id": "vimu_000576", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "A"], "ground_truth_labels": ["Amplification / Stylization", "Literal / Direct"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B"], "ground_truth_labels": ["Emotional Attitude"]}}, "video_path": "videos_final/vimu_000576.mp4"} +{"video_id": "vimu_000577", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000577.mp4"} +{"video_id": "vimu_000578", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000578.mp4"} +{"video_id": "vimu_000579", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["B", "E", "C"], "ground_truth_labels": ["Emotional Attitude", "Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000579.mp4"} +{"video_id": "vimu_000580", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000580.mp4"} +{"video_id": "vimu_000581", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "E"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000581.mp4"} +{"video_id": "vimu_000582", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["D", "B", "C"], "ground_truth_labels": ["Amplification / Stylization", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000582.mp4"} +{"video_id": "vimu_000583", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "C"], "ground_truth_labels": ["Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000583.mp4"} +{"video_id": "vimu_000584", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "E"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Implicit / Coded Social Framing"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000584.mp4"} +{"video_id": "vimu_000585", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Attitude / Tone-based Rhetoric", "Opposition / Incongruity"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["C", "B"], "ground_truth_labels": ["Social Evaluation / Devaluation", "Emotional Attitude"]}}, "video_path": "videos_final/vimu_000585.mp4"} +{"video_id": "vimu_000586", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "B", "C"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Opposition / Incongruity", "Attitude / Tone-based Rhetoric"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E", "C"], "ground_truth_labels": ["Identity / Ideological Signaling", "Social Evaluation / Devaluation"]}}, "video_path": "videos_final/vimu_000586.mp4"} +{"video_id": "vimu_000587", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["B", "D"], "ground_truth_labels": ["Opposition / Incongruity", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["A"], "ground_truth_labels": ["Neutral / No Social Signal"]}}, "video_path": "videos_final/vimu_000587.mp4"} +{"video_id": "vimu_000588", "mcq_tasks": {"rhetoric_mechanisms": {"task_name": "rhetoric_mechanisms", "question": "Which high-level rhetoric categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Literal / Direct", "B": "Opposition / Incongruity", "C": "Attitude / Tone-based Rhetoric", "D": "Amplification / Stylization", "E": "Implicit / Coded Social Framing"}, "option_metadata": {"A": ["literal_only"], "B": ["contrast", "bait_and_switch", "role_reversal", "absurdism"], "C": ["sarcasm", "irony", "deadpan", "mockery"], "D": ["exaggeration", "parody"], "E": ["innuendo", "stereotype_invocation", "dog_whistle_or_code", "other"]}, "ground_truth": ["E", "D"], "ground_truth_labels": ["Implicit / Coded Social Framing", "Amplification / Stylization"]}, "social_value_signals": {"task_name": "social_value_signals", "question": "Which high-level social value categories are present in this video meme? Select all options that are clearly supported by the video.", "instruction": "Select all correct options. Return only the option labels exactly as given. Do not add explanations.", "options": {"A": "Neutral / No Social Signal", "B": "Emotional Attitude", "C": "Social Evaluation / Devaluation", "D": "Norm and Value Framing", "E": "Identity / Ideological Signaling"}, "option_metadata": {"A": ["none"], "B": ["negative_affect", "fatalism_or_cynicism"], "C": ["contempt", "humiliation", "aggression_or_hostility", "exclusion", "discrimination_or_prejudice"], "D": ["norm_violation", "anti_mainstream_value"], "E": ["political_or_identity_signal", "sexual_implication", "other"]}, "ground_truth": ["E"], "ground_truth_labels": ["Identity / Ideological Signaling"]}}, "video_path": "videos_final/vimu_000588.mp4"}