Datasets:
Initial NExT-CF v1.0.0 release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- ATTRIBUTION.csv +0 -0
- CITATION.cff +41 -0
- LICENSE +14 -0
- LICENSE-METADATA +9 -0
- README.md +97 -0
- croissant.json +237 -0
- metadata.json +0 -0
- reproduce_tier2/reproduce.sh +30 -0
- reproduce_tier2/tier2_manifest.csv +182 -0
- tier1_edited_videos/10030609934.mp4 +3 -0
- tier1_edited_videos/10042935613.mp4 +3 -0
- tier1_edited_videos/10109097475.mp4 +3 -0
- tier1_edited_videos/10127533784.mp4 +3 -0
- tier1_edited_videos/10309542255.mp4 +3 -0
- tier1_edited_videos/10597533885.mp4 +3 -0
- tier1_edited_videos/10727696143.mp4 +3 -0
- tier1_edited_videos/10779838974.mp4 +3 -0
- tier1_edited_videos/11244289523.mp4 +3 -0
- tier1_edited_videos/11503803033.mp4 +3 -0
- tier1_edited_videos/11541421563.mp4 +3 -0
- tier1_edited_videos/11584566583.mp4 +3 -0
- tier1_edited_videos/11670386946.mp4 +3 -0
- tier1_edited_videos/11681746823.mp4 +3 -0
- tier1_edited_videos/11849091804.mp4 +3 -0
- tier1_edited_videos/11871253306.mp4 +3 -0
- tier1_edited_videos/12682618843.mp4 +3 -0
- tier1_edited_videos/13296054183.mp4 +3 -0
- tier1_edited_videos/13569831214.mp4 +3 -0
- tier1_edited_videos/13884293626.mp4 +3 -0
- tier1_edited_videos/13919236672.mp4 +3 -0
- tier1_edited_videos/14012319794.mp4 +3 -0
- tier1_edited_videos/2400171624.mp4 +3 -0
- tier1_edited_videos/2401167740.mp4 +3 -0
- tier1_edited_videos/2405940242.mp4 +3 -0
- tier1_edited_videos/2435100235.mp4 +3 -0
- tier1_edited_videos/2442307875.mp4 +3 -0
- tier1_edited_videos/2461993294.mp4 +3 -0
- tier1_edited_videos/2482028659.mp4 +3 -0
- tier1_edited_videos/2503404966.mp4 +3 -0
- tier1_edited_videos/2510696559.mp4 +3 -0
- tier1_edited_videos/2535384528.mp4 +3 -0
- tier1_edited_videos/2547885226.mp4 +3 -0
- tier1_edited_videos/2573424030.mp4 +3 -0
- tier1_edited_videos/2599937944.mp4 +3 -0
- tier1_edited_videos/2614918961.mp4 +3 -0
- tier1_edited_videos/2669452260.mp4 +3 -0
- tier1_edited_videos/2679328607.mp4 +3 -0
- tier1_edited_videos/2696280239.mp4 +3 -0
- tier1_edited_videos/2697214342.mp4 +3 -0
- tier1_edited_videos/2697261300.mp4 +3 -0
ATTRIBUTION.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CITATION.cff
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use this dataset, please cite as below."
|
| 3 |
+
title: "NExT-CF: A Counterfactual Entity-Removal Benchmark for Video Question Answering"
|
| 4 |
+
authors:
|
| 5 |
+
- name: "Anonymous Authors (submission under review)"
|
| 6 |
+
year: 2026
|
| 7 |
+
version: "1.0.0"
|
| 8 |
+
license: "CC-BY-NC-SA-4.0"
|
| 9 |
+
type: dataset
|
| 10 |
+
abstract: >
|
| 11 |
+
NExT-CF is a benchmark of 570 counterfactually edited videos derived from NExT-QA,
|
| 12 |
+
used to probe whether Video Question Answering models rely on visual evidence
|
| 13 |
+
or language priors. Each video has a target entity removed via SAM3 segmentation
|
| 14 |
+
and DiffuEraser diffusion inpainting, with the corresponding QA pairs carried
|
| 15 |
+
over from NExT-QA.
|
| 16 |
+
keywords:
|
| 17 |
+
- video question answering
|
| 18 |
+
- counterfactual
|
| 19 |
+
- benchmark
|
| 20 |
+
- diagnostic benchmark
|
| 21 |
+
- visual grounding
|
| 22 |
+
- evidence reliance
|
| 23 |
+
- diffusion inpainting
|
| 24 |
+
references:
|
| 25 |
+
- type: conference-paper
|
| 26 |
+
authors:
|
| 27 |
+
- family-names: Xiao
|
| 28 |
+
given-names: Junbin
|
| 29 |
+
- family-names: Shang
|
| 30 |
+
given-names: Xun
|
| 31 |
+
- family-names: Yao
|
| 32 |
+
given-names: Angela
|
| 33 |
+
- family-names: Chua
|
| 34 |
+
given-names: Tat-Seng
|
| 35 |
+
title: "NExT-QA: Next Phase of Question-Answering to Explaining Temporal Actions"
|
| 36 |
+
conference:
|
| 37 |
+
name: "CVPR"
|
| 38 |
+
year: 2021
|
| 39 |
+
notes: >
|
| 40 |
+
NeurIPS 2026 Evaluations & Datasets track submission (under review).
|
| 41 |
+
Author identities will be added upon acceptance.
|
LICENSE
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Tier-1 edited videos in this dataset are licensed under
|
| 2 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
|
| 3 |
+
(CC-BY-NC-SA 4.0).
|
| 4 |
+
|
| 5 |
+
Full license text: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
|
| 6 |
+
|
| 7 |
+
This license is imposed by the most restrictive source-clip license
|
| 8 |
+
among the 389 Flickr videos used to produce tier-1 outputs
|
| 9 |
+
(original source clips were various CC 2.0 variants; see ATTRIBUTION.csv).
|
| 10 |
+
|
| 11 |
+
The 181 tier-2 clips in this dataset ship as metadata only (no edited
|
| 12 |
+
video), because their source clips carry a CC "NoDerivatives" clause
|
| 13 |
+
that prohibits redistribution of modified versions. Users regenerate
|
| 14 |
+
tier-2 edits locally via reproduce_tier2/reproduce.sh. See README.md.
|
LICENSE-METADATA
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
All metadata, prompts, question-answer pairs, and documentation in this
|
| 2 |
+
dataset are licensed under Creative Commons Attribution-ShareAlike 4.0
|
| 3 |
+
International (CC-BY-SA 4.0).
|
| 4 |
+
|
| 5 |
+
Full license text: https://creativecommons.org/licenses/by-sa/4.0/legalcode
|
| 6 |
+
|
| 7 |
+
This covers: metadata.json, tier_assignment.csv, tier2_manifest.csv,
|
| 8 |
+
ATTRIBUTION.csv, and README.md. Original question-answer pairs are
|
| 9 |
+
derived from NExT-QA (Xiao et al., CVPR 2021) and inherit its terms.
|
README.md
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
license_name: cc-by-nc-sa-4.0-videos-cc-by-sa-4.0-metadata
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- visual-question-answering
|
| 8 |
+
size_categories:
|
| 9 |
+
- n<1K
|
| 10 |
+
pretty_name: NExT-CF
|
| 11 |
+
tags:
|
| 12 |
+
- video
|
| 13 |
+
- vqa
|
| 14 |
+
- video-question-answering
|
| 15 |
+
- counterfactual
|
| 16 |
+
- benchmark
|
| 17 |
+
- diffusion-inpainting
|
| 18 |
+
- evidence-reliance
|
| 19 |
+
- diagnostic-benchmark
|
| 20 |
+
extra_gated_prompt: >
|
| 21 |
+
This dataset is released for non-commercial research use only.
|
| 22 |
+
By accessing the dataset you agree to the CC-BY-NC-SA 4.0 license
|
| 23 |
+
(tier-1 edited videos) and CC-BY-SA 4.0 (metadata, prompts, QA pairs).
|
| 24 |
+
You also agree to credit the original Flickr photographers per ATTRIBUTION.csv.
|
| 25 |
+
configs:
|
| 26 |
+
- config_name: metadata
|
| 27 |
+
data_files:
|
| 28 |
+
- split: all
|
| 29 |
+
path: metadata.json
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# NExT-CF: Counterfactual Entity-Removal Benchmark for VideoQA
|
| 33 |
+
|
| 34 |
+
NExT-CF is a benchmark of 570 counterfactually edited videos
|
| 35 |
+
derived from NExT-QA, used to probe whether Video Question Answering
|
| 36 |
+
models rely on visual evidence or language priors. Each video has a
|
| 37 |
+
target entity removed via diffusion inpainting (DiffuEraser), and the
|
| 38 |
+
corresponding QA pairs are carried over from NExT-QA.
|
| 39 |
+
|
| 40 |
+
## Tiered structure
|
| 41 |
+
|
| 42 |
+
- **Tier 1 (direct):** 389 edited videos in `tier1_edited_videos/`.
|
| 43 |
+
Source clips are CC-BY, CC-BY-SA, CC-BY-NC, or CC-BY-NC-SA. Edited
|
| 44 |
+
videos are released under CC-BY-NC-SA 4.0.
|
| 45 |
+
- **Tier 2 (reproducible):** 181 entries in `reproduce_tier2/`.
|
| 46 |
+
Source clips are CC-BY-ND or CC-BY-NC-ND, whose "NoDerivatives"
|
| 47 |
+
clause prohibits redistribution of modified versions. To stay
|
| 48 |
+
license-compliant, we ship only the SAM3 prompt and QA pairs for
|
| 49 |
+
these clips; run `reproduce_tier2/reproduce.sh` to regenerate the
|
| 50 |
+
edits locally from the unmodified NExT-QA sources.
|
| 51 |
+
|
| 52 |
+
All 570 clips are included in the evaluation benchmark.
|
| 53 |
+
|
| 54 |
+
## Contents
|
| 55 |
+
|
| 56 |
+
| File | Description |
|
| 57 |
+
|---|---|
|
| 58 |
+
| `metadata.json` | All 570 entries — id, tier, prompt, license, QA |
|
| 59 |
+
| `tier_assignment.csv` | Per-clip tier + original license |
|
| 60 |
+
| `tier1_edited_videos/` | 389 edited MP4s |
|
| 61 |
+
| `reproduce_tier2/tier2_manifest.csv` | 181 ND clips, one row each |
|
| 62 |
+
| `reproduce_tier2/reproduce.sh` | Regeneration wrapper |
|
| 63 |
+
| `ATTRIBUTION.csv` | Flickr credits for all clips (mandatory under CC-BY) |
|
| 64 |
+
| `LICENSE` | CC-BY-NC-SA 4.0 (tier-1 edited videos) |
|
| 65 |
+
| `LICENSE-METADATA` | CC-BY-SA 4.0 (metadata, prompts, QA) |
|
| 66 |
+
|
| 67 |
+
## Attribution
|
| 68 |
+
|
| 69 |
+
Source clips are from YFCC100M via NExT-QA. Per-clip photographer
|
| 70 |
+
credit is in `ATTRIBUTION.csv`. This dataset requires citing both:
|
| 71 |
+
|
| 72 |
+
- NExT-CF (this dataset) — see CITATION.cff
|
| 73 |
+
- NExT-QA: Xiao et al., "NExT-QA: Next Phase of Question-Answering to
|
| 74 |
+
Explaining Temporal Actions", CVPR 2021.
|
| 75 |
+
|
| 76 |
+
## Reproducing tier-2 edits
|
| 77 |
+
|
| 78 |
+
```bash
|
| 79 |
+
# 1. Download NExT-QA videos separately (license permits redistribution
|
| 80 |
+
# of originals; see https://github.com/doc-doc/NExT-QA)
|
| 81 |
+
export NEXTQA_DIR=/path/to/NExTVideo
|
| 82 |
+
|
| 83 |
+
# 2. Clone the NExT-CF code repo
|
| 84 |
+
git clone https://github.com/<owner>/nextcf-code
|
| 85 |
+
export CODE_DIR=$(pwd)/nextcf-code
|
| 86 |
+
|
| 87 |
+
# 3. Run the reproduction script
|
| 88 |
+
bash reproduce_tier2/reproduce.sh
|
| 89 |
+
```
|
| 90 |
+
|
| 91 |
+
Takes roughly 15 GPU-hours for all 181 clips on an RTX 6000 (fp16).
|
| 92 |
+
|
| 93 |
+
## Ethics and limitations
|
| 94 |
+
|
| 95 |
+
- Synthetic edits from diffusion models may contain artifacts.
|
| 96 |
+
- Source distribution inherits any biases of NExT-QA and YFCC100M.
|
| 97 |
+
- This dataset is research-only (NC clause). Commercial use is not permitted.
|
croissant.json
ADDED
|
@@ -0,0 +1,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"citeAs": "cr:citeAs",
|
| 6 |
+
"column": "cr:column",
|
| 7 |
+
"conformsTo": "dct:conformsTo",
|
| 8 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 9 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 10 |
+
"data": {
|
| 11 |
+
"@id": "cr:data",
|
| 12 |
+
"@type": "@json"
|
| 13 |
+
},
|
| 14 |
+
"dataType": {
|
| 15 |
+
"@id": "cr:dataType",
|
| 16 |
+
"@type": "@vocab"
|
| 17 |
+
},
|
| 18 |
+
"dct": "http://purl.org/dc/terms/",
|
| 19 |
+
"examples": {
|
| 20 |
+
"@id": "cr:examples",
|
| 21 |
+
"@type": "@json"
|
| 22 |
+
},
|
| 23 |
+
"extract": "cr:extract",
|
| 24 |
+
"field": "cr:field",
|
| 25 |
+
"fileObject": "cr:fileObject",
|
| 26 |
+
"fileProperty": "cr:fileProperty",
|
| 27 |
+
"fileSet": "cr:fileSet",
|
| 28 |
+
"format": "cr:format",
|
| 29 |
+
"includes": "cr:includes",
|
| 30 |
+
"isLiveDataset": "cr:isLiveDataset",
|
| 31 |
+
"jsonPath": "cr:jsonPath",
|
| 32 |
+
"key": "cr:key",
|
| 33 |
+
"md5": "cr:md5",
|
| 34 |
+
"parentField": "cr:parentField",
|
| 35 |
+
"path": "cr:path",
|
| 36 |
+
"recordSet": "cr:recordSet",
|
| 37 |
+
"references": "cr:references",
|
| 38 |
+
"regex": "cr:regex",
|
| 39 |
+
"repeated": "cr:repeated",
|
| 40 |
+
"replace": "cr:replace",
|
| 41 |
+
"samplingRate": "cr:samplingRate",
|
| 42 |
+
"sc": "https://schema.org/",
|
| 43 |
+
"separator": "cr:separator",
|
| 44 |
+
"source": "cr:source",
|
| 45 |
+
"subField": "cr:subField",
|
| 46 |
+
"transform": "cr:transform"
|
| 47 |
+
},
|
| 48 |
+
"@type": "sc:Dataset",
|
| 49 |
+
"name": "NExT-CF",
|
| 50 |
+
"description": "NExT-CF is a benchmark of 570 counterfactually edited videos derived from NExT-QA, used to probe whether Video Question Answering (VQA) models rely on visual evidence or on language priors. For each video, a target entity is removed via SAM3 segmentation and DiffuEraser diffusion inpainting, and the corresponding QA pairs are carried over from NExT-QA. The release uses a two-tier structure: 389 edited videos ship directly (tier 1, CC-BY-NC-SA 4.0); 181 videos whose source clips carry a CC NoDerivatives clause ship as metadata plus a local reproduction script (tier 2). All 570 clips are included in the evaluation benchmark.",
|
| 51 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 52 |
+
"citeAs": "@misc{nextcf2026,\n title={NExT-CF: A Counterfactual Entity-Removal Benchmark for Video Question Answering},\n author={Anonymous Authors},\n year={2026},\n note={NeurIPS 2026 Evaluations \\& Datasets track submission (under review)}\n}",
|
| 53 |
+
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
| 54 |
+
"url": "https://huggingface.co/datasets/nextcf-anon-2026/nextcf",
|
| 55 |
+
"datePublished": "2026-05-06",
|
| 56 |
+
"version": "1.0.0",
|
| 57 |
+
"keywords": [
|
| 58 |
+
"video question answering",
|
| 59 |
+
"counterfactual",
|
| 60 |
+
"evaluation",
|
| 61 |
+
"benchmark",
|
| 62 |
+
"video inpainting",
|
| 63 |
+
"visual grounding"
|
| 64 |
+
],
|
| 65 |
+
"creator": {
|
| 66 |
+
"@type": "Organization",
|
| 67 |
+
"name": "Anonymous (submission under review)"
|
| 68 |
+
},
|
| 69 |
+
"distribution": [
|
| 70 |
+
{
|
| 71 |
+
"@type": "cr:FileObject",
|
| 72 |
+
"@id": "README.md",
|
| 73 |
+
"name": "README.md",
|
| 74 |
+
"description": "Dataset README.",
|
| 75 |
+
"contentUrl": "README.md",
|
| 76 |
+
"encodingFormat": "text/markdown",
|
| 77 |
+
"sha256": "4932fb863902a4d48070d9f0e7d38473e5290e5d497c7956905c0f974ff72039"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"@type": "cr:FileObject",
|
| 81 |
+
"@id": "metadata.json",
|
| 82 |
+
"name": "metadata.json",
|
| 83 |
+
"description": "Per-video records: id, tier, prompt_word, license, QA pairs.",
|
| 84 |
+
"contentUrl": "metadata.json",
|
| 85 |
+
"encodingFormat": "application/json",
|
| 86 |
+
"sha256": "e29b05b04d3680bcfcfcc08d5d20027d71434abd546b420ab1f525e46bb481fe"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"@type": "cr:FileObject",
|
| 90 |
+
"@id": "ATTRIBUTION.csv",
|
| 91 |
+
"name": "ATTRIBUTION.csv",
|
| 92 |
+
"description": "Flickr attribution and per-clip source license for all 570 videos.",
|
| 93 |
+
"contentUrl": "ATTRIBUTION.csv",
|
| 94 |
+
"encodingFormat": "text/csv",
|
| 95 |
+
"sha256": "6fef5a07cb7339998a39a33d787af2fe9c433f222b908232ea5f663258de9355"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"@type": "cr:FileObject",
|
| 99 |
+
"@id": "tier_assignment.csv",
|
| 100 |
+
"name": "tier_assignment.csv",
|
| 101 |
+
"description": "Per-video tier assignment and original YFCC100M license.",
|
| 102 |
+
"contentUrl": "tier_assignment.csv",
|
| 103 |
+
"encodingFormat": "text/csv",
|
| 104 |
+
"sha256": "770fe4f39e619cfbf1dea8566a1b5d5b9cbec5f58cb048543925f0f48434f906"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"@type": "cr:FileObject",
|
| 108 |
+
"@id": "reproduce_tier2/tier2_manifest.csv",
|
| 109 |
+
"name": "reproduce_tier2/tier2_manifest.csv",
|
| 110 |
+
"description": "181 tier-2 (ND-licensed) clip references for local edit reproduction.",
|
| 111 |
+
"contentUrl": "reproduce_tier2/tier2_manifest.csv",
|
| 112 |
+
"encodingFormat": "text/csv",
|
| 113 |
+
"sha256": "1fd8ba9656a080701e38046474c7300f4b3815fe970db0a6d071bd8d504d7b05"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"@type": "cr:FileSet",
|
| 117 |
+
"@id": "tier1_edited_videos",
|
| 118 |
+
"name": "tier1_edited_videos",
|
| 119 |
+
"description": "389 edited MP4 videos (tier-1). One file per Flickr ID.",
|
| 120 |
+
"encodingFormat": "video/mp4",
|
| 121 |
+
"includes": "tier1_edited_videos/*.mp4"
|
| 122 |
+
}
|
| 123 |
+
],
|
| 124 |
+
"recordSet": [
|
| 125 |
+
{
|
| 126 |
+
"@type": "cr:RecordSet",
|
| 127 |
+
"@id": "videos",
|
| 128 |
+
"name": "videos",
|
| 129 |
+
"description": "Per-video records derived from metadata.json.",
|
| 130 |
+
"field": [
|
| 131 |
+
{
|
| 132 |
+
"@type": "cr:Field",
|
| 133 |
+
"@id": "videos/id",
|
| 134 |
+
"name": "id",
|
| 135 |
+
"description": "Original NExT-QA / Flickr photo ID.",
|
| 136 |
+
"dataType": "sc:Text",
|
| 137 |
+
"source": {
|
| 138 |
+
"fileObject": {
|
| 139 |
+
"@id": "metadata.json"
|
| 140 |
+
},
|
| 141 |
+
"extract": {
|
| 142 |
+
"jsonPath": "$[*].id"
|
| 143 |
+
}
|
| 144 |
+
}
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"@type": "cr:Field",
|
| 148 |
+
"@id": "videos/tier",
|
| 149 |
+
"name": "tier",
|
| 150 |
+
"description": "Release tier: T1 (edited video shipped) or T2 (reproduce locally).",
|
| 151 |
+
"dataType": "sc:Text",
|
| 152 |
+
"source": {
|
| 153 |
+
"fileObject": {
|
| 154 |
+
"@id": "metadata.json"
|
| 155 |
+
},
|
| 156 |
+
"extract": {
|
| 157 |
+
"jsonPath": "$[*].tier"
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"@type": "cr:Field",
|
| 163 |
+
"@id": "videos/prompt_word",
|
| 164 |
+
"name": "prompt_word",
|
| 165 |
+
"description": "SAM3 free-text prompt used to segment the target entity for removal.",
|
| 166 |
+
"dataType": "sc:Text",
|
| 167 |
+
"source": {
|
| 168 |
+
"fileObject": {
|
| 169 |
+
"@id": "metadata.json"
|
| 170 |
+
},
|
| 171 |
+
"extract": {
|
| 172 |
+
"jsonPath": "$[*].prompt_word"
|
| 173 |
+
}
|
| 174 |
+
}
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"@type": "cr:Field",
|
| 178 |
+
"@id": "videos/license",
|
| 179 |
+
"name": "license",
|
| 180 |
+
"description": "Source clip's original Creative Commons license (YFCC100M).",
|
| 181 |
+
"dataType": "sc:Text",
|
| 182 |
+
"source": {
|
| 183 |
+
"fileObject": {
|
| 184 |
+
"@id": "metadata.json"
|
| 185 |
+
},
|
| 186 |
+
"extract": {
|
| 187 |
+
"jsonPath": "$[*].license"
|
| 188 |
+
}
|
| 189 |
+
}
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"@type": "cr:Field",
|
| 193 |
+
"@id": "videos/flickr_url",
|
| 194 |
+
"name": "flickr_url",
|
| 195 |
+
"description": "URL of the original Flickr photo/video page.",
|
| 196 |
+
"dataType": "sc:URL",
|
| 197 |
+
"source": {
|
| 198 |
+
"fileObject": {
|
| 199 |
+
"@id": "metadata.json"
|
| 200 |
+
},
|
| 201 |
+
"extract": {
|
| 202 |
+
"jsonPath": "$[*].flickr_url"
|
| 203 |
+
}
|
| 204 |
+
}
|
| 205 |
+
}
|
| 206 |
+
]
|
| 207 |
+
}
|
| 208 |
+
],
|
| 209 |
+
"rai:dataCollection": "Source videos were drawn from NExT-QA's validation split, which in turn sources from VidOR / YFCC100M (publicly hosted Flickr videos under Creative Commons licenses). SAM3 segmentation prompts for each video were produced by a three-stage Claude Sonnet LLM pipeline applied to NExT-QA questions and answers. Segmentation was performed by SAM3 (transformers 5.0.x-dev) and inpainting by DiffuEraser (BrushNet + SD 1.5 UNet + ProPainter prior).",
|
| 210 |
+
"rai:dataUseCases": [
|
| 211 |
+
"Evaluating whether Video Question Answering models rely on visual evidence or language priors.",
|
| 212 |
+
"Studying calibration and abstention behavior in VLMs under counterfactual visual edits.",
|
| 213 |
+
"Developing methods for evidence-aware video understanding."
|
| 214 |
+
],
|
| 215 |
+
"rai:dataLimitations": "Videos are edited by diffusion-based inpainting; visible artifacts (residual textures, boundary blur, temporal flicker, color inconsistencies) are present at varying severity. Benchmark validity rests on whether the target evidence is visually absent and not recoverable from residual cues, not on edit cleanliness (see datasheet and main paper). The evaluation set is in English and reflects the activity and scene distribution of NExT-QA.",
|
| 216 |
+
"rai:dataBiases": "Inherits the scene, activity, demographic, and geographic biases of NExT-QA, which itself inherits those of VidOR and YFCC100M (Flickr Creative Commons uploads, skewed toward English-speaking regions). Diffusion inpainting may propagate learned biases of the DiffuEraser prior (Stable Diffusion 1.5 era).",
|
| 217 |
+
"rai:personalSensitiveInformation": "Source clips are public Flickr videos and may incidentally contain recognizable faces or other personal information. No additional PII was introduced by the editing pipeline. Users are bound by the original Flickr uploader's Creative Commons terms.",
|
| 218 |
+
"rai:dataSocialImpact": [
|
| 219 |
+
"Positive: supports rigorous evaluation of video-language models' reliance on visual evidence, helping surface models that rely on priors rather than perception. Risk: synthetic edits could be misused for training deceptive content; the non-commercial license and research-only framing mitigates this. Benchmark does not contain harmful content beyond what is in the NExT-QA source."
|
| 220 |
+
],
|
| 221 |
+
"rai:dataAnnotationProtocol": "Per-video SAM3 prompts were produced by an automated three-stage Claude Sonnet pipeline that selects a single unambiguous target entity per video. No human annotation was performed for tier assignment or prompt selection. Human evaluation of edit quality and entity recoverability is described in the main paper.",
|
| 222 |
+
"rai:sourceDatasets": [
|
| 223 |
+
{
|
| 224 |
+
"@type": "sc:Dataset",
|
| 225 |
+
"name": "NExT-QA",
|
| 226 |
+
"url": "https://github.com/doc-doc/NExT-QA",
|
| 227 |
+
"description": "Xiao et al., CVPR 2021. Provides source videos and QA pairs."
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"@type": "sc:Dataset",
|
| 231 |
+
"name": "YFCC100M",
|
| 232 |
+
"url": "https://multimediacommons.wordpress.com/yfcc100m-core-dataset/",
|
| 233 |
+
"description": "Thomee et al., CACM 2016. Ultimate source of Flickr videos with per-clip CC license."
|
| 234 |
+
}
|
| 235 |
+
],
|
| 236 |
+
"rai:syntheticData": "Yes. Each tier-1 video has had a target entity removed via diffusion inpainting (SAM3 segmentation + DiffuEraser). Tier-2 entries ship as metadata only; users reproduce the same edits locally with the published pipeline."
|
| 237 |
+
}
|
metadata.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reproduce_tier2/reproduce.sh
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
# Reproduce edited videos for the 181 tier-2 (ND-licensed) clips by running
|
| 3 |
+
# the published NExT-CF pipeline locally. Requires: NExT-QA video download,
|
| 4 |
+
# a CUDA GPU, and the NExT-CF code repo cloned alongside this dataset.
|
| 5 |
+
set -euo pipefail
|
| 6 |
+
|
| 7 |
+
NEXTQA_DIR="${NEXTQA_DIR:-/path/to/NExTVideo}"
|
| 8 |
+
CODE_DIR="${CODE_DIR:-/path/to/nextcf-code}"
|
| 9 |
+
OUT_DIR="${OUT_DIR:-./tier2_edited_videos}"
|
| 10 |
+
|
| 11 |
+
if [ ! -d "$NEXTQA_DIR" ]; then
|
| 12 |
+
echo "ERROR: set NEXTQA_DIR to your NExT-QA video directory" >&2
|
| 13 |
+
exit 1
|
| 14 |
+
fi
|
| 15 |
+
if [ ! -d "$CODE_DIR" ]; then
|
| 16 |
+
echo "ERROR: set CODE_DIR to your nextcf-code clone" >&2
|
| 17 |
+
exit 1
|
| 18 |
+
fi
|
| 19 |
+
|
| 20 |
+
mkdir -p "$OUT_DIR"
|
| 21 |
+
|
| 22 |
+
cd "$CODE_DIR"
|
| 23 |
+
python batch_runner.py \
|
| 24 |
+
--video-dir "$NEXTQA_DIR" \
|
| 25 |
+
--prompt-file "$(realpath "$(dirname "$0")/tier2_manifest.csv")" \
|
| 26 |
+
--edit remove \
|
| 27 |
+
--edit-backend diffueraser \
|
| 28 |
+
--out "$OUT_DIR"
|
| 29 |
+
|
| 30 |
+
echo "Reproduction complete: edited videos in $OUT_DIR"
|
reproduce_tier2/tier2_manifest.csv
ADDED
|
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flickr_id,prompt_word,nextqa_video_path,license
|
| 2 |
+
2400715506,small animal,$NEXTQA_DIR/1002/2400715506.mp4,CC-BY-NC-ND 2.0
|
| 3 |
+
2434859163,polar bear,$NEXTQA_DIR/0015/2434859163.mp4,CC-BY-NC-ND 2.0
|
| 4 |
+
2435633172,pig,$NEXTQA_DIR/0040/2435633172.mp4,CC-BY-NC-ND 2.0
|
| 5 |
+
2454242177,baby,$NEXTQA_DIR/0020/2454242177.mp4,CC-BY-NC-ND 2.0
|
| 6 |
+
2495861393,woman,$NEXTQA_DIR/1007/2495861393.mp4,CC-BY-NC-ND 2.0
|
| 7 |
+
2552130183,baby,$NEXTQA_DIR/1000/2552130183.mp4,CC-BY-NC-ND 2.0
|
| 8 |
+
2559262403,pug,$NEXTQA_DIR/1000/2559262403.mp4,CC-BY-NC-ND 2.0
|
| 9 |
+
2567843468,girl,$NEXTQA_DIR/0023/2567843468.mp4,CC-BY-NC-ND 2.0
|
| 10 |
+
2584172238,boy in blue,$NEXTQA_DIR/1110/2584172238.mp4,CC-BY-NC-ND 2.0
|
| 11 |
+
2589540862,girl,$NEXTQA_DIR/1102/2589540862.mp4,CC-BY-NC-ND 2.0
|
| 12 |
+
2596300565,baby,$NEXTQA_DIR/0022/2596300565.mp4,CC-BY-NC-ND 2.0
|
| 13 |
+
2604394962,man,$NEXTQA_DIR/0041/2604394962.mp4,CC-BY-NC-ND 2.0
|
| 14 |
+
2623954636,boy,$NEXTQA_DIR/1017/2623954636.mp4,CC-BY-NC-ND 2.0
|
| 15 |
+
2679130168,girl,$NEXTQA_DIR/0061/2679130168.mp4,CC-BY-NC-ND 2.0
|
| 16 |
+
2712662377,turtle,$NEXTQA_DIR/1202/2712662377.mp4,CC-BY-NC-ND 2.0
|
| 17 |
+
2716277960,man,$NEXTQA_DIR/1000/2716277960.mp4,CC-BY-NC-ND 2.0
|
| 18 |
+
2731071928,girl,$NEXTQA_DIR/1023/2731071928.mp4,CC-BY-NC-ND 2.0
|
| 19 |
+
2771402761,girl,$NEXTQA_DIR/1019/2771402761.mp4,CC-BY-NC-ND 2.0
|
| 20 |
+
2782658657,girl in pink,$NEXTQA_DIR/1011/2782658657.mp4,CC-BY-NC-ND 2.0
|
| 21 |
+
2796821016,boy in striped shirt,$NEXTQA_DIR/1155/2796821016.mp4,CC-BY-NC-ND 2.0
|
| 22 |
+
2835125654,elephant,$NEXTQA_DIR/0040/2835125654.mp4,CC-BY-NC-ND 2.0
|
| 23 |
+
2854886555,boy,$NEXTQA_DIR/1000/2854886555.mp4,CC-BY-ND 2.0
|
| 24 |
+
2871995580,boy,$NEXTQA_DIR/0013/2871995580.mp4,CC-BY-ND 2.0
|
| 25 |
+
2925298951,woman in red,$NEXTQA_DIR/1021/2925298951.mp4,CC-BY-ND 2.0
|
| 26 |
+
2930782930,woman,$NEXTQA_DIR/1014/2930782930.mp4,CC-BY-NC-ND 2.0
|
| 27 |
+
2957808913,man in black jacket,$NEXTQA_DIR/0042/2957808913.mp4,CC-BY-NC-ND 2.0
|
| 28 |
+
2984974097,girl,$NEXTQA_DIR/1011/2984974097.mp4,CC-BY-NC-ND 2.0
|
| 29 |
+
2987766537,baby,$NEXTQA_DIR/1103/2987766537.mp4,CC-BY-NC-ND 2.0
|
| 30 |
+
3049351381,baby,$NEXTQA_DIR/1101/3049351381.mp4,CC-BY-ND 2.0
|
| 31 |
+
3078294001,man in white,$NEXTQA_DIR/1051/3078294001.mp4,CC-BY-NC-ND 2.0
|
| 32 |
+
3105728894,man in blue clothing,$NEXTQA_DIR/0028/3105728894.mp4,CC-BY-NC-ND 2.0
|
| 33 |
+
3112351937,shirtless man,$NEXTQA_DIR/1122/3112351937.mp4,CC-BY-NC-ND 2.0
|
| 34 |
+
3131380536,child,$NEXTQA_DIR/0095/3131380536.mp4,CC-BY-NC-ND 2.0
|
| 35 |
+
3145698830,baby,$NEXTQA_DIR/1124/3145698830.mp4,CC-BY-NC-ND 2.0
|
| 36 |
+
3151715056,little girl,$NEXTQA_DIR/0049/3151715056.mp4,CC-BY-NC-ND 2.0
|
| 37 |
+
3155382178,woman,$NEXTQA_DIR/1018/3155382178.mp4,CC-BY-NC-ND 2.0
|
| 38 |
+
3194558043,man in black,$NEXTQA_DIR/1015/3194558043.mp4,CC-BY-NC-ND 2.0
|
| 39 |
+
3206694342,boy,$NEXTQA_DIR/1001/3206694342.mp4,CC-BY-ND 2.0
|
| 40 |
+
3233088823,bulldozer,$NEXTQA_DIR/1130/3233088823.mp4,CC-BY-NC-ND 2.0
|
| 41 |
+
3321261856,girl,$NEXTQA_DIR/1101/3321261856.mp4,CC-BY-NC-ND 2.0
|
| 42 |
+
3340340268,girl in green,$NEXTQA_DIR/1001/3340340268.mp4,CC-BY-NC-ND 2.0
|
| 43 |
+
3345608051,dog,$NEXTQA_DIR/1203/3345608051.mp4,CC-BY-NC-ND 2.0
|
| 44 |
+
3375218204,man,$NEXTQA_DIR/1028/3375218204.mp4,CC-BY-ND 2.0
|
| 45 |
+
3383804222,baby panda,$NEXTQA_DIR/0072/3383804222.mp4,CC-BY-NC-ND 2.0
|
| 46 |
+
3429509208,baby,$NEXTQA_DIR/0039/3429509208.mp4,CC-BY-NC-ND 2.0
|
| 47 |
+
3441428429,woman in costume,$NEXTQA_DIR/1103/3441428429.mp4,CC-BY-ND 2.0
|
| 48 |
+
3452354871,bird,$NEXTQA_DIR/1015/3452354871.mp4,CC-BY-NC-ND 2.0
|
| 49 |
+
3456030972,boy,$NEXTQA_DIR/1008/3456030972.mp4,CC-BY-NC-ND 2.0
|
| 50 |
+
3477387686,girl,$NEXTQA_DIR/1017/3477387686.mp4,CC-BY-NC-ND 2.0
|
| 51 |
+
3526597179,lady in white,$NEXTQA_DIR/1001/3526597179.mp4,CC-BY-NC-ND 2.0
|
| 52 |
+
3530231811,man in black jacket,$NEXTQA_DIR/1052/3530231811.mp4,CC-BY-NC-ND 2.0
|
| 53 |
+
3581585756,girl,$NEXTQA_DIR/1099/3581585756.mp4,CC-BY-ND 2.0
|
| 54 |
+
3626788516,woman in brown,$NEXTQA_DIR/0048/3626788516.mp4,CC-BY-ND 2.0
|
| 55 |
+
3719793245,girl,$NEXTQA_DIR/1023/3719793245.mp4,CC-BY-ND 2.0
|
| 56 |
+
3741143820,man in white shirt,$NEXTQA_DIR/1001/3741143820.mp4,CC-BY-NC-ND 2.0
|
| 57 |
+
3784543730,man in black,$NEXTQA_DIR/1017/3784543730.mp4,CC-BY-NC-ND 2.0
|
| 58 |
+
3804148568,man in all black,$NEXTQA_DIR/1164/3804148568.mp4,CC-BY-NC-ND 2.0
|
| 59 |
+
3897746373,girl in pink,$NEXTQA_DIR/1013/3897746373.mp4,CC-BY-NC-ND 2.0
|
| 60 |
+
4024008346,child,$NEXTQA_DIR/1012/4024008346.mp4,CC-BY-NC-ND 2.0
|
| 61 |
+
4083875373,girl,$NEXTQA_DIR/1002/4083875373.mp4,CC-BY-NC-ND 2.0
|
| 62 |
+
4087654898,girl,$NEXTQA_DIR/1165/4087654898.mp4,CC-BY-NC-ND 2.0
|
| 63 |
+
4123915842,girl in kimono,$NEXTQA_DIR/1161/4123915842.mp4,CC-BY-NC-ND 2.0
|
| 64 |
+
4166942239,man in red,$NEXTQA_DIR/1024/4166942239.mp4,CC-BY-NC-ND 2.0
|
| 65 |
+
4199369046,lady in black,$NEXTQA_DIR/1018/4199369046.mp4,CC-BY-NC-ND 2.0
|
| 66 |
+
4219909195,girl,$NEXTQA_DIR/1008/4219909195.mp4,CC-BY-NC-ND 2.0
|
| 67 |
+
4244817395,boy,$NEXTQA_DIR/1000/4244817395.mp4,CC-BY-NC-ND 2.0
|
| 68 |
+
4263096481,man,$NEXTQA_DIR/1015/4263096481.mp4,CC-BY-NC-ND 2.0
|
| 69 |
+
4388652400,dog,$NEXTQA_DIR/1150/4388652400.mp4,CC-BY-NC-ND 2.0
|
| 70 |
+
4412508597,boy,$NEXTQA_DIR/1006/4412508597.mp4,CC-BY-ND 2.0
|
| 71 |
+
4419096437,cat,$NEXTQA_DIR/1107/4419096437.mp4,CC-BY-NC-ND 2.0
|
| 72 |
+
4485498145,woman in pink,$NEXTQA_DIR/1107/4485498145.mp4,CC-BY-NC-ND 2.0
|
| 73 |
+
4485707628,black dog,$NEXTQA_DIR/1013/4485707628.mp4,CC-BY-NC-ND 2.0
|
| 74 |
+
4635309062,man in white,$NEXTQA_DIR/1101/4635309062.mp4,CC-BY-NC-ND 2.0
|
| 75 |
+
4650556666,woman,$NEXTQA_DIR/1008/4650556666.mp4,CC-BY-NC-ND 2.0
|
| 76 |
+
4765564263,boy in orange pants,$NEXTQA_DIR/1014/4765564263.mp4,CC-BY-NC-ND 2.0
|
| 77 |
+
4798585428,man in red,$NEXTQA_DIR/1164/4798585428.mp4,CC-BY-ND 2.0
|
| 78 |
+
4825843801,penguin,$NEXTQA_DIR/0037/4825843801.mp4,CC-BY-ND 2.0
|
| 79 |
+
4838113006,lady in grey,$NEXTQA_DIR/1000/4838113006.mp4,CC-BY-NC-ND 2.0
|
| 80 |
+
4838145161,cat,$NEXTQA_DIR/0042/4838145161.mp4,CC-BY-NC-ND 2.0
|
| 81 |
+
4896969617,boy,$NEXTQA_DIR/1009/4896969617.mp4,CC-BY-NC-ND 2.0
|
| 82 |
+
4978714491,white bus,$NEXTQA_DIR/1001/4978714491.mp4,CC-BY-NC-ND 2.0
|
| 83 |
+
4984331176,man in white,$NEXTQA_DIR/1007/4984331176.mp4,CC-BY-NC-ND 2.0
|
| 84 |
+
5026660202,man with drum,$NEXTQA_DIR/1016/5026660202.mp4,CC-BY-NC-ND 2.0
|
| 85 |
+
5048503508,boy in green,$NEXTQA_DIR/1022/5048503508.mp4,CC-BY-NC-ND 2.0
|
| 86 |
+
5061117640,man in grey,$NEXTQA_DIR/1021/5061117640.mp4,CC-BY-NC-ND 2.0
|
| 87 |
+
5064681723,deer,$NEXTQA_DIR/1000/5064681723.mp4,CC-BY-NC-ND 2.0
|
| 88 |
+
5133787349,man in white,$NEXTQA_DIR/1005/5133787349.mp4,CC-BY-NC-ND 2.0
|
| 89 |
+
5173770364,baby,$NEXTQA_DIR/1130/5173770364.mp4,CC-BY-NC-ND 2.0
|
| 90 |
+
5229476012,boy,$NEXTQA_DIR/1014/5229476012.mp4,CC-BY-NC-ND 2.0
|
| 91 |
+
5235909148,man in harness,$NEXTQA_DIR/1021/5235909148.mp4,CC-BY-NC-ND 2.0
|
| 92 |
+
5237219621,woman in black spectacles,$NEXTQA_DIR/1150/5237219621.mp4,CC-BY-NC-ND 2.0
|
| 93 |
+
5308503740,black and white rabbit,$NEXTQA_DIR/0059/5308503740.mp4,CC-BY-NC-ND 2.0
|
| 94 |
+
5328004991,child,$NEXTQA_DIR/0024/5328004991.mp4,CC-BY-NC-ND 2.0
|
| 95 |
+
5328616848,woman,$NEXTQA_DIR/0056/5328616848.mp4,CC-BY-NC-ND 2.0
|
| 96 |
+
5333075105,man,$NEXTQA_DIR/0084/5333075105.mp4,CC-BY-NC-ND 2.0
|
| 97 |
+
5421648216,black sheep,$NEXTQA_DIR/1011/5421648216.mp4,CC-BY-NC-ND 2.0
|
| 98 |
+
5521781780,man in grey,$NEXTQA_DIR/1103/5521781780.mp4,CC-BY-NC-ND 2.0
|
| 99 |
+
5586394125,dog,$NEXTQA_DIR/1120/5586394125.mp4,CC-BY-NC-ND 2.0
|
| 100 |
+
5603283408,girl,$NEXTQA_DIR/1164/5603283408.mp4,CC-BY-NC-ND 2.0
|
| 101 |
+
5658916668,man,$NEXTQA_DIR/1201/5658916668.mp4,CC-BY-NC-ND 2.0
|
| 102 |
+
5667931404,baby,$NEXTQA_DIR/1103/5667931404.mp4,CC-BY-NC-ND 2.0
|
| 103 |
+
5875535585,man in black,$NEXTQA_DIR/1100/5875535585.mp4,CC-BY-ND 2.0
|
| 104 |
+
5902452647,girl in pink dress,$NEXTQA_DIR/1051/5902452647.mp4,CC-BY-NC-ND 2.0
|
| 105 |
+
5919180502,man in grey,$NEXTQA_DIR/1015/5919180502.mp4,CC-BY-NC-ND 2.0
|
| 106 |
+
5926256714,boy,$NEXTQA_DIR/1110/5926256714.mp4,CC-BY-NC-ND 2.0
|
| 107 |
+
5987365500,girl,$NEXTQA_DIR/1106/5987365500.mp4,CC-BY-ND 2.0
|
| 108 |
+
6011836129,lady in blue vest,$NEXTQA_DIR/1099/6011836129.mp4,CC-BY-ND 2.0
|
| 109 |
+
6025238212,girl in gold,$NEXTQA_DIR/1011/6025238212.mp4,CC-BY-NC-ND 2.0
|
| 110 |
+
6031805098,man in white cap,$NEXTQA_DIR/1021/6031805098.mp4,CC-BY-NC-ND 2.0
|
| 111 |
+
6142416815,baby,$NEXTQA_DIR/1007/6142416815.mp4,CC-BY-ND 2.0
|
| 112 |
+
6160414832,man in striped shirt,$NEXTQA_DIR/1014/6160414832.mp4,CC-BY-NC-ND 2.0
|
| 113 |
+
6163877860,baby,$NEXTQA_DIR/1025/6163877860.mp4,CC-BY-NC-ND 2.0
|
| 114 |
+
6168716346,boy in red shirt,$NEXTQA_DIR/1012/6168716346.mp4,CC-BY-NC-ND 2.0
|
| 115 |
+
6183104292,tiger,$NEXTQA_DIR/0085/6183104292.mp4,CC-BY-ND 2.0
|
| 116 |
+
6201488511,lady in white,$NEXTQA_DIR/1028/6201488511.mp4,CC-BY-NC-ND 2.0
|
| 117 |
+
6233408665,lady in pink,$NEXTQA_DIR/1150/6233408665.mp4,CC-BY-NC-ND 2.0
|
| 118 |
+
6239210933,child in blue,$NEXTQA_DIR/1150/6239210933.mp4,CC-BY-NC-ND 2.0
|
| 119 |
+
6253433310,boy with blue goggles,$NEXTQA_DIR/1000/6253433310.mp4,CC-BY-NC-ND 2.0
|
| 120 |
+
6277800530,man,$NEXTQA_DIR/1099/6277800530.mp4,CC-BY-NC-ND 2.0
|
| 121 |
+
6329077812,baby,$NEXTQA_DIR/0058/6329077812.mp4,CC-BY-NC-ND 2.0
|
| 122 |
+
6542914065,man in grey,$NEXTQA_DIR/0024/6542914065.mp4,CC-BY-NC-ND 2.0
|
| 123 |
+
6582763207,lady in red,$NEXTQA_DIR/1028/6582763207.mp4,CC-BY-NC-ND 2.0
|
| 124 |
+
6621511673,baby girl in red,$NEXTQA_DIR/0050/6621511673.mp4,CC-BY-NC-ND 2.0
|
| 125 |
+
6624174621,lady,$NEXTQA_DIR/1015/6624174621.mp4,CC-BY-NC-ND 2.0
|
| 126 |
+
6772999108,boy with guitar,$NEXTQA_DIR/1162/6772999108.mp4,CC-BY-NC-ND 2.0
|
| 127 |
+
6860322796,black dog,$NEXTQA_DIR/1107/6860322796.mp4,CC-BY-NC-ND 2.0
|
| 128 |
+
6879924118,man in black pants,$NEXTQA_DIR/0083/6879924118.mp4,CC-BY-NC-ND 2.0
|
| 129 |
+
6964124866,child,$NEXTQA_DIR/1100/6964124866.mp4,CC-BY-NC-ND 2.0
|
| 130 |
+
7001078933,man in white helmet,$NEXTQA_DIR/0057/7001078933.mp4,CC-BY-NC-ND 2.0
|
| 131 |
+
7059877301,light brown dog,$NEXTQA_DIR/1025/7059877301.mp4,CC-BY-ND 2.0
|
| 132 |
+
7088595057,black sheep,$NEXTQA_DIR/1110/7088595057.mp4,CC-BY-NC-ND 2.0
|
| 133 |
+
7364407194,baby in blue,$NEXTQA_DIR/1102/7364407194.mp4,CC-BY-NC-ND 2.0
|
| 134 |
+
7416295940,baby,$NEXTQA_DIR/1009/7416295940.mp4,CC-BY-NC-ND 2.0
|
| 135 |
+
7508439506,baby,$NEXTQA_DIR/1201/7508439506.mp4,CC-BY-NC-ND 2.0
|
| 136 |
+
7531285946,lady in green,$NEXTQA_DIR/1202/7531285946.mp4,CC-BY-ND 2.0
|
| 137 |
+
7533369046,baby,$NEXTQA_DIR/1007/7533369046.mp4,CC-BY-NC-ND 2.0
|
| 138 |
+
7572859950,baby,$NEXTQA_DIR/1200/7572859950.mp4,CC-BY-NC-ND 2.0
|
| 139 |
+
7605329840,girl in stripes,$NEXTQA_DIR/1124/7605329840.mp4,CC-BY-NC-ND 2.0
|
| 140 |
+
7651639778,man in brown jacket,$NEXTQA_DIR/1202/7651639778.mp4,CC-BY-NC-ND 2.0
|
| 141 |
+
7691172922,dog,$NEXTQA_DIR/1009/7691172922.mp4,CC-BY-ND 2.0
|
| 142 |
+
7771650716,grey dog,$NEXTQA_DIR/1021/7771650716.mp4,CC-BY-ND 2.0
|
| 143 |
+
7887764754,baby,$NEXTQA_DIR/1052/7887764754.mp4,CC-BY-ND 2.0
|
| 144 |
+
7888256388,dog,$NEXTQA_DIR/1124/7888256388.mp4,CC-BY-ND 2.0
|
| 145 |
+
7987845241,dog,$NEXTQA_DIR/1012/7987845241.mp4,CC-BY-ND 2.0
|
| 146 |
+
8189958994,black dog,$NEXTQA_DIR/1103/8189958994.mp4,CC-BY-ND 2.0
|
| 147 |
+
8224504302,man,$NEXTQA_DIR/1012/8224504302.mp4,CC-BY-NC-ND 2.0
|
| 148 |
+
8225502382,man in dark green,$NEXTQA_DIR/1000/8225502382.mp4,CC-BY-NC-ND 2.0
|
| 149 |
+
8277866423,black dog,$NEXTQA_DIR/1008/8277866423.mp4,CC-BY-NC-ND 2.0
|
| 150 |
+
8312058649,baby,$NEXTQA_DIR/1022/8312058649.mp4,CC-BY-NC-ND 2.0
|
| 151 |
+
8313365386,girl in green,$NEXTQA_DIR/1001/8313365386.mp4,CC-BY-NC-ND 2.0
|
| 152 |
+
8388104887,dog,$NEXTQA_DIR/1020/8388104887.mp4,CC-BY-ND 2.0
|
| 153 |
+
8403741210,short hair girl,$NEXTQA_DIR/1102/8403741210.mp4,CC-BY-NC-ND 2.0
|
| 154 |
+
8455160795,man with stick,$NEXTQA_DIR/1008/8455160795.mp4,CC-BY-NC-ND 2.0
|
| 155 |
+
8457210773,brown dog,$NEXTQA_DIR/1008/8457210773.mp4,CC-BY-NC-ND 2.0
|
| 156 |
+
8531675050,lady in black,$NEXTQA_DIR/1006/8531675050.mp4,CC-BY-NC-ND 2.0
|
| 157 |
+
8547321641,baby,$NEXTQA_DIR/1101/8547321641.mp4,CC-BY-NC-ND 2.0
|
| 158 |
+
8552680285,man with ski poles,$NEXTQA_DIR/1021/8552680285.mp4,CC-BY-NC-ND 2.0
|
| 159 |
+
8563398032,man in plain black,$NEXTQA_DIR/1009/8563398032.mp4,CC-BY-NC-ND 2.0
|
| 160 |
+
8627074061,lady in blue,$NEXTQA_DIR/1011/8627074061.mp4,CC-BY-ND 2.0
|
| 161 |
+
8740703217,baby,$NEXTQA_DIR/1155/8740703217.mp4,CC-BY-NC-ND 2.0
|
| 162 |
+
8783897632,man in white,$NEXTQA_DIR/1026/8783897632.mp4,CC-BY-ND 2.0
|
| 163 |
+
8797589693,man in blue,$NEXTQA_DIR/1008/8797589693.mp4,CC-BY-NC-ND 2.0
|
| 164 |
+
9208803675,lady in green,$NEXTQA_DIR/1105/9208803675.mp4,CC-BY-NC-ND 2.0
|
| 165 |
+
9213637099,girl in black,$NEXTQA_DIR/1002/9213637099.mp4,CC-BY-NC-ND 2.0
|
| 166 |
+
9217939684,baby,$NEXTQA_DIR/0018/9217939684.mp4,CC-BY-NC-ND 2.0
|
| 167 |
+
9293415110,girl,$NEXTQA_DIR/1104/9293415110.mp4,CC-BY-NC-ND 2.0
|
| 168 |
+
9498159305,penguin,$NEXTQA_DIR/0048/9498159305.mp4,CC-BY-ND 2.0
|
| 169 |
+
9528990839,lady with hat,$NEXTQA_DIR/1150/9528990839.mp4,CC-BY-ND 2.0
|
| 170 |
+
9917882506,girl,$NEXTQA_DIR/1001/9917882506.mp4,CC-BY-NC-ND 2.0
|
| 171 |
+
10001787725,baby,$NEXTQA_DIR/1009/10001787725.mp4,CC-BY-NC-ND 2.0
|
| 172 |
+
10082798964,baby,$NEXTQA_DIR/1161/10082798964.mp4,CC-BY-NC-ND 2.0
|
| 173 |
+
10607095936,man in red cape,$NEXTQA_DIR/1120/10607095936.mp4,CC-BY-NC-ND 2.0
|
| 174 |
+
11276567104,woman in white,$NEXTQA_DIR/0081/11276567104.mp4,CC-BY-NC-ND 2.0
|
| 175 |
+
11565498775,boy,$NEXTQA_DIR/0044/11565498775.mp4,CC-BY-NC-ND 2.0
|
| 176 |
+
11566930393,boy,$NEXTQA_DIR/0009/11566930393.mp4,CC-BY-NC-ND 2.0
|
| 177 |
+
11566980553,boy,$NEXTQA_DIR/0004/11566980553.mp4,CC-BY-NC-ND 2.0
|
| 178 |
+
11587211476,black dog,$NEXTQA_DIR/0050/11587211476.mp4,CC-BY-NC-ND 2.0
|
| 179 |
+
11966080214,girl,$NEXTQA_DIR/1150/11966080214.mp4,CC-BY-NC-ND 2.0
|
| 180 |
+
12392885583,baby,$NEXTQA_DIR/1001/12392885583.mp4,CC-BY-ND 2.0
|
| 181 |
+
13515224395,dog,$NEXTQA_DIR/1110/13515224395.mp4,CC-BY-ND 2.0
|
| 182 |
+
14003541505,baby,$NEXTQA_DIR/1028/14003541505.mp4,CC-BY-NC-ND 2.0
|
tier1_edited_videos/10030609934.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d002069d4c32255909c52a73d2fc1ab1e550aadff645f1e6451ff18b9bd07f5
|
| 3 |
+
size 13718025
|
tier1_edited_videos/10042935613.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd05b86177b5ed01e29df651d0c81a74e03b7ebc30574c946e822e33202b3d8e
|
| 3 |
+
size 7587036
|
tier1_edited_videos/10109097475.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13b87b688c2bd1404cc7b1f32e2585fc7b0dcaa5feebec5d809db61ff6a40dc4
|
| 3 |
+
size 4311180
|
tier1_edited_videos/10127533784.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be4baa8680bc402514a3f07afd1ee2c23dca568ca6a1bcf8fb69e74cf8bf5538
|
| 3 |
+
size 3581077
|
tier1_edited_videos/10309542255.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d882d81323345bb04952d6936bd878f8dc3f51c078fdae45c6a263f65adddd7
|
| 3 |
+
size 21500621
|
tier1_edited_videos/10597533885.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d1dd7eab26423bc36241d598dfba7e6d70dc05b02ce85204e2697e1b55847df
|
| 3 |
+
size 7038112
|
tier1_edited_videos/10727696143.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba32ec7337e267c9f337576e8aaae7ceb6033640c3cda4b0984552325bc57d09
|
| 3 |
+
size 12598887
|
tier1_edited_videos/10779838974.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3a8488014487cc26f8b15dd7fe1b57e25dbb21ffc2956326c42ed798de9946
|
| 3 |
+
size 36508116
|
tier1_edited_videos/11244289523.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e0d57566713cc2d2fe15e1c0c0cf1b35f5927ff4af19754d6aac4d577f8edf4
|
| 3 |
+
size 3396853
|
tier1_edited_videos/11503803033.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc0b09a23d7a2f890842997e89a59ea0c5af18993ed0cf1fbf7f9a158cea8d44
|
| 3 |
+
size 6204778
|
tier1_edited_videos/11541421563.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5316d26dfa92c3d3bdc940a901d6490fcf00056925487f87a382e900f2b497a3
|
| 3 |
+
size 7312716
|
tier1_edited_videos/11584566583.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d1b81de513b2bad7f91bca0e79194c48ec53c6c76d3211d77cd547891adf5ae
|
| 3 |
+
size 2333866
|
tier1_edited_videos/11670386946.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed7288d320bdd299c89620dadf33be18d052dab67ad60cb27ad61d725905d718
|
| 3 |
+
size 6308862
|
tier1_edited_videos/11681746823.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09d6fba296e2352daa4a570ff7e401a49d18653fdb190bb9abc9f95c98fba504
|
| 3 |
+
size 3351677
|
tier1_edited_videos/11849091804.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f40ee7703509c6d1a94f838bdfacb04d082c08833a7e2a092bb7e348c2bca7d3
|
| 3 |
+
size 7335567
|
tier1_edited_videos/11871253306.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ec167db70203a1c2feb158dbc008ce8df10b93a795671eb94776c2dedbbcd19
|
| 3 |
+
size 4000081
|
tier1_edited_videos/12682618843.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66bef225e6242ceb3242e6f6c63b1b8ac95ef459df1917c42015af0dadf6f8a8
|
| 3 |
+
size 5734389
|
tier1_edited_videos/13296054183.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2ee13b4085f50d410e0bcf3d6147aa03ef6b815cc697f1694ec6c9c23d6e089
|
| 3 |
+
size 8655227
|
tier1_edited_videos/13569831214.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a64bd1f5db84f3a4b3098b77542f621c585bde196ef64c2a596982fc14bfca72
|
| 3 |
+
size 6655787
|
tier1_edited_videos/13884293626.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81499b8a79fa61f3f87d8eecfb1061ce7e5bb1c4e4cd1aa7aaae3dcdddf53377
|
| 3 |
+
size 4797352
|
tier1_edited_videos/13919236672.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ce1f05083f32d78b22dc6ca75a8d3fccfbe23f1fe01513e8393f39cd56080e1
|
| 3 |
+
size 6295688
|
tier1_edited_videos/14012319794.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99638f4bf0c810ed23baf0c426133cf90103bea82cf49a44d88f33c31e4cc98c
|
| 3 |
+
size 11288002
|
tier1_edited_videos/2400171624.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159bd01b5f84e5daa5750e0a28ce6f8b44d6b9a937e77dae793293b358a050fe
|
| 3 |
+
size 2650776
|
tier1_edited_videos/2401167740.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:546a91b3c3a247fecbd58bca1e7f4f6d045ee5e8f87a9af86dddc63bb7750383
|
| 3 |
+
size 1154699
|
tier1_edited_videos/2405940242.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3e48c9cf711e2049efbeef9decbe4ac7105a7a33c6b6fc26814dd2525681926
|
| 3 |
+
size 6337743
|
tier1_edited_videos/2435100235.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10962f41db1ed51a4a517f84d28849c613c8cf5fcc1ae4e15e5eda675318af3c
|
| 3 |
+
size 16770273
|
tier1_edited_videos/2442307875.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2ce9ab816b658c3a57d880f212f18294a3945badf98cbc528d421e6427b3b90
|
| 3 |
+
size 5565956
|
tier1_edited_videos/2461993294.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6186bef78913a5e38b13774c844268eff45305001b316e9e0f32bc123b7d6590
|
| 3 |
+
size 11984741
|
tier1_edited_videos/2482028659.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:165ca335a8afe0d8c01e4fd4f35b43b9c4b3529d947d63001f5659b279233632
|
| 3 |
+
size 2432988
|
tier1_edited_videos/2503404966.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5df608737d4d5568b23637d432e266a7f889959643e05df4986cfa6a4a9a138e
|
| 3 |
+
size 5582511
|
tier1_edited_videos/2510696559.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b1df69199600274f6abb84922bbd5b0581fb9a21c9fbb34581e73bef9d3e259
|
| 3 |
+
size 12252290
|
tier1_edited_videos/2535384528.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc36fd5aea9a7ba3e3c65682226f994c380db28d02eb8d1cfe4796e2daef8fce
|
| 3 |
+
size 2952742
|
tier1_edited_videos/2547885226.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d2da307a07ffdb3658b089e413de728571fa2dd8a69c1731630a8f58fe2b5d4
|
| 3 |
+
size 8385963
|
tier1_edited_videos/2573424030.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbc47791f52f9928500ba9e0a01d603431929c42f00da51e074d387a6cf8931f
|
| 3 |
+
size 7394515
|
tier1_edited_videos/2599937944.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b2c387e4c9c09677d0063b95b8858fa11ee9a6c569246fa4aa98148c7b256ea
|
| 3 |
+
size 4206531
|
tier1_edited_videos/2614918961.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88ee7d02569358f7767b7eeadc8c000e156bbbb885589d6f15d838d5942e1f7c
|
| 3 |
+
size 8613791
|
tier1_edited_videos/2669452260.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d217b7077059690a784f5d8e1529518b5012bfde986f99d31a48d94fa7cfb09
|
| 3 |
+
size 6137233
|
tier1_edited_videos/2679328607.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0182f06e609e3961a28f04a5d0cf99c77a9a0198e5b56bc3ef7d1ea196d0d0c1
|
| 3 |
+
size 4813420
|
tier1_edited_videos/2696280239.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbc7f83682e6cb267528916cf504b7ecb22abbb0804e346b70195ee89c8e990a
|
| 3 |
+
size 5830653
|
tier1_edited_videos/2697214342.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:311baef742ed1d1fd80f5724d37b75b967b04ed76bc39e8c98fa424733d280e2
|
| 3 |
+
size 10591582
|
tier1_edited_videos/2697261300.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67621dba55075273ac3af46f0b164901664bda0a34306184b970f523d9a855e3
|
| 3 |
+
size 13536616
|