ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
52.91k stars 13.44k forks source link

Crash with exit code 0xc0000005 in `dlib.get_frontal_face_detector()` #1413

Open HWiese1980 opened 2 years ago

HWiese1980 commented 2 years ago

Description

I've installed face_recognition and its dependencies from conda via

$ conda install -c conda-forge face_recognition

Installation has been successful.

Image size I'm trying to get the facial landmarks for is 1024x1024.

What I Did

Running face_landmarks(img) results in the program crashing with Process finished with exit code -1073741819 (0xC0000005). No other error message displayed, no stack trace. I've tracked the crash down to api.py:105.

Are there any known incompatibilities? Known issues with this setup?

HWiese1980 commented 2 years ago

I've managed to get face_recognition running in a Ubuntu 20.04 WSL2 environment. The error above probably persists though...

bbinglongg commented 1 year ago

i got the same error in windows 11, @HWiese1980 do u fix this issue?

HWiese1980 commented 1 year ago

I haven't tried it again since, sorry.