Commit
·
4e04c5c
1
Parent(s):
281c647
updated README.
Browse filesadded Dataset section.
README.md
CHANGED
@@ -73,3 +73,7 @@ output = model(input_data)["output_0"]
|
|
73 |
# Prints the shape of the output tensor for verification
|
74 |
print("Output shape:", output.shape)
|
75 |
```
|
|
|
|
|
|
|
|
|
|
73 |
# Prints the shape of the output tensor for verification
|
74 |
print("Output shape:", output.shape)
|
75 |
```
|
76 |
+
|
77 |
+
## Dataset
|
78 |
+
|
79 |
+
The model was trained on the LGG Segmentation Dataset, which contains Brain MRI images with FLAIR abnormalities labeled for segmentation tasks. The dataset is available on [Kaggle](https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation).
|