CudaSift icon indicating copy to clipboard operation
CudaSift copied to clipboard

A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)

Results 42 CudaSift issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for this great program. Is there a SYCL Version for this program? Thanks Anudeep

I test several same images, it is nearly 40%-50%, that is weird!

hello sir. I want to use opencv library for cpu & cv::sift with parameters : nFeatures = 40000 octaves = 3 contrast_threshhold = 0.01 edge_threshhold = 10 sigma = 1.6...

For some reason, I ported CudaSift to Visual Studio 2019(Cuda 11.6) for testing and found that some codes in cudaSiftH.cu may cause memory leaks. Here are the codes, line 134...

In `FindMaxCorr10()` in `matching.cu`, if `numPts2 < M7H`, then this loop will not run: ``` for (int bp2=0;bp2

i tried to run with msse2 but it due to different architecture did not work... i removed msse and got the following error /.... /home/ubuntu/aliexperiments/CudaSift/cudaSiftD.cu(1319): error: identifier "__any_sync" is undefined...

Hi! Thanks for the great package. Can this package be compiled on NVIDIA Jetson boards? For example, Jetson Nano, Xavier NX? Cheers.

i am having trouble running the mainsift file i am a bit new to cuda developing any help in this will be much appreciated (base) hw12@hw12-OptiPlex-9020:~/visual studio project/CudaSift-Pascal$ nvcc mainSift.cpp...

Thank you for this implementation! When I test the CudaSift, I found the result is non-deterministic, that is, for the same image, the program outputs different feature. Is it abnormal?...

I build this project by CMake 3.9.1 and choose visual studio 2013.After gengerating solution file.I open it and rebuild but it always show error MSB6006: "cmd.exe" exited with code 1....