使用 openface 提取面部关键点时报错:
BLAS : Program is Terminated. Because you tried to allocate too many memory regions. 在 issue 中找到了解决方案,即在终端执行下面的命令后,再进行关键点提取即可
export OPENBLAS_NUM_THREADS1…
OpenFace:
http://cmusatyalab.github.io/openface/ 一、什么是Openface? Openface是一个基于深度神经网络的开源人脸识别系统。该系统基于谷歌的文章FaceNet: A Unified Embedding for Face Recognition and Clustering。Openface是卡内基梅隆大学的 B…