alanlukezic / csr-dcf

Discriminative Correlation Filter with Channel and Spatial Reliability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bounding box is not moving with the moving object

pryanga-wk opened this issue · comments

CSR-DCF has been incorporated in opencv and i have used in one of my object tracking project. However, at some point in tracking falling coins, the tracker's bounding box remains in a place for some time. This is undesirable. Is there any particular reason for this?

image

image

I have tried changing the psr_threshold as suggested here: https://stackoverflow.com/questions/54785230/csrt-algorithm-not-updating-target

However, is was able to make this box move, but again made another box stick to a spot for sometime.

How can I solve this issue. It'll be convenient if you can suggest some configurations of this algorithm via opencv.

Environment: Linux OS, python2.7
OpenCv: 4.1.1