Git Product home page Git Product logo

detecting-roads-from-satellite-images's Introduction

Detecting-Roads-from-Satellite-Images

In this notebook we will look at satellite imagery data from Masachusetts and detect roads from the images. The dataset has been obtained from kaggle

The data is organized as follows:

.
└── training
    ├── input
    └── output
├── testing
│   ├── input
│   └── output

where input folder contains the images and output folder contains the corresponding mask images.

  • The size of the images is: (length, width, color_channels) = (1500, 1500, 3)

  • The two tasks in the analysis are: - Data Pipeline: Preprocessing the raw images to make them ready for the deep learning model - Model Pipeline: Build a deep learning model to identify roads from the images

  • Data pipeline does the following:

    • Crop input images from (1500, 1500, 3) into multiple smaller images of size (256, 256, 3)
    • Apply similar operation on the mask images
    • Save images as h5 files.
  • Model pipeline does the following:

    • Trains a Unet model on the cropped images
    • Validates the model on test data using defined metrics

Here are some predictions from the model:

detecting-roads-from-satellite-images's People

Contributors

nirzaree avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tatyanapolunina

detecting-roads-from-satellite-images's Issues

Resizing notebook request

Hello Mam,
I am a student working on deep learning approaches to extract roads from the aerial images. I found your code to be very useful. Can i get the model file. I am stuck here. Thanks in advance

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.