Skip to content

dek8v5/CorNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

CorNet: Unsupervised Deep Homography Estimation on Agricultural Aerial Imagery

This repository contains the implementation of the CorNet project, which is based on the research published in the Springer paper titled "CorNet: Unsupervised Deep Homography Estimation on Agricultural Aerial Imagery".

Overview

CorNet is a deep learning-based approach to estimate homography between aerial imagery frames without the need for supervision. This method is highly effective in generalizing homography estimation across different terrains, including agricultural fields, forests, buildings, and water bodies. Compared to ASIFT, CorNet provides comparable accuracy while achieving up to ten times faster processing speeds.

Features

  • Unsupervised Learning: CorNet does not require labeled data for training.
  • High Generalization: Performs well across diverse environments.
  • Efficiency: Achieves homography estimation at a fraction of the time required by traditional methods like ASIFT.

Installation To clone and set up this project locally, follow these steps:

https://github.com/dek8v5/CorNet.git
cd CorNet
pip install -r requirements.txt

Usage Training To train CorNet on a custom dataset:

Inference To perform homography estimation on new aerial images:

Results Below is a comparison of CorNet with ASIFT:

Citation If you find this repository useful in your research, please consider citing:

@inproceedings{Kharismawati2020CorNet,
  author    = {Dewi Endah Kharismawati and Hadi A. Akbarpour and Rumana Aktar and Filiz Bunyak and Kannappan Palaniappan and Toni Kazic},
  title     = {CorNet: Unsupervised Deep Homography Estimation for Agricultural Aerial Imagery},
  booktitle = {Computer Vision -- ECCV 2020 Workshops},
  editor    = {Andrea Bartoli and Andrea Fusiello},
  series    = {Lecture Notes in Computer Science},
  volume    = {12540},
  year      = {2020},
  publisher = {Springer, Cham},
  doi       = {10.1007/978-3-030-65414-6_28},
}

About

This repository contains the implementation of the CorNet project, which is based on the research published in the Springer paper titled "CorNet: Unsupervised Deep Homography Estimation on Agricultural Aerial Imagery".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors