Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -31,13 +31,16 @@ training job reads directly. Built from 16 of 186 parts.
|
|
| 31 |
|
| 32 |
| directory | clips | GOPs | filter |
|
| 33 |
|---|---:|---:|---|
|
| 34 |
-
| `openvid-head/` |
|
| 35 |
-
| `openvid-
|
| 36 |
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
Talking-head captions match:
|
| 43 |
|
|
@@ -79,7 +82,10 @@ Letterbox bars are detected and removed before the crop.
|
|
| 79 |
corpus; nothing here is at OpenVid's original quality.
|
| 80 |
- The filter is metadata-driven. `camera motion` and `motion score`
|
| 81 |
are OpenVid's own annotations and inherit their errors.
|
| 82 |
-
- Captions are matched by
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
Built by [`scripts/prepare_openvid_job.py`](https://github.com/arodland/HFTV).
|
|
|
|
| 31 |
|
| 32 |
| directory | clips | GOPs | filter |
|
| 33 |
|---|---:|---:|---|
|
| 34 |
+
| `openvid-head/` | 10060 | 29689 | static, low motion, >= 1 s, **and** a talking-head caption |
|
| 35 |
+
| `openvid-nonperson/` | 38281 | 78593 | static, low motion, >= 1 s, and **no person mentioned at all** |
|
| 36 |
|
| 37 |
+
They are disjoint, and a large middle is **dropped rather than
|
| 38 |
+
assigned**: clips whose caption mentions a person but does not describe
|
| 39 |
+
a talking head go into neither split. That is what makes the contrast
|
| 40 |
+
real. An earlier version of this dataset had only "head" and
|
| 41 |
+
"everything else", and "everything else" was 86% people -- 61% of it
|
| 42 |
+
mentioning `wearing`, 26% `hair`, 19% `face` -- so a sweep across the
|
| 43 |
+
two ran from roughly 86% head to 100% head rather than 0% to 100%.
|
| 44 |
|
| 45 |
Talking-head captions match:
|
| 46 |
|
|
|
|
| 82 |
corpus; nothing here is at OpenVid's original quality.
|
| 83 |
- The filter is metadata-driven. `camera motion` and `motion score`
|
| 84 |
are OpenVid's own annotations and inherit their errors.
|
| 85 |
+
- Captions are matched by regular expression, so both splits contain
|
| 86 |
+
what a caption *says*, not what a detector found. The non-person
|
| 87 |
+
split in particular is "no person was mentioned", which is not the
|
| 88 |
+
same as "no person is visible" -- expect some contamination, and
|
| 89 |
+
check the pictures rather than trusting the label.
|
| 90 |
|
| 91 |
Built by [`scripts/prepare_openvid_job.py`](https://github.com/arodland/HFTV).
|