Skip to content
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

What do the following things represent #26

Open
SharhadBashar opened this issue Oct 7, 2021 · 1 comment
Open

What do the following things represent #26

SharhadBashar opened this issue Oct 7, 2021 · 1 comment

Comments

@SharhadBashar
Copy link

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:

  1. cls_out
  2. cls_fg
  3. masks
  4. mask_logits
  5. pseudo_gt
  6. moss_mask
@SharhadBashar
Copy link
Author

also does pseudo_gt go through some sort of softmax?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant