GithubHelp home page GithubHelp logo

japhethkimeu / deforestation_detection_using_deep_learning Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 5.47 MB

Project on detecting deforestation using deep learning algorithms

Python 0.19% Jupyter Notebook 99.81%
deep-neural-networks deforestation jupyter-notebook keras keras-tensorflow python3 tensorflow

deforestation_detection_using_deep_learning's Introduction

Detecting deforestation using deep learning

This projet entails the application of deep learning algorithms i.e. CNN to detect deforestation using satellite imagery.

Data

I analysed Sentinel-2 images (cloud free) of three different regions in the State of Mato Grosso in Brazil and derived a total of 5,122 image chips and masks of size 256 * 256. See a sample of training images and masks in the sample data folder.

Data Augmentation

Image chips were flipped left and right before fed into the network for training. See preprocess.py

Model

Unet model was implemented by using MobileNetV2 as the feature extraction with pre-trained weights.

results/u-net-architecture.png

More on Unet model U-Net: Convolutional Networks for Biomedical Image Segmentation

Training

The model was trained first using the pre-trained weights of the base model for 15 epochs with early stopping. The best result was achieved by re-training the whole model for 20 epochs and attained a binary accuracy of 0.9780.

Requirements

    - tensorflow
    - keras
    - numpy
    - matplotlib
    - pandas
    - cv2

Results

results/predict_2.PNG

deforestation_detection_using_deep_learning's People

Contributors

japhethkimeu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

deforestation_detection_using_deep_learning's Issues

Steps on Generating and Saving Training Data for Deforestation Deep Learning Project

I'm facing challenges in successfully running the project due to the data setup. The data you've used is gathered from Google Drive, with images and masks stored in separate folders ("images" and "masks"). I'm particularly interested in generating the data from Sentinel 2 image collection and exporting this data to the drive to be compatible with your codebase, but I'm uncertain about the exact steps to follow. I really appreciate your time and attention to this issue. Thanks.

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.