-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Threshold for object detection #52
Comments
RetinaNet by its definition does not have The official demo script handles this more properly: Lines 23 to 25 in d250fcc
|
Hey, UPDATE: after a closer look at the object returned by get_cfg(), I found out that cfg.MODEL.TENSOR_MASK.SCORE_THRESH_TEST = 0.5 did the job for me. |
I used Google Colab tutorial, changed instance segmentation model to object detection like this:
As you can see
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.5
but threshold doesn't work:Am I doing something wrong? Thanks.
The text was updated successfully, but these errors were encountered: