Code Monkey home page Code Monkey logo

semantic-segmentation-methods-for-landslide-detection's Introduction

Semantic-segmentation-methods-for-landslide-detection

Semantic-segmentation-methods-for-landslide-detection

Project Structure

The descriptions of principal files in this project are introduced as follows:

  • ./landslide.kml : the construction of landslide imagery datasets is of great significance to the monitoring and analysis of landslides. Up to now, open landslide imagery datasets are still so scarce that research in this field is developing slowly. Therefore, we create an open labelled remote sensing landslide dataset in which landslides are determined based on field investigation and remote sensing imagery interpretation, as supported by the China Geological Survey (CGS) of China.
  • ./data/ : processed data are under in this folder, and the results of experiments will be generated here. The download instructions of dataset are shown in "download.txt".
  • ./data_util/
    • dataset.py : codes for generating the dataset for our model
  • ./models/
    • resnet/ : codes for resnet models
    • tools/ : codes for some model tools
    • vgg/ : codes for vgg models
    • deeplab3plus.py : codes for DeepLab v3+ model
    • deeplabv32.py : codes for DeepLab v3 model
    • fcn.py : codes for FCN models
    • gcn.py : codes for GCN model
    • padded_unet.py : codes for UNet model
    • pspnet.py : codes for PSPNet model
  • ./pretrained_models/ : pretrained_models (e.g. 3x3resnet50-imagenet.pth). The download instructions of pretrained models are shown in "download.txt".
  • ./caffe_pb2.py : codes generated by the protocol buffer compiler for PSPNet building. source: caffe.proto
  • ./demo.py : codes for demo
  • ./evaluate.py : codes for evaluating models
  • ./main_withargu.py : the main function for training and testing models
  • ./plot.py : code for the visualization of experimental results
  • ./utils.py : containing useful codes that are required in the project (e.g. dataloader, model save, model train, model test, metrics calculation)

Principal Environmental Dependencies

  • PyTorch 1.5.0
  • tqdm
  • numpy
  • pandas
  • torchvision
  • pillow
  • pydensecrf
  • albumentations
  • opencv

semantic-segmentation-methods-for-landslide-detection's People

Contributors

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