ClickSEG
ClickSEG copied to clipboard
Prediction threshold
I see you use 0.49 as the prediction threshold. Why this number?
https://github.com/alibaba/ClickSEG/blob/d61a76b2c88c56106e97d505ce41d16aa2535021/isegm/engine/baseline_trainer.py#L401
Because my code is largely based on the codebase provided by RITM. They use 0.49, so I follow the setting.