π Summary
This release improves model export reliability, speeds up font handling, enhances pose documentation, and streamlines video processing for a smoother user experience. π
π Key Changes
- π‘οΈ Export Stability: ONNX version is now limited to >=1.12.0 and <1.18.0 for TensorFlow SavedModel exports, preventing compatibility issues.
- β‘ Faster Predictions: Font checking is now cached, making repeated predictions much fasterβespecially when using
yolo predict
. - π¬ Smarter Video Processing: The "quit" option for video processing only appears when results are displayed, improving efficiency for headless or automated tasks.
- π Clearer Pose Metrics: Pose task documentation now includes detailed explanations of new evaluation metrics.
- π€ YOLOE Prompt Handling: YOLOE now reuses prompts when a reference image is provided, simplifying multi-image predictions.
π― Purpose & Impact
- π More Reliable Model Exports: Users exporting models to TensorFlow or TFLite will experience fewer errors and smoother conversions.
- β‘ Faster Workflows: Predicting with YOLO models is now significantly quicker, especially for repeated or batch operations.
- π₯οΈ Better Automation: Video processing is more efficient and less confusing for users running scripts without a display.
- π Improved Understanding: Enhanced documentation helps users interpret pose detection results more easily.
- π€ Simplified Usage: YOLOEβs improved prompt logic makes it easier to work with multiple images and reference prompts.
Overall, this update delivers a faster, more stable, and more user-friendly experience for Ultralytics users! π
What's Changed
- Cache
check_font
result by @jonashaag in #20644 - Fix
cv2.waitKey
in solutions for Docker tests by @RizwanMunawar in #20643 - Add missing validation metrics in
pose.md
by @RizwanMunawar in #20659 - YOLOE: reuse prompt when using
refer_image
by @Y-T-G in #20661 ultralytics 8.3.135
TF.js fix withonnx>=1.12.0,<1.18.0
pin by @RizwanMunawar in #20640
New Contributors
- @jonashaag made their first contribution in #20644
Full Changelog: v8.3.134...v8.3.135