YOLOv2 icon indicating copy to clipboard operation
YOLOv2 copied to clipboard

cannot have the correct output with training darknet19

Open kakutit opened this issue 7 years ago • 2 comments

hey guys, i started train YOLOv2 using the tutorial. but when i finish it and then run python darknet19_predict.py items/Dog.png this code, always get incorrect output like below. ############################################## loading image... loading model... 1Tyrannosaurus : 44.34% 6Dog : 33.14% 5Rhino : 21.69% 9Parasarolophus : 0.37% 3Triceratops : 0.30% 4Riopururodon : 0.09% 7Erasmosaurus : 0.03% 8Ammonite : 0.02% 10Deer : 0.02% 2Brachiosaurus : 0.01% ############################################## or if i change the png file to deer, will get like below output. ############################################## python darknet19_predict.py items/10Deer.png loading image... loading model... 1Tyrannosaurus : 99.96% 5Rhino : 0.03% 6Dog : 0.01% 9Parasarolophus : 0.00% 8Ammonite : 0.00% 2Brachiosaurus : 0.00% 4Riopururodon : 0.00% 7Erasmosaurus : 0.00% 10Deer : 0.00% 3Triceratops : 0.00% ##############################################

did anyone get the same trouble? or any idea to fix this? REALLY NEED HELP, thank you.

kakutit avatar Jan 16 '18 09:01 kakutit

btw, i ran those codes with NVIDIA Geforce GTX1080Ti, if you have any recommendation to the environment, please tell me. thank you :)

kakutit avatar Jan 16 '18 09:01 kakutit

I can see the same error. I can see that accuracy has not increased at the time of learning, but I do not know how to solve it.

yuma116 avatar Jan 16 '18 20:01 yuma116