File size: 1,269 Bytes
84a1712 d2cff8f 84a1712 c764a4e 84a1712 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
license: apache-2.0
datasets:
- zs389/isic2016
- heroza/isic2017_classification
language:
- en
metrics:
- accuracy
- precision
- recall
- f1
base_model:
- Sadiksmart0/unet
- glasses/densenet201
pipeline_tag: image-segmentation
library: tensorflow
model-index:
- name: Skin-Lesion-Segmentation
results:
- task:
type: image-segmentation
dataset:
name: isic2016
type: image
metrics:
- name: accuracy
type: float
value: 98.04
- name: precision
type: float
value: 97.09
- name: IoU (jaccard index)
type: float
value: 90.86
- name: F1-score (dice coefficient)
type: float
value: 94.78
- task:
type: image-segmentation
dataset:
name: isic2017
type: image
metrics:
- name: accuracy
type: float
value: 93.06
- name: precision
type: float
value: 98.63
- name: IoU (jaccard index)
type: float
value: 89.97
- name: F1-score (dice coefficient)
type: float
value: 94.35
tags:
- tensorflow
- keras
---
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. |