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!
Hi @EdjeElectronics and my friends, Thank you so much for your brilliant library. I'm trying to custom model with your document. But I'm facing issue at step 7.1, pls check...
Hello. I'm very new to this and I watched your video on how to use raspberrypi to do object detection. Everything went smoothly, except in the end I'm having trouble...
Hi, I am using Pi 4 with a Full HD 30fps webcam. I followed exactly the same instruction given in the repo and everything was done nicely. **Without Coral USB...
Hello , I am glad to meet you, after watching your videos on object detection, I have dived in to dreams. And ı have gotten some specific questions. Let me...
As far as I understand, I can only use the `optimizers` that are defined in `optimizer.proto` which are namely `RMSProp`, `Adam` and `Momentum`. And I can also tamper with their...
What can i do when its not working like the introduction? 
Hello, i have a question to your introduction on Step 1c. Install TensorFlow Lite dependencies and OpenCV Option 2: Using your own custom-trained model I tried some pretrained models from...
Line 177 has a type error. The example in your 19 year video ran smoothly, but I trained a new one to encounter this error. pi@raspberrypi:~ $ cd tflite1/ pi@raspberrypi:~/tflite1...
Hi everyone , i want to ask something. When i working on yolo for object detection , we are used nms function. Are we use this function for tensorflow lite...
Hello, I'd like to be able to Bring a GPIO pin high when a specific class or classes are detected on webcam, then go low when they are not. Can...