Skip to content
Snippets Groups Projects
Commit 85d5e3c8 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'hackathon2017' into 'master'

removed unnecessary commands starting with ./bin/

See merge request !5
parents 0b660ecd 428df47d
No related branches found
No related tags found
1 merge request!5removed unnecessary commands starting with ./bin/
Pipeline #
......@@ -22,9 +22,7 @@ How to build the database?
.. code-block:: bash
python bootstrap-buildout.py
./bin/buildout
./bin/bob_dbmanage.py ijba download #The database file is too big, so it is not possible to upload on pypi
bob_dbmanage.py ijba download #The database file is too big, so it is not possible to upload on pypi
The Database Protocols
......@@ -106,7 +104,7 @@ To do so, run the following command:
.. code-block:: bash
./bin/score_generation.py <input-score-file> <output-score-file> [--template-size=<n>]
score_generation.py <input-score-file> <output-score-file> [--template-size=<n>]
NIST specific plots
......@@ -117,7 +115,7 @@ Type the following code to have more information on how to generate these plots.
.. code-block:: bash
./bin/evaluate_ijba.py --help
evaluate_ijba.py --help
The image bellow is the averege CMC curve, for the search protocol, with its standard deviation along the 10 splits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment