-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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 TFLite Segment mask rows 1-4 normalization #9405
Fix TFLite Segment mask rows 1-4 normalization #9405
Conversation
fix ndim ==3 for tflite to exclude mask tensor
CLA Assistant Lite bot All Contributors have signed the CLA. ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hello @charlesollion, thank you for submitting an Ultralytics YOLOv8 🚀 PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- ✅ Verify your PR is up-to-date with
ultralytics/ultralytics
main
branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pull
andgit merge main
locally. - ✅ Verify all YOLOv8 Continuous Integration (CI) checks are passing.
- ✅ Update YOLOv8 Docs for any new or updated features.
- ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee
See our Contributing Guide for details and let us know if you have any questions!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9405 +/- ##
=======================================
Coverage 38.85% 38.85%
=======================================
Files 117 117
Lines 14850 14850
=======================================
Hits 5770 5770
Misses 9080 9080
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I have read the CLA Document and I hereby sign the CLA |
@charlesollion thank you for signing the CLA! Your contribution is immensely valuable to the YOLOv8 community. 🌟 If you have any more questions or need further assistance as you contribute, feel free to reach out. Happy coding! 👩💻👨💻 |
@charlesollion thanks! It looks like the CLA message may not have worked. Can you try again with this message: I have read the CLA Document and I sign the CLA |
I have read the CLA Document and I sign the CLA |
@charlesollion PR merged! Thank you for catching this hard-to-find bug and submitting this fix. Let us know if you spot any other bugs or areas for improvement :) |
Co-authored-by: Glenn Jocher <[email protected]>
Co-authored-by: Glenn Jocher <[email protected]>
Co-authored-by: Glenn Jocher <[email protected]>
Update autobackend.py: fix ndim ==3 for tflite to exclude mask tensor
fixes #9385
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Improved tensor handling for non-classification tasks in neural network backend.
📊 Key Changes
🎯 Purpose & Impact