Skip to content

Semantic Feature Points: SuperPoint and GCNv2 feature points test

Notifications You must be signed in to change notification settings

cggos/semantic_feature_points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Feature Points

  • SuperPoint
  • GCNv2 features

Prerequisites

  • OpenCV 3

  • LibTorch

    • SuperPoint: LibTorch 1.2.0 wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.2.0.zip

    • GCNv2: LibTorch 1.10.0+cu102 (the latest)

Build

cmake -B build [-D BUILD_SP=0 -D BUILD_GCN=1] # select one
cmake --build build -j4

Run

./build/super_point
# or
./build/gcn_ftr

Algorithms

SuperPoint

Ref

GCNv2 Feature

Ref

About

Semantic Feature Points: SuperPoint and GCNv2 feature points test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published