Jazzcharles
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
+
## 📙 Overview
|
9 |
+
|
10 |
+
This repo contains the pretrained checkpoints of [EgoInstructor](https://arxiv.org/pdf/2405.03520), including
|
11 |
+
|
12 |
+
- retrieval_checkpoint_best.pt
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
## 🏋️ How-To-Use
|
17 |
+
|
18 |
+
Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
## 🎓 Citation
|
23 |
+
```
|
24 |
+
@article{xu2024retrieval,
|
25 |
+
title={Retrieval-augmented egocentric video captioning},
|
26 |
+
author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo and Zhang, Yuejie and Feng, Rui and Xie, Weidi},
|
27 |
+
journal={arXiv preprint arXiv:2401.00789},
|
28 |
+
year={2024}
|
29 |
+
}
|
30 |
+
```
|