microsoft / VideoX

VideoX: a collection of video cross-modal models
Other
967 stars 160 forks source link

[sqetrack]The target has disappeared, but the model still has predicted results. How to solve it? #105

Open HLH13297997663 opened 1 year ago

HLH13297997663 commented 1 year ago

After the target disappears, the model will treat non-target objects as targets.How to solve it?

chenxin-dlut commented 1 year ago

This is a common challenge for many base trackers. Consider adding a module that judges the disappearance of the target (typically used in long-term tracking) to solve this problem.