Pankaj001 commited on
Commit
c6ea204
1 Parent(s): 0be77f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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
- Architecture: U-Shaped Neural Network (U-Net)
10
- Input Size: Varying Size resized to 128x32 pixels with 1 channel (grayscale)
11
- Data Preprocessing: The model has been trained on normalized data.
12
- IoU: 78%
 
 
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%