visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

RTS first segmentation mask #393

Open HamadYA opened 1 year ago

HamadYA commented 1 year ago

Hi, Thanks for your great work.

I tried to use RTS on a custom dataset, specifically head tracking, and it failed to run on more than 50 videos because I suppose it could not get the first segmentation mask. Is there a work around or any solution that I can follow?

Thanks again.