devaansh100 / CLIPTrans

Official implementation for the paper "Transferring Visual Knowledge with Pre-trained Models for Multimodal Machine Translation", published at ICCV'23.
19 stars 3 forks source link

about pretrained dataset #6

Open skylie-xtj opened 2 weeks ago

skylie-xtj commented 2 weeks ago

Hi, I want to use another dataset but find that it should generate this pretrained models: https://drive.google.com/drive/folders/1TqqSdlmZxXRgnMc5Gg7ijoUz56gzWQeq?usp=sharing

So how to generate this pth file for another dataset?

Thank you for your help!

devaansh100 commented 1 week ago

Hey, sorry for the delayed response.

These files can be generated by training CLIPTrans on the target dataset - you can follow the instructions given in the README for the commands.