Skin Lesion Classification with Fuse

This project deals with skin lesion classification challenge, from the International Skin Imaging Collaboration (ISIC).

ISIC 2019 Challenge

The goal is to train a model which able to classify demoscropic images among nine different diagnostic categories. Check this link for more details.

This code provides a simple implementation of these tasks using FuseMedML. The model used is an InceptionResnetV2 pretrained on ImageNet and we evaluate it on AUC metric.

Train a model

python isic_runner.py

Submodules

fuse_examples.imaging.classification.isic.golden_members module

fuse_examples.imaging.classification.isic.isic_runner module

Module contents