imdumpl78 / IHN

This is the open source implementation of the CVPR2022 paper "Iterative Deep Homography Estimation"
Apache License 2.0
74 stars 9 forks source link

Description

Table of Contents

Requirements

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