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

[EdgeTPU] RuntimeError: Found too many dimensions in the input array of operation 'reshape'. #12

Closed
sinclairnick opened this issue Jul 2, 2020 · 3 comments

Comments

@sinclairnick
Copy link

I have experimented with a few models in the repo and run into this error several times. Namely, YOLOv3-lite and the mobilenet-MNSFPN compiled using the edge-tpu compiler result in this error when run using the DetectionEngine. Is this some error on my part, or have you also found the same errors?

P.S. the compilation works successfully

@Namburger
Copy link

@sinclairnick The detection engine expects 4 outputs tensors, I don't know much about these models but the outputs may be mismatched. You can try using the tflite interpreter to check the model outputs or use netron tool to understand the model

@sinclairnick
Copy link
Author

sinclairnick commented Jul 8, 2020 via email

@PINTO0309
Copy link
Owner

same issue #7

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

3 participants