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
Hello @lifeng9472 I run your project IBCCF in MatlabR2016b and issue is occuring.
Environment: System: Ubuntu-16.04 Platform: Matlab-R2016b
Issue Reference to non-existent field 'normalization'.
Error in extract_features_CCF (line 20) img = imResample(img, net.normalization.imageSize(1:2));
Error in tracker (line 168) feat = extract_features_CCF(im, cur_pos, searching_sz, cos_window, opts);
Error in run_IBCCF (line 36) results = tracker(img_files, pos, target_sz);
Error in demo (line 13) results = run_IBCCF(seq);
Then, I load the model downloaded( http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat with 510M), and I visual through matlab and the normalization of net is not here, So I think whether the link of model is error.
Can you help me ?
The text was updated successfully, but these errors were encountered:
Hello @Huang9495 , maybe you can modify "net.normalization" to "net.meta.normalization" and the problem would be solved.
Sorry, something went wrong.
No branches or pull requests
Hello @lifeng9472 I run your project IBCCF in MatlabR2016b and issue is occuring.
Environment:
System: Ubuntu-16.04
Platform: Matlab-R2016b
Issue
Reference to non-existent field 'normalization'.
Error in extract_features_CCF (line 20)
img = imResample(img, net.normalization.imageSize(1:2));
Error in tracker (line 168)
feat = extract_features_CCF(im, cur_pos, searching_sz, cos_window, opts);
Error in run_IBCCF (line 36)
results = tracker(img_files, pos, target_sz);
Error in demo (line 13)
results = run_IBCCF(seq);
Then, I load the model downloaded( http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat with 510M), and I visual through matlab and the normalization of net is not here, So I think whether the link of model is error.
Can you help me ?
The text was updated successfully, but these errors were encountered: