a-PyTorch-Tutorial-to-Image-Captioning
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard
How to make my own dataset
I want to make my own dataset to train this model, so how do I make my own dataset step by step?
I alread have collected 1800 images,I want to know how to make my own dataset to train this model
Go to utils.py which has the create_input_files function. Follow the steps carefully and you can train this on any dataset