Datasets:
Upload README.md with huggingface_hub
Browse files
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
|
| 29 |
|
| 30 |
## Contents
|
| 31 |
|
| 32 |
| directory | clips | GOPs | filter |
|
| 33 |
|---|---:|---:|---|
|
| 34 |
-
| `openvid-head/` |
|
| 35 |
-
| `openvid-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|