【发布时间】:2020-05-21 21:05:03
【问题描述】:
我想将我的人脸识别系统从 PC 最小化到 Jetson Nano 板
我使用这个示例代码: https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py
系统在PC上运行良好,可以识别已知人脸。但是当我将代码移至 Jetson Nano 时,系统无法识别已知面孔。 ARM处理器有什么额外的配置吗?
【问题讨论】:
-
正如 repo 的 README.md 中所述:
There is current a bug in the CUDA libraries on the Jetson Nano that will cause this library to fail silently if you don't follow the instructions in the article to comment out a line in dlib and recompile it.你试过了吗? -
还没有,我想先做那个@jgorostegui
-
我刚刚按照你说的做了,但我的系统仍然无法识别已知面孔@jgorostegui