joaofaro / KCFcpp

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

Speed compared to opencv KCF? #32

Open zpge opened 3 years ago

zpge commented 3 years ago

Can anyone tell me if this method is faster than opencv KCF? How faster?

jiejiangd commented 1 year ago

我在hisi3531dv200上测试的是opencv的fps是0.8帧左右 用这个有13帧左右

gl94 commented 6 months ago

the opencv-contirb-python version is extremely fast(10 microseconds). Far more faster than the cpp version.