/Object-Detection-with-YOLO

Object Detection in an Image with YOLO v3

Primary LanguageJupyter Notebook

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