Skip to content

Rohn-CN/HomographyNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomographyNet

Implement of homography net by pytorch


Brief Introduction

This project is based on the work Homography-Net:

@article{detone2016deep,
  title={Deep image homography estimation},
  author={DeTone, Daniel and Malisiewicz, Tomasz and Rabinovich, Andrew},
  journal={arXiv preprint arXiv:1606.03798},c
  year={2016}
}     

Dependencies

  • OpenCV
  • pytroch 1.8.1
  • numpy
  • pandas
  • tqdm
  • PIL

Running the code

Before you run the code,confirm all options and parameters needed.

python generate_dataset.py -h
python train.py -h
python test.py -h

Generate dataset

python generate_dataset.py

Training

python train.py

Testing

python test.py

pretrained_model

I also submited a pretrained model which was trained on a generated satellite dataset contained 20535 128*128-size images.

saved_model.skpt

About

Implement of homography net by pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages