neemiasbsilva / YOLOv3-detect-person-car

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 57.4%Language:Jupyter Notebook 42.6%