kuanghuei / SCAN

PyTorch source code for "Stacked Cross Attention for Image-Text Matching" (ECCV 2018)
Apache License 2.0
549 stars 113 forks source link

Custom Vocab File. #49

Open latuanvinh1998 opened 2 years ago

latuanvinh1998 commented 2 years ago

Hello @kuanghuei. I read your paper and the "Data pre-processing" section carefully, but I could not find how to produce my vocab.json file for my custom dataset. Could it be coco_precomp_vocab.json is enough for downstream on another dataset or if I need to create a new vocab file for my custom dataset? Thank you for your excellent work.