vincentgong7 / VG_AlexeyAB_darknet

A forked AlexeyAB Darknet repo with extra convenient functions.
https://darknet.gong.im
Other
84 stars 41 forks source link

Training yourself for data errors:STB Reason: can't fopen,Cannot load image "VOC2007/images/052.jpg" #16

Open kay2019-art opened 4 years ago

kay2019-art commented 4 years ago

When I trained my data to report an error when reading the picture, I began to check online that the train. txt might be a format error, and then I reported the same error after converting it into the Linux format. I haven't found the reason, please tell me how to solve it.

STB Reason: can't fopen Cannot load image "VOC2007/images/045.jpg" STB Reason: can't fopen Cannot load image "VOC2007/images/102.jpg" STB Reason: can't fopen Cannot load image "VOC2007/images/110.jpg" STB Reason: can't fopen Cannot load image "VOC2007/images/015.jpg" STB Reason: can't fopen Cannot load image "VOC2007/images/055.jpg" STB Reason: can't fopen Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/067.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/070.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/079.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/105.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/033.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/009.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/084.txt Can't open label file. (This can be normal only if you use MSCOCO): VOC2007/images/119.txt

vincentgong7 commented 4 years ago

Hi, If you want to train your own model, I suggest you using the original repo, as I did not test the training function in my repo.