#535 · Primary category: Computer Vision

object-detection-opencv

computer-vision deep-learning machine-learning object-detection opencv python yolo

YOLO Object detection with OpenCV and Python.

Project last updated:12/25/22

GitHub Stars

510

Forks

355

Contributors

2

License

MIT

Why we included this project

This repo shows how to run YOLO v3 object detection through OpenCV's dnn module using just numpy and opencv-python. You supply an image, config file, weights, and class list via a single command line, and it draws the bounding boxes. The code is a few short scripts, simple enough to read through in one sitting and modify for your own experiments. Teams testing whether OpenCV's built-in inference fits a quick prototype will find the command-line setup easy to copy. It is a tutorial example rather than a deployable service, but that makes it a solid way to try detection locally without a heavy deep-learning stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category