So I tried everything but I still can't get the segmentations right. I think the reason might be that I'm using a pytorch deeplabv3plus model while all I've seen in the documentations is the tensorflow one.
I am using deeplabv3plus from this library.
qubvel/segmentation_models.pytorch
import segmentation_models_pytorch as smp
Do you think the architecture could be one reason blob doesn't get the segmentations right?