ECO icon indicating copy to clipboard operation
ECO copied to clipboard

Error when I use combination of CNN and CN

Open Drdestiny opened this issue 6 years ago • 2 comments

Hi! I wanted to try a different combination of features from your paper. So I copied .\runfiles\VOT2016_DEEP_settings.m and changed something.

After I commented struct('getFeature',@get_fhog,'fparams',hog_params),... without changing any other things and run run_test.m, it reported 'Tracker execution interrupted: Unable to establish connection.' Do you know the reason?

Drdestiny avatar May 13 '18 07:05 Drdestiny

Are you running it in VOT? The VOT toolkit should give you the error message. Check the "error_reports" folder if it exists. Or test by running it outside VOT otherwise.

This should work by just commenting out the line as you say.

martin-danelljan avatar May 20 '18 19:05 martin-danelljan

Yes, I run it in VOT. And I looked at error message in "error_reports" folder. It said "MATLAB:catenate:dimensionMismatch". I still don' t understand.

Drdestiny avatar May 21 '18 14:05 Drdestiny