#260 · Primary category: Computer Vision
darknet_ros
YOLO ROS: Real-Time Object Detection for ROS
Project last updated:07/19/24
GitHub Stars
2.4K
Forks
1.2K
Contributors
22
License
BSD-3-Clause
Why we included this project
Robot developers who already build on ROS and want real-time object detection without bolting on a separate pipeline will get the most out of this package. It wraps the YOLOv3 network so camera frames come in and bounding-box detections go out as regular ROS messages, which downstream nodes can subscribe to like any other topic. Pre-trained models for the VOC and COCO class sets are included, so common objects such as people, vehicles, and animals are detected right away, and you can retrain for your own categories. Setup is heavier than a pip-install Python library, since you need a ROS distribution and the Darknet build working first, but for a ROS stack that is the point: the detector behaves like part of the system rather than a separate process. It is research code from ETH Zurich, so expect rough edges and treat it as a prototyping base rather than a production product.
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)