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

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

Open dreamitpossible1 opened this issue 4 years ago • 0 comments
trafficstars

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'

dreamitpossible1 avatar Apr 22 '21 08:04 dreamitpossible1