vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

help installing matconvnet please #586

Open talha196 opened 8 years ago

talha196 commented 8 years ago

hi guys i am trying to install matconvnet onto my matlab and i am having certain problems. I am following certain problems. i am following this link http://www.vlfeat.org/matconvnet/install/ first of all i donot understand what is meant by "Call the path to this directory MatConvNet" in step 1. i simply changed the path of my matlab to where i downloaded the library and then tried compiling it for cpu. to do that i type >> addpath matlab which runs successfully and then i type

vl_compilenn() it gives me the following error

Error using mkdir Access is denied.

Error in vl_compilenn (line 302) mkdir(fullfile(bld_dir,'bits','impl')) ;

if i try

run matlab/vl_compilenn i get

Error using mkdir Access is denied.

Error in vl_compilenn (line 302) mkdir(fullfile(bld_dir,'bits','impl')) ;

Error in run (line 64) evalin('caller', [script ';']);

please help me in what i am doing wrong.

xiaojidan commented 8 years ago

Do you change this ? It runs OK from the github.

talha196 commented 8 years ago

I figured it out. The compiler was giving these errors. I compiled it it like 2 to 3 times and then it didn't occur but now it was giving me some mex file error. I was using matlab 2013. I updated it to 2015 and it compiled flawlessly with visual studio 2013 compiler.

xiaojidan commented 8 years ago

I suggest you should the new tools, such as matlab 2015, vs 2013. Maybe your compiler is something wrong.

G33kyKitty commented 7 years ago

I am also having this problem.. I am using Matlab R2016b.

How did you solve the issue??

rsrampriya commented 6 years ago

Follow this... http://www.shaneahmed.com/2017/08/compile-matconvnet-on-windows.html

G33kyKitty commented 6 years ago

@rsrampriya Thank you..