removed unnecessary commands starting with ./bin/
Compare changes
+ 3
− 3
@@ -15,13 +15,13 @@ Installation
@@ -15,13 +15,13 @@ Installation
To be able to use this database, please have a look at the NIST webpage: http://www.nist.gov/itl/iad/ig/focs.cfm and download **The Multiple Biometric Grand Challenge (MBGC)-V1 image database**.
If you have an older version of it, and the ``./bin/bob_dbmanage.py gbu checkfiles --directory <YOUR_PATH_TO_MBGC-V1>`` fails (i.e. reports missing files), you have two possible options:
@@ -31,7 +31,7 @@ If you have an older version of it, and the ``./bin/bob_dbmanage.py gbu checkfil
@@ -31,7 +31,7 @@ If you have an older version of it, and the ``./bin/bob_dbmanage.py gbu checkfil
$ bob_dbmanage.py gbu copy-image-files --soft-link --original-image-directory <YOUR_PATH_TO_MBGC-V1> --new-image-directory <NEW_IMAGE_PATH_TO_BE_CREATED>
To be sure that the procedure succeeded, please call ``./bin/bob_dbmanage.py gbu checkfiles --directory <YOUR_PATH_TO_MBGC-V1>`` or ``./bin/bob_dbmanage.py gbu checkfiles --directory <NEW_IMAGE_PATH_TO_BE_CREATED>`` afterwards.
If this fails again, your copy of the MBGC-V1 database is corrupted, and you might consider to get a new copy of it.