Discover the new YOLOv5 v6.2 release with classification models, ClearML integration, GPU benchmarks, training reproducibility, and more.
YOLOv5 is pushing the state of the art in object detection to new heights! From new classification models, training reproducibility, and Apple Metal Performance Shader (MPS) Support, to integrations with ClearML and Deci, we present to you the new YOLOv5 v6.2 release.
We’ve been working on improving your favorite YOLO Vision AI architecture since our latest release in February 2022. These are the most important updates in the latest YOLOv5 v6.2:
Our main goal with this release is to introduce simple YOLOv5 classification workflows, just like our existing object detection models. The new v6.2 YOLOv5-cls models are just a start, we will continue to improve these going forward together with our existing detection models. We'd love your contributions to this effort!
This release incorporates 401 PRs from 41 contributors since our last release in February 2022. It adds Classification training, validation, prediction and export (to all 11 formats), and also provides ImageNet-pre-trained YOLOv5m-cls, ResNet (18, 34, 50, 101) and EfficientNet (b0-b3) models.
We trained YOLOv5-cls classification models on ImageNet for 90 epochs using a 4xA100 instance, and we trained ResNet and EfficientNet models alongside with the same default training settings to compare. We exported all models to ONNX FP32 for CPU speed tests and to TensorRT FP16 for GPU speed tests. We ran all speed tests on Google Colab Pro for easy reproducibility.
Our next release, v6.3 is scheduled for September 2022 and will bring official instance segmentation support to YOLOv5, with a major v7.0 release later this year updating architectures across all 3 tasks - classification, detection, and segmentation.
Visit our YOLOv5 open-source GitHub repository to stay up to date and find out more about this release.
Begin your journey with the future of machine learning