How do I send my input data to a neural network on an STM32F4 to make predictions?
Hello thank you very much. I did a course on neural networks with keras in EDX, and I can now train, save and load my networks on an STM32F4VE, with compression 8, using STM32Cube AI. The verification with my data set works well. And now how do I continue? How do I send my data to the STM32 to make predictions?
For example, I used Keras in Anaconda 3, and I used the MNIST data set, in Keras I can make predictions based on images that I enter with my numbers and my calligraphy, and it predicts very well. That same set of images that I wrote myself, I normalize them, and export them in a comma separated file, the images are floating numbers. I use that file to do the verification with STM32Cube AI and it works very well. That is to say that until now everything is going very well, my question now is, How do I continue ?, How do I modify the code generated by STM32Cube AI, to receive my image and that the microcontroller, process it and give me the output?
Best Regards,
