We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are the parameters of this code set for VOT or OTB dataset? Or is there another runfile/wrapper code for dataset? Thank you.
The text was updated successfully, but these errors were encountered:
I have the test code for OTB datasets. run_DRT.m is function results=run_DRT(seq,res_path,bSaveImage)
results = DRT(seq);
caffe.reset_all();
and DRT.m need to be modified ,please review
https://github.com/martin-danelljan/Continuous-ConvOp/blob/master/implementation/tracker.m
On linux : im=imread(seq.s_frames{1});
num_frames= numel(seq.s_frames);
rect_position(1,:)=seq.init_rect;
fps = numel(seq.s_frames) / time; disp(['fps: ' num2str(fps)]) results.type = 'rect'; results.res = rect_position;%each row is a rectangle results.fps = fps;
Sorry, something went wrong.
Thank you, Maybe I think I have to modify some code for runfile.
No branches or pull requests
Are the parameters of this code set for VOT or OTB dataset?
Or is there another runfile/wrapper code for dataset?
Thank you.
The text was updated successfully, but these errors were encountered: