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

how long would this code spend when we detect feature points #17

Open
wangbing8895 opened this issue May 9, 2015 · 1 comment
Open

Comments

@wangbing8895
Copy link

你好!我有个困惑,我检测一张图片的特征点时耗费了140ms,然而论文里面说大概15ms,你能告诉我怎么去提高这个效率吗?

@sai-bi
Copy link
Owner

sai-bi commented May 10, 2015

In fact, in the test demo program provided by me, the initial number is set to 20, that is, each image is predicted 20 times, and then output the average as final output. Of course this will be much slower. In practice, you may change the initial number to a small number such as 2 or 3, it will be much faster and the accuracy will not be affected too much.

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

No branches or pull requests

2 participants