opencv_zoo icon indicating copy to clipboard operation
opencv_zoo copied to clipboard

Refreshing template in Vit (Question)

Open arielkantorovich opened this issue 1 year ago • 4 comments

Hi, I want to ask you about template refreshing in VitTracker. I see in Python code the method self. model. update(image) it looks like there is no update template (always first template), On the other hand, I see when I run some video examples that the tracker "Jump" to another object that is different from the original template and continues with this object. So there is some template udate logic that you implement in your code? and if Yes how I can control this updated template?

arielkantorovich avatar Jan 08 '24 08:01 arielkantorovich