Coder Social home page Coder Social logo

cnn-remote-sensing's Introduction

CNN-remote-sensing

A tool which enables perform a full per-pixel remote sensing image classification, which includes:

  • reading sample data from .shp file
  • rasterizing .shp file and extracting extracting signal vectors for samples from remote sensing image
  • splitting data into training, test and validation set in a given proportion with a respect to the spatial correlation
  • training CNN, RF, SVM models
  • evaluating trained models
  • classyfing a full remote sensing image.

Requirements

To run the program it is neccesary to have Python 3.6. and installed Python bindings (more on a PyPi website ).
Then just use Python Pip to install other requirements:

pip install -r requirements.txt

Data

To run the classification, following files are neccessary:

  • file in .shp format with trainig samples, which must include a field with class names
  • raster file for classification in ENVI .hdr Labelled Raster.

Getting started

To start a classification enter the paths to your files in main.py and then run the program. Trained model automatically will be saved.
To perform image classification, please enter path for the model and the raster image in a image_classification.py file. Please, note that the image classification can take a really long time.

Author

Marcjanna Jędrych

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.