/Image_Segmenter

Skin Lesion Segmentation using both deep learning and machine learning approaches

Primary LanguagePythonMIT LicenseMIT

Skin Lesion Segmentation

made-with-python

Skin Lesion Segmentation using both Deep Learning and normal Image Processing approaches.

Used the PH2 Dataset for the task.


The Deep Learning Approach

Used FCNet to train the model on the images and their corresponding masks.

The data required was generated by a custom script: Copy_file.py alt_text

The Image Processing Approach

Used Median filtering, Image thresolding and Canny edge detection to generate contours using hand-crafted features. alt_text


References: