ageitgey / face_recognition

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

Multicore face detection/recognition on Raspberry Pi 4. #1317

Open fchinasso opened 3 years ago

fchinasso commented 3 years ago

Hi!

I am trying to run multicore processing on a Raspberry Pi 4. I tried to run the command line interface with the "--cpus -1" parameter , but while checking the processes using the "top" command, it only shows that one core of the cpu is being used with roughly 100%. I tried the same approach on Nvidia Jetson Nano, and it uses all cores of the board (this was checked with the top command as well). Has anyone being able to run multicores face recognition/detection on the raspberry pi? If so what approach did you use? Thanks in advance :)

zfxSteven commented 3 years ago

When using it in CPU docker,I have the same issue。1 CPU core is too slow, more 30 seconds。。。