siam-mot icon indicating copy to clipboard operation
siam-mot copied to clipboard

How to increase the detector confidence?

Open ayanasser opened this issue 3 years ago • 1 comments

Hello, I ran the code with my demo video and I found that it detects a lot of false positives, Is there any confidence threshold parameter that I could set to control that ?

ayanasser avatar Sep 12 '21 09:09 ayanasser

Yes, these three thresholds (here: https://github.com/amazon-research/siam-mot/blob/main/siammot/configs/defaults.py#L54-L56) are probably what you need to tune.

bingshuai2019 avatar Sep 15 '21 03:09 bingshuai2019