Skip to content
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

Running on an embedded platform #77

Open
dapao-0808 opened this issue Oct 31, 2024 · 4 comments
Open

Running on an embedded platform #77

dapao-0808 opened this issue Oct 31, 2024 · 4 comments

Comments

@dapao-0808
Copy link

May I ask, what is the average processing time for an image on an embedded platform? I spent about 700 milliseconds on Nvidia Orin nx

@mingwz
Copy link

mingwz commented Nov 27, 2024

tensorrt ?

@meyiao
Copy link

meyiao commented Jan 4, 2025

@dapao-0808 I have tested it on rk3562 which is much weaker than Orin Nx, it takes ~60ms per frame.

@zw-92
Copy link

zw-92 commented Jan 21, 2025

@dapao-0808 I have tested it on rk3562 which is much weaker than Orin Nx, it takes ~60ms per frame.

Hello, I'm also trying to deploy it on the rk3562. The feature extraction of a single image takes about 60ms, and there are some other post-processing procedures which are very time-consuming. How much time does it take for you in total? Also, I previously evaluated your C++ code on MegaDepth1500 and found that the accuracy was a bit lower than that of the xfeat_match in the original paper. Now I'm trying to deploy the xfeat_match_star version on rk3562. How to evaluate the accuracy of the deployed version is also a problem. I hope we can communicate.

@meyiao
Copy link

meyiao commented Jan 22, 2025

@dapao-0808 I have tested it on rk3562 which is much weaker than Orin Nx, it takes ~60ms per frame.

Hello, I'm also trying to deploy it on the rk3562. The feature extraction of a single image takes about 60ms, and there are some other post-processing procedures which are very time-consuming. How much time does it take for you in total? Also, I previously evaluated your C++ code on MegaDepth1500 and found that the accuracy was a bit lower than that of the xfeat_match in the original paper. Now I'm trying to deploy the xfeat_match_star version on rk3562. How to evaluate the accuracy of the deployed version is also a problem. I hope we can communicate.

Hi, my own test shows that the accuracy loss is negligible, I wouldn't suggest pay too much attention to it. As for the post-process(point score softmax, nms, descriptor interpolation), it cost ~3ms on my PC, I guess it might cost ~20ms on the RK3562. The mutual-NN feature matching is time consuming also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants