researchmm / SiamDW

[CVPR'19 Oral] Deeper and Wider Siamese Networks for Real-Time Visual Tracking
http://openaccess.thecvf.com/content_CVPR_2019/html/Zhang_Deeper_and_Wider_Siamese_Networks_for_Real-Time_Visual_Tracking_CVPR_2019_paper.html
MIT License
751 stars 180 forks source link

Train on multiple classes? #70

Closed tiberium24 closed 4 years ago

tiberium24 commented 4 years ago

Hello, Does anybody know how we can train a siamese network for multiple classes of objects? Cars, pedestrians etc.

JudasDie commented 4 years ago

Hello, Does anybody know how we can train a siamese network for multiple classes of objects? Cars, pedestrians etc.

Hi, thanks for your interest. This is a single object tracker. If you want to modify it to multi-object tracking, you may check whether this model can be inserted into an MOT tracker.