Code Monkey home page Code Monkey logo

deformation-monitoring's Introduction

Deformation-Monitoring

The source code of Paper: Deep learning for localized rapid deformation detection and InSAR phase unwrapping

Authors: Zhipeng Wu, Student Member, IEEE, Teng Wang, Yingjie Wang, Robert Wang, Senior Member, IEEE, Daqing Ge

**The trained PUNet is mainly applied to unwrap very localized, rapidly deforming areas, particularly the mining subsidence as we stated in the manuscript. The proposed dataset generation strategy allows for richer samples, which can enable the retrained PUNet to cope with more complex situations. **

If you want to retrain the networks, see Deformation-Monitoring-Dev.

Introduction

This is a TensorFlow (1.13.1) implementation of PUNet. It can be used to unwrap interferograms with dense fringes and severe noise. The resolution of the input interferogram should be about 20m×20m. Any size of the interferogram can be input, but 180×180 pixels is recommended. The input data should be binary files (*.wzp, float32) or Tiff files (*.tif, float32).

img

Installation

The code was tested with Python 3.6.

  1. Clone the repo:

    git clone https://github.com/Wu-Patrick/Deformation-Monitoring.git
    cd Deformation-Monitorin
  2. Install dependencies:

    pip install -r requirements.txt

Unwrapping

  1. Input arguments: (see full input arguments via python runPUNet.py --help):
usage: runPUNet.py [-h] [--input INPUT] [--output OUTPUT]
                   [--outputPng OUTPUTPNG] [--rows ROWS] [--cols COLS]
                   [--ckpt_dir CKPT_DIR]
  1. Run the example:
python runPUNet.py
# or
python runPUNet.py --input data/dataset1/interf --output data/dataset1/unwrapped --outputPng 1 --rows 180 --cols 180
# or
python runPUNet.py --input data/dataset2/interf/300_20190120-20190201.wzp --output data/dataset2/unwrapped --outputPng 1 --rows 300 --cols 300

Acknowledgement

TensorFlow

Statement

The code can only be used for personal academic research testing.

deformation-monitoring's People

Contributors

wu-patrick 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.