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

is it something wrong that the code returns only one image' label and mask in mask_head? #7

Closed
zimenglan-sysu-512 opened this issue Mar 7, 2019 · 4 comments

Comments

@zimenglan-sysu-512
Copy link

hi @zjhuang22
i have a question that in this line, it seems that it returns one image's mask and label info. if one gpu holds more than one image, how to get the corresponding mask and label?

@zimenglan-sysu-512 zimenglan-sysu-512 changed the title is it something wrong that return only one image' label and mask? is it something wrong that the code returns only one image' label and mask in mask_head? Mar 7, 2019
@zjhuang22
Copy link
Owner

hi @zjhuang22
i have a question that in this line, it seems that it returns one image's mask and label info. if one gpu holds more than one image, how to get the corresponding mask and label?

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.

@zimenglan-sysu-512
Copy link
Author

zimenglan-sysu-512 commented Mar 7, 2019

another question, why it returns mask instead of selected_mask in that line?

@zjhuang22
Copy link
Owner

another question, why it returns mask instead of selected_mask? in that line?

In the post-processing of mask_head, the mask has been selected according to the prediction category.

@zimenglan-sysu-512
Copy link
Author

zimenglan-sysu-512 commented Mar 7, 2019

u are right, i forget it. thanks

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

2 participants