arodland commited on
Commit
2c6616b
·
verified ·
1 Parent(s): bba319a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -8
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/` | 14024 | 41662 | static, low motion, >= 1 s, **and** a talking-head caption |
35
- | `openvid-general/` | 33189 | 98272 | static, low motion, >= 1 s, and **not** the above |
36
 
37
- The two are **disjoint**, deliberately. Shipping them apart is only
38
- useful if a training run can set the mixing ratio, and it cannot do
39
- that when the general split already contains the head clips at
40
- whatever rate the corpus happens to have.
 
 
 
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 substring, so the talking-head subset
83
- contains what a caption *says*, not what a detector found.
 
 
 
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).