MaskDINO icon indicating copy to clipboard operation
MaskDINO copied to clipboard

Threshold Issue

Open serbandoncean opened this issue 2 years ago • 3 comments

Hi! When I try to do an inference with a model trained on a custom dataset, the predictor returns a lot of instances that have a score of 0% or 1% even if I had modified the MODEL.ROI_HEADS.SCORE_THRESH_TEST parameter. Is there any parameter that needs to be modified apart from this one?

serbandoncean avatar Aug 23 '23 09:08 serbandoncean

OBJECT_MASK_THRESHOLD?Perhaps. I did COCO instance seg.

XtionDoubleAI avatar Oct 28 '23 01:10 XtionDoubleAI

me too,how to solve it?

apan666555 avatar Apr 29 '24 07:04 apan666555

me either. I changed below things from config but it was not changed.

cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.9 cfg.MODEL.ROI_HEADS.NMS_THRESH_TEST = 0.9 cfg.MODEL.RETINANET.SCORE_THRESH_TEST =0.9 cfg.MODEL.RETINANET.NMS_THRESH_TEST = 0.9 cfg.MODEL.MaskDINO.TEST.OBJECT_MASK_THRESHOLD = 0.9 cfg.MODEL.PANOPTIC_FPN.COMBINE.INSTANCES_CONFIDENCE_THRESH = 0.9

JamesLeeeeeee avatar Jul 24 '24 06:07 JamesLeeeeeee