microsoft/X-Decoder

Missing file 'caption_class_similarity.pth'

huangrunhui opened this issue · 2 comments

Hi, I found the coco dataset mapper missing this file 'caption_class_similarity.pth'. I'm wondering if you could release the script to generate this file.

self.caption_similarity = torch.load(MetadataCatalog.get('logistic').get('caption_similarity_pth'))

Besides, do you have any plans to release the training scripts?

jwyang commented

Hi, @huangrunhui, thanks for pointing out this, will fix the problem. Regarding the release of training code, we are decoupling it from our internal codebase, which may take a few weeks from now. thanks!