Commit ·
58fefd3
1
Parent(s): e7c8422
Add dataset viewer metadata
Browse files- .gitattributes +1 -0
- README.md +22 -1
- metadata.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
metadata/OmniCaption.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 3 |
assets/*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
metadata/OmniCaption.json filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
metadata.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 4 |
assets/*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AVSCapBench
|
| 2 |
|
| 3 |
AVSCapBench contains 1,226 manually annotated omni-modal video clips. Each sample includes a dense caption, visual events, audio events split into `speech`, `music`, and `sfx`, and audio-visual synergistic events.
|
|
@@ -15,10 +33,13 @@ videos/
|
|
| 15 |
1.mp4
|
| 16 |
2.mp4
|
| 17 |
...
|
|
|
|
| 18 |
metadata/
|
| 19 |
OmniCaption.json
|
| 20 |
```
|
| 21 |
|
|
|
|
|
|
|
| 22 |
## AVSCapBench
|
| 23 |
|
| 24 |
AVSCapBench contains 1,226 manually annotated omni-modal video clips. The dataset release includes the videos and the complete ground-truth file `OmniCaption.json`.
|
|
@@ -79,6 +100,6 @@ python evaluation/evaluate_avscapbench.py \
|
|
| 79 |
--output-dir results/eval
|
| 80 |
```
|
| 81 |
|
| 82 |
-
##
|
| 83 |
|
| 84 |
Our dataset is under the CC-BY-NC-SA-4.0 license.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: AVSCapBench
|
| 6 |
+
task_categories:
|
| 7 |
+
- video-classification
|
| 8 |
+
- text-generation
|
| 9 |
+
tags:
|
| 10 |
+
- video-captioning
|
| 11 |
+
- audio-visual
|
| 12 |
+
- omni-modal
|
| 13 |
+
- event-recall
|
| 14 |
+
- benchmark
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1K<n<10K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# AVSCapBench
|
| 20 |
|
| 21 |
AVSCapBench contains 1,226 manually annotated omni-modal video clips. Each sample includes a dense caption, visual events, audio events split into `speech`, `music`, and `sfx`, and audio-visual synergistic events.
|
|
|
|
| 33 |
1.mp4
|
| 34 |
2.mp4
|
| 35 |
...
|
| 36 |
+
metadata.jsonl
|
| 37 |
metadata/
|
| 38 |
OmniCaption.json
|
| 39 |
```
|
| 40 |
|
| 41 |
+
`metadata.jsonl` is provided for the Hugging Face Dataset Viewer. It links each video with its annotations through the `file_name` field.
|
| 42 |
+
|
| 43 |
## AVSCapBench
|
| 44 |
|
| 45 |
AVSCapBench contains 1,226 manually annotated omni-modal video clips. The dataset release includes the videos and the complete ground-truth file `OmniCaption.json`.
|
|
|
|
| 100 |
--output-dir results/eval
|
| 101 |
```
|
| 102 |
|
| 103 |
+
## License
|
| 104 |
|
| 105 |
Our dataset is under the CC-BY-NC-SA-4.0 license.
|
metadata.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26f329b154678ea60e05578d782705db982acedbf24425dbe2adc39dee43130e
|
| 3 |
+
size 20828930
|