Indeed, at the moment we cannot run Object Detection on most micro-controllers targets. If you have a look at the resources needed in your “Object Detection” tab in the studio, you’ll see that it does not fit on the ESP32 resources.
Two good news :
We have been working on a lighter object detection technique, it should be release very soon. Stay tuned
We will officially support ESP32 in the following month.
Yes Image Classification works already on ESP32 although it is not officially supported and you’ll need to use a small MobileNet model (MobileNetV1 96x96 0.1) to stay within the ESP32 resources.
i have the same error message!
In the Arduino IDE and vscode platformio. I reinstalled the esp32 board on Arduino IDE but it didn’t help. Can someone give me a link so i can download the header file?
Thanks in advance!
I am so happy about marvelous platform like edge impulse which enables users to bring machine learning into micro controllers. hope I will get solution for my problem I have ESP32 AI thinker camera with me I would like to do the object classification using that camera
I can successfully do classification by using examples provided by the librarie but it is showing output in serial monitor but would like to combine this classification with camera web server but I don’t know much about arduino coding hope I will get good guidance