sgrvinod / a-PyTorch-Tutorial-to-Image-Captioning

Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning

Repository from Github https://github.comsgrvinod/a-PyTorch-Tutorial-to-Image-CaptioningRepository from Github https://github.comsgrvinod/a-PyTorch-Tutorial-to-Image-Captioning

creat_input_files.py error

zms1304210716 opened this issue · comments

'path = os.path.join(image_folder, img['filepath'], img['filename']) if dataset == 'coco' else os.path.join(
KeyError: 'filepath'' ----how do i solve this error?

Remove img['filepath'] from utils.py