a-PyTorch-Tutorial-to-Image-Captioning
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard
How to generate sentid's for another dataset?
I am trying to train this model using the CUB data set for birds. Therefore I need to create a JSON file like dataset_coco.json for COCO, but for CUB. How would I generate the sentid's for another data set?
@hughkf Have you succeed in creating a JSON file like dataset_coco.json?