VLFeat - How to fix “Warning: Name is nonexistent or not a directory”?

喜夏-厌秋 提交于 2020-01-10 13:50:09

问题


I downloaded the VLFeat lib from its git repository! I followed the instruction in the installation page. But when I ran the vl_setup command I got this warning:

Warning: Name is nonexistent or not a directory: ..\Adv. 3D Computer Vision\vlfeat\toolbox\mex\mexw32

So follow some steps mentioned in MathWorks website, like 1,2,3 but the problem didn't solve. I trace the vl_setup.m file and according to the error statement it can not find the mexw32 folder. but there wasn't any folder like that when I downloaded that lib.

I'm using Windows 7, Matlab 2013a


回答1:


Did you compile the mex files first through vl_compile.m? Once you compile the code, the mex directory should appear with the MEX files associated with your OS. Those setup instructions assume you have the binary distribution but you downloaded the source from github.

Consult VLFeat's compilation instructions for Windows here: http://www.vlfeat.org/compiling-windows.html



来源:https://stackoverflow.com/questions/23426754/vlfeat-how-to-fix-warning-name-is-nonexistent-or-not-a-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!