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

TFLite fix 2 #9518

Merged
merged 2 commits into from
Sep 20, 2022
Merged

TFLite fix 2 #9518

merged 2 commits into from
Sep 20, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 20, 2022

Signed-off-by: Glenn Jocher glenn.jocher@ultralytics.com

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Optimization of output format for TensorFlow model predictions in the YOLOv5 codebase.

πŸ“Š Key Changes

  • Removed an unnecessary element in the TensorFlow prediction output tuple.

🎯 Purpose & Impact

  • 🎨 Simplifies the output for users by providing only the essential information, enhancing usability.
  • πŸ” Helps in reducing potential confusion when accessing prediction outputs, especially for non-expert users.
  • πŸš€ Potentially improves inference performance by not processing an unused output.

glenn-jocher and others added 2 commits September 20, 2022 18:52
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher merged commit c0d9713 into master Sep 20, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch September 20, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant