You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the implementation for our publication "Map-Repair: Deep Cadastre Maps Alignment and Temporal Inconsistencies Fix in Satellite Images", IGARSS 2020.
If you use this implementation please cite the following publication:
@inproceedings{zorzi2020map,
title={Map-repair: Deep cadastre maps alignment and temporal inconsistencies fix in satellite images},
author={Zorzi, Stefano and Bittner, Ksenia and Fraundorfer, Friedrich},
booktitle={IGARSS 2020-2020 IEEE International Geoscience and Remote Sensing Symposium},
pages={1829--1832},
year={2020},
organization={IEEE}
}
Explanatory video of the approach:
Dependencies
cuda 10.2
pytorch >= 1.3
kornia
opencv
gdal
Running the implementation
After installing all of the required dependencies above you can download the pretrained weights from here.
Unzip the archive and place the content in the main maprepair folder.
The folder saved_models contains the pretrained weights both for MapRepair and the regularization network.
Evaluation
Modify variables.py accordingly, then run the prediction issuing the command
python predict.py
Training
Modify variables.py accordingly, then run the training issuing the command
python train_net.py
About
Deep Cadastre Maps Alignment and Temporal Inconsistencies Fix in Satellite Images