mvcnn
mvcnn copied to clipboard
Install dependencies problem
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,
I guess the dependencies installed unsuccessfully. So should I install the dependencies independently?Or there are any better solutions?
Thanks.
Can you check whether the file in question (dependencies/vlfeat/toolbox/vl_setup.m) is indeed pulled properly?
I find nothing in this folder dependencies/vlfeat and dependencies/matconvnet.
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.