Skip to content

AaltoVision/relativeCameraPose

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

New!!!

We have released a PyTorch implementation of the method for relative camera pose estimation. The code and pre-trained models are available at https://github.com/AaltoVision/RelPoseNet

Relative camera pose estimation using CNNs

Torch code and models for Relative Camera Pose Estimation Using Convolutional Neural Networks

https://arxiv.org/abs/1702.01381

Running the code

wget http://roboimagedata2.compute.dtu.dk/data/MVS/Cleaned.zip
  • Inside pre-trained/ folder run download_models.sh script downloading pre-trained HybridCNN (http://places.csail.mit.edu/) model. It is needed only for training the proposed model
  • And finally
th main.lua -do_evaluation -source_image_path <path/to/DTU/Cleaned> -weights ./pre-trained/siam_hybridnet_fullsized.t7

Bibtex

@inproceedings{Melekhov2017relativePoseCnn,
    author = {Iaroslav Melekhov and Juha Ylioinas and Juho Kannala and Esa Rahtu},
    title = {Relative Camera Pose Estimation Using Convolutional Neural Networks},
    url = {https://arxiv.org/abs/1702.01381},
    year = {2017}}

About

Relative Camera Pose Estimation Using Convolutional Neural Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published