ybsong00 / CREST-Release

CREST: Convolutional Residual Learning for Visual Tracking
136 stars 50 forks source link

run Demo.m Error---dimension doesn't agree #8

Open JohnKeating24 opened 6 years ago

JohnKeating24 commented 6 years ago

`Error using * Inner matrix dimensions must agree.

Error in CRESTtracking (line 96) feat=feat_*coeff;

Error in Demo (line 32) result=CREST_tracking(opts,varargin,config,display);

Error in run (line 86) evalin('caller', [script ';']);`

Hello, here is the problem, feat_: 1369 x 512 single, and coeff: 1369 x 64 double, can you help me solve it?

Tomingz commented 6 years ago

do you solve the problem?