summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-01-21 11:35:33 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-01-21 11:38:55 +0000
commita337c90bcd377f2aa266a8d1dfed61aaf7396adc (patch)
tree2bc3da5d8f9429cb4d9981ecb25cbffdf66e2e93 /eval
parent144e14fa53177458883a98c07e7709aa8cdae9e5 (diff)
Add note about where to download the ANN_SIFT1M dataset.
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/ann/sift_benchmark.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/eval/src/tests/ann/sift_benchmark.cpp b/eval/src/tests/ann/sift_benchmark.cpp
index f20df926f24..dcfe1cf9c5c 100644
--- a/eval/src/tests/ann/sift_benchmark.cpp
+++ b/eval/src/tests/ann/sift_benchmark.cpp
@@ -285,6 +285,15 @@ TEST("require that HNSW via NNS api mostly works") {
#endif
+/**
+ * Before running the benchmark the ANN_SIFT1M data set must be downloaded and extracted:
+ * wget ftp://ftp.irisa.fr/local/texmex/corpus/sift.tar.gz
+ * tar -xf sift.tar.gz
+ *
+ * The benchmark program will load the data set from $HOME/sift if no directory is specified.
+ *
+ * More information about the dataset is found here: http://corpus-texmex.irisa.fr/.
+ */
int main(int argc, char **argv) {
TEST_MASTER.init(__FILE__);
std::string sift_dir = ".";