Jazzcharles commited on
Commit
08d2ef2
β€’
1 Parent(s): 11a8574

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - video-classification
5
+ - video-retrieval
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 100M<n<1B
10
+ ---
11
+
12
+ ## πŸ“™ Overview
13
+
14
+ Egolearn video features.
15
+
16
+ 1. egocentric videos are extracted by VideoMAE_L14 at 8 fps.
17
+ 1. exocentric videos are extracted by InternVideo_MM_L14 at 8 fps.
18
+
19
+ They are used for evaluating the egovideo-exovideo retrieval ability of [EgoInstructor](https://arxiv.org/pdf/2401.00789).
20
+
21
+ Each file (e.g. 2cad4224-56c4-11ee-88ee-80615f12b59e.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768.
22
+
23
+ ## πŸ‹οΈ How-To-Use
24
+
25
+ Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
26
+
27
+
28
+ ## πŸŽ“ Citation
29
+ ```
30
+ @article{xu2024retrieval,
31
+ title={Retrieval-augmented egocentric video captioning},
32
+ author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo and Zhang, Yuejie and Feng, Rui and Xie, Weidi},
33
+ journal={arXiv preprint arXiv:2401.00789},
34
+ year={2024}
35
+ }