vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

Matconvnet compilation issues #1235

Open EDINESH90 opened 5 years ago

EDINESH90 commented 5 years ago

run_HDT Reference to non-existent field 'normalization'.

Error in get_features (line 11) img = imResample(img, net.normalization.imageSize(1:2));

Error in tracker_ensemble (line 87) feat = get_features(patch, cos_window, nlayers);

Error in run_HDT (line 36) [positions] = tracker_ensemble(img_files, pos, target_sz, ...