This repo will go over how YOLOv3 works and we will implement it from scratch both in PyTorch and in TensorFlow/Keras
This is how YOLOv3 works (include images, graphs, etc.)...
The implementation in PyTorch is explained here.
The implementation in TensorFlow/Keras is explained here.