Commit 30c249b4 authored by Vladislav Sovrasov's avatar Vladislav Sovrasov

tracking: update TLD overlap threshold

parent 8d74aaad
......@@ -482,7 +482,7 @@ TEST_P(DistanceAndOverlap, Shifted_Data_Boosting)
TEST_P(DistanceAndOverlap, Shifted_Data_TLD)
{
TrackerTest test( Tracker::create( "TLD" ), dataset, 120, .4f, CenterShiftLeft);
TrackerTest test( Tracker::create( "TLD" ), dataset, 120, .2f, CenterShiftLeft);
test.run();
}
/***************************************************************************************/
......
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