๐ Summary
The v8.2.88 release of Ultralytics introduces key refinements, notably simplifying the distance calculation feature and making several enhancements across the codebase, significantly benefitting both developers and end-users.
๐ Key Changes
- **Distance Calculation Overhaul**: The distance calculation in the software now exclusively uses pixel units, eliminating the `pixels_per_meter` metric.
- **Documentation Updates**: Enhanced documentation to align with the modified distance calculation process.
- **Raspberry Pi CI Workflow**: Removed the need for Raspberry Pi CI reboots to prevent resource issues.
- **Dataset Label Fixes**: Corrected several class name typos in the `Objects365.yaml` file.
- **Dependency Upgrades**: Updated the `mkdocs-ultralytics-plugin` dependency to version 0.1.8.
๐ฏ Purpose & Impact
- **Simplification & Consistency**: By removing the pixel-to-meter conversion, the calculation process is cleaner, reducing user confusion and potential errors ๐.
- **Stability & Efficiency**: Improved CI stability by eliminating unnecessary Raspberry Pi reboots, leading to more reliable workflows โจ.
- **Accuracy**: Corrected dataset labels ensure data precision, which is crucial for robust training and evaluation outcomes ๐.
- **Documentation Clarity**: Updated guides ensure users can understand and use the new system quickly and efficiently, improving overall user experience ๐ ๏ธ.
- **Compatibility**: Updating dependencies ensures the integration of the latest features and fixes, enhancing functionality and stability across the system ๐.
What's Changed
* Update `mkdocs-ultralytics-plugin>=0.1.8` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/15991
* Remove Raspberry Pi CI reboot by lakshanthad in https://github.com/ultralytics/ultralytics/pull/15987
* Fix 3 `Objects365.yaml` class names by Lornatang in https://github.com/ultralytics/ultralytics/pull/16002
* Add UltralyticsAssistant to mkdocs_github_authors.yaml by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/15992
* Skip `test_workflow` on Windows CI by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16003
* Update TFLite > LiteRT docs links by lakshanthad in https://github.com/ultralytics/ultralytics/pull/16020
* Add https://youtu.be/w4yHORvDBw0 to docs by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/16031
* Ultralytics Code Refactor https://ultralytics.com/actions by UltralyticsAssistant in https://github.com/ultralytics/ultralytics/pull/16047
* Update URLs to redirects by UltralyticsAssistant in https://github.com/ultralytics/ultralytics/pull/16048
* Allows any PyTorch install except `torch==2.4.0` on Windows by Burhan-Q in https://github.com/ultralytics/ultralytics/pull/16019
* `ultralytics 8.2.88` Update `distance-calculation` to pixels by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/15984
New Contributors
* Lornatang made their first contribution in https://github.com/ultralytics/ultralytics/pull/16002
**Full Changelog**: https://github.com/ultralytics/ultralytics/compare/v8.2.87...v8.2.88