joaofaro / KCFcpp

C++ Implementation of KCF Tracker
BSD 3-Clause "New" or "Revised" License
895 stars 446 forks source link

KCF's robustness with regard to ground-truth box size #18

Open wwz58 opened 6 years ago

wwz58 commented 6 years ago

I test the code on some videos captured by myself , then I found that the tracking results varies greatly when I just initialize the algorithm with a slightly larger or smaller target box. I wonder how can this happen since the code always extract a larger roi and get the feature, and I thought it will not so sensitive to the size of the box