The publication of this code aims to:
- Share the results of this final project’s research and development with the public, particularly in the context of implementing semantic segmentation for building density detection.
- Facilitate the reproduction of experiments by other researchers working on similar topics.
- Provide a reference for developers or researchers who wish to utilize or further develop this final project’s research.
[running with Kaggle Notebook] with:
- Python 3.10
- TensorFlow / PyTorch / Keras
- Sklearn
- -U segmentation-models
- Jaccard Coefficient for accuration metrics
Before making mask dataset, image dataset should be labelled as masking of image dataset. On this final project used Label Studio with 2000 image dataset. For further information regarding its use it can follow the following link: https://labelstud.io/
In this research, the model training was carried out as many as 50 epochs and the results were obtained as in Figure I - Figure III.
The model for predicted image generated in this research was integrated with Gradio and resulted in two classes, namely sparse and dense as shown in Figure IV and Figure V.