adrianiainlam / facial-landmarks-for-cubism

Extracts facial landmarks from webcam (provided by OpenSeeFace) and converts to Live2D Cubism SDK parameters
MIT License
64 stars 10 forks source link

Invisible face and DGESVD illegal parameter error #1

Closed lambdadog closed 4 years ago

lambdadog commented 4 years ago

When running the attached example, I run into an error where

 ** On entry to DGESVD parameter number 11 had an illegal value

is spammed to my terminal and the model's face is invisible/nonexistent (see below)

dgesvd

lambdadog commented 4 years ago

This may have to due with me installing OpenBLAS due to CMake recommending it, or something along the lines of a broken LAPACK install, so I'm trying to fiddle around with both of those.

lambdadog commented 4 years ago

Yes, sorry, it turns out that OpenBLAS seemed to have some issues on my system.

Thanks for the project!