Question/Issue:
I am trying to run an Edge Impulse image classification model on an ESP32-S3 board,I found that the interface name of each model is the same. Can I change the name of this interface to include two models in one program?
Hello @zinc_zachary,
This is doable but it requires some changes.
You can have a look at this tutorial if needed: Multi-impulse (C++) | Edge Impulse Documentation
We go through the flow and we provide a script to merge two impulses into one single C++ library.
Best,
Louis
Thanks for your reply, this may be of some help to me.
Best,
zinc_zachary