YOLO_v2 and YOLO9000 Part 2

In part1 of the series, I explained how the accuracy of YOLO_v1 was improved by multiple tweaks to the…


YOLO v1: Part3

Introduction

This is the final part in the YOLOv1 series following YOLOv1: Part 2. The previous part covered the working of the neural network detailing the architecture and the convolution process. This part will cover the details of the loss function and some…