各个人脸检测算法的github跑的进度/遇到的bug

https://github.com/peiyunh/tiny

装不下去原因:

要装MatConvNet

http://www.vlfeat.org/matconvnet/install/

装的过程中在最初编译的那一步,遇到

>> vl_compilenn  
Error using toolboxdir (line 39)
Could not locate the base directory for distcomp.

Error in vl_compilenn (line 365)
flags.nvcc = {'-D_FORCE_INLINES', '--std=c++11', ...

查了一下,是因为matlab没有安装matlab Parallel Computing Toolbox

然后在matlab那里下载了30天试用版 发现我作为一个非sudoer不能安装到服务器上

由此gg

我感觉应该再抢救一下

学校的matlab里面的toolbox下就没有distcomp。。。迷。

gg


kpzhang93/MTCNN_face_detection_alignment

https://github.com/kpzhang93/MTCNN_face_detection_alignment

安装的时候发现自己没有装caffe的matlab接口。。重新编译了一波caffe

方法见https://blog.csdn.net/fangbinwei93/article/details/52865461

中间遇到了问题

Makefile:517: recipe for target 'matlab/+caffe/private/caffe_.mexa64' failed

方法参照http://www.caffecn.cn/?/question/1113,里面一楼回答的方法就ok

然后mattest遇到了问题,

Invalid MEX-file '/home/wangyj/caffe/matlab/+caffe/private/caffe_.mexa64':
/usr/local/MATLAB/R2014b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by
/usr/lib/x86_64-linux-gnu/libgflags.so.2)

解决方法1,本来的安装指南里就有

解决方法2 https://blog.csdn.net/shichaog/article/details/50465542

都不行

但看上去这个东西可以在我的mac上跑



playerkk/face-py-faster-rcnn

跑成功了,就是看不大懂这个结果输出是什么







你可能感兴趣的:(各个人脸检测算法的github跑的进度/遇到的bug)