Jazzcharles commited on
Commit
6521f52
โ€ข
1 Parent(s): 1472e1f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - video-classification
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 10B<n<100B
9
+ ---
10
+
11
+ ## ๐Ÿ“™ Overview
12
+
13
+ Ego4d video features extracted by VideoMAE_L14 at 8 fps.
14
+
15
+ It contains 9645 files, each file (e.g. fffbaeef-577f-45f0-baa9-f10cabf62dfb.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768.
16
+
17
+ ## ๐Ÿ‹๏ธ How-To-Use
18
+
19
+ Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
20
+
21
+ ## ๐ŸŽ“ Citation
22
+ ```
23
+ @article{xu2024retrieval,
24
+ title={Retrieval-augmented egocentric video captioning},
25
+ author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo and Zhang, Yuejie and Feng, Rui and Xie, Weidi},
26
+ journal={arXiv preprint arXiv:2401.00789},
27
+ year={2024}
28
+ }
29
+ ```