-
Notifications
You must be signed in to change notification settings - Fork 378
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
is it something wrong that the code returns only one image' label and mask in mask_head? #7
Comments
Thanks for your attention. Our code only uses one image for one GPU during the test, without considering more than one image for one GPU during the test, which we will add later. |
another question, why it returns |
In the post-processing of mask_head, the mask has been selected according to the prediction category. |
u are right, i forget it. thanks |
hi @zjhuang22
i have a question that in this line, it seems that it returns one image's
mask
andlabel
info. if one gpu holds more than one image, how to get the correspondingmask
andlabel
?The text was updated successfully, but these errors were encountered: