jayleicn / ClipBERT

[CVPR 2021 Best Student Paper Honorable Mention, Oral] Official PyTorch code for ClipBERT, an efficient framework for end-to-end learning on image-text and video-text tasks.
https://arxiv.org/abs/2102.06183
MIT License
702 stars 86 forks source link

Is trained Video-Text Retrieval model available? #22

Closed fjchange closed 3 years ago

fjchange commented 3 years ago

Thanks for releasing the image-text pretraining models and codes. But for the convenience of further exploring on your model, can you offer the trained models?

jayleicn commented 3 years ago

Hi @fjchange,

Sorry we do not have plans to release finetuned models as of now. It shouldn't be too hard to finetune a the pretrained model following the finetuning instructions. Let us know if you meet any issue in doing so. Thanks!!

Best, Jie