jayleicn / moment_detr

[NeurIPS 2021] Moment-DETR code and QVHighlights dataset
https://arxiv.org/abs/2107.09609
MIT License
267 stars 44 forks source link

About dataset? #2

Closed dourcer closed 2 years ago

dourcer commented 3 years ago

Good job. I have read the paper and the github repository, but I still don’t understand how the features such as clip_features, clip_sub_features, clip_text_features, slowfast_features, etc. under the features folder are extracted and the details of the features extracted? Can you describe it in detail if it is convenient?

love112358 commented 3 years ago

yes i have same problem can you speed some time to tall us @jayleicn

jayleicn commented 3 years ago

Hi @dourcer, @love112358,

Sorry that I accidentally missed this question. I used the code here https://github.com/linjieli222/HERO_Video_Feature_Extractor for extracting the features.

best, Jie