An open API service indexing awesome lists of open source software.

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

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 Box

Useful 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