MediaPipe is a cross-platform machine learning framework that can process key point detection such as hands, faces, and postures in videos and images in real time.
MediaPipe Face mask can detect faces and overlay a mask effect on them.
cd ~/mediapipe
python3 09.face_mesh_usb.py
Note: Select the camera screen and press q
to exit the program!
xxxxxxxxxx
cd ~/mediapipe
python3 09.face_mesh_csi.py
Note: Select the camera screen and press q
to exit the program!