-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
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
face_encodings method freezes program on raspberry pi #119
Comments
Sounds like the same or similar issue as in #109, so just linking these issues. |
Yea, I saw #109 but unlike that one I can't even ctrl-c out. It just freezes. |
Strange. I didn't have this issue when I lasted tested it on an RPi, so I'm not sure what is going on. How did you go about installing dlib? Did you install dlib via pip, compile it locally, or something else? |
I did it exactly as described on the face_recognition raspberry pi install page install page:
|
Thanks. Since I haven't seen this issue myself, it's hard to know what is going on. When it happens, is the CPU pegged at 100% or idle? Does this issue still happen if you try processing a very small image (like 100x100 pixels or something) instead of a larger image? If you are familiar with how to use |
I'm using the obama_small image that comes included. I'll try looking at trace |
Just experienced same segsegv issue. strace: (around the crash) |
i met the same problem. Do you find the solution? |
Description
Thanks for making this - it is awesome.
The face_encodings method seems to freeze the python shell. No error - the shell just stops printing or doing anything:
The above code just returns:
Any idea how to fix this?
What I Did
Paste the command(s) you ran and the output.
I just run the program with
python3 facerec_on_raspberry_pi.py
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered: