-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SuperGlue can't be used #1
Comments
same problem |
Hi, the engine will be automaticly generated if there exists no such file. But you need TensorRT with version 8.2.3 or above, or the generation process may fail. So what is your GPU platform and tensortRT version? Can you show more error message? |
Hi, what is your GPU platform and tensortRT version? Can you show more error message? |
As for the match function, sorry I forget the upload the newest commit, now I am not convenient for this. you can try adding code with the same logic in the function below: void matchFeatures(const cv::Mat &desc_source, const cv::Mat &desc_ref,
} If succeeded, please pull a request. Warmly welcome! |
Hi @oym1994 Thanks for sharing. I'm trying to run your code, but I got some problem to do. In my case, I got superglue.engine, but It cause some error, I couldn't parse the reason, could you please help me to solve it? When the code reach matcher's match function, it shows segmentation fault(KNN as well, but other kinds of matchers(e.g., FLANN) don't show segmentation fault). Thanks. |
Hi, what kind of keypoints and descriptors are used? Currently, superglue has only been tested with superpoint. And you may need to get fixed number of keypoints (depend on the infer number during onnx creation procedure). |
1 similar comment
Hi, what kind of keypoints and descriptors are used? Currently, superglue has only been tested with superpoint. And you may need to get fixed number of keypoints (depend on the infer number during onnx creation procedure). |
Hi, I got same issue when running with superpoint and superglue. |
hello oym1994
There's some question about the SuperGlue!
First, the ".engine" of SuperGlue can't be generated;
Second, the matcher of SuplerGlue isn‘’t defined;
so, is there any code to be added, thank you!
The text was updated successfully, but these errors were encountered: