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 725 forks source link

Quick question #67

Open david-littlefield opened 3 years ago

david-littlefield commented 3 years ago

Thanks, Ayoosh! Your Paperspace articles and YouTube videos on implementing YoloV3 from scratch were incredibly helpful. The way you walked through parsing the configuration file and rebuilding the model architecture was especially easy to follow and understand.

If you get a chance, perhaps you could help clear something up real quick.

In the third article, you use some equations that aren't provided in the academic paper.

In hindsight, how would someone know what to do if it's not included in the paper?