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
In mask accurate calculation, we only have pred_mask_logits without sigmoid, the value is out of [0,1], (pred_mask_logits > 0.5) selection seems to be meaningless, is there any processing about pred_mask_logits that I overlooked? mask_accurate = (pred_mask_logits > 0.5) == (gt_masks > 0.5)
The text was updated successfully, but these errors were encountered:
In mask accurate calculation, we only have pred_mask_logits without sigmoid, the value is out of [0,1], (pred_mask_logits > 0.5) selection seems to be meaningless, is there any processing about pred_mask_logits that I overlooked? mask_accurate = (pred_mask_logits > 0.5) == (gt_masks > 0.5)
The text was updated successfully, but these errors were encountered: