mrk1992 / robust_matching_network_on_remote_sensing_imagery_pytorch

A Robust Matching Network for Gradually Estimating Geometric Transformation on Remote Sensing Imagery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Robust Matching Network for Gradually Estimating Geometric Transformation on Remote Sensing Imagery

We propose a matching network for gradually estimating the geometric transformation parameters between two aerial images taken in the same area but in different environments. To precisely matching two aerial images, there are important factors to consider such as different time, a variation of viewpoint, size, and rotation.

This paper has been accepted in SMC 2019. [Paper] [Online info]

Requirements

  python==3.6.8
  torch==1.0.1
  torchvision=0.2.2
  PyQt5==5.14 (for gui)
  opencv==3.4.1 (for gui)

Run

  python demo.py
  python gui.py (recommended)

Trained models

Save the files in ./trained_models folder

Download link : ResNet models

Citation

@inproceedings{kim2019robust,
  title={A Robust Matching Network for Gradually Estimating Geometric Transformation on Remote Sensing Imagery},
  author={Kim, Dong-Geon and Nam, Woo-Jeoung and Lee, Seong-Whan},
  booktitle={2019 IEEE International Conference on Systems, Man and Cybernetics (SMC)},
  pages={3889--3894},
  year={2019},
  organization={IEEE}
}

Contact

If you need more performance, further research or issues, please feel free to contact me anytime.

I currently research the NAS (Nerual Architecture Search) to create a network suitable for specific image domain.

E-mail : dgkim0813@gmail.com

Screenshot for running gui.py

Support real-time matching and overlay.

About

A Robust Matching Network for Gradually Estimating Geometric Transformation on Remote Sensing Imagery


Languages

Language:Python 100.0%