
c++
xiexiecn
这个作者很懒,什么都没留下…
展开
-
cstddef not found when compiling C++ Extension - macOS
正解:https://github.com/pytorch/pytorch/issues/16805 error:'cstddef' file not found method: MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install原创 2020-05-15 00:37:53 · 1463 阅读 · 0 评论 -
采用mtcnn输出的特征点做人脸对齐C++代码
之前开源过一个ios项目做简单的人脸对比(https://github.com/xuduo35/ncnn-mtcnn-facenet),发现没有做人脸对齐,今天研究了下补上。 1. deep insight提供的一个头文件FaceProprocess.h,见最后 2. 从https://github.com/deepinsight/insightface/issues/481找来的一段code...原创 2019-07-16 15:17:06 · 2127 阅读 · 5 评论