Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 401 Bytes

File metadata and controls

2 lines (2 loc) · 401 Bytes

YOLOv3Tutorial

YOLOv3 is an object detection algorithm designed to operate in real time. The current version of YOLOv3 uses PyTorch as a backend so you will need to have torch and torchvision installed, as well as imageAI. There is a little bit of information as to how YOLO works but this tutorial is designed to show you how simple it is to get a simple object detection algorithm working.