SiamMask icon indicating copy to clipboard operation
SiamMask copied to clipboard

Yolo + SiamMask

Open OleksiiYeromenko opened this issue 4 years ago • 2 comments

Is there a way to provide Yolo bbox detections as input for SiamMask?

OleksiiYeromenko avatar Jun 20 '21 22:06 OleksiiYeromenko

Yes you can - I have done the same thing before using the Ultralytics object detection API and this paper explores just that.

Bear in mind though that the SiamMask codebase is not really written with much in the way of maintainability and so is not the easiest to work with. I may open source my implementation of it later on when I have some free time.

outfielder avatar Apr 16 '22 00:04 outfielder