Image recognition on Arm Cortex-M with CMSIS-NN in 5 steps

A walkthrough demo of a real time image recognition application on an Arm Cortex-M7 development board. Here, we are using a CNN Caffe model trained with the CIFAR-10 dataset and optimized it for embedded devices using the CMSIS-NN machine learning inference library. See the full instructions in our how to guide:
Back to Top