pypi ultralytics 8.3.171
v8.3.171 - `ultralytics 8.3.171` add NVIDIA NGC auth to Docker Action (#21556)

latest releases: 8.3.194, 8.3.193, 8.3.192...
one month ago

๐ŸŒŸ Summary

This release brings enhanced Docker workflow security with NVIDIA NGC authentication, a comprehensive new guide for deploying YOLO11 on Google Cloud Vertex AI, improved object tracking consistency, and several documentation and usability updates. ๐Ÿš€๐Ÿ”’

๐Ÿ“Š Key Changes

  • Secure NVIDIA NGC Access in Docker Builds: Docker GitHub Actions now support secure login to NVIDIA NGC, enabling access to NVIDIA resources during automated builds. ๐Ÿ”’๐Ÿณ
  • Vertex AI Deployment Guide: Added a detailed, step-by-step guide for deploying YOLO11 models on Google Cloud Vertex AI using Docker and FastAPI, making scalable cloud inference more accessible. โ˜๏ธ๐Ÿ“–
  • Object Tracking Improvements: Standardized bounding box formats and improved feature handling in BoT-SORT and BYTETracker for more reliable and maintainable tracking. ๐Ÿท๏ธ๐Ÿ”„
  • Cleaner Output Control: Progress bars (TQDM) are now automatically hidden when logging is set above INFO, reducing clutter for advanced users. ๐Ÿงน
  • IMX Export Stability: Pinned the pydantic dependency for IMX model export to prevent compatibility issues, and clarified export file naming in the documentation. ๐Ÿ“ฆ๐Ÿ“
  • Metrics Documentation: Expanded and unified docstrings for metrics classes, improving clarity and consistency for developers and users. ๐Ÿ“š

๐ŸŽฏ Purpose & Impact

  • Smoother Docker Automation: Secure NVIDIA NGC authentication ensures Docker builds can access advanced NVIDIA containers and resources, streamlining CI/CD for GPU-based workflows.
  • Easier Cloud Deployments: The new Vertex AI guide empowers users to deploy YOLO11 models at scale on Google Cloud, with best practices and troubleshooting tips for production environments.
  • More Reliable Tracking: Standardizing tracking code reduces bugs and confusion, making it easier to integrate and extend object tracking features.
  • User-Friendly Output: Automatic control of progress bar visibility provides a cleaner experience for users running scripts in production or with custom logging preferences.
  • Robust IMX Exports: Dependency pinning and clearer documentation minimize errors and confusion for users exporting models to Sony IMX devices.
  • Better Developer Experience: Improved documentation and code comments help both new and experienced users understand and extend the Ultralytics codebase.

Overall, this update strengthens security, usability, and documentation, while making advanced deployment and tracking features more accessible to the community. ๐ŸŒโœจ

What's Changed

New Contributors

Full Changelog: v8.3.170...v8.3.171

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.