Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 968 Bytes

File metadata and controls

26 lines (19 loc) · 968 Bytes

ML_Yolov3_Object_Detector

Object detector inferencing implementation utilizing Yolov3 network trained with the COCO dataset. For simplicity, this implementation utilizes OpenCV backend and runs on CPU only. It displays the original image and then the results with detected classes with bounding boxes and confidence levels.

Usage

yolov3_object_detector <input_image_file>

Notes

Dependencies

  • OpenCV
  • Darknet
  • Boost

Examples

Motorcycles Image Motorcycles Image Results Miami Beach Image Miami Beach Image Results