YOLO (2)
- Object Detection and Image Classification with YOLO - Sep 10, 2018.
We explain object detection, how YOLO algorithm can help with image classification, and introduce the open source neural network framework Darknet. - How to Implement a YOLO (v3) Object Detector from Scratch in PyTorch: Part 1 - May 17, 2018.
The best way to go about learning object detection is to implement the algorithms by yourself, from scratch. This is exactly what we'll do in this tutorial.