Zhongdao / UniTrack

[NeurIPS'21] Unified tracking framework with a single appearance model. It supports Single Object Tracking (SOT), Video Object Segmentation (VOS), Multi-Object Tracking (MOT), Multi-Object Tracking and Segmentation (MOTS), Pose Tracking, Video Instance Segmentation (VIS), and class-agnostic MOT (e.g. TAO dataset).
MIT License
338 stars 34 forks source link

Bounding Box still appears when object goes out of frame #44

Open saishiva024 opened 2 years ago

saishiva024 commented 2 years ago

Hi,

Bounding Box still appears when object goes out of frame after some time and SOT is tracking other objects in frame until the initially selected object reappears. Is there any solution to solve this problem?

Thanks.