Jazzcharles
commited on
Commit
•
fe6b5fc
1
Parent(s):
256f185
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- video-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 10M<n<100M
|
9 |
+
---
|
10 |
+
|
11 |
+
## 📙 Overview
|
12 |
+
|
13 |
+
This repo contains the metafiles to evaluate the performance of [EgoInstructor](https://arxiv.org/pdf/2405.03520), including
|
14 |
+
- Epic-Kitchen multi-instance retrieval
|
15 |
+
- YouCook videoclip-text retrieval
|
16 |
+
- Charadesego egovideo-exovideo retrieval
|
17 |
+
- EgoLearn egovideo-exovideo retrieval
|
18 |
+
- Ego4d Summarization multiple choice question
|
19 |
+
- YouCook video-text retrieval
|
20 |
+
|
21 |
+
## 🏋️ How-To-Use
|
22 |
+
|
23 |
+
Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
|
24 |
+
|
25 |
+
## 🎓 Citation
|
26 |
+
```
|
27 |
+
@article{xu2024retrieval,
|
28 |
+
title={Retrieval-augmented egocentric video captioning},
|
29 |
+
author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo and Zhang, Yuejie and Feng, Rui and Xie, Weidi},
|
30 |
+
journal={arXiv preprint arXiv:2401.00789},
|
31 |
+
year={2024}
|
32 |
+
}
|
33 |
+
`
|