Published November 25, 2024
| Version v8.3.37
Software
Open
Ultralytics YOLO
Description
🌟 Summary
The release of v8.3.37 introduces significant improvements and fixes across the export functionality and model operation modes, aiming to streamline user experience and enhance performance when using Ultralytics tools.
📊 Key Changes
- TensorRT Auto-Workspace Size: Implements an auto-managed workspace size for TensorRT exports by default, allowing more flexibility and reducing manual configuration errors.
- Label Padding Adjustment: Optimized the label augmentation by correctly updating vertical and horizontal padding, enhancing image annotation accuracy.
- Model Evaluation Mode: Introduced an
evalmethod to easily switch models between training and evaluation modes, ensuring consistent performance during model assessments. - Documentation Updates: Added video tutorials for better understanding of hand keypoint estimation and annotation utilities, and standardized dataset configuration references for clarity.
🎯 Purpose & Impact
- Ease of Use: Setting the TensorRT
workspacetoNoneby default takes the burden off users to configure export parameters manually, simplifying the model export process. - Improved Accuracy: The fix in label padding ensures accurate annotations, critical for reliable model training and evaluation.
- Consistent Evaluation: By allowing models to switch to evaluation mode seamlessly, users will experience more reliable model performance metrics which are crucial for assessments.
- Enhanced Learning Resources: With new video tutorials, users can gain a deeper understanding of utilizing Ultralytics features, potentially increasing the adoption and correct usage of functionalities.
- Documentation Consistency: Transitioning to a uniform dataset configuration in examples reduces confusion, making it easier for users to follow guides and setups.
What's Changed
- Fix labels padding for Letterbox with
center=Falseby @Y-T-G in https://github.com/ultralytics/ultralytics/pull/17728 - Add https://youtu.be/c-S5M36XWmg & https://youtu.be/fd6u1TW_AGY to docs by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/17722
- Update
coco-seg.yamltococo.yamlby @Y-T-G in https://github.com/ultralytics/ultralytics/pull/17739 - Bump astral-sh/setup-uv from 3 to 4 in /.github/workflows by @dependabot[bot] in https://github.com/ultralytics/ultralytics/pull/17753
- Standardize default region points in docs by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/17721
- Enable model.eval() usage for
YOLOclass by @Laughing-q in https://github.com/ultralytics/ultralytics/pull/17754 ultralytics 8.3.37TensorRT auto-workspace size by @Burhan-Q in https://github.com/ultralytics/ultralytics/pull/17748
Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.3.36...v8.3.37
Notes
Files
ultralytics/ultralytics-v8.3.37.zip
Files
(2.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5676224f833929939b0cc2fdeaa90db5
|
2.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.3.37 (URL)