foolwood / SiamMask

[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
http://www.robots.ox.ac.uk/~qwang/SiamMask
MIT License
3.46k stars 815 forks source link

Question about Multiple Object Tracking #65

Open logiklesuraj opened 5 years ago

logiklesuraj commented 5 years ago

Is there any way to somehow integrate Centernet or YOLO with Siamese network. Like first the detection algorithm will detect the mask and then SiamMask algo will track that mask.

outfielder commented 2 years ago

This paper does exactly that

Though, unfortunately, I have not been able to find any source code to go with it.