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 EdgeTPU output directory #7399

Merged
merged 2 commits into from
Apr 12, 2022
Merged

Fix EdgeTPU output directory #7399

merged 2 commits into from
Apr 12, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 12, 2022

Outputs to same directory as --weights

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved Edge TPU model export functionality in export.py.

πŸ“Š Key Changes

  • Modified the edgetpu_compiler command to specify the output directory for the compiled Edge TPU model.

🎯 Purpose & Impact

  • 🎯 Purpose:
    • Ensures the Edge TPU compiled models are saved in the same directory as the source model, making it easier for users to locate their files.
  • πŸš€ Impact:
    • Users will benefit from better file organization and a more streamlined export process when working with Edge TPU models, resulting in a smoother development and deployment experience.

Outputs to same directory as --weights
@glenn-jocher glenn-jocher self-assigned this Apr 12, 2022
@glenn-jocher glenn-jocher merged commit 2da2466 into master Apr 12, 2022
@glenn-jocher glenn-jocher deleted the fix/edgetpu branch April 12, 2022 13:08
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
* Fix EdgeTPU output directory

Outputs to same directory as --weights

* Update export.py
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