SaraKIT is an easy-to-use face analysis solution for Raspberry Pi 4 CM4, powered by state-of-the-art algorithms based on MediaPipe from Google. It provides robust functionality for face detection, face landmark detection, and face mesh processing, specifically optimized for the Raspberry Pi 64-bit platform.
source: https://github.com/SaraEye/SaraKIT-Face-Tracking-MediaPipe-Raspberry-Pi-64bit
or
Camera interface in SaraKIT enables computer vison projects in this simple sample you can find MNN based fast Face detector.
Build and Run facedetector
You can find sources and prebuilt libs in this repository FaceDetection
in repository we prepared prebuild audio interface library. At first you need install it
cd libs
sudo dpkg -i mnn_20211215-1_arm64.deb
next go to src and build project
make
./facedetector
SaraKIT Github repository:
https://github.com/SaraEye