Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -27,4 +27,17 @@ We adopt the official split:
|
|
27 |
|
28 |
---
|
29 |
|
30 |
-
ActivityNet Official Release: [ActivityNet Download](http://activity-net.org/download.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
---
|
29 |
|
30 |
+
ActivityNet Official Release: [ActivityNet Download](http://activity-net.org/download.html)
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## 🌟 Citation
|
35 |
+
|
36 |
+
```bibtex
|
37 |
+
@inproceedings{caba2015activitynet,
|
38 |
+
title={Activitynet: A large-scale video benchmark for human activity understanding},
|
39 |
+
author={Caba Heilbron, Fabian and Escorcia, Victor and Ghanem, Bernard and Carlos Niebles, Juan},
|
40 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
41 |
+
year={2015}
|
42 |
+
}
|
43 |
+
```
|