yuefanhao / SuperPoint-SuperGlue-TensorRT

SuperPoint and SuperGlue with TensorRT. Deploy with C++.
Apache License 2.0
233 stars 44 forks source link

SuperGlue part cannot give any feature point matches #7

Closed ChangenicRM closed 1 year ago

ChangenicRM commented 1 year ago

After: superglue->matching_points(feature_points0, feature_points1, superglue_matches); There is no matching result. Then I go to check the condition: if (indices0(i) < indices1.size() && indices0(i) >= 0 && indices1(indices0(i)) == i) but indices0(i) are always equal to -1 So, could you please give some advice about this? Thanks.

ChangenicRM commented 1 year ago

OK, now problem solved. My tensorRT version is too high. Now I will change it into older version.

Mediumcore commented 1 year ago

match_image Hello,same problem,I think tensorrt version is not the good solution, how to solve this by modifying code? @ChangenicRM

eshafeeqe commented 9 months ago

Hello,

I came across same problem, any idea how to fix this without downgrading the tensorrt version ?

weihaoysgs commented 9 months ago

Hello, I also encounter this problem, but i can not downgrading the tensorrt version because of other application using the high version of tensorrt, so if there any other idea to solve this problem?

Mediumcore commented 9 months ago

can install different trt versions in different folders.

---Original--- From: @.> Date: Sun, Dec 17, 2023 22:29 PM To: @.>; Cc: @.**@.>; Subject: Re: [yuefanhao/SuperPoint-SuperGlue-TensorRT] SuperGlue part cannotgive any feature point matches (Issue #7)

Hello, I also encounter this problem, but i can not downgrading the tensorrt version because of other application using the high version of tensorrt, so if there any other idea to solve this problem?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>