Commit
·
c6b851c
1
Parent(s):
4e29c4d
updated README.
Browse filesAdded description and model details.
README.md
CHANGED
@@ -3,12 +3,9 @@ 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
|
@@ -28,3 +25,15 @@ model-index:
|
|
28 |
value: 0.609
|
29 |
name: Intersection over Union (IoU)
|
30 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- brain-mri
|
5 |
- segmentation
|
|
|
6 |
- medical-imaging
|
7 |
- deep-learning
|
8 |
- unet
|
|
|
|
|
9 |
base_model: "tf-keras/imagenet-mobilenetv2"
|
10 |
model-index:
|
11 |
- name: Brain MRI Segmentation - FLAIR Abnormality Segmentation
|
|
|
25 |
value: 0.609
|
26 |
name: Intersection over Union (IoU)
|
27 |
---
|
28 |
+
|
29 |
+
# Brain MRI Segmentation - FLAIR Abnormality Segmentation v1.0.0
|
30 |
+
|
31 |
+
This repository hosts the trained model for **FLAIR Abnormality Segmentation** in Brain MRI scans. The model is a U-Net architecture with a MobileNetV2 encoder pretrained on ImageNet, designed to segment FLAIR abnormalities from MRI images effectively.
|
32 |
+
|
33 |
+
## Model Details
|
34 |
+
|
35 |
+
- **Architecture:** U-Net with MobileNetV2 encoder and custom decoder layers.
|
36 |
+
- **Dataset:** [LGG Segmentation Dataset](https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation)
|
37 |
+
- **Version:** v1.0.0
|
38 |
+
- **Task:** Image Segmentation
|
39 |
+
- **License:** Apache 2.0
|