pytorch-retinanet icon indicating copy to clipboard operation
pytorch-retinanet copied to clipboard

raise FileNotFoundError("No such file: '%s'" % fn)

Open JwDong2019 opened this issue 5 years ago • 6 comments

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?

JwDong2019 avatar Jul 05 '19 09:07 JwDong2019

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?

niket1594 avatar Oct 15 '19 19:10 niket1594

Hello,have you solved the problem yet? thank you! @JwDong2019 @niket1594

klyjb avatar Nov 28 '19 07:11 klyjb

Loading the image path in dataloader.py is not correct.

klyjb avatar Nov 28 '19 13:11 klyjb

hello, have you solved this problem? thanks! @JwDong2019 @niket1594 @klyjb

SISTMrL avatar Apr 24 '20 09:04 SISTMrL

@SISTMrL @JwDong2019 @niket1594 @klyjb any answers?

SaiXilinx avatar May 16 '20 14:05 SaiXilinx

hello, have you solved this problem? thanks!I have the same problem...

bamboo821 avatar Aug 16 '21 13:08 bamboo821