Problem facial recognition

I have a lot of program that does not run on jetson and that runs under a normal computer.
Simple example on github: GitHub - ageitgey/face_recognition: The world's simplest facial recognition api for Python and the command line
The programs manages to find the face with opencv. On the other hand implacible to find the name ca mets unknown. If you look at the other examples, the resolution by knn crack while if amd64 it works well.

I had tested Build a Hardware-based Face Recognition System for $150 with the Nvidia Jetson Nano and Python | by Adam Geitgey | Medium. It is same problem.

So I had reinstalled 3 times ( with pip and with package apt without python-recognition-face) and I had like result :(

I had tested the example in jetson-inference. It works well but it does not recognize people :(

Someone would have any idea ?

Hi,

The sample you shared use the dlib library, which is working on the Jetson Nano.
Here is a topic to discuss dlib’s issue and the corresponding workaround:
[url]https://devtalk.nvidia.com/default/topic/1049660/jetson-nano/issues-with-dlib-library[/url]

In short, you can find the building step here:
[url]issues with dlib library - Jetson Nano - NVIDIA Developer Forums

Thanks.

Great it works, thanks AastaLLL.

I started to lose my head :p