Pankaj001 commited on
Commit
0be77f8
·
verified ·
1 Parent(s): a67c2e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
  ---
5
+ This repository contains a U-Shaped Neural Network(U-Net) model trained on the Pedestrian Dataset for Image Segmentation. The model has achieved an IoU of 78% on the test dataset and is available for use as a Keras model.
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%