Git Product home page Git Product logo

deepphaseunw's Introduction


Summary

The present code implements the Phase Unwrapping of Synthetic Aperture Radar (SAR) interferograms. This procedure is rephrased as a Semantic Segmentation task. As additional input feature, we used the interferometric coherence, which provides information about the local noise level and further increase the robustness to noise.

The code has been developed at the Microwaves and Radar Institute of the German Aerospace Center (DLR). Münchener Str. 20, 82234 Weßling.

Academic publications

The present code is implemented on the basis of the paper:

  • F. Sica, F. Calvanese, G. Scarpa and P. Rizzoli, A CNN-Based Coherence-Driven Approach for InSAR Phase Unwrapping, in IEEE Transactions on Geoscience and Remote Sensing, doi: 10.1109/TGRS.2020.3020427.

If you use this code in your own research, please cite our paper describing it.

BibTex @ARTICLE{9234534,

author={Sica, Francescopaolo and Calvanese, Francesco and Scarpa, Giuseppe and Rizzoli, Paola},

journal={IEEE Geoscience and Remote Sensing Letters},

title={A CNN-Based Coherence-Driven Approach for InSAR Phase Unwrapping},

year={2020},

pages={1-5},

doi={10.1109/LGRS.2020.3029565}}

Authors

  • Francesco Calvanese
  • Francescopaolo Sica

HowTo

Folders

The trained models can be downloaded here:

DeepPhaseUnw_x.hdf5: https://www.dropbox.com/s/quz8pwr6d8oinqx/DeepPhaseUnw_x.hdf5?dl=0

DeepPhaseUnw_y.hdf5: https://www.dropbox.com/s/2jdu758lhlvyipl/DeepPhaseUnw_y.hdf5?dl=0

Insert them in the corresponding folder:

Demo steps (for Linux distribution)

  1. Create environment from YAML:
conda env create --name deepunw_env --file requirements.yml
  1. Activate environment:
source activate deepunw_env
  1. Launch test:
python test_demo.py
  1. Visualize results obtained from the test:
python visualize_results.py

Dependencies

The requirements.yml file lists all packages necessary to run the test_demo.py file in the DeepPhaseUnw folder.

This package is developed under Python 3.7 with tensorflow 1.13.1.

Acknowledgements

The authors would like to acknowledge Philipp Posovszky and Andrea Pulella for their support in the set up of this repository.

License

Copyright © 2021 Deutsches Zentrum für Luft und Raumfahrt e.V.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

deepphaseunw's People

Contributors

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