Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.vein
Commits
0ce55c78
Commit
0ce55c78
authored
Jul 03, 2017
by
André Anjos
💬
Browse files
Avoid warnings
parent
b1c3b402
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/bio/vein/configurations/fv3d.py
View file @
0ce55c78
...
...
@@ -13,11 +13,11 @@ the link.
from
..database.fv3d
import
Database
fv3d_directory
=
"[YOUR_FV3D_DIRECTORY]"
_
fv3d_directory
=
"[YOUR_FV3D_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
database
=
Database
(
original_directory
=
fv3d_directory
,
original_directory
=
_
fv3d_directory
,
original_extension
=
'.png'
,
)
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with fv3d
...
...
bob/bio/vein/configurations/utfvp.py
View file @
0ce55c78
...
...
@@ -19,11 +19,11 @@ You can download the raw data of the `UTFVP`_ database by following the link.
from
..database.utfvp
import
Database
utfvp_directory
=
"[YOUR_UTFVP_DIRECTORY]"
_
utfvp_directory
=
"[YOUR_UTFVP_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
database
=
Database
(
original_directory
=
utfvp_directory
,
original_directory
=
_
utfvp_directory
,
original_extension
=
'.png'
,
)
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with UTFVP settings
...
...
bob/bio/vein/configurations/verafinger.py
View file @
0ce55c78
...
...
@@ -15,11 +15,11 @@ the link.
from
..database.verafinger
import
Database
verafinger_directory
=
"[YOUR_VERAFINGER_DIRECTORY]"
_
verafinger_directory
=
"[YOUR_VERAFINGER_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
database
=
Database
(
original_directory
=
verafinger_directory
,
original_directory
=
_
verafinger_directory
,
original_extension
=
'.png'
,
)
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with Verafinger
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment