Hello. I am using dlib library based face_recognition library for face recognition in my project.
i am getting roughly 200-250ms delay on cpu execution on jetson orin nano 8GB development kit.
How can i make face_recognition use GPU instead of CPU to reduce delay.
Please provide the guidance.
Hi,
It looks like you will need to rebuild the library with GPU support.
For example:
Thanks.
Thank you!