VLFeat - 如何修复“警告:名称不存在或不是目录”? [英] VLFeat - How to fix "Warning: Name is nonexistent or not a directory"?

查看:1606
本文介绍了VLFeat - 如何修复“警告:名称不存在或不是目录”?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从 git 存储库下载了 VLFeat 库!我按照安装页面中的说明进行操作。但当我运行 vl_setup 命令时,我收到了此警告:

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:

警告:名称是不存在或不存在目录:.. \ .Adv。 3D
计算机视觉\ tlfeat \toolbox \mex \mexw32

请按照MathWorks网站中提到的一些步骤进行操作,如 1 2 3 但问题没有解决。我跟踪 vl_setup.m 文件,并根据错误语句找不到 mexw32 文件夹。但是当我下载那个lib时,没有任何像这样的文件夹。

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.

我正在使用Windows 7,Matlab 2013a

I'm using Windows 7, Matlab 2013a

推荐答案

您首先通过 vl_compile.m 编译 mex 文件?编译代码后, mex 目录应显示与您的操作系统关联的 MEX 文件。这些设置说明假设您拥有二进制分发,但您从 github 下载了源代码。

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.

在此处查阅VLFeat的Windows编译说明: http://www.vlfeat.org/compiling-windows .html

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

这篇关于VLFeat - 如何修复“警告:名称不存在或不是目录”?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆