ayooshkathuria / YOLO_v3_tutorial_from_scratch

Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/
2.32k stars 724 forks source link

Different results from the original darknet #38

Open priyankasin opened 5 years ago

priyankasin commented 5 years ago

I have run your code and darknet_alexey with the same images and same weights but I got different results. Earlier you had the same issue and you resolve this issue, but I still got the error with your updated repo. can you please help me to resolve the issue?

_Originally posted by @priyankasin in https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch/issues/9#issuecomment-472339887_