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

Background threshold? #31

Closed
whatsups opened this issue Jun 5, 2021 · 2 comments
Closed

Background threshold? #31

whatsups opened this issue Jun 5, 2021 · 2 comments

Comments

@whatsups
Copy link

whatsups commented Jun 5, 2021

I notice that you traverse all background threshold options and give the best mIoU of pseudo labels, this setting assumes that the ground truth masks are available during pseudo label generating. However, in practice, if the gt masks are available, why don't we just use these gt labels? So I think a background threshold selection strategy without depending on gt masks is needed here for practice. What do you think of it? Thanks!

@YudeWang
Copy link
Owner

YudeWang commented Jun 6, 2021

@pigcv89
Good question, and that's why I am working on semi-supervised semantic segmetnation now.
It is inevitable to get some pixel-level annotations to evaluate the trained model. However, the amount of mask is always limited. It is feasible to train a model by image-level labels and select best threshold on pixel-level labels val set. Then generate pixel-level pseudo labels for those image-level labeled images and retrain a model by the combination of pseudo labels and gt mask.

@whatsups
Copy link
Author

whatsups commented Jun 6, 2021

Thanks for your reply,it's very helpful to me.

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