Human-Image-and-Musk-segmentation-by-CNN-

CNN based Image recognigition and segementation are two important things in the research field. Here an an attempt has been taken to create a Image-Musk segmentation model using the 'Human Segmentation Dataset'

Dataset Link: https://github.com/VikramShenoy97/Human-Segmentation-Dataset

EPOCHS = 30

LR = 0.002

ENCODER = 'timm-efficientnet-b0'

WEIGHTS = 'imagenet'