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

error in demo.m #33

Open
FartFang opened this issue Nov 29, 2017 · 2 comments
Open

error in demo.m #33

FartFang opened this issue Nov 29, 2017 · 2 comments

Comments

@FartFang
Copy link

FartFang commented Nov 29, 2017

I get some error in running demo.m

caffe-cvprw15 startup
>> demo
Error using textscan
'BufSize' is no longer required and has been removed.

Error in read_cell (line 11)
fileLines = textscan(fid,'%s','delimiter',linesep,'BufSize',100000);

Error in matcaffe_batch_feat (line 28)
    list_im = read_cell(filename);

Error in demo (line 29)
[feat_test , list_im] = matcaffe_batch_feat(test_file_list, use_gpu, feat_len,
model_def_file, model_file);

And I tried to run run_cafair10.m,the same error about 'BufSize'.
Did I have the wrong dataset or something incorrect in the code?

@PixelDoodle
Copy link

you should use matlab 2014b ,not 2016

@songbo0925
Copy link

you should use matlab 2014b ,not 2016

My matlab version is 2015b,can I remove BufSize?

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

3 participants