Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(detect-objects): update dependency ultralytics to v8.3.86 #24894

Merged
merged 1 commit into from
Mar 8, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ultralytics (changelog) ==8.3.85 -> ==8.3.86 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ultralytics/ultralytics (ultralytics)

v8.3.86: - ultralytics 8.3.86 Refactor dataset YAML autodownload scripts (#​19579)

Compare Source

🌟 Summary

The v8.3.86 release focuses on improving dataset handling, enhancing code consistency, and fixing minor issues to streamline workflows for users working with various datasets and models.

📊 Key Changes

  • Dataset YAML Refactor: Improved dataset configuration files for better readability and functionality.
    • Enhanced autodownload and conversion scripts for datasets like COCO, VOC, ImageNet, and more.
    • Unified string formatting to double quotes (") across YAML files.
    • Added detailed comments and docstrings for clarity.
  • UTF-8 Encoding Compliance: Updated all file operations to explicitly use UTF-8 encoding for better cross-platform compatibility.
  • Keypoint Loss Fix: Adjusted keypoint loss calculations to ensure only relevant dimensions are divided by stride tensors.
  • Documentation Updates:
    • Fixed example code in SAM 2 model documentation.
    • Embedded updated YouTube tutorials for YOLO11 training and batch inference.
  • Code Cleanup: Removed redundant imports and improved path handling using modern Python practices.

🎯 Purpose & Impact

  • Enhanced Dataset Handling:
    • Simplifies dataset preparation with improved autodownload and conversion scripts. 🛠️
    • Reduces errors with better file handling and clear documentation. 📚
  • Cross-Platform Compatibility:
    • Ensures consistent behavior across operating systems by enforcing UTF-8 encoding. 🌍
  • Improved Model Accuracy:
    • Fixes in keypoint loss calculations enhance precision in keypoint-based tasks. 🎯
  • User Experience:
    • Updated tutorials and documentation make it easier for users to train and deploy models effectively. 🎥
  • Code Maintainability:
    • Cleaner and more consistent codebase improves readability and reduces potential bugs. 🧹

This release is a quality-of-life update that enhances both backend functionality and user-facing resources, making it easier for developers and researchers to work with Ultralytics tools. 🚀

What's Changed

Full Changelog: ultralytics/ultralytics@v8.3.85...v8.3.86


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 8, 2025
Copy link

sonarqubecloud bot commented Mar 8, 2025

@mergify mergify bot merged commit 78fddd9 into main Mar 8, 2025
206 checks passed
@mergify mergify bot deleted the renovate/detect-objects-ultralytics-8.x branch March 8, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants