You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
I encountered an issue when I changed the dataset to my own dataset. This error is not always present but sometimes happens when evaluating the model on val dataset.
I think the issue is my dataset includes empty mask which means this image does not include any object, only the background in the mask. The whole mask pixel value only has 255. But I am not sure.
Please let me know any suggestions about this issue. Thanks!
Thanks for your fantastic work.
I encountered an issue when I changed the dataset to my own dataset. This error is not always present but sometimes happens when evaluating the model on val dataset.
I think the issue is my dataset includes empty mask which means this image does not include any object, only the background in the mask. The whole mask pixel value only has 255. But I am not sure.
Please let me know any suggestions about this issue. Thanks!