Closed yalaudah closed 4 years ago
Investigate why the model predictions in the binary dataset result in images with multiple classes like this image:
This might be due to the logits being passed on to mask_to_disk() before taking the max()
mask_to_disk()
I removed the other issue (binary image becomes non binary after augmentation) since it is unrelated. It is now referenced in issue: #344
Investigate why the model predictions in the binary dataset result in images with multiple classes like this image:
This might be due to the logits being passed on to
mask_to_disk()
before taking the max()