TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.85k stars 1.84k forks source link

Openface can't deal with some head pose(error:OpenCV Assertion failed: type == CV_64FC2 in function gemmImpl) #877

Open LHJ1098826475 opened 4 years ago

LHJ1098826475 commented 4 years ago

Hi, I use Openface can get head pose and gaze angle. Openface can work normally when I look to left, but Openface stop to work when I slightly look to the right, the error is OpenCV(4.1.0) Assertion failed: type == CV_64FC2 in function gemmImpl. As shown in picture. image image image

TadasBaltrusaitis commented 4 years ago

Are you using the latest release? I remember encountering a similar error before?

If you are using the newest version, would love to be able to reproduce this error to see what is causing it.