https://github.com/neemiasbsilva/yolov3-detect-person-car
Using YOLO (You Only Look Once) object detection algorithm to detect persons and cars.
https://github.com/neemiasbsilva/yolov3-detect-person-car
algorithm bounding-boxes cars cars-person cnn-keras computer-vision data-science deep-learning detect-car detect-person detect-persons detection-algorithm keras-tensorflow object-detection python python3 region yolo yolo3 yolov3
Last synced: about 2 months ago
JSON representation
Using YOLO (You Only Look Once) object detection algorithm to detect persons and cars.
- Host: GitHub
- URL: https://github.com/neemiasbsilva/yolov3-detect-person-car
- Owner: neemiasbsilva
- License: mit
- Created: 2020-05-19T10:47:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T10:49:40.000Z (over 5 years ago)
- Last Synced: 2025-02-23T20:15:51.539Z (8 months ago)
- Topics: algorithm, bounding-boxes, cars, cars-person, cnn-keras, computer-vision, data-science, deep-learning, detect-car, detect-person, detect-persons, detection-algorithm, keras-tensorflow, object-detection, python, python3, region, yolo, yolo3, yolov3
- Language: Python
- Homepage:
- Size: 772 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Using YOLO (You Only Look Once) object detection algorithm to detect persons and cars
![]()
![]()
Person and cars Vereinigtes Königreich, Anthony Delanoix and Steve Long.
[](https://travis-ci.org/keras-team/keras) [](https://www.tensorflow.org/api_docs/)
## 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](https://arxiv.org/abs/1804.02767).
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
#