Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling Code #7

Open
promiti opened this issue Apr 23, 2016 · 0 comments
Open

Compiling Code #7

promiti opened this issue Apr 23, 2016 · 0 comments

Comments

@promiti
Copy link

promiti commented Apr 23, 2016

Hi, I am trying to run your code in Matlab R2011a and having quite a bit of difficulty. Compile.m gives me several error messages such as "features/ssim/vggSsim/MEXfindnearestl2.cpp: In function 'void mexFunction(int, mxArray**, int, const mxArray**)':
features/ssim/vggSsim/MEXfindnearestl2.cpp:62: warning: deprecated conversion from string constant to 'char*'"

Then when I try demo.m, I get this type of error:
??? Undefined function or method 'matlabpool' for input arguments of type 'char'.

Error in ==> openPool at 20
if(matlabpool('size')==0)

Error in ==> datasets_feature at 16
openPool(c.cores);

Error in ==> demo at 24
datasets_feature(datasets, train_lists, test_lists, feature, c);

Could you please help?

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant