Threshold Issue
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?
OBJECT_MASK_THRESHOLD?Perhaps. I did COCO instance seg.
me too,how to solve it?
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