Commit 2b7d2a10 authored by Vincent Smith's avatar Vincent Smith Committed by Matthijs Douze

updates to INSTALL.md (#333)

parent df2edbe3
...@@ -97,7 +97,8 @@ dataset. To run it, please download the ANN_SIFT1M dataset from ...@@ -97,7 +97,8 @@ dataset. To run it, please download the ANN_SIFT1M dataset from
http://corpus-texmex.irisa.fr/ http://corpus-texmex.irisa.fr/
and unzip it to the sudirectory sift1M. and unzip it to the subdirectory `sift1M` at the root of the source
directory for this repository.
Then compile and run Then compile and run
...@@ -169,12 +170,12 @@ Real-life test ...@@ -169,12 +170,12 @@ Real-life test
-------------- --------------
The following script extends the demo_sift1M test to several types of The following script extends the demo_sift1M test to several types of
indexes: indexes. This must be run from the root of the source directory for this
repository:
``` ```
export PYTHONPATH=. # needed because the script is in a subdirectory mkdir tmp # graphs of the output will be written here
mkdir tmp # some output will be written there PYTHONPATH=. python tests/demo_auto_tune.py
python python/demo_auto_tune.py
``` ```
It will cycle through a few types of indexes and find optimal It will cycle through a few types of indexes and find optimal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment