Tagged in

Neural Networks

Escapades in Machine Learning
Escapades in Machine Learning
A collection of articles documenting my undersatnding of various DL and ML concepts
More information
Followers
57
Elsewhere
More, on Medium

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…