LdDl/yolo-go
Port of Darknet YOLO for Go ecosystem
This tool helps Go developers integrate real-time object detection into their applications. You feed it images and a network configuration, and it identifies and locates objects within those images. It's designed for software engineers building applications that need to 'see' and understand what's in pictures or video frames.
No commits in the last 6 months.
Use this if you are a Go developer who needs to incorporate YOLOv3 or tiny-YOLOv3 based object detection capabilities into your Go-based projects.
Not ideal if you are looking for a pre-packaged, ready-to-use application for object detection without writing Go code, or if you require training new models (this feature is currently a work in progress).
Stars
29
Forks
2
Language
Go
License
Apache-2.0
Category
Last pushed
Dec 21, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/LdDl/yolo-go"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/ultralytics
Ultralytics YOLO 🚀
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
RizwanMunawar/yolov8-object-tracking
YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics