feature-detection-matching-algorithm icon indicating copy to clipboard operation
feature-detection-matching-algorithm copied to clipboard

πŸš€ Deep learning includes superpoint-superglue(C++, TensorRT), and traditional algorithms include zkaze, surf, ORB, etc.

Results 7 feature-detection-matching-algorithm issues
Sort by recently updated
recently updated
newest added

ε…³ζ³¨εΎˆδΉ…δΊ†οΌŒδΈ€η›΄εœ¨η­‰ζ›΄ζ–°ζ¨‘εž‹

Hi. I would like to use the code you provide, but I can't sign up Baidu cloud. Baidu doesn't allow creating account for who is outside of china these days....

When i run: $ ./IR --traditional --camera 0 it always runs AKAZE model How can i run other traditional models?

For the deep learning algorithms i got the following message: $ ./IR --deeplearning --camera 0 [ WARN:0] global ./modules/videoio/src/cap_gstreamer.cpp (1100) open OpenCV | GStreamer warning: Cannot query video position: status=0,...

For the image pair i can compare to images but there is not a visual output, am i missing something? i just see in the command line the results: A-KAZE...

This does not work.. ``` build point model is failed! build model is failed! Segmentation fault (core dumped) ``` The problem is hardcoded and missing weights `_point_lm_params.point_weight_file = "../engines/point_model.bin";` Where...