There is a newer version of the record available.

Published March 24, 2025 | Version v8.3.96

Ultralytics YOLO

  • 1. Ultralytics

Description

🌟 Summary

The Ultralytics 8.3.96 release focuses on simplifying Docker configurations, enhancing compatibility, and improving user experience for developers working with YOLO11 and related tools. 🚀

📊 Key Changes

  • 🛠 Unified Docker Setup: Removed the Dockerfile-nvidia-cuda and consolidated configurations into the main Dockerfile.
  • 📦 Preinstalled Key Libraries: Added tensorrt and onnxruntime-gpu to the Dockerfile for streamlined GPU workflows.
  • 🔇 Cleaner Logs: Suppressed TensorFlow warnings for a more user-friendly experience.
  • 🔄 Simplified PaddlePaddle Installation: Removed Python version constraints for easier compatibility.
  • 📖 Documentation Updates:
    • Added overclocking instructions for Raspberry Pi 5 to boost YOLO11 performance.
    • Expanded Docker documentation with new Dockerfiles for NVIDIA Jetson devices and JupyterLab.
  • ⚠️ Improved Version Warnings: Enhanced clarity in version mismatch messages to assist users in resolving issues quickly.

🎯 Purpose & Impact

  • Streamlined Docker Management: By unifying and optimizing Docker configurations, users benefit from reduced complexity and easier maintenance.
  • Enhanced GPU Workflows: Preinstalled libraries like tensorrt and onnxruntime-gpu save setup time and improve performance for GPU-based tasks.
  • Improved Usability: Suppressing TensorFlow warnings and simplifying PaddlePaddle installation make the tools more accessible and user-friendly.
  • Broader Hardware Support: New Dockerfiles and Raspberry Pi overclocking guidance enable better performance on diverse devices, from Jetson boards to Raspberry Pi.
  • Clearer Error Handling: Improved version warnings reduce confusion, helping users troubleshoot faster.

This release ensures a smoother, more efficient experience for developers and users across various platforms and workflows. 🌟

What's Changed

  • Fix latest-nvidia-cuda Docker tag by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/19835
  • Docker python3 > python symbolic links by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/19836
  • Fix check_version() report with multiple constraints by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/19840
  • Update Raspberry Pi doc with overclock information by @lakshanthad in https://github.com/ultralytics/ultralytics/pull/19841
  • Update Docker doc with missing Dockerfiles by @lakshanthad in https://github.com/ultralytics/ultralytics/pull/19842
  • ultralytics 8.3.96 Preinstall tensorrt and onnxruntime-gpu in Dockerfile by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/19845

Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.3.95...v8.3.96

Notes

If you use this software, please cite it using the metadata from this file.

Files

ultralytics/ultralytics-v8.3.96.zip

Files (2.2 MB)

Name Size Download all
md5:f7e8ec53c38621fdce00153594720d8f
2.2 MB Preview Download

Additional details

Related works