Skip to content
New issue

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

Is this code set for VOT or OTB dataset #2

Open
jwonkyung opened this issue Aug 21, 2018 · 2 comments
Open

Is this code set for VOT or OTB dataset #2

jwonkyung opened this issue Aug 21, 2018 · 2 comments

Comments

@jwonkyung
Copy link

Are the parameters of this code set for VOT or OTB dataset?
Or is there another runfile/wrapper code for dataset?
Thank you.

@yangkang779
Copy link

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;

@jwonkyung
Copy link
Author

Thank you,
Maybe I think I have to modify some code for runfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants