#7 · Primary category: Computer Vision

yolov5

computer-vision coreml deep-learning image-classification inference instance-segmentation model-export model-training object-detection onnx pytorch tensorrt tflite ultralytics yolo 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