Skip to content

paeccher/Deep-Homography-Estimation-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depth Image Homography Estimation with Noise in Pytorch

Pytorch implementation of the paper "Deep Image Homography Estimation” written by DeTone, Malisiewicz and Rabinovich. In this project it is possible to check the performance of the model against various types of noise effects (Blur 5x5, Blur10x10, Gaussian, Compression and Salt&Pepper).

Links

How to run

  • Download the MS-COCO dataset from the official website. Extract the data in the folder data. The expected folder structure is as follows:
project
│   README.md
│   train.py    
│   model.py    
│   dataset.py    
│
└───data
│   └───val201X
│   └───test201X
│   └───train201X
  • Run python3 train.py to train and test the model.
    • If you want to train and and test the model against all type of noise you have to set the argument --noise "All". Otherwise tou can select one between "Vanilla", "Compression", "Gaussian", "Blur5", "Blur10" and "S&P".

About

Depth Image Homography Estimation with Noise in Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages