Object Detection with YOLO (You Only Look Once)

Matheus Schmitz
LinkedIn
Github Portfolio

Intro

Implementation of the YOLO v3 architecture for object detection in images.

Configuration File: https://github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg
Work Based On: https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/
Source Github: https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch

Part 1 - Neural Network Backend

Part 2 - Input Processor Frontend

Part 3 - Visualize Results

End

Matheus Schmitz
LinkedIn
Github Portfolio