You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use a matcher, you need to specify the threshold there:
For the "NaiveThresholdMatching" algorithm, you can find this in panoptica/instance_matcher.py
If you start with MatchedInstancePairs and you don't need matching anymore, you can control this variable with the "decision_threshold" and corresponding "decision_metric"
Apologies if mentioned already somewhere, but currently the IoU Threshold for TP is set to 0.5 (I think?). How do I change that?
The text was updated successfully, but these errors were encountered: