This repo contains the source code implemented SuperPoint with libtorch c++ (version 1.3.0 or 1.8.1)
If you want use c++ 11 version. you only choose libtorch 1.3.0
you must have cuda
-- Plz use Clion
- git clone
- download pre_weight from here
- mkdir Thirdparty
- cd Thirdparty
- download libtorch version which you want libtorch 1.3.0 , libtorch 1.8.1
- unzip
- If you want use c++ 11 then
-DCXX_VERSION=11
else-DCXX_VERSION=1x
use sample folder
Geforce RTX 2070 , 2 image , avg 250 ms~300 ms (torch 1.8.1)
- https://github.com/magicleap/SuperPointPretrainedNetwork
- https://github.com/KinglittleQ/SuperPoint_SLAM
to be ros sample.