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

Descriptors Matching Computational Cost #5

Open
JajamesVid opened this issue Jun 6, 2023 · 1 comment
Open

Descriptors Matching Computational Cost #5

JajamesVid opened this issue Jun 6, 2023 · 1 comment

Comments

@JajamesVid
Copy link

Hello, I'm trying to reproduce the results of the paper in terms of computational cost using my own computer (intel i7), at the moment I'm able to obtain the same description time in ms using opencv 4.5.5 and oxford dataset.

The issue comes when I arrive to reproduce the matching results, the paper says that detecting 2000 ORB keypoints, descripting them with BAD-256 and matching them using BF Matcher in 100 runs the mean average computational cost is 4.65 ms but I'm obtaining 210 ms.

For the moment I'm using the code that is provided on the repo, called "stereo_demo.cpp", is there something that I'm doing wrong?

Thanks in advance

@iago-suarez
Copy link
Owner

Hi @JajamesVid thanks for your interest and sorry for the late reply. Are you using binaries compiled in release mode? 210 ms is certainly too much for OpenCV in i7. I used Ubuntu 18in my experiments without other important processes running in parallel.

Can you also try homography_demo,cpp?

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

2 participants