TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
Are you using old TFLite binary with newer model?
trafficstars
Hello the tutorial and code have been working great. I have been able to create custom models with Google's AutoML export them to TFLite and then run them. On my latest export however I got an error when trying to run the newest model I exported. Does anyone know how to fix the following error? I think Tensorflow might need to be updated.
ValueError: Op builtin_code out of range: 130. are you using old TFLite binary with newer model?Registration failed.
The error occurs on this line interpreter = Interpreter(model_path=PATH_TO_CKPT)
hey did you finishes the first tutorial complete with tensorflow version 2?