Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,9 +21,9 @@ size_categories:
|
|
21 |
[ActivityNet Captions](https://openaccess.thecvf.com/content_iccv_2017/html/Krishna_Dense-Captioning_Events_in_ICCV_2017_paper.html) contains 20K long-form videos (180s as average length) from YouTube and 100K captions. Most of the videos contain over 3 annotated events. We follow the existing works to concatenate multiple short temporal descriptions into long sentences and evaluate ‘paragraph-to-video’ retrieval on this benchmark.
|
22 |
|
23 |
We adopt the official split:
|
24 |
-
- Train
|
25 |
-
- Test (Val1)
|
26 |
-
- Val2
|
27 |
|
28 |
---
|
29 |
|
|
|
21 |
[ActivityNet Captions](https://openaccess.thecvf.com/content_iccv_2017/html/Krishna_Dense-Captioning_Events_in_ICCV_2017_paper.html) contains 20K long-form videos (180s as average length) from YouTube and 100K captions. Most of the videos contain over 3 annotated events. We follow the existing works to concatenate multiple short temporal descriptions into long sentences and evaluate ‘paragraph-to-video’ retrieval on this benchmark.
|
22 |
|
23 |
We adopt the official split:
|
24 |
+
- **Train:** 10,009 videos, 10,009 captions (concatenate from 37,421 short captions)
|
25 |
+
- **Test (Val1):** 4,917 videos, 4,917 captions (concatenate from 17,505 short captions)
|
26 |
+
- **Val2:** 4,885 videos, 4,885 captions (concatenate from 17,031 short captions)
|
27 |
|
28 |
---
|
29 |
|