-
Notifications
You must be signed in to change notification settings - Fork 110
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 does the mask parameter refer to? #2
Comments
Wang-Shuo
changed the title
What does the target parameter refer to?
What does the mask parameter refer to?
Jan 22, 2019
Some of the candidate boxes are ignored for training such as crowded boxes in COCO. And the mask here means whether this candidate box is used (mask[i,j]=1) or ignored (mask[i,j]=0). It just acts as loss weights. |
I see. Thanks a lot. |
May I ask where is the mask (now named as label_weight) calculated? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GHM_Detection/mmdetection/mmdet/core/loss/ghm_loss.py
Line 24 in ff58c3e
The text was updated successfully, but these errors were encountered: