Datasets:
Tasks:
Video Classification
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
< 1K
ArXiv:
License:
Jazzcharles
commited on
Update README.md
Browse files
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 |
+
```
|