Skip to content
GitLab
Menu
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
cd592b23
Commit
cd592b23
authored
Oct 28, 2020
by
Yannick DAYER
Browse files
[py] Remove prints in config for db and extractors
parent
29f0013e
Pipeline
#44605
failed with stage
in 92 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/vein/config/database/fv3d.py
View file @
cd592b23
...
...
@@ -55,5 +55,5 @@ must make sure to set this value with ``bob config set bob.db.fv3d.directory``
to the place where you actually installed the `3D Fingervein`_ dataset, as
explained in the section :ref:`bob.bio.vein.baselines`.
"""
print
(
f
"protocol is '
{
protocol
}
'"
)
logger
.
debug
(
f
"Loaded database fv3d config file, using protocol '
{
protocol
}
'."
)
bob/bio/vein/config/database/verafinger.py
View file @
cd592b23
...
...
@@ -53,5 +53,4 @@ installed the `vera fingervein`_ dataset, as explained in the section
:ref:`bob.bio.vein.baselines`.
"""
print
(
f
"VERAFINGER: protocol = '
{
protocol
}
'."
)
logger
.
debug
(
f
"Loaded database verafinger config file, using protocol '
{
protocol
}
'."
)
bob/bio/vein/config/principal_curvature.py
View file @
cd592b23
...
...
@@ -69,7 +69,6 @@ user_temp = Path("/idiap/") / "temp" / os.environ["USER"]
if
user_temp
.
exists
():
# use /idiap/temp/<USER>/bob_bio_vein_tmp/<SUBDIRECTORY>/
legacy_temp_dir
=
user_temp
/
"bob_bio_vein_tmp"
/
sub_directory
print
(
f
"Saving legacy temp in '
{
legacy_temp_dir
}
'"
)
else
:
# if /idiap/temp/<USER> does not exist, use /tmp/tmpxxxxxxxx
legacy_temp_dir
=
TemporaryDirectory
().
name
...
...
Write
Preview
Supports
Markdown
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