A detailed walkthrough of the YOLOv3 paper covering the key improvements over YOLOv2: the Darknet-53 backbone with residual blocks, multi-scale detection heads (13×13, 26×26, 52×52), multilabel classification using sigmoid instead of softmax, and binary cross-entropy loss. Includes a full PyTorch implementation from scratch,

27m read time From towardsdatascience.com
Post cover image
Table of contents
What Makes YOLOv3 Better Than YOLOv2YOLOv3 Architecture ImplementationReferences

Sort: