Commit
·
5f4232a
1
Parent(s):
1a280bb
updated readme.
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
1 |
license: apache-2.0
|
2 |
+
tags:
|
3 |
+
|
4 |
+
- brain-mri
|
5 |
+
- segmentation
|
6 |
+
- FLAIR-abnormality
|
7 |
+
- medical-imaging
|
8 |
+
- deep-learning
|
9 |
+
- unet
|
10 |
+
datasets:
|
11 |
+
- mateuszbuda/lgg-mri-segmentation
|
12 |
+
model-index:
|
13 |
+
- name: Brain MRI Segmentation - FLAIR Abnormality Segmentation
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: image-segmentation
|
17 |
+
name: Image Segmentation
|
18 |
+
dataset:
|
19 |
+
name: LGG Segmentation Dataset
|
20 |
+
type: medical-imaging
|
21 |
+
link: https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation
|
22 |
+
metrics:
|
23 |
+
- type: dice
|
24 |
+
value: 0.843
|
25 |
+
name: Dice Coefficient
|
26 |
+
- type: iou
|
27 |
+
value: 0.609
|
28 |
+
name: Intersection over Union (IoU)
|
29 |
+
|
30 |
---
|