We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone know what might cause this error? I've included a minimal example and the versions for dependencies.
package main import ( "log" "github.com/Kagami/go-face" ) func main() { _, err := face.NewRecognizer("model") if err != nil { log.Fatalf("Can't init face recognizer: %v", err) } }
# go run main.go ** On entry to DGESVD parameter number 13 had an illegal value
rocky linux 9.3
dlib-devel-19.24.2-2.el9.x86_64 blas-devel-3.9.0-10.el9.x86_64 lapack-devel-3.9.0-10.el9.x86_64 libjpeg-turbo-devel-2.0.90-7.el9.x86_64 atlas-devel-3.10.3-17.el9.x86_64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does anyone know what might cause this error? I've included a minimal example and the versions for dependencies.
rocky linux 9.3
dlib-devel-19.24.2-2.el9.x86_64
blas-devel-3.9.0-10.el9.x86_64
lapack-devel-3.9.0-10.el9.x86_64
libjpeg-turbo-devel-2.0.90-7.el9.x86_64
atlas-devel-3.10.3-17.el9.x86_64
The text was updated successfully, but these errors were encountered: