文章大纲
简介
github:https://github.com/ultralytics/yolov5
文档:https://docs.ultralytics.com/
YOLO an acronym for ‘You only look once’, is an object detection algorithm that divides images into a grid system. Each cell in the grid is responsible for detecting objects within itself.
YOLO is one of the most famous object detection algorithms due to its speed and accuracy.
原理
入门
Tips-for-Best-Training-Results
https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results
网络模型与可视化
网页版:
https://lutzroeder.github.io/netron/
下载链接:
https://github.com/lutzroeder/netron