Skip to content

robintzeng/SuperPointPretrainCpp_TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperPointPretrainCpp_TensorFlow

SuperPoint with pretrain model and implement in Tensorflow
This code is built for ROS
If you want to work without ROS, please delete the ROS portion and edit the CMakeList.

Model

https://github.com/rpautrat/SuperPoint/tree/master/pretrained_models

Dependence (with ROS)

git clone https://github.com/catkin/catkin_simple.git
git clone https://github.com/ethz-asl/tensorflow_catkin.git
git clone https://github.com/tradr-project/tensorflow_ros_cpp.git

put those three folder in the src in the catkin workspace
And then

source /opt/ros/kinetic/setup.bash
catkin build

Without ROS

Change the CmakeList to link with tensorflow.
The origin code was tested in tensorflow ==1.8

About

SuperPoint with pretrain model and implement in Tensorflow C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages