Skip to content
Snippets Groups Projects
Commit 0e2016cd authored by David GEISSBUHLER's avatar David GEISSBUHLER
Browse files

Fixed merge errors

parent 68f65d6c
No related branches found
No related tags found
1 merge request!14MIFS database added
Pipeline #
......@@ -20,11 +20,7 @@ from bob.pad.face.database import ReplayMobilePadDatabase
# Directory where the data files are stored.
# This directory is given in the .bob_bio_databases.txt file located in your home directory
<<<<<<< HEAD:bob/pad/face/config/database/replay_mobile.py
original_directory = "[YOUR_REPLAY_MOBILE_DIRECTORY]"
=======
original_directory = "[YOUR_MIFS_DATABASE_DIRECTORY]"
>>>>>>> Added face bounding boxes to tree and cleaned database path:bob/pad/face/config/database/mifs.py
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
original_extension = ".mov" # extension of the data files
......@@ -49,4 +45,4 @@ Notice that ``original_directory`` is set to ``[YOUR_REPLAY_MOBILE_DIRECTORY]``.
You must make sure to create ``${HOME}/.bob_bio_databases.txt`` setting this
value to the place where you actually installed the Replay-Mobile Database, as
explained in the section :ref:`bob.pad.face.baselines`.
"""
\ No newline at end of file
"""
......@@ -16,11 +16,7 @@ from bob.pad.face.database import ReplayPadDatabase
# Directory where the data files are stored.
# This directory is given in the .bob_bio_databases.txt file located in your home directory
<<<<<<< HEAD:bob/pad/face/config/replay_attack.py
ORIGINAL_DIRECTORY = "[YOUR_REPLAY_ATTACK_DIRECTORY]"
=======
ORIGINAL_DIRECTORY = "[YOUR_MIFS_DATABASE_DIRECTORY]"
>>>>>>> Added face bounding boxes to tree and cleaned database path:bob/pad/face/config/mifs.py
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
ORIGINAL_EXTENSION = ".mov" # extension of the data files
......
......@@ -57,7 +57,6 @@ def test_msu_mfsd():
except IOError as e:
raise SkipTest(
"The database could not be queried; probably the db.sql3 file is missing. Here is the error: '%s'" % e)
<<<<<<< HEAD
# Test the Aggregated database, which doesn't have a package
......@@ -88,12 +87,3 @@ def test_aggregated_db():
except IOError as e:
raise SkipTest(
"The database could not be queried; probably the db.sql3 file is missing. Here is the error: '%s'" % e)
=======
>>>>>>> ed055bf5d9222546143fa212b578be273ace2269
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment