You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hunting for a GPU accelerated version of SIFT that's comparable to existing CPU options. I'm looking at popsift because it's marketed as creating similar features to OpenCV or VLFeat. After building develop, I ran make prepare-test and make run-test. A snippet of the output is included below:
pyramid compare: /volatile/popsift-test2/build/reference/ubc/output-img2/dir-octave/pyramid-o-7-l-4.pgm and pyramid-o-7-l-4.pgm differ
...
DoG compare: /volatile/popsift-test2/build/reference/ubc/output-img2/dir-dog/d-pyramid-o-0-l-0.pgm and d-pyramid-o-0-l-0.pgm differ
...
Keypoints BAD. Descriptors BAD.
Compare leuven img6 with reference. Features BAD.
cmp /redacted/build/reference/leuven/output-img6/features.txt /redacted/build/oxford/leuven/output-img6/features.txt
I visually compared two PGM files and verified that they do appear slightly different:
Environment and build details:
CUDA: 10.2
Driver: 440.64.00
Device: GeForce RTX 2070
Config: Release
Commit: '3e624d'
Should I expect these tests to pass? Or, are slight variations expected?
The text was updated successfully, but these errors were encountered:
I'm hunting for a GPU accelerated version of SIFT that's comparable to existing CPU options. I'm looking at
popsift
because it's marketed as creating similar features to OpenCV or VLFeat. After buildingdevelop
, I ranmake prepare-test
andmake run-test
. A snippet of the output is included below:I visually compared two PGM files and verified that they do appear slightly different:
Environment and build details:
Should I expect these tests to pass? Or, are slight variations expected?
The text was updated successfully, but these errors were encountered: