Part 1 : Understanding How YOLO works
Part 2 : Creating the layers of the network architecture
Part 3 : How to implement a YOLO (v3) object detector from scratch in PyTorch
Part 4 : Objectness Confidence Thresholding and Non-maximum Suppression
Part 5 : Designing the input and the output pipelines