Git Product home page Git Product logo

feature-detection-matching-algorithm's Introduction

feature detection and matching algorithm models

Introduction

🚀🚀This warehouse mainly uses C++ to compare traditional image feature detection and matching, and deep learning feature detection and matching algorithm models. Deep learning includes superpoint-superglue, and traditional algorithms include AKAZE, SURF, ORB, etc.

  1. akaze feature point detection and matching display.

akaze-image

  1. superpoint-superpoint feature point detection and matching display.

akaze-video

Dependencies

All operating environments, please strictly follow the given configuration,the configuration is as follows:

OpenCV >= 3.4

CUDA >=10.2

CUDNN>=8.02

TensorRT>=7.2.3

How to Run

  1. build.
cd feature-detection-matching-algorithm/
mkdir build
cd build
cmake ..
make
  1. run camera.

deep learning algorithms.

./IR --deeplearning --camera 0

traditional algorithms.

./IR --traditional  --camera 0
  1. run image-pair.

deep learning algorithms.

./IR --deeplearning --image-pair xx01.jpg xx02.jpg

traditional algorithms.

./IR --traditional  --image-pair xx01.jpg xx02.jpg

Models TRT

https://pan.baidu.com/s/1CoK_KuC42BFD-mtO-BBhHg Code:cb7x

TODO

  • Optimizing post-processing using custom TensorRT layer or Cublass.
  • Model conversion script.
  • support for FP16/INT8.

Discussion

WeChat ID: sigma1573

Welcome to add WeChat(note: unit + name) and join the group discussion!

For more details, please refer to zhihu: https://zhuanlan.zhihu.com/p/518877309

SuperPoint

Superpoint pretrained models are from magicleap/SuperPointPretrainedNetwork.

SuperGlue

SuperGlue pretrained models are from magicleap/SuperGluePretrainedNetwork.

Reference

@inproceedings{sarlin20superglue,
  author    = {Paul-Edouard Sarlin and
               Daniel DeTone and
               Tomasz Malisiewicz and
               Andrew Rabinovich},
  title     = {{SuperGlue}: Learning Feature Matching with Graph Neural Networks},
  booktitle = {CVPR},
  year      = {2020},
  url       = {https://arxiv.org/abs/1911.11763}
}

feature-detection-matching-algorithm's People

Contributors

broad-sky 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.