Commit fa3cc075 authored by Fernando Martin's avatar Fernando Martin Committed by GitHub

Updated default tracker parameters

Updated the lambda coefficient to the one suggested in the original paper (http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf, page 11, Table 2) which works (for me) better then the previous default one.
parent 24b8f251
......@@ -827,7 +827,7 @@ namespace cv{
TrackerKCF::Params::Params(){
detect_thresh = 0.5;
sigma=0.2;
lambda=0.01;
lambda=0.0001;
interp_factor=0.075;
output_sigma_factor=1.0/16.0;
resize=true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment