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

Video feature extraction #17

Closed fxqzb closed 2 years ago

fxqzb commented 2 years ago

Hi, thanks for your excellent work! I found that the provided video features include both clip_features and slow_fast features. When it comes to the run_on_video/run.py, the codes only extract the clip features. Is there a mistake here? Besides, could you please provide the run.py extracting both clip and slowfast features? Thank you.

jayleicn commented 2 years ago

Hi @fxqzb,

This is by design. Since CLIP feature extractor is quite easy to set up, while slowfast requires more dependencies. We don't have plans to provide one with both extractors.

Best, Jie

fxqzb commented 2 years ago

This is by design. Since CLIP feature extractor is quite easy to set up, while slowfast requires more dependencies. We don't have plans to provide one with both extractors.

Got it. Thank you for your quick reply!