https://github.com/faisalahmedbijoy/object-detection-with-yolo
Object Detection in an Image with YOLO v3
https://github.com/faisalahmedbijoy/object-detection-with-yolo
image-processing object-detection yolov3
Last synced: 6 months ago
JSON representation
Object Detection in an Image with YOLO v3
- Host: GitHub
- URL: https://github.com/faisalahmedbijoy/object-detection-with-yolo
- Owner: FaisalAhmedBijoy
- Created: 2021-03-12T11:01:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T17:54:51.000Z (over 4 years ago)
- Last Synced: 2025-03-25T06:41:44.312Z (7 months ago)
- Topics: image-processing, object-detection, yolov3
- Language: Jupyter Notebook
- Homepage:
- Size: 2.33 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Detection-with-YOLO
Object Detection in an Image with YOLO v3
- Download yolo.cfg and yolo.weights from https://pjreddie.com/darknet/yolo/
- Create Blob from Image
- Initialize YOLO with Blobs
- Define box parameter, confidence level and class ids
- Non Maximum Supression
- Draw the Bounding BoxUseful links
- https://www.kaggle.com/utkarshxy/object-detection-with-yolo-complete-theory-5mins
- https://stackoverflow.com/questions/50575301/yolo-object-detection-how-does-the-algorithm-predict-bounding-boxes-larger-than
- https://github.com/pjreddie/darknet
- https://www.youtube.com/watch?v=1LCb1PVqzeY