#535 · Primary category: Computer Vision
object-detection-opencv
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)