luodian commited on
Commit
45f1f6e
·
verified ·
1 Parent(s): 28c372b

Clarify metadata-only scope and YouTube raw media requirement

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -2,6 +2,19 @@
2
 
3
  Full-set metadata for lmms-eval task `ovr_kinetics`.
4
 
 
 
 
 
 
 
 
 
 
 
5
  - Annotation source: https://storage.googleapis.com/semantic_repetitions/ovr_kinetics_release.json
6
- - Raw video location: Kinetics clips / YouTube-derived media (not embedded here).
7
- - Expected local media root for evaluation: `$OVR_KINETICS_VIDEO_DIR` or `$HF_HOME/ovr_kinetics`.
 
 
 
 
2
 
3
  Full-set metadata for lmms-eval task `ovr_kinetics`.
4
 
5
+ ## Dataset Contents
6
+
7
+ This repository contains **annotations and metadata only** (video IDs, start/end times, repetition labels, and splits).
8
+ Raw video files are **not hosted here**.
9
+
10
+ ## Raw Media Requirement
11
+
12
+ To run media-backed evaluation, download original clips from YouTube/Kinetics sources using metadata fields.
13
+ If local media is missing, full evaluation for `ovr_kinetics` cannot run.
14
+
15
  - Annotation source: https://storage.googleapis.com/semantic_repetitions/ovr_kinetics_release.json
16
+ - YouTube URL template: `https://www.youtube.com/watch?v=<video_id>`
17
+ - Expected local media root: `$OVR_KINETICS_VIDEO_DIR` or `$HF_HOME/ovr_kinetics`
18
+ - Download guide: https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/docs/raw_media_download.md
19
+
20
+ Videos are subject to YouTube Terms of Service and per-video availability.