/isic18

The code associated with our submission to the 2018 ISIC challenge

Primary LanguagePython

ISIC 2018

The code associated with our submission to the 2018 ISIC challenge

General Structure

  • dataset_prep the location of all scripts used for preparing the data for training.
    • See README in that directory for more information
  • task3 the location of all scripts used for training the models
    • keras_model_utilities.py - This module managed the keras models on disk and held all reused code for model training
    • [model_name]_k.py - The main scripts for each model training
    • isic_data.py - The module which served data to the classifiers
    • run_predictions.py - The main script for performing testing and full validation.