Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.vein
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.vein
Commits
0ce55c78
Commit
0ce55c78
authored
Jul 03, 2017
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid warnings
parent
b1c3b402
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
bob/bio/vein/configurations/fv3d.py
bob/bio/vein/configurations/fv3d.py
+2
-2
bob/bio/vein/configurations/utfvp.py
bob/bio/vein/configurations/utfvp.py
+2
-2
bob/bio/vein/configurations/verafinger.py
bob/bio/vein/configurations/verafinger.py
+2
-2
No files found.
bob/bio/vein/configurations/fv3d.py
View file @
0ce55c78
...
@@ -13,11 +13,11 @@ the link.
...
@@ -13,11 +13,11 @@ the link.
from
..database.fv3d
import
Database
from
..database.fv3d
import
Database
fv3d_directory
=
"[YOUR_FV3D_DIRECTORY]"
_
fv3d_directory
=
"[YOUR_FV3D_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
database
=
Database
(
database
=
Database
(
original_directory
=
fv3d_directory
,
original_directory
=
_
fv3d_directory
,
original_extension
=
'.png'
,
original_extension
=
'.png'
,
)
)
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with fv3d
"""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.
...
@@ -19,11 +19,11 @@ You can download the raw data of the `UTFVP`_ database by following the link.
from
..database.utfvp
import
Database
from
..database.utfvp
import
Database
utfvp_directory
=
"[YOUR_UTFVP_DIRECTORY]"
_
utfvp_directory
=
"[YOUR_UTFVP_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
database
=
Database
(
database
=
Database
(
original_directory
=
utfvp_directory
,
original_directory
=
_
utfvp_directory
,
original_extension
=
'.png'
,
original_extension
=
'.png'
,
)
)
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with UTFVP settings
"""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.
...
@@ -15,11 +15,11 @@ the link.
from
..database.verafinger
import
Database
from
..database.verafinger
import
Database
verafinger_directory
=
"[YOUR_VERAFINGER_DIRECTORY]"
_
verafinger_directory
=
"[YOUR_VERAFINGER_DIRECTORY]"
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
"""Value of ``~/.bob_bio_databases.txt`` for this database"""
database
=
Database
(
database
=
Database
(
original_directory
=
verafinger_directory
,
original_directory
=
_
verafinger_directory
,
original_extension
=
'.png'
,
original_extension
=
'.png'
,
)
)
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with Verafinger
"""The :py:class:`bob.bio.base.database.BioDatabase` derivative with Verafinger
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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