Announcing Ultralytics v8.2.75 Release!
Summary
We are thrilled to announce the release of Ultralytics YOLO v8.2.75! This update brings significant improvements to our Docker environment and enhances the Inference API documentation, making it easier and more efficient for users to deploy and utilize our models.
Key Changes
Dockerfile Updates
- Environment Variables: Weโve added several environment variables such as
PYTHONUNBUFFERED
,PYTHONDONTWRITEBYTECODE
,PIP_NO_CACHE_DIR
, andPIP_BREAK_SYSTEM_PACKAGES
to improve Docker builds and runtime behavior. - Git Configuration: Simplified git configuration steps to avoid potential misconfigurations, making it more straightforward for developers.
- Efficient Pip Usage: Optimized pip install commands to reduce build times by caching dependencies.
Inference API Documentation
- Dedicated API: Introduced a Dedicated Inference API for Pro users, leveraging Google Cloud infrastructure for robust, scalable, and low-latency inference solutions.
- Documentation Improvements: Expanded and detailed the usage of the Inference API with clearer instructions and examples for both shared and dedicated API usage.
Technical Documentation
- Various minor adjustments to clarify usage and parameters, improving overall user experience, especially for new users.
Purpose & Impact
Enhanced Docker Builds
- Environment Variables: These additions lead to more efficient Docker container operations and fewer errors.
- Git Configuration: Simplifies the setup process, reducing potential errors.
- Efficient Pip Usage: Reduces build times by caching dependencies, making the development process faster.
Inference API Enhancements
- Dedicated API: Provides Pro users with a high-performance and reliable inference solution.
- Documentation Improvements: Ensures users can implement these features with ease, enhancing the overall user experience.
Usability Improvements
- Documentation Refinements: Helps users better understand and utilize the APIs and system configurations.
Whatโs Changed
- Fix Docker git permissions by @glenn-jocher in #14995
- Dedicated Inference API Docs by @sergiuwaxmann in #14992
- Update HUB Inference API Docs by @RizwanMunawar in #15035
- Add
allow_background_images=True
in split_dota.py by @Galasnow in #15037 - New Docs author profiles by @glenn-jocher in #15050
New Contributors
Full Changelog: v8.2.74โฆv8.2.75
Try It Out!
We encourage you to try out the new release and provide your feedback. Your insights are invaluable to us and help us improve continuously.
Thank you for being a part of the Ultralytics community!