Hi everyone, I am working on a project involving an object detection model running on a Raspberry Pi. The goal is to recognize two different types of toys in real time using a camera. I have already taken pictures and labeled them. Could you please provide some guidance?
1 Like
Are you using an ai accelerator? please elaborate on your project.
I tried using TensorFlow Lite Model Maker in Colab without success. Later, I discovered that Python 3.10 and TensorFlow Lite Model Maker are not compatible. For this reason, I decided to proceed with the MediaPipe option.
My goal is to customize a model with my own data and deploy it on a Raspberry Pi as a real-time object recognition application. I do not intend to use an accelerator on the Raspberry Pi.