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.base
Commits
37dfb586
Commit
37dfb586
authored
Jul 19, 2017
by
Manuel Günther
Browse files
Corrected INFO log when training enroller
parent
afe8a16b
Pipeline
#11343
failed with stages
in 14 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/tools/algorithm.py
View file @
37dfb586
...
...
@@ -191,7 +191,7 @@ def train_enroller(algorithm, extractor, allow_missing_files = False, force = Fa
# load training data
train_files
=
fs
.
training_list
(
'projected'
if
algorithm
.
use_projected_features_for_enrollment
else
'extracted'
,
'train_enroller'
,
arrange_by_client
=
True
)
logger
.
info
(
"- Enrollment: loading %d enroller training files
"
,
len
(
train_fil
es
))
logger
.
info
(
"- Enrollment: loading %d enroller training files
of %d identities"
,
sum
(
len
(
client_files
)
for
client_files
in
train_files
),
len
(
train_featur
es
))
train_features
=
read_features
(
train_files
,
reader
,
True
,
allow_missing_files
)
# perform training
...
...
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