Commit
·
f854fa8
1
Parent(s):
b83edcf
updated README.
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ model-index:
|
|
19 |
link: https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation
|
20 |
metrics:
|
21 |
- type: dice
|
22 |
-
value: 0.
|
23 |
name: Dice Coefficient
|
24 |
- type: iou
|
25 |
-
value: 0.
|
26 |
name: Intersection over Union (IoU)
|
27 |
---
|
28 |
|
@@ -81,8 +81,8 @@ print("Output shape:", output.shape)
|
|
81 |
|
82 |
### Performance on test set
|
83 |
|
84 |
-
- **Dice Coefficient:** 0.
|
85 |
-
- **Intersection over Union (IoU):** 0.
|
86 |
|
87 |
## Citation
|
88 |
|
|
|
19 |
link: https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation
|
20 |
metrics:
|
21 |
- type: dice
|
22 |
+
value: 0.77
|
23 |
name: Dice Coefficient
|
24 |
- type: iou
|
25 |
+
value: 0.62
|
26 |
name: Intersection over Union (IoU)
|
27 |
---
|
28 |
|
|
|
81 |
|
82 |
### Performance on test set
|
83 |
|
84 |
+
- **Dice Coefficient:** 0.77
|
85 |
+
- **Intersection over Union (IoU):** 0.62
|
86 |
|
87 |
## Citation
|
88 |
|