preethamganesh commited on
Commit
4e29c4d
·
1 Parent(s): 5f4232a

updated README.

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