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

Did everything right, but "No detections were made" #49

Open xinmokunshou opened 5 years ago

xinmokunshou commented 5 years ago

Thanks for your time, please help me with this. This a part of detect.py. I put a few " print() " in it to see which part goes wrong:

233

Then i got this result:

2334

I did my best but still can't find out which part cause that.

@e-sha @ayooshkathuria