Jazzcharles commited on
Commit
8ff1726
β€’
1 Parent(s): ae0d6f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -8,4 +8,24 @@ language:
8
  - en
9
  size_categories:
10
  - 100M<n<1B
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - en
9
  size_categories:
10
  - 100M<n<1B
11
+ ---
12
+
13
+ ## πŸ“™ Overview
14
+
15
+ EPIC-Kitchen-100 video features extracted by VideoMAE_L14 at 8 fps. It is used for evaluating the video-text retrieval ability of [EgoInstructor](https://arxiv.org/pdf/2401.00789).
16
+
17
+ It contains 700 files, each file (e.g. P01_01.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
+ ```