qubvel / segmentation_models

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
MIT License
4.77k stars 1.03k forks source link

regarding the ground truth #476

Open sumanttyagi opened 3 years ago

sumanttyagi commented 3 years ago

the mask needed to be hot one encoded for multi class or we can also go for spare categorical thing and apply loss function as mentioned in the repo?? have anyone tried the impact does it give same result ?