jayleicn / moment_detr

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

Slowfast config setting #19

Closed QinghongLin closed 1 year ago

QinghongLin commented 1 year ago

Hi, thanks for your good work and released code!

I have a question regarding the feature extractor: which setting did you adopt for the QVHighlight slowfast feature? e.g., SLOWFAST_8x8_R50.

Thanks!

Kevin

yingsen1 commented 1 year ago

i have the same question. do you know about it? thank you

jayleicn commented 1 year ago

We used the default SLOWFAST_8x8_R50 as in https://github.com/linjieli222/HERO_Video_Feature_Extractor/blob/main/slowfast/extract_feature/extract.py#L36.