alanlukezic / csr-dcf

Discriminative Correlation Filter with Channel and Spatial Reliability
226 stars 73 forks source link

Issue for csr_wrapper #5

Open LyleeTung opened 6 years ago

LyleeTung commented 6 years ago

How to use the function of csr_wrapper to generate a output.txt file?

alanlukezic commented 6 years ago

The wrapper is used for integration with the VOT toolkit (https://github.com/votchallenge/vot-toolkit). To integrate the tracker the following lines should be copied into the tracker configuration file which is located in your VOT workspace: src_path = 'E:\workspace\tracking\CSRDCF2\original-cvpr17'; tracker_command = generate_matlab_command('csr_wrapper', ... {src_path, ... fullfile(src_path, 'utils'), ... fullfile(src_path, 'features'), ... fullfile(src_path, 'mex')});

If you are not familiar with the VOT toolkit I suggest you to read the documentation: http://www.votchallenge.net/howto/ or visit the support forum: https://groups.google.com/forum/?hl=en#!forum/votchallenge-help

LyleeTung commented 6 years ago

Hi Alan Lukežič Thanks for the reply.May I know how to increase the searching region to improve the accuracy? 

Thank you. Regards. On Wednesday, 17 January 2018, 4:47:02 PM GMT+8, Alan Lukežič notifications@github.com wrote:

The wrapper is used for integration with the VOT toolkit (https://github.com/votchallenge/vot-toolkit). To integrate the tracker the following lines should be copied into the tracker configuration file which is located in your VOT workspace: src_path = 'E:\workspace\tracking\CSRDCF2\original-cvpr17'; tracker_command = generate_matlab_command('csr_wrapper', ... {src_path, ... fullfile(src_path, 'utils'), ... fullfile(src_path, 'features'), ... fullfile(src_path, 'mex')});

If you are not familiar with the VOT toolkit I suggest you to read the documentation: http://www.votchallenge.net/howto/ or visit the support forum: https://groups.google.com/forum/?hl=en#!forum/votchallenge-help

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

alanlukezic commented 6 years ago

You can increase parameter "padding" in the read_default_parameters file.

LyleeTung commented 6 years ago

Thanks Alan Lukežič. Yea, I saw it. I have tried to increase the padding value from 3 to 5, then i calculated again the EAO of data sets, some data show that EAO had increase and fps decrease. Besides that, I also try to increase the value of "nhogchan" in the get_csr_features file, do this means the number of hog features in channel weight?