Closed
Conversation
added 8 commits
December 29, 2020 11:02
[test] split compare functions [test] remove binary [test] rename file for Make executation [test] minor code cleanup [test] CMake for compareSiftFiles binary [test] add compareDescriptors to cmake [test] add popsift prefix to testing binary [test] adapt scripts to new name [test] new option dv, fix codacy bug [test] typo [test] move desc comparator to src [test] CodeFactor fix [test] update CHANGES.md [test] fixed typo [test] autofill some variables in compare script [test] generate make helper for desc comparison [test] boost program options in compareSiftFiles [test] generated test files [test] relative test script path [test] convert test images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The test script runs VLFeat and PopSift on one or more images and creates the descriptors with orientations.
compareSiftFiles.cpp performs a brute force comparison of the output files and outputs sorted files and some distance computations.
These are then transformed bash and awk and rendered visually with gnuplot.
Features list
New binary that compares two files containing SIFT descriptors. VLFeat and Matlab syntax supported.
Scripts that compare VLFeat-compatible PopSift behaviour with original VLFeat behaviour. Requires new command line options of PR #114 before they can work.
Implementation remarks
The popsift-compareSiftFiles is fairly stand-alone. It uses boost, but not CUDA.
The scripts are based on bash, they depend on a lot of Unix command line tools, ImageMagick and Gnuplot. These should be seen as examples.