|
--- |
|
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% |