Datasets:

Modalities:
Text
Formats:
json
ArXiv:
luodian commited on
Commit
d4c2ad3
·
verified ·
1 Parent(s): 03deda4

Clarify QA format and Countix/RepCount attribution

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -2,6 +2,30 @@
2
 
3
  Full-set metadata for lmms-eval task `repcount`.
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - Metadata source: https://github.com/sinhasaptarshi/EveryShotCounts (`datasets/repcount/*_with_fps.csv`)
6
- - Raw video location: official RepCount downloads / YouTube-derived media (not embedded here).
7
- - Expected local media root for evaluation: `$REPCOUNT_VIDEO_DIR` or `$HF_HOME/repcount`.
 
 
 
 
 
 
 
2
 
3
  Full-set metadata for lmms-eval task `repcount`.
4
 
5
+ ## Dataset Contents
6
+
7
+ This repository contains metadata/annotations only.
8
+ Raw video files are not embedded in this repo.
9
+
10
+ ## QA Format
11
+
12
+ Each row is count-based QA for repetition counting:
13
+
14
+ - `video` / `video_id`: media reference
15
+ - `question`: natural-language counting prompt
16
+ - `count`: integer ground-truth repetition count
17
+ - `action_type` (optional): action category metadata
18
+
19
+ In lmms-eval, targets are read from `count` first (fallbacks: `answer`, `number`, `gt_count`, `label`), and scored by `mae_norm` and `obo`.
20
+
21
+ ## Raw Media Requirement
22
+
23
  - Metadata source: https://github.com/sinhasaptarshi/EveryShotCounts (`datasets/repcount/*_with_fps.csv`)
24
+ - Raw video location: official RepCount downloads / YouTube-derived media (not embedded here)
25
+ - Expected local media root for evaluation: `$REPCOUNT_VIDEO_DIR` or `$HF_HOME/repcount`
26
+
27
+ ## Attribution and Relationship
28
+
29
+ RepCount is introduced in *TransRAC: Encoding Multi-scale Temporal Correlation with Transformers for Repetitive Action Counting* (CVPR 2022, arXiv:2204.01018).
30
+ Countix is a separate dataset introduced in *Counting Out Time* (CVPR 2020, arXiv:2006.15418).
31
+ RepCount and Countix are independent datasets from different research groups.