Ultralytics v8.3.84 Release Announcement
We are excited to introduce Ultralytics v8.3.84, packed with meaningful improvements to segmentation, documentation, and model usability. This release focuses on cleaner outputs, easier learning, and enhanced validation capabilities. Read on for all the details!
Summary
The v8.3.84 release enhances YOLO’s segmentation accuracy, strengthens documentation, and refines validation settings to provide a more seamless user experience. Highlights include:
Segmentation Optimization: Filtering out predictions with empty masks for more focused and usable outputs.
Improved Documentation: Better instructional materials, including new YouTube resources and clearer code example refinements.
Validation Refinements:
save_hybrid
mode is now restricted to detection tasks only, preventing evaluation errors.
New Features & Key Changes
Segmentation Optimization
YOLO models now automatically remove predictions with empty masks, ensuring only meaningful segmentation data is retained. This significantly improves result reliability and clears away irrelevant data for streamlined workflows.
Updated Documentation
-
A new YouTube guide for SAHI Tiled Inference is now live! Learn more via this easy-to-follow resource.
-
Clearer code examples for tools like
Colors
andmerge_equals_args
, creating a more user-friendly learning path.PRs:
Validation Enhancements
The save_hybrid
mode has been limited to detection tasks to prevent incorrect validation usage with other models like segmentation or OBB (oriented bounding box). This ensures evaluation results remain accurate across all use cases.
Purpose & Impact
Cleaner Outputs: Segmentation workflows now offer cleaner, more relevant results by omitting invalid predictions.
Better Onboarding: Enhanced documentation ensures a smooth experience for both new and advanced users.
Safer Validation: Limiting
save_hybrid
avoids misuse of validation settings, promoting error-free evaluations.
Changelog & Resources
- View the full changelog for all updates.
- Access the v8.3.84 release notes.
Try It Out Today!
Update your Ultralytics package to the latest version, explore the improvements, and let us know what you think! Your feedback helps refine our tools to better serve the YOLO community.
pip install ultralytics --upgrade
We encourage you to try out the new features and improvements and share your thoughts on their impact. Drop us a message in the Ultralytics GitHub Discussions—we’d love to hear from you.
Thank you for being a part of the YOLO journey. All these advancements wouldn’t be possible without the incredible contributions from our community and Ultralytics team!