TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
When I run the command: bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package I always recieve the following error: ERROR: error loading package '': Encountered error while reading extension file 'repositories/repositories.bzl': no such package...
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):...
Thank you for providing great work, I follow your guidance, however, when I run "TFLite_detection_webcam.py, then the following" error occurred: "AttributeError: 'NoneType' object has no attribute 'copy' why? Hope you...
Hi, I am facing a big problem after converting my model to tflite for raspi. I started a Issue here: https://github.com/tensorflow/tensorflow/issues/45148 Thank you very much in advance!
@Moehrenbaum thank you for sharing your solution! I'm glad you were able to figure it out. I have already pointed a couple people at your solution, so thanks again for...
Hello. I tried to add some lines in the script to use tts (epeak) to call out the object names. but when an object is detected, it slows down drastically...
How to run this whole program on boot
hallo, i'm basically doing whatever this repo instructed but with my own training data. i was using: 91 test images 356 training images after following every bits of tutorial, it...
While i run the TFLite_detection_stream.py it shows me `nonetype' object has no attribute 'copy' error.`
Hi, I built completed it through edgetpu. But we need it. We have to detect people and know how many people have passed. Is there a way?