Skip to content

ElephantGit/pytorch-posenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-PoseNet

This Repository is a PoseNet implementation for pytorch.

As described in the ICCV 2015 paper PoseNet: A Convolutional Network for Real-Time 6-DOF Camera Relocalization Alex Kendall, Matthew Grimes and Roberto Cipolla [http://mi.eng.cam.ac.uk/projects/relocalisation/]

Usage

  • Download the Cambridge Landmarks King's College dataset from here.

  • The PoseNet model is defined in the PoseNet.py file

  • The starting and trained weights (posenet.npy and PoseNet.ckpt respectively) for training were obtained by converting tensorflow-model weights from here and then training.

  • To run:

    • Extract the King's College dataset to wherever you prefer
    • Extract the starting and trained weights to wherever you prefer
    • Update the paths on line 12 (train.py)
    • If you want to retrain, simply run train.py (note this will take a long time)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages