YOLOv5
YOLOv5, que significa You Only Look Once versão 5, é um modelo de última geração de detecção de objetos developed by Ultralytics. It belongs to the família YOLO (You Only Look Once) family of models, which are known for their ability to detect objects in images and videos in real-time.
A principal força do YOLOv5 reside em its balance between speed and accuracy, making it suitable for a variety of applications ranging from surveillance systems to self-driving cars. Unlike traditional object detection methods that typically involve multiple stages, YOLOv5 processes images in a single pass, allowing it to achieve high frame rates even on standard hardware. This capability is particularly valuable in environments where quick decision-making é crítico.
YOLOv5 comes in different sizes – small (YOLOv5s), medium (YOLOv5m), large (YOLOv5l), and extra-large (YOLOv5x) – offering a range of performance levels depending on the hardware available and the specific requirements of the task. Each variant is designed to cater to different use casos, proporcionando flexibilidade para desenvolvedores e pesquisadores.
Uma das características notáveis do YOLOv5 é seu uso do PyTorch framework, which simplifies the model’s implementation and enhances its adaptability. Additionally, YOLOv5 supports various augmentations and optimizations that improve its detection capabilities without sacrificing speed.
Em resumo, o YOLOv5 é uma ferramenta poderosa no campo de visão computacional, enabling rapid and accurate object detection in a wide array of applications.