Windows环境下编译 matconvnet及其常见问题处理
Windows环境下编译 matconvnet及其常见问题处理
matconvnet-:C:\Users\mingo\AppData\Local\Temp\CUDA
#1 CL.EXE not found in PATH. Trying to guess out of mex setup# 警告: CL.EXE not found in PATH. Trying to guess out of mex setup.
In vl_compilenn>check_clpath (line 589) In vl_compilenn (line 413) 错误使用 vl_compilenn>check_clpath (line 595) Unable to find cl.exe
出错 vl_compilenn (line 413) cl_path = fileparts(check_clpath()); % check whether cl.exe in path
解决:把C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin加入环境变量Path中。
#2 #
#3 未定义函数或变量 ‘nms_mex’#
出错 nms (line 43) pick = nms_mex(double(boxes), double(overlap));
出错 tiny_face_detector (line 172) ridx = nms(bboxes(:,[1:4 end]), nms_thresh);
解决:把toolbox/num目录下nms_mex.mexw64改为nms_mex.mex即可
#4 未定义函数或变量 ‘export_fig’# 出错 tiny_face_detector (line 197) export_fig(’-dpng’, ‘-native’, ‘-opengl’, ‘-transparent’, output_path, ‘-r300’);
解决:-export_fig包解压即可,-:https://github.com/altmany/export_fig/tree/2763b786d28e09da3d8d82f45517a6fbd09b547e
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~