opencv_zoo
opencv_zoo copied to clipboard
Refreshing template in Vit (Question)
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?