bilylee / SiamFC-TensorFlow

A TensorFlow implementation of the SiamFC tracker
MIT License
358 stars 112 forks source link

how to do multiple objects tracking using SiamFC? #80

Closed Jiakui closed 4 years ago

Jiakui commented 5 years ago

If I have multiple targets , how should track all of them simultaneously?

Thanks

xxcheng0708 commented 5 years ago

Siamese-FC can't seem to do this.

bilylee commented 4 years ago

SiamFC is a single object tracker. You are welcome to extend it for MOT.