Update README.md
Browse files
README.md
CHANGED
|
@@ -6,13 +6,13 @@ size_categories:
|
|
| 6 |
|
| 7 |
## AVE Dataset
|
| 8 |
|
| 9 |
-
The original AVE dataset ported from the
|
| 10 |
|
| 11 |
## Notes
|
| 12 |
|
| 13 |
- One video may contain different audio-visual events, so the total number of videos is not 4143.
|
| 14 |
-
- annotations.txt: annotations of AVE dataset. For each sample, you can find its event
|
| 15 |
-
- train/val/test-Set.txt: training/validation/testing set used in
|
| 16 |
|
| 17 |
## Citation
|
| 18 |
|
|
|
|
| 6 |
|
| 7 |
## AVE Dataset
|
| 8 |
|
| 9 |
+
The original AVE dataset ported from the [GitHub](https://github.com/YapengTian/AVE-ECCV18/blob/master/supervised_main.py)
|
| 10 |
|
| 11 |
## Notes
|
| 12 |
|
| 13 |
- One video may contain different audio-visual events, so the total number of videos is not 4143.
|
| 14 |
+
- annotations.txt: annotations of the AVE dataset. For each sample, you can find its event category, YouTube ID, Quality (all good, meaning that it contains an AVE), start time of an audio-visual event, and the end time of an audio-visual event.
|
| 15 |
+
- train/val/test-Set.txt: training/validation/testing set used in the original paper.
|
| 16 |
|
| 17 |
## Citation
|
| 18 |
|