Jazzcharles's picture
Update README.md
8ff1726 verified
|
raw
history blame contribute delete
No virus
876 Bytes
---
license: apache-2.0
task_categories:
- video-classification
- video-retrieval
language:
- en
size_categories:
- 100M<n<1B
---
## πŸ“™ Overview
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).
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.
## πŸ‹οΈ How-To-Use
Please refer to code [EgoInstructor](https://github.com/Jazzcharles/Egoinstructor/) for details.
## πŸŽ“ Citation
```
@article{xu2024retrieval,
title={Retrieval-augmented egocentric video captioning},
author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo and Zhang, Yuejie and Feng, Rui and Xie, Weidi},
journal={arXiv preprint arXiv:2401.00789},
year={2024}
}
```