Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ size_categories:
|
|
18 |
- 10K<n<100K
|
19 |
---
|
20 |
|
|
|
|
|
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:
|
@@ -35,6 +37,8 @@ cat ActivityNet_Videos.tar.part-* | tar -vxf -
|
|
35 |
|
36 |
---
|
37 |
|
|
|
|
|
38 |
ActivityNet Official Release: [ActivityNet Download](http://activity-net.org/download.html)
|
39 |
|
40 |
---
|
|
|
18 |
- 10K<n<100K
|
19 |
---
|
20 |
|
21 |
+
## About
|
22 |
+
|
23 |
[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.
|
24 |
|
25 |
We adopt the official split:
|
|
|
37 |
|
38 |
---
|
39 |
|
40 |
+
## Official Release
|
41 |
+
|
42 |
ActivityNet Official Release: [ActivityNet Download](http://activity-net.org/download.html)
|
43 |
|
44 |
---
|