bilylee / SiamFC-TensorFlow

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

how to judge whether it track failed? #45

Closed pageedward closed 5 years ago

pageedward commented 6 years ago

I wanna ask as title describe..

bilylee commented 6 years ago

Hi,

This is an open question and still under active research. For now, the simplest way to judge if the tracker is correctly following your target is by checking the magnitude of the response. If the response is high, the tracker is confident, otherwise, it may have failed.