v8.3.11
版本发布时间: 2024-10-13 02:14:42
ultralytics/ultralytics最新发布版本:v8.3.36(2024-11-22 19:26:55)
🌟 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
yolov8n
toyolo11n
across varying export formats. - ⚙️ Suppression of
onnx2tf
INT8-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.11
suppressonnx2tf
INT8-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