Home

Awesome

<Iterative Deep Homography Estimation>

<img src='https://github.com/imdumpl78/IHN/blob/main/demo.gif' width=600 >

Description

Table of Contents

Requirements

conda create --name ihn
conda activate ihn
pip install requirements.txt

Usage

The configurations are made in file .vscode/launch.json.
Please notice the location of the datasets in file datasets_4cor_img.py (for mscoco and spid) and datasets.py(for googlemap and googleearth).
Please note that the json file is only tested in vscode terminal.

License

This project is released under the Apache 2.0 license.

Citation

@InProceedings{Cao_2022_CVPR,
    author    = {Cao, Si-Yuan and Hu, Jianxin and Sheng, Zehua and Shen, Hui-Liang},
    title     = {Iterative Deep Homography Estimation},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {1879-1888}
}

Contact

Acknowledgement