face_recognition
face_recognition copied to clipboard
The python script hangs and does not close automatically.
- face_recognition version:19
- Python version:3.6
- Operating System:Windows 10
Description
when I am running this command using "cnn" instead of "hog" the python script does not automatically close after completion of the code. I tried everything to quit and get out of the script but it doesn't work. I have used os._exit(0), sys.exit() etc. but nothing work. however when I use "hog" it works very fine. boxes = face_recognition.face_locations(img, model= "hog")
Did you ever find a solution to this? I am experiencing the same problem, but only with certain images.