Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ This repository contains a U-Shaped Neural Network(U-Net) model trained on the P
|
|
6 |
|
7 |
|
8 |
Model Details
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
6 |
|
7 |
|
8 |
Model Details
|
9 |
+
|
10 |
+
* Architecture: U-Shaped Neural Network (U-Net)
|
11 |
+
* Input Size: Varying Size resized to 128x32 pixels with 1 channel (grayscale)
|
12 |
+
* Data Preprocessing: The model has been trained on normalized data.
|
13 |
+
* IoU: 78%
|