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

Run Model without EdgeTPU

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

Hi, is it possible to run the mobilenet_v2_1.0_224_inat_bird_quant.tflite Model without Coral EdgeTPU? I found the Model here: https://github.com/google-coral/edgetpu/tree/master/test_data

Result: (tflite1-env) pi@raspberrypi:~/tflite1 $ python3 TFLite_detection_webcam.py --modeldir=Birds Traceback (most recent call last): File "TFLite_detection_webcam.py", line 138, in interpreter = Interpreter(model_path=PATH_TO_CKPT) File "/home/pi/tflite1/tflite1-env/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line 204, in init model_path, self._custom_op_registerers)) ValueError: Model provided has model identifier 'CTYP', should be 'TFL3'

Thanks

ghost avatar Dec 04 '20 17:12 ghost