heroza/isic2017_classification
Updated • 9
How to use DevBhuyan/Skin-Lesion-Segmentation with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://DevBhuyan/Skin-Lesion-Segmentation")
A precise segmentation model trained on the ISIC2016 and 2017 datasets. Throws an accuracy of 98.06% and a Jaccard Index of 90.86. Based on the U-Net architecture with a DenseNet201 backbone.
Base model
Sadiksmart0/unet