Hi!
I have an esp32 thinker with FTDI Programmer and I want to be able to connect and see live the results of a pretrained model I have (live recognition and bounding box surrounding the specific object)
I have tried to connect to esp with loacalhost and via html to see live the results. But I cant get the results. Any ideas will be helpful!!!
Hello @GreatoR,
One way to achieve this is to recompile the Edge Impulse firmware for your ESP32 with your own model. See: GitHub - edgeimpulse/firmware-espressif-esp32: Edge Impulse firmware for the Espressif ESP-EYE(ESP32) Development board
Once you have done that, you can use the Edge Impulse CLI to run your impulse and use the --debug
flag. For image models, this will open a web browser so you can see the results.
Let me know if that works.
Best,
Louis
Also, what kind of model do you want to use. You mentioned bounding boxes.
Is it a custom model? MobileNetv2 SSD won’t work on an ESP32, it’ll be too big.
Some FOMO models could work with small images but you will only get the center of the objects, not the bounding boxes around it.
Best,
Louis
thanks for the response !! I am using FOMO