Jazzcharles commited on
Commit
3968004
โ€ข
1 Parent(s): 9e04b48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -7,4 +7,25 @@ language:
7
  - en
8
  size_categories:
9
  - 100M<n<1B
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  size_categories:
9
  - 100M<n<1B
10
+ ---
11
+
12
+
13
+ ## ๐Ÿ“™ Overview
14
+
15
+ YouCook2 video features extracted by InternVideo_MM_L14 at 8 fps. It is used for evaluating the video-text retrieval ability of [EgoInstructor](https://arxiv.org/pdf/2401.00789).
16
+
17
+ Each file (e.g. 10dZTHlkb8w.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768.
18
+
19
+ ## ๐Ÿ‹๏ธ How-To-Use
20
+
21
+ Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
22
+
23
+ ## ๐ŸŽ“ Citation
24
+ ```
25
+ @article{xu2024retrieval,
26
+ title={Retrieval-augmented egocentric video captioning},
27
+ author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo and Zhang, Yuejie and Feng, Rui and Xie, Weidi},
28
+ journal={arXiv preprint arXiv:2401.00789},
29
+ year={2024}
30
+ }
31
+ `