amazon-science / siam-mot

SiamMOT: Siamese Multi-Object Tracking
Apache License 2.0
477 stars 61 forks source link

How to increase the detector confidence? #30

Open ayanasser opened 2 years ago

ayanasser commented 2 years ago

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 ?

bingshuai2019 commented 2 years ago

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.