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

Edge TPU add --search_delegate fix #8902

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 8, 2022

Resolves #8842

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced Edge TPU model export with extra compiler options.

πŸ“Š Key Changes

  • πŸ› οΈ Modified the edgetpu_compiler command in export.py.
  • 🀏 Added flags for more detailed compiler output (-d), keeping intermediate files (-k 10), and specifying an output directory (--out_dir).

🎯 Purpose & Impact

  • βš™οΈ Providing more transparency during the compilation by including detailed logs.
  • πŸ“ Helping with debugging and analysis by retaining intermediate compilation files.
  • πŸ—‚οΈ Organizing compiled models by directing them to a specified output directory.
  • ✨ These changes could improve the developer's experience with more informative feedback and better file management during Edge TPU export.

@glenn-jocher glenn-jocher self-assigned this Aug 8, 2022
@glenn-jocher glenn-jocher merged commit 4bb3052 into master Aug 8, 2022
@glenn-jocher glenn-jocher deleted the fix/edge_tpu_search_delegate branch August 8, 2022 15:51
@glenn-jocher glenn-jocher mentioned this pull request Aug 8, 2022
2 tasks
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
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.

Can not export to edgetpu model
1 participant