v8.3.57
版本发布时间: 2025-01-03 04:35:14
ultralytics/ultralytics最新发布版本:v8.3.58(2025-01-06 00:37:09)
🌟 Summary
The v8.3.57 release includes improved hardware and platform detection in Docker containers, new image annotation visualization utilities, stricter argument validation for export functions, and enhanced documentation.
📊 Key Changes
- 🔧 Hardware Detection Fix for Docker: Extended platform detection capabilities by supporting
is_jetson()
andis_raspberrypi()
inside Docker environments without requiring risky privileged mode. - 🖼️ Annotation Visualization Function: Introduced
visualize_image_annotations
for previewing YOLO bounding boxes and labels over images pre-training. - 🚀 Export Enhancements: Improved validation for model export arguments, refined metadata generation, and updated TensorFlow compatibility with
onnx2tf
. - 🗂️ Documentation Tweaks:
- Embedded video tutorials directly into guides to simplify learning.
- Enhanced dataset explorer and SKU-110k dataset documentation for better clarity.
- Adjusted page navigation in solution docs for easier access.
🎯 Purpose & Impact
- 🔍 Enable Safe GPU Deployments: The new device detection enhances NVIDIA Jetson and Raspberry Pi compatibility when working in Docker, without compromising security.
- 🎨 Dataset Quality Checks: Users can now visually verify and correct dataset annotations before model training, reducing training inaccuracies caused by bad labels.
- ⚙️ Smooth Export Workflow: Stricter checks and dependency updates ensure users face fewer issues when exporting models across formats and environments.
- 🎥 Improved Usability: Embedded tutorials directly in the docs empower both new and experienced users with visual, hands-on learning resources.
- 🗃️ Streamlined Navigation: Re-organized documentation improves discoverability of solutions and resources.
This release not only focuses on hardware compatibility improvements but also empowers users with tools to refine projects and workflows efficiently while offering an enhanced user experience! 🚀✨
What's Changed
- Add https://youtu.be/bjkt5OE_ANA and https://youtu.be/SyyCUvxw9BM to docs by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/18478
- Update page order for Ultralytics Solutions docs. by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/18479
- Fix explorer.md python codeblocks by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/18471
- PyCharm Code and Docs Inspect fixes v1 by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/18461
- Add
visualize_image_annotations
function by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/18430 - Add export args to model metadata by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/18472
-
ultralytics 8.3.57
Supportis_jetson()
andis_raspberrypi()
in Docker images by @lakshanthad in https://github.com/ultralytics/ultralytics/pull/18449
Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.3.56...v8.3.57