-
This project aims to detect buildings from the satellite images.
-
The architecture used is called GeneralizedRCNN (Region-Based Convolutional Neural Network).
-
This architecture conists of three blocks
Detailed explination of each block is present in "https://medium.com/@hirotoschwert/digging-into-detectron-2-47b2e794fabd".
The dataset we considered is 'building-detection Image Dataset' from Roboflow.
code is available in the build-seg.ipynb file.
Adjust the file paths before executing
Results are available in the results folder.