Skip to content

zeta1999/SuperPointPretrainCpp_Pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperPoint C++

Superpoint with pretrain model written in C++

1. Change CMAKE_PREFIX_PATH in CMakeList to your libtorch path

2. Install libtorch

wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.0.1.zip 

3. Build and Run

mkdir build
cd ./build
cmake ..
make 
./SuperPointPretrainC++

Codes are extract from

https://github.com/KinglittleQ/SuperPoint_SLAM

About

SuperPoint with pretrain model and implement in Pytorch C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%