Skip to content

Simple documentation to make you journey with YOLO easier

Notifications You must be signed in to change notification settings

kangyolo/get-started-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Get Started with YOLO Algorithm

YOLO is one of the most popular deep learning algorithm for object detection and classification. There are my versions of YOLO, started woth v3, v4, v5, v6 and v7. In this doc we will try on YOLOv3 first, then jump to YOLOv4 and YOLOv5 in other doc.

Enjoy Brodahhhh

Outline

  • Prerequisite Library
  • Brief of CNN
  • YOLOv3 for Images, Video and Live Cam (webcam or ipcam)
  • Simple GUI
  • Extract Class

In this doc, let's we assume that you are in intermediate level of Python programming.

Prerequisite Library

YOLO algorithm required two fundamentals libraries, there are OpenCV or cv2 and numpy. It's not hard to understand how to use this library. There are thousand of tutorial and guidance to understand those libraries. These are tutorial for them:

Brief of CNN

Convolutional neural Network or CNN is a powerfull alorithm to run YOLO. We should have fundamental understanding with this algoritm.

Basic CNN

YOLOv3 for Images, Video and Live Cam (webcam or ipcam)

YOLOv3 is the original version of YOLO family. There are various version of YOLO, there are v4, v5, v6, and the newest is v7. We will discuss about the original one first.

YOLOv3 Original

YOLOv3 can used for image and video (technically video is just a multiple images), both of recorded or live camera. I've upload YOLOv3 code for image and video.

YOLOv3 by Oki

Thank You! Enjoy your Journey!

Written by: Oki Aryawan

About

Simple documentation to make you journey with YOLO easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published