We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
you should use matlab 2014b ,not 2016
Sorry, something went wrong.
My matlab version is 2015b,can I remove BufSize?
No branches or pull requests
I get some error in running demo.m
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?
The text was updated successfully, but these errors were encountered: