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

export error #19

Open
glennford49 opened this issue May 24, 2024 · 3 comments
Open

export error #19

glennford49 opened this issue May 24, 2024 · 3 comments

Comments

@glennford49
Copy link

by any chance can you provide us a detailed instruction on how to export .pt model to edgetpu.tflite model?, i have googling this process but still no luck.. thanks a lot.

@jveitchmichaelis
Copy link
Owner

Hi

Ultralytics have a lot of documentation here: https://docs.ultralytics.com/integrations/tflite/

Once you've exported a TFLite file you can compile it for Edge TPU. There is also a guide for that here:

https://docs.ultralytics.com/integrations/edge-tpu/

Have you tried these guides already? Thanks!

@glennford49
Copy link
Author

thanks for your reply, havent been that pages, anyway, thanks for your code, i have run your tflite model in my m.2 coral from my raspberrypi,but i am stuck in exporting my own yolov5 custom trained model. i will feedback soon.

@jveitchmichaelis
Copy link
Owner

Have you also looked at the export instructions in this repository? The reason I didn't suggest that is because Ultralytics seem to support this out-of-the-box now, so their guide is more up to date (and you can use v8 instead of v5).

https://github.com/jveitchmichaelis/edgetpu-yolo/blob/main/export.md

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

No branches or pull requests

2 participants