You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: