TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
Run Model without EdgeTPU
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
Thanks