Update README to 12-class team scope
Browse files
README.md
CHANGED
|
@@ -16,10 +16,10 @@ tags:
|
|
| 16 |
- cosmos-tokenizer
|
| 17 |
size_categories:
|
| 18 |
- 1K<n<10K
|
| 19 |
-
pretty_name: nano4M-Audio
|
| 20 |
---
|
| 21 |
|
| 22 |
-
# nano4M-Audio —
|
| 23 |
|
| 24 |
Week-1 data preparation for **nano4M-Audio**, an extension of EPFL's
|
| 25 |
[nano4M](https://github.com/com-304/nano4M) (the educational nano version of
|
|
@@ -27,10 +27,18 @@ Week-1 data preparation for **nano4M-Audio**, an extension of EPFL's
|
|
| 27 |
that adds **audio** as a fifth modality alongside RGB, depth, surface normals
|
| 28 |
and captions.
|
| 29 |
|
| 30 |
-
This dataset covers
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
> **Source attribution.** Audio + image content is derived from
|
| 36 |
> [VGGSound](https://www.robots.ox.ac.uk/~vgg/data/vggsound/) (Chen et al.,
|
|
@@ -42,29 +50,37 @@ contains both raw clips and the pre-tokenized modalities consumed by nano4M's
|
|
| 42 |
|
| 43 |
## Counts
|
| 44 |
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
|
| 49 |
-
|
|
| 50 |
-
|
|
| 51 |
-
|
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
## Files
|
| 58 |
|
| 59 |
```
|
| 60 |
.
|
| 61 |
-
├──
|
| 62 |
-
├──
|
| 63 |
-
├──
|
| 64 |
-
|
| 65 |
-
│ ├── train/{class}/{stem}.wav 24 kHz mono PCM16, exactly 41,040 samples
|
| 66 |
-
│ ├── train/{class}/{stem}.jpg CLIP-best frame from the same 1.71 s window
|
| 67 |
-
│ └── test/... same layout
|
| 68 |
└── tokenized/
|
| 69 |
├── train/tok_audio@256/{stem}.npy EnCodec tokens, shape (1, 256), int16, [0, 1023]
|
| 70 |
├── train/tok_rgb@256/{stem}.npy Cosmos tokens, shape (1, 256), int32, [0, 63999]
|
|
|
|
| 16 |
- cosmos-tokenizer
|
| 17 |
size_categories:
|
| 18 |
- 1K<n<10K
|
| 19 |
+
pretty_name: nano4M-Audio Team (week-1)
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# nano4M-Audio — Team (week-1)
|
| 23 |
|
| 24 |
Week-1 data preparation for **nano4M-Audio**, an extension of EPFL's
|
| 25 |
[nano4M](https://github.com/com-304/nano4M) (the educational nano version of
|
|
|
|
| 27 |
that adds **audio** as a fifth modality alongside RGB, depth, surface normals
|
| 28 |
and captions.
|
| 29 |
|
| 30 |
+
This dataset covers all 12 VGGSound classes assigned to the three-person team:
|
| 31 |
+
|
| 32 |
+
| person | classes |
|
| 33 |
+
|---|---|
|
| 34 |
+
| 1 (Hassan) | lions roaring, horse neighing, pig oinking, cow lowing |
|
| 35 |
+
| 2 (Ziyad) | dog barking, cat meowing, coyote howling, elephant trumpeting |
|
| 36 |
+
| 3 (Marc) | chicken clucking, duck quacking, sheep bleating, donkey/ass braying |
|
| 37 |
+
|
| 38 |
+
It contains the pre-tokenized modalities consumed by nano4M's
|
| 39 |
+
`SimpleMultimodalDataset` (`tok_audio@256`, `tok_rgb@256`, `scene_desc`). The
|
| 40 |
+
raw WAV+JPG pairs are kept on each teammate's machine and are not redistributed
|
| 41 |
+
here; the tokens are the canonical artifact for training.
|
| 42 |
|
| 43 |
> **Source attribution.** Audio + image content is derived from
|
| 44 |
> [VGGSound](https://www.robots.ox.ac.uk/~vgg/data/vggsound/) (Chen et al.,
|
|
|
|
| 50 |
|
| 51 |
## Counts
|
| 52 |
|
| 53 |
+
12 VGGSound classes, ~4.9k clips after link rot + CLIP/CLAP filtering. Per-class
|
| 54 |
+
breakdown (see `stats_team.md` for full distributions and qualitative samples):
|
| 55 |
+
|
| 56 |
+
| class | train OK | test OK | total OK |
|
| 57 |
+
|---|---:|---:|---:|
|
| 58 |
+
| dog barking | 599 | 38 | **637** |
|
| 59 |
+
| lions roaring | 639 | 4 | **643** |
|
| 60 |
+
| duck quacking | 501 | 38 | **539** |
|
| 61 |
+
| chicken clucking | 454 | 37 | **491** |
|
| 62 |
+
| cat meowing | 449 | 41 | **490** |
|
| 63 |
+
| sheep bleating | 405 | 38 | **443** |
|
| 64 |
+
| coyote howling | 344 | 41 | **385** |
|
| 65 |
+
| horse neighing | 325 | 13 | **338** |
|
| 66 |
+
| donkey/ass braying | 302 | 33 | **335** |
|
| 67 |
+
| pig oinking | 264 | 12 | **276** |
|
| 68 |
+
| elephant trumpeting | 183 | 34 | **217** |
|
| 69 |
+
| cow lowing | 98 | 13 | **111** |
|
| 70 |
+
| **TOTAL** | **4,563** | **342** | **4,905** |
|
| 71 |
+
|
| 72 |
+
All clips are uniformly **41,040 samples = 1.7100 s @ 24 kHz** mono PCM16
|
| 73 |
+
before tokenization (frames sliced by the CLAP-best 1.71 s window from a 10 s
|
| 74 |
+
VGGSound clip).
|
| 75 |
|
| 76 |
## Files
|
| 77 |
|
| 78 |
```
|
| 79 |
.
|
| 80 |
+
├── manifest_team.csv canonical join table (6,529 VGGSound rows; 4,905 OK)
|
| 81 |
+
├── stats_team.md per-class counts + score histograms
|
| 82 |
+
├── manifest_person2.csv legacy Person-2 manifest (kept for reference)
|
| 83 |
+
├── stats_person2.md legacy Person-2 stats
|
|
|
|
|
|
|
|
|
|
| 84 |
└── tokenized/
|
| 85 |
├── train/tok_audio@256/{stem}.npy EnCodec tokens, shape (1, 256), int16, [0, 1023]
|
| 86 |
├── train/tok_rgb@256/{stem}.npy Cosmos tokens, shape (1, 256), int32, [0, 63999]
|