Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
pipeline_tag: video-text-to-text
|
| 3 |
-
library_name: transformers
|
| 4 |
-
datasets:
|
| 5 |
-
- ekazakos/HowToGround1M
|
| 6 |
-
- ekazakos/iGround
|
| 7 |
-
---
|
| 8 |
|
| 9 |
# GROVE Model: Large-scale Pre-training for Grounded Video Caption Generation
|
| 10 |
|
|
@@ -118,10 +118,10 @@ outputs = processor.generate(
|
|
| 118 |
---
|
| 119 |
|
| 120 |
```bibtex
|
| 121 |
-
@
|
| 122 |
-
title={Large-scale Pre-training for Grounded Video Caption Generation},
|
| 123 |
-
author={Evangelos Kazakos and Cordelia Schmid and Josef Sivic},
|
| 124 |
-
|
| 125 |
-
year={2025}
|
| 126 |
}
|
| 127 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: video-text-to-text
|
| 3 |
+
library_name: transformers
|
| 4 |
+
datasets:
|
| 5 |
+
- ekazakos/HowToGround1M
|
| 6 |
+
- ekazakos/iGround
|
| 7 |
+
---
|
| 8 |
|
| 9 |
# GROVE Model: Large-scale Pre-training for Grounded Video Caption Generation
|
| 10 |
|
|
|
|
| 118 |
---
|
| 119 |
|
| 120 |
```bibtex
|
| 121 |
+
@inproceedings{kazakos2025grove,
|
| 122 |
+
title = {Large-scale Pre-training for Grounded Video Caption Generation},
|
| 123 |
+
author = {Evangelos Kazakos and Cordelia Schmid and Josef Sivic},
|
| 124 |
+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 125 |
+
year = {2025}
|
| 126 |
}
|
| 127 |
```
|