Skip to content

pulak09/AbsolutePoseRegression

Repository files navigation

Absolute Pose Regression

This is a Tensorflow implementation of the following paper

Synthetic View Generation for AbsolutePose Regression and Image Synthesis, P. Purkait, C. Zhao and C. Zach, BMVC 2019
http://bmvc2018.org/contents/papers/0221.pdf

For any query email to [email protected]

Usage

It requires .sift files to train and evaluate the network. One example is given in dataset_new_train.txt and along with few training images in sift_new.zip archive (https://drive.google.com/file/d/1YNQeaFQKY_ALLvaM5iCr4IwUSJRyXFw2/view?usp=sharing).

To train the network:

python train.py 

To evaluate:

python evaluate.py  

About

Regress absolute pose from SIFT inputs, BMVC 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages