https://github.com/chetan6780/object-detection-using-yolo
Implementation of YOLO(deep learning algorithm) for faster object detection and classification
https://github.com/chetan6780/object-detection-using-yolo
computer-vision opencv opencv-python yolov3
Last synced: 2 months ago
JSON representation
Implementation of YOLO(deep learning algorithm) for faster object detection and classification
- Host: GitHub
- URL: https://github.com/chetan6780/object-detection-using-yolo
- Owner: chetan6780
- Created: 2021-04-08T13:24:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T09:32:07.000Z (about 5 years ago)
- Last Synced: 2025-01-11T13:29:12.628Z (over 1 year ago)
- Topics: computer-vision, opencv, opencv-python, yolov3
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-detection-using-YOLO
In this project I have implemented object detection using YOLO(You Look Only Once). YOLO is deep learning algorithm introduced in may 2016 and it quickly become popular as it is fast as well as accurate even on CPU
### Weight files can be found [here](https://pjreddie.com/darknet/yolo/), withought weight file it will not work
### Watch [YouTube Video](https://youtu.be/b-kcZo_19CY)