-
Notifications
You must be signed in to change notification settings - Fork 83
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
Blocky segmentation masks #55
Comments
any suggestions? |
@aleksmirosh we had another user trying this and having similar pattern in their prediction. The issue for them turned out to be that their input data was between [0, 1] but you need to multiply them by 10000 to be integers. |
thank you @HamedAlemo for your response, I much appreciate it. |
I think @thesujitroy or @paolofraccaro should be able to help with this. |
Hi @aleksmirosh . This is somewhat confusing to me, as the predictions should be either 0 or 1 for each pixel, so completely dark or completely white, So I suspect at least some of this is due to distortion being introduced by compression in your image (are you saving it as JPEG perhaps?) Its possible the output of the image is also being affected by the 16x16 patch size though, as you observed. You could try using a smaller patch size on your data, although it may take some more training epochs. |
Hi @CarlosGomes98 thank you for the response. I much appreciate your time. For to my custom finetune the input is TIFF and I save it as TIFF. I will try to experiment with patch size. Does it make sense to try a bigger patch size? In this case, I must use batch size = 1, just memory limit. |
Hello, thank you for your incredible work. This model shows great IoU on my data, much better than all I tested before.
But even after finetune masks look blocky. Like here, like small squares:
Do you have some suggestions please how I can deal with it?
I finetuned with sen1floods11 config and checkpoint.
The text was updated successfully, but these errors were encountered: