How to change a network called in FP-AI-CTXAWARE1 package?
Hello, I recently bought the STEVAL-MKSBOX1V1 card (Sensortile.box). I would like to perform emotion recognition from speech through a convolutional network of my own creation. I downloaded the FP-AI-CTXAWARE1 package and opened the project on STM32 CUBE IDE in order to modify the network called by the package since the preprocessing on the audio wave is the same. I can't figure out how to change this call because in the ai_common.c end (line 511) the ai_run function calls nn_name without ever using it. Can anyone explain to me how this call works or just how to replace the network?
