pytorch-retinanet
pytorch-retinanet copied to clipboard
raise FileNotFoundError("No such file: '%s'" % fn)
When i run train.py, I ran into an erro: raise FileNotFoundError("No such file: '%s'" % fn) FileNotFoundError: No such file: '~path/pytorch-retinanet-yhenon/COCO/images/train2017/000000474769.jpg'. But i can find this picture in coco dataset. maybe due to "for iter_num, data in enumerate(dataloader_train):", but i don't know how to solve it?
Hey have you solved it?? I am also getting the same error.
When i run train.py, I ran into an erro: raise FileNotFoundError("No such file: '%s'" % fn) FileNotFoundError: No such file: '~path/pytorch-retinanet-yhenon/COCO/images/train2017/000000474769.jpg'. But i can find this picture in coco dataset. maybe due to "for iter_num, data in enumerate(dataloader_train):", but i don't know how to solve it?
Hello,have you solved the problem yet? thank you! @JwDong2019 @niket1594
Loading the image path in dataloader.py is not correct.
hello, have you solved this problem? thanks! @JwDong2019 @niket1594 @klyjb
@SISTMrL @JwDong2019 @niket1594 @klyjb any answers?
hello, have you solved this problem? thanks!I have the same problem...