TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard

Are you using old TFLite binary with newer model?

Open Chazie9 opened this issue 4 years ago • 1 comments
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)

Chazie9 avatar Aug 03 '21 17:08 Chazie9

hey did you finishes the first tutorial complete with tensorflow version 2?

Petros626 avatar Aug 29 '21 15:08 Petros626