Published October 12, 2024
| Version v8.3.11
Software
Open
Ultralytics YOLO
Description
🌟 Summary
The release of Ultralytics YOLO v8.3.11 focuses on a model naming overhaul and version synchronization for enhanced clarity.
📊 Key Changes
- 📦 Version bump from 8.3.10 to 8.3.11.
- 🔄 Model file names updated from
yolov8ntoyolo11nacross varying export formats. - ⚙️ Suppression of
onnx2tfINT8-FP16 activation errors, ensuring smoother conversion processes.
🎯 Purpose & Impact
- Naming Consistency: By aligning model names across exports, users gain a more cohesive understanding of the model variation and version they are using.
- User Convenience: The streamlined naming aids in identifying and using model exports effectively, leading to a smoother workflow for developers.
- Error Reduction: Addressing specific activation errors enhances the reliability and usability of the exports, particularly when using different formats for deployment.
What's Changed
- Add HUB-SDK badges to CI Docs by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16855
- Trigger GitHub Action on successful Docker Deploy by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16858
- Only trigger additional Actions on new Ultralytics releases by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16859
- Fix CI docker.yaml by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16869
- Update YOLOv8n to YOLO11n in args by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16873
- Add camera device to inference sources by @Y-T-G in https://github.com/ultralytics/ultralytics/pull/16866
ultralytics 8.3.11suppressonnx2tfINT8-FP16 act error by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16874
Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.3.10...v8.3.11
Notes
Files
ultralytics/ultralytics-v8.3.11.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:39657976a3796d0472cb2e96dc021931
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.3.11 (URL)