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

Reference to non-existent field 'normalization'. #2

Open
Huang9495 opened this issue Mar 12, 2019 · 1 comment
Open

Reference to non-existent field 'normalization'. #2

Huang9495 opened this issue Mar 12, 2019 · 1 comment

Comments

@Huang9495
Copy link

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 ?

@sysu-shey
Copy link

Hello @Huang9495 , maybe you can modify "net.normalization" to "net.meta.normalization" and the problem would be solved.

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

2 participants