Coder Social home page Coder Social logo

road_segmentation's Introduction

Project Road Segmentation

For this choice of project task, we provide a set of satellite images acquired from GoogleMaps. We also provide ground-truth images where each pixel is labeled as road or background.

Your task is to train a classifier to segment roads in these images, i.e. assigns a label road=1, background=0 to each pixel.

Submission system environment setup:

  1. The dataset is available from the CrowdAI page.

  2. Obtain the python notebook segment_aerial_images.ipynb from this github folder, to see example code on how to extract the images as well as corresponding labels of each pixel.

The notebook shows how to use scikit learn to generate features from each pixel, and finally train a linear classifier to predict whether each pixel is road or background. Or you can use your own code as well. Our example code here also provides helper functions to visualize the images, labels and predictions. In particular, the two functions mask_to_submission.py and submission_to_mask.py help you to convert from the submission format to a visualization, and vice versa.

  1. As a more advanced approach, try tf_aerial_images.py, which demonstrates the use of a basic convolutional neural network in TensorFlow for the same prediction task.

Evaluation Metric: F1 score

road_segmentation's People

Contributors

othmansefraoui 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.