2025-07-29 11:52 AM
I've implemented a multi-model face recognition system on the STM32N6 (originally based on the single model object detection demo) that efficiently runs detection and recognition models simultaneously on the NPU. Sharing the complete implementation since deploying and managing multiple AI models on the hardware has some non-obvious challenges.
Repository: https://github.com/PeleAB/STM32N6-FaceRecognition
Next steps include creating an abstraction layer for JPEG and H264 compression to handle video streams more efficiently.
Happy to discuss multi-model deployment strategies or NPU optimization approaches. The automated build system alone might save others significant setup time.
2025-07-30 12:02 AM
Hello @PeleAB,
Thank you very much for sharing your work!
Have a good day,
Julian