mvcnn icon indicating copy to clipboard operation
mvcnn copied to clipboard

Install dependencies problem

Open programmerkiki opened this issue 6 years ago • 3 comments

Hello,
When 'git submodule update --init' , there's no error. But when 'matlab -nodisplay -r "setup(true,struct('enableGpu',true,'enableCudnn',true));exit;"', the errors I got, image

I guess the dependencies installed unsuccessfully. So should I install the dependencies independently?Or there are any better solutions?

Thanks.

programmerkiki avatar Oct 24 '18 06:10 programmerkiki

Can you check whether the file in question (dependencies/vlfeat/toolbox/vl_setup.m) is indeed pulled properly?

suhangpro avatar Oct 24 '18 19:10 suhangpro

I find nothing in this folder dependencies/vlfeat and dependencies/matconvnet.

programmerkiki avatar Oct 27 '18 04:10 programmerkiki

The dependencies folders should be populated with respective libraries after the git submodule update --init command. I checked and that should work on both linux and windows.

suhangpro avatar Oct 27 '18 05:10 suhangpro