line / lighthouse

[EMNLP2024 Demo] A user-friendly library for reproducible video moment retrieval and highlight detection. It also supports audio moment retrieval.
https://www.arxiv.org/abs/2408.02901
Apache License 2.0
91 stars 9 forks source link

Cannot change the MR/HD model in gradio demo. #22

Closed imamuratakehiro closed 2 months ago

imamuratakehiro commented 2 months ago

I thought it would be nice to have a feature that allows selecting a model. Currently, I believe it is fixed to CG-DETR, but last time I wanted to try QD-DETR, so I had to rewrite it. I also think that the model name displayed in Gradio's UI is fixed to CG-DETR, so it would be better if that could be changed dynamically as well.

awkrail commented 2 months ago

To achieve this, we need to put all of the trained weights on Zendoo to easily download them via wget.

awkrail commented 2 months ago

Implemented #23