I'm using deep face for recognition but the accuracy is not good so I try to implement the media pipe in which I extract the landmarks so I give this to the deep face for better accuracy. Is there any way to do this?
I extract the feature vector from the media pipe but how do I pass this to the deep face? Is there any possible way to do this?
Is media pipe landmark used for deep face for face recognition for better accuracy?
DeepFace already wraps MediaPipe face detector.
But if you want to reach its maximum power, then I recommend you to use Facenet facial recognition model and retinaface face detector pair.