So here is the issue:
I first tried to use MaskBlock in my DataBlock and I got CUDA runtime error when I started training. So I thought maybe there is something wrong with my labels. When I checked the output from PILMask.create(which is used inside MaskBlock) I saw this:
It is completely changing my labels and they don’t mean anything now! (Compare it with when I open them simply by Image.open)
Any solution to the problem?

