krasserm / fairseq-image-captioning

Transformer-based image captioning extension for pytorch/fairseq
Apache License 2.0
313 stars 56 forks source link

Testing on own dataset #32

Open arsalananwar11 opened 2 years ago

arsalananwar11 commented 2 years ago

Hey there, I want to generate captions on my own dataset. I added my images in the required folders but Im not able to generate the captions. Its says the required .npy files for the images are not present. Should the .npy files be present for the test images as well?