Skip to content

0x5eba/Skin-Cancer-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin-Cancer-Segmentation

Classification and Segmentation with Mask-RCNN of Skin Cancer by ISIC dataset

Setup

  1. Download the dataset from https://isic-archive.com/

    At the end, the directory of the data should be like this:

    Data/
    ├── Images/  (containing the .jpg file)
    ├── Descriptions/  (containing the json file)
    └── Segmentation/  (containing the .png file)
    
  2. Download the dependency of the project: pip3 install -r requirements.txt

  3. Create the model: python3 main.py

  4. Test the model: python3 test.py

Results

Original image

Classify and Segment image

Releases

No releases published

Packages

No packages published

Languages