How to implement a YOLO (v3) object detector from scratch in PyTorch: Part 1
Tutorial on building YOLO v3 detector from scratch detailing how to create the network architecture from a configuration file, load the weights and designing input/output pipelines.