概述
本文地址:https://blog.csdn.net/shanglianlm/article/details/79707235
matconvnet下载:http://www.vlfeat.org/matconvnet/
C:NVIDIADisplayDriver390.77Win8_Win7_64International
C:UsersmingoAppDataLocalTempCUDA
#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.0VCbin加入环境变量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
最后
以上就是义气奇异果为你收集整理的Windows环境下编译 matconvnet及其常见问题处理的全部内容,希望文章能够帮你解决Windows环境下编译 matconvnet及其常见问题处理所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复