Skip to content

Using YOLO (You Only Look Once) object detection algorithm to detect persons and cars.

License

Notifications You must be signed in to change notification settings

neemiasbsilva/YOLOv3-detect-person-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using YOLO (You Only Look Once) object detection algorithm to detect persons and cars

Build Status Documentation

Overview

YOLO can view an image and draw bounding over what it perceives as identified classes. We apply a single neural network to the full image. This network divedes the image into regions and predicts bounding boxes and probabilities for each region. These bounding boxes are weighted by the predicted probabilities. For more information about this algorithm, please, click here.

Source code: https://github.com/xiaochus/YOLOv3.

Experiment and Result

Result of Persons and cars Vereinigtes Königreich, Anthony Delanoix and Steve Long.

Sincerely: Neemias B. da Silva