/relativeCameraPose

Relative Camera Pose Estimation Using Convolutional Neural Networks

Primary LanguageLua

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}}