Closed griegler closed 6 years ago
That's odd. You could get that error for older cards when a kernel uses more threads that what the card supports, but that is not the case here. LowPass is the first GPU kernel that is run by ExtractSift. Do you get the same error when the code is run standalone or only when integrating with something else?
I just run ./cudasift
, compiled without any modifications.
Probably, no images were found and it gets "images" of size (0,0) to extract features from. Try to run it from the main directory of the repository, so that the data path is correct.
You were right. Thanks!
Hi,
I wanted to try out your code for a project of mine, but I get the following error:
I have a Titan Xp, and use Cuda 9.2 (Ubuntu 16.04). Any ideas?