Crash with exit code 0xc0000005 in `dlib.get_frontal_face_detector()`
- face_recognition version: 1.3.0
- dlib version: 19.23.0
- Python version: 3.9.5
- Operating System: Windows 11
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?
I've managed to get face_recognition running in a Ubuntu 20.04 WSL2 environment. The error above probably persists though...
i got the same error in windows 11, @HWiese1980 do u fix this issue?
I haven't tried it again since, sorry.