dgyoo / pa3

Recent image representation as PA3 of the computer vision class.
7 stars 0 forks source link

MatConvnet installation #2

Open 20155004 opened 8 years ago

20155004 commented 8 years ago

run('C:\Users\admin\Desktop\PA3\vlfeat\vlfeat-0.9.20\toolbox\vl_setup') run('C:\Users\admin\Desktop\PA3\MatConvnet/matlab/vl_setupnn')

경고: 이름이 존재하지 않거나 디렉터리가 아님: C:\Users\admin\Desktop\PA3\MatConvnet\matlab\mex

In path at 109 In addpath at 86 In vl_setupnn at 13 In run at 63

run('C:\Users\admin\Desktop\PA3\MatConvnet/matlab/vl_setupnn')

MatConvnet installation하는데 에레메세지 뜨는데 무슨 문제인지 모르겠습니다. 해보신 분들 좀 알려주세요

Dong-JinKim commented 8 years ago

(학번:20153080) 어쩌면 mex가 setup이 안 돼서 생긴 문제가 아닐까 싶어요

matconvnet setup을 하기 전에

mex -setup C++

을 하셨었나요?

20155004 commented 8 years ago

vl_complienn을 먼저 compile하고 했어야 되는데 그걸 안한것 같네요.
해결 된 것 같습니다.

답변 감사드립니다.