资源算法tensorflow-posenet

tensorflow-posenet

2020-04-01 | |  34 |   0 |   0

TensorFlow-PoseNet

This is an implementation for TensorFlow of the PoseNet architecture

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/]

Getting Started

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

  • Download the starting and trained weights 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 caffemodel 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 13 (train.py) as well as lines 15 and 17 (test.py)

    • If you want to retrain, simply run train.py (note this will take a long time)

    • If you just want to test, simply run test.py


上一篇:pytorch-pose-hg-3d

下一篇:pose-residual-network

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...