-
Notifications
You must be signed in to change notification settings - Fork 28
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
semantic segmentation #2
Comments
Hi, Thanks for your interest in our work. I did not try this on the segmentation dataset, but I'm very interested in the results. I don't think the current implementation can work on segmentation mask as the label, and it needs a few modifications. For segmentation mask [b,1,h,w], I think you can try to normalize on the channel dimension then sum the h and w, then mean across batches. I think the torch.nn.functional.one_hot() will not on masks. You probably need to write a custom function to convert the mask into one_hot format. |
Thanks for your reply!
Any progress will be updated here in a few days! |
Thanks for your brilliant work!
I've been working on semantic segmentation with noisy labels recently. Have you tried this idea on any segmentation datasets? Or what changes can be done for apl-losses to adapt to segmentation tasks?
The text was updated successfully, but these errors were encountered: