Skip to content

jarix/ML_Yolov3_Object_Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Object detector inference implementation utilizing YOLO v3 network trained with the COCO dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors