#7 · Primary category: Computer Vision
yolov5
Ultralytics YOLOv5 in PyTorch for object detection, instance segmentation, classification, training, and export.
Project last updated:08/28/26
GitHub Stars
57.9K
Forks
17.5K
Contributors
350
License
AGPL-3.0
Why we included this project
YOLOv5 is a PyTorch model for object detection that has been around long enough to become a dependable default in the computer vision field. The repository includes a complete training pipeline, so you can fine-tune a pretrained checkpoint on your own labeled data rather than building detection logic from scratch. Export paths to ONNX, TensorRT, CoreML, and TFLite make it straightforward to move a trained model to edge devices, mobile apps, or a production inference server. It is also a reasonable place to start if you are new to the field: the code is readable, the documentation is solid, and the volume of tutorials and community discussion means you will rarely be stuck for long. Teams that just need a working object-detection baseline will find the pretrained weights and documented workflows save most of the setup time.
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)