You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented small code for real-time demo from a webcam. I hope it will be helpful to someone. My overall verdict is that this repo is useless for real-time demos.
Inference speed is relatively slow(fps=5~6 on CPU).
You have to integrate face detection, otherwise, the model will predict key points even on the frame without faces.
Face has to be right in front of the camera. If your face is a bit far away from the camera then the model fails to predict key points correctly.
I have implemented small code for real-time demo from a webcam. I hope it will be helpful to someone. My overall verdict is that this repo is useless for real-time demos.
The text was updated successfully, but these errors were encountered: