arodland commited on
Commit
1ac46bb
·
verified ·
1 Parent(s): c6ffbb8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -11
README.md CHANGED
@@ -25,22 +25,28 @@ OpenVid-1M ships as 12.4 TB of ~50 GB zip parts, so selecting clips by
25
  caption cannot reduce what you *fetch* -- only what you keep. This is
26
  that selection done once: the filter below applied, every clip decoded
27
  to a fixed geometry, and the result packed into a flat memmap that a
28
- training job reads directly. Built from 16 of 186 parts.
29
 
30
  ## Contents
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
 
 
25
  caption cannot reduce what you *fetch* -- only what you keep. This is
26
  that selection done once: the filter below applied, every clip decoded
27
  to a fixed geometry, and the result packed into a flat memmap that a
28
+ training job reads directly. Built from 20 of 186 parts.
29
 
30
  ## Contents
31
 
32
  | directory | clips | GOPs | filter |
33
  |---|---:|---:|---|
34
+ | `openvid-head/` | 10544 | 31051 | static, low motion, >= 1 s, **and** a talking-head caption |
35
+ | `openvid-diverse/` | 28991 | 72831 | static, >= 1 s, quota-balanced over nine caption categories |
36
+
37
+ `openvid-diverse/` is quota-balanced across animal, food, vehicle,
38
+ text-graphic, urban, nature, interior, object and people-other, each
39
+ assigned by first match in priority order so every clip has exactly one
40
+ label. 85% of each quota is low motion (score < 5) and 15% is
41
+ 5-15, deliberately: a corpus with no motion in it is its own kind of
42
+ narrow.
43
+
44
+ The balance is computed over the clips **actually reachable in the
45
+ fetched parts**, not corpus-wide, because a build fetches a handful of
46
+ ~45 GB parts and a corpus-wide quota would leave the published balance
47
+ as whatever those parts happened to hold. That is how an earlier
48
+ version of this dataset ended up with a "non-person" split that was
49
+ almost entirely stock landscape footage.
50
 
51
  Talking-head captions match:
52