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 the step function in triain.py, you return the following things from the network cls_out, cls_fg, masks, mask_logits, pseudo_gt, loss_mask = self.enc(image, image_raw, gt_labels)
What do these things represent:
cls_out
cls_fg
masks
mask_logits
pseudo_gt
moss_mask
The text was updated successfully, but these errors were encountered:
In the step function in triain.py, you return the following things from the network
cls_out, cls_fg, masks, mask_logits, pseudo_gt, loss_mask = self.enc(image, image_raw, gt_labels)
What do these things represent:
The text was updated successfully, but these errors were encountered: