a-PyTorch-Tutorial-to-Image-Captioning icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard

creat_input_files.py error

Open zms1304210716 opened this issue 3 years ago • 1 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?

zms1304210716 avatar Apr 10 '22 08:04 zms1304210716

Remove img['filepath'] from utils.py

jainnipun11 avatar Apr 18 '22 01:04 jainnipun11