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
334 stars 35 forks source link

Bounding Boxes doesn't scale for SOT #42

Open saishiva024 opened 1 year ago

saishiva024 commented 1 year ago

I've tried SOT on custom videos using demo/sot_demo.py. After drawing the initial Bounding Box, it doesn't scale even if size of Object is either reduced/increased. What might be the possible rootcause for this problem?

Thanks in advance.