【翻译时间】2018.09.14
【完成时间】2018.09.15
【论文翻译】OpenFace: A general-purpose face recognition library with mobile applications
【原文链接】http://elijah.cs.cmu.edu/DOCS/CMU-CS-16-118.pdf
【中英对比】 题目: OpenFaces:一个具…
使用 openface 提取面部关键点时报错:
BLAS : Program is Terminated. Because you tried to allocate too many memory regions. 在 issue 中找到了解决方案,即在终端执行下面的命令后,再进行关键点提取即可
export OPENBLAS_NUM_THREADS1…