Ultralytics Release v8.3.34 Announcement
We’re thrilled to announce the release of Ultralytics YOLO version 8.3.34! This update brings improvements especially focused on enhancing the accuracy and reliability of predictive processes in modern machine learning workflows. Here’s a comprehensive overview:
Summary
The update to version 8.3.34 focuses on improving prediction reliability in the FastSAM
model and enhances various internal systems to optimize workflows and accuracy.
Key Changes
- Enhanced prompt method to handle cases with empty predictions effectively for
FastSAM
. - Updated GitHub Actions to use uv for dependency installation, reducing potential Python packaging issues.
- Improved project name handling in training setups to fix issues with special characters, ensuring compatibility with systems like W&B.
- Revised
v8_transforms
function with better hyperparameter handling using Namespace. - Enhanced dataset configuration for
RT-DETR
with new parameters likefraction
,single_cls
, andclasses
to better align withYOLO
dataset management. - Refined object counting method in heatmaps to use centroids instead of bounding boxes for improved accuracy.
What’s Changed
- Update Actions with
uv
installs by@glenn-jocher
in #17620 - Fix
v8_transforms
docstring example by@Y-T-G
in #17630 - Fix W&B project name separator compatibility by
@ArcPen
in #17627 - Update Slack usage to v2 by
@glenn-jocher
in #17631 - Add
fraction
,single_cls
andclasses
toRTDETRDataset
by@Y-T-G
in #17633 - Heatmaps bug fix by
@RizwanMunawar
in #17634 - ultralytics 8.3.34
FastSAM
non-detection fix by@petercham
in #17628
New Contributors
@ArcPen
made their first contribution in #17627@petercham
made their first contribution in #17628