Skip to main content

All Questions

3 votes
0 answers
465 views

Unable to import tensorflow and make_interpreter from pycoral

When importing tensorflow and make_interpreter from pycoral in the same python file it gives the following error: import tensorflow from pycoral.utils.edgetpu import make_interpreter --> ...
Wust's user avatar
  • 31
2 votes
0 answers
2k views

google.protobuf.message.DecodeError: Wrong wire type in tag

I am building project on detection of floating garbage in water using raspberrypi4b. My model was trained on faster_rcnn. I am using tensorflow version 1.14. I followed https://github.com/...
Rutvij Joshi's user avatar