Giter Site home page Giter Site logo

superpoint2cpp-the-c-implementation-of-superpoint's Introduction

SuperPoint feature extractor with cpp/c++ Implementation

Hello, this is my old project. But, for some people that have a interest in applying superpoint featuer extractor to own project, I've written this README file. If this project was of little help to your project, please strike the star button. Enjoy!!

Prerequisite

In this project, following packages are used. Make sure that the right version of libraries is installed and linked.

  1. Nvidia-driver & Cuda Toolkit 10.2 with cuDNN 7.6.5

About Cuda toolkit installation, there are so many guides. Follow it!
First : sudo apt-get install nvidia-driver-440 (It is normal for a higher version of the secondary nvidia library to be installed. Just check that 'nvidia-driver-440' is installed.)
Second : Follow instructions in this link (https://developer.nvidia.com/cuda-10.2-download-archive)

  1. OpenCV (C++) 3.4.11 version
# Installation script
chmod +x INSTALL_OpenCV.sh
./INSTALL_OpenCV.sh
  1. LibTorch 1.6.0 version (with GPU | Cuda Toolkit 10.2, cuDNN 7.6.5)

If only CPU can be used, install cpu-version LibTorch. Some code change about tensor device should be required.

# Installation script
chmod +x INSTALL_LibTorch.sh
./INSTALL_LibTorch.sh

BUILD

cmake -B build -S .
cmake --build build -t SuperPoint

RUN

  • You can use your webcam for fancy test. It'll be automatically detected in normal case.
# argument is frequncy
./bin/SuperPoint 100

BibTeX Citation

@inproceedings{detone18superpoint,
  author    = {Daniel DeTone and
               Tomasz Malisiewicz and
               Andrew Rabinovich},
  title     = {SuperPoint: Self-Supervised Interest Point Detection and Description},
  booktitle = {CVPR Deep Learning for Visual SLAM Workshop},
  year      = {2018},
  url       = {http://arxiv.org/abs/1712.07629}
}

superpoint2cpp-the-c-implementation-of-superpoint's People

Contributors

chanwoo25 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.