Pytorch-SiamFC icon indicating copy to clipboard operation
Pytorch-SiamFC copied to clipboard

After we got the score map, how can we get the bounding rect box of the object?

Open perrywu1989 opened this issue 7 years ago • 2 comments
trafficstars

After we got the score map, how can we get the bounding rect box of the object?

And we only have a video and one reference box in the first frame, can we keep tracking this object? I think the problem is how we can get the reference box of next frame correctly.

perrywu1989 avatar Nov 16 '18 06:11 perrywu1989

Actually the visualization tool is not running the tracker itself. The tracker is a meta algorithm on top of the network, that uses the previous estimated position and passes multiple scales of the image to get a robust estimation of the target. The application just focuses on the network itself, as a similarity metric. The purpose is to have a peek into the "Black box" that is the network, in order to explore its behavior and limitations.

rafellerc avatar Nov 20 '18 06:11 rafellerc

It wouldn't be that hard to implement the option of running the full tracker though. I don't have that much time right now to work on that, but if anyone wants to work on that, please let me know.

rafellerc avatar Nov 20 '18 06:11 rafellerc