File size: 508 Bytes
a67c2e0 0be77f8 a67c2e0 0be77f8 c6ea204 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
license: apache-2.0
pipeline_tag: image-segmentation
---
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.
Model Details
* Architecture: U-Shaped Neural Network (U-Net)
* Input Size: Varying Size resized to 128x32 pixels with 1 channel (grayscale)
* Data Preprocessing: The model has been trained on normalized data.
* IoU: 78% |