Announcing Ultralytics v8.2.59 Release!
Hello Ultralytics Community!
We are thrilled to announce the release of Ultralytics v8.2.59! This update brings a host of enhancements and fixes designed to improve your experience and the performance of your models. Here’s a quick rundown of what’s new:
Key Features and Improvements
- Model Training Simplification: Training commands now use more specific model types (
yolov8n-pose.pt
,yolov8n-seg.pt
), making it easier to select the correct model for your tasks. - Kaggle Integration Guide: A comprehensive guide to using Kaggle, complete with new features and troubleshooting sections, is now available. Leverage Kaggle’s free cloud computing resources for training and evaluating your models.
- Enhanced Documentation: Improved annotation and result management documentation for
FastSAM
andSAM
models, making it more accessible for new users. - Improved Result Handling: Better management of predicted results for various YOLO model types (detection, OBB, pose, and segmentation) with support for txt saving.
- User Notifications: A new warning for incorrect mAP calculations when
save_hybrid=True
is enabled, ensuring more accurate evaluation processes.
Detailed Changes
- Fix
model
parameter in Pose, Segment dataset train examples by @lunarifish in #14505 - Warn on
save_hybrid=True
by @glenn-jocher in #14484 - Remove redundant assignment by @aryanjassal in #14498
- Update
FastSAM
andSAM
docs by @Laughing-q in #14499 - Add Kaggle Integrations Docs Page by @abirami-vina in #14487
- Fix
Enable Tracking
Button and Optimize FPS in Streamlit Application by @lakshanthad in #14508 ultralytics 8.2.59
useResults.save_txt
for validation by @Laughing-q in #14496
New Contributors
We are excited to welcome our new contributors:
- @lunarifish made their first contribution in #14505
- @aryanjassal made their first contribution in #14498
Full Changelog
For a complete list of changes, check out the full changelog.
We encourage you to try out the new release and share your feedback. Your input is invaluable in helping us improve Ultralytics YOLO. Thank you for being a part of our community!
Release URL: Ultralytics v8.2.59
Happy coding!