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

A stupid question about auxiliary loss for Object detection & instance segmentation. #26

Closed
waxnkw opened this issue Sep 17, 2022 · 4 comments

Comments

@waxnkw
Copy link

waxnkw commented Sep 17, 2022

The paper said, "we do not have ground truth segmentation label.". I can understand there is no segmentation mask for detection, but why is there no segmentation mask for instance segmentation task?

@raoyongming
Copy link
Owner

Hi @waxnkw, thanks for your interest in our work. Here we want to say we don't have ground truth segmentation labels like semantic segmentation. For COCO, we cannot assign labels to the background regions if we only use the instance segmentation labels.

@waxnkw
Copy link
Author

waxnkw commented Sep 18, 2022

Thanks, so is the BCE loss applied to distinguish foreground objects and background?

@raoyongming
Copy link
Owner

We generate the segmentation mask using the bounding boxes or instance mask labels. We assign the corresponding labels for the foreground objects and set the rest regions as the background.

@waxnkw
Copy link
Author

waxnkw commented Sep 18, 2022

Thanks!

@waxnkw waxnkw closed this as completed Sep 18, 2022
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