Code Monkey home page Code Monkey logo

cnn-models's Introduction

Deep Learning with Keras

Implememnation of Deep Learning models in keras.

Convolutional neural networks

SegNet

SegNet architecture (Badrinarayanan et al. 2015) for image segmentation.

DeepVel

DeepVel architecture (Asensio Ramos, Requerey & Vitas 2017) for regression.

Data

Segmentation

2D Semantic Labeling Contest

The semantic labeling contest of ISPRS provides two state-of-the-art airborne image datasets in Vaihingen and Potsdam, respectively for the detection of urban objects.

Six categories/classes have been defined:

1. Impervious surfaces (RGB: 255, 255, 255)
2. Building (RGB: 0, 0, 255)
3. Low vegetation (RGB: 0, 255, 255)
4. Tree (RGB: 0, 255, 0)
5. Car (RGB: 255, 255, 0)
6. Clutter/background (RGB: 255, 0, 0)

Sentinel-2 cropland mapping

Following the paper by [Belgiu & Csillik (2018)] (see also Hao et al. 2018)(https://www.sciencedirect.com/science/article/pii/S0034425717304686) we are going to train SegNet for the segmentation of the croplands. As an input we can use Sentinel-2 MSI multispectral data, and as an output crop types data classified by experts from the European Land Use and Coverage Area Frame Survey (LUCAS) and CropScape โ€“ Cropland Data Layer (CDL), respectively.

Datasets in Google Earth Engine:

Plantations by type and species

Global Annual Burned Area Mapping

Requirements

Prerequisites

  • Keras 2.2.2
  • TensorFlow 1.10.0
pip install --upgrade keras
pip install --upgrade tensorflow
pip install --upgrade tensorflow-gpu

cnn-models's People

Contributors

ikerey avatar enriquecornejo 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.