Clarify metadata-only scope and YouTube raw media requirement
Browse files
README.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
| 2 |
|
| 3 |
Full-set metadata for lmms-eval task `vggsound`.
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
- Annotation source: https://raw.githubusercontent.com/hche11/VGGSound/master/data/vggsound.csv
|
| 6 |
-
-
|
| 7 |
-
- Expected local media root
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
Full-set metadata for lmms-eval task `vggsound`.
|
| 4 |
|
| 5 |
+
## Dataset Contents
|
| 6 |
+
|
| 7 |
+
This repository contains **annotations and metadata only** (YouTube IDs, start seconds, labels, and splits).
|
| 8 |
+
Raw audio/video media files are **not hosted here**.
|
| 9 |
+
|
| 10 |
+
## Raw Media Requirement
|
| 11 |
+
|
| 12 |
+
To run media-backed evaluation, download original clips from YouTube using metadata fields.
|
| 13 |
+
If local media is missing, full evaluation for `vggsound` cannot run.
|
| 14 |
+
|
| 15 |
- Annotation source: https://raw.githubusercontent.com/hche11/VGGSound/master/data/vggsound.csv
|
| 16 |
+
- YouTube URL template: `https://www.youtube.com/watch?v=<youtube_id>`
|
| 17 |
+
- Expected local media root: `$VGGSOUND_AUDIO_DIR` or `$HF_HOME/vggsound`
|
| 18 |
+
- Download guide: https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/docs/raw_media_download.md
|
| 19 |
+
|
| 20 |
+
Media availability depends on YouTube and per-video licensing constraints.
|