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

Missing timing info #50

Open
cslayers opened this issue Jul 25, 2018 · 2 comments
Open

Missing timing info #50

cslayers opened this issue Jul 25, 2018 · 2 comments
Assignees
Labels

Comments

@cslayers
Copy link

I running the following command to extract sift features,
popsift-demo -i oht_cfrp_00.tiff --print-time-info
but the program only return this without time info.

oht_cfrp_00.tiff
Loading 400 x 1040 image oht_cfrp_00.tiff
Number of feature points: 9145 number of feature descriptors: 11711

@griwodz
Copy link
Member

griwodz commented Aug 10, 2018

I broke this when I restructured popsift to execute in 3 asynchronous blocks: image upload, feature extraction, descriptor download. That made it impossible to print one time. I'll look into it.

The most likely solution will be to disable the command line flag unless popsift is created with support for CUDA tracing (NVTX), because that NVTX gives really good resolution timers for CPU and GPU.

@griwodz griwodz self-assigned this Aug 10, 2018
@zjd1988
Copy link

zjd1988 commented Jun 24, 2019

Hi @griwodz when will you fix this bug?

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

No branches or pull requests

3 participants