Image Segmentation
Keras
English
tensorflow
Eval Results (legacy)
How to use from the
Use from the
Keras library
# 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.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DevBhuyan/Skin-Lesion-Segmentation

Base model

Sadiksmart0/unet
Finetuned
(1)
this model

Datasets used to train DevBhuyan/Skin-Lesion-Segmentation

Evaluation results