Giter VIP home page Giter VIP logo

roof-segmentation-in-overhead-satellite-views's Introduction

Roof Segmentation in overhead Satellite views

In this paper, we propose a fully convolutional encoder-decoder architecture to solve image segmentation of planar rooftops. The designed architecture utilizes skip connections in the encoder and decoder blocks which assists in vanishing gradient problem when the network gets deeper.

Dataset

Download the INRIA dataset from the following site - INRIA Dataset

Here, the train set is split into train/test sets in ratio 80:20. Please remove existing test folder and execute the following-

python3 prepare_data.py './data'

Model architecture

Install the dependencies

pip install -r requirements.txt

Training the model

The following parameters can be passed during model training -

a. model - Name of the model to train. Model available for training presently is- SatUMaskNet.

b. lr - Learning rate

c. epochs - Number of epochs to train the model

d. batch_size - Number of images in a batch to train

e. patch_size - Size of the image patch on which the model is to be trained.

Command to start model training and inferencing -

python3 main.py --model SatUMaskNet --lr 0.01 --epochs 24 --batch_size 4 --patch_size 256

Results

roof-segmentation-in-overhead-satellite-views's People

Contributors

shashank-holla avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.