This project focuses on detecting buildings from satellite images using Convolutional Neural Networks (CNNs). We trained two types of models: an object detection model and two classifiers, using the Functional Map of the World (FMoW) dataset to detect certain types of buildings in satellite images.
- Architecture: Faster R-CNN
- Purpose: Identify and locate buildings within satellite images.
We utilized four different convolutional neural network architectures for classification:
- DenseNet
- ResNet
- InceptionV3
- Xception
- Programming Languages: Python
- Libraries: PyTorch, Keras, TensorFlow
- Platform: Trained on Google Colab