Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRuntimeError when running multiprocessing example #841
Comments
|
I had that same issue with python 3.6 and fixed doing the import of face_recognition module inside the process function |
Thank you for your answer! but that didn't work for me... |
|
Hi all, I am facing the same issue in jetson nano board. did you solve your pbm? |
i solved this pbm, use cpu when you install dilb. @SaddamBInSyed |
I'm trying to use the facerec_from_webcam_multiprocessing.py example with cuda support, but everytime I run it I get this error:
I looked at the multiprocessing documentation and made a few changes in the script without success. Could you give me a hint on how could I make it work? Thanks in advance.