EdjeElectronics / TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
Apache License 2.0
1.5k stars 684 forks source link

ValueError: Model provided has model identifier 'norm', should be 'TFL3' #105

Open dreamitpossible1 opened 3 years ago

dreamitpossible1 commented 3 years ago

python3 TFLite_detection_webcam.py --modeldir=model Traceback (most recent call last): File "TFLite_detection_webcam.py", line 138, in interpreter = Interpreter(model_path=PATH_TO_CKPT) File "/home/pi/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/tflite-env/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line 207, in init custom_op_registerers_by_func)) ValueError: Model provided has model identifier 'norm', should be 'TFL3'