Datasets:
Tasks:
Video Classification
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
< 1K
ArXiv:
License:
Jazzcharles
commited on
Commit
โข
3968004
1
Parent(s):
9e04b48
Update README.md
Browse files
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 |
+
`
|