Model LINK - https://www.kaggle.com/models/abhigyanryan/road-segmentation
you can also use the following repo " https://github.com/Abhigyan126/Chunk " to extract grey.h5 model, its located in container
cd model
./chunk decode container .
Road_segmentation for Disaster mitigation using CGAN on Satellite imagery.
The Project focuses on road segmentation using a Conditional Generative Adversarial Network (CGAN) with the pix2pix architecture. We utilized satellite images along with their corresponding masks for training. To handle video data, we employed image stitching techniques to create a comprehensive representation. Upon completing the prediction process, the generated masks are applied to the stitched image, effectively segmenting the roads from the rest of the scene. This approach enables accurate road segmentation in satellite imagery, aiding in various applications such as urban planning, traffic analysis, and infrastructure development.
Threshold | 0.1 | 0.15 | 0.2 | 0.25 |
---|---|---|---|---|
Case 1 | 19 | 34 | 49 | 100 |
Case 2 | 52 | 83 | 95 | 100 |
Threshold | 0.25 | 0.5 | 0.85 |
---|---|---|---|
Case 1 | 0.9976 | 0.9975 | 0.9973 |
Case 2 | 0.90 | 0.996 | 0.997 |