I want to minimize my face recognition system from PC to a Jetson Nano board
I use this example code: https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py
The system works well when running on PC, it can recognize known faces. But when I move the code to Jetson Nano, the system can't recognize known faces. Is there any additional configuration for the ARM processor?