Jazzcharles commited on
Commit
5e6922b
·
verified ·
1 Parent(s): cf04de3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -7,4 +7,24 @@ language:
7
  - en
8
  size_categories:
9
  - 100M<n<1B
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  size_categories:
9
  - 100M<n<1B
10
+ ---
11
+
12
+ ## 📙 Overview
13
+
14
+ CharadesEgo video features extracted by InternVideo_MM_L14 at 8 fps. It is used for evaluating the egovideo-exovideo retrieval ability of [EgoInstructor](https://arxiv.org/pdf/2401.00789).
15
+
16
+ It contains 7680 files, each file (e.g. 005BU.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768.
17
+
18
+ ## 🏋️ How-To-Use
19
+
20
+ Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
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
+ `