-
Notifications
You must be signed in to change notification settings - Fork 31
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
ocr edge_tpu ? #22
Comments
Hi I'm not familiar with this model, so without more information I can't help much. What architecture is it? Please could you re-post a minimal example without any of the additional code - i.e. load the weights, make a fake input and run it through the EdgeTPU interpreter. See https://github.com/jveitchmichaelis/edgetpu-yolo/blob/main/edgetpumodel.py for example.
Thanks |
here is working code for tflite model.
|
In your first post it looks like the forward pass runs fine, but you aren't interpreting the output correctly. What if you don't use the If you look at how prediction is done in this repository, it's basically the same as your tflite example - use Have you tried the instructions from the docs? |
could you help with outdated ocr_text_detection on coral:
https://github.com/zoldaten/PINTO_model_zoo/blob/main/051_East_Text_Detection/text_detection_video_tpu.py
i tried to adopt it but sank:
it returns:
here`s model:
https://drive.google.com/file/d/1fNZYONsMnpa6_w0ekf0Jjpc10QDXn2in/view?usp=sharing
i fixed code for tflite but not for edgetpu - https://github.com/zoldaten/PINTO_model_zoo/blob/main/051_East_Text_Detection/text_detection_video_tflite.py
The text was updated successfully, but these errors were encountered: