OmkarThawakar / composed-video-retrieval

Composed Video Retrieval
Apache License 2.0
29 stars 0 forks source link

incomplete modeling code #2

Open zef1611 opened 2 months ago

zef1611 commented 2 months ago

Hi, thank you for this wonderful work. However, while reproducing this work I notice that the code of your proposed model in file src/models/blip_cir.py and the webvid_covr are incomplete. It would be wonderful if you could update the remaining code and dataloader. Again, thank you for your wonderful work.

OmkarThawakar commented 2 months ago

Hi @zef1611 ,

Thanks for pointing it out. We have updated the code for dataloader. We will add third embedding in blip_cirr.py shortly. Meantime you can try our code and models. Using 2 embeddings in blip_cirr.py our model still shows R@1>59 .

Thanks