foolwood / DCFNet_pytorch

DCFNet: Discriminant Correlation Filters Network for Visual Tracking
https://arxiv.org/pdf/1704.04057.pdf
MIT License
207 stars 60 forks source link

track multi-object #7

Open LuGarfield opened 6 years ago

LuGarfield commented 6 years ago

Can this tracker used to track multi-object ? the DCFNet.py just track one object but if i want to track multi-object for example n objects , this means the init_rect should be n*4 array as input , right ? Thanks!!