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
a256995b
Commit
a256995b
authored
Jul 06, 2015
by
Elie KHOURY
Browse files
reverse changes in bob/bio/base/tools/algorithm.py
parent
6a8e929a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/tools/algorithm.py
View file @
a256995b
...
...
@@ -152,8 +152,7 @@ def train_enroller(algorithm, extractor, force = False):
bob
.
io
.
base
.
create_directories_safe
(
os
.
path
.
dirname
(
fs
.
enroller_file
))
# first, load the projector
if
algorithm
.
requires_projector_training
:
algorithm
.
load_projector
(
fs
.
projector_file
)
algorithm
.
load_projector
(
fs
.
projector_file
)
# load training data
train_files
=
fs
.
training_list
(
'projected'
if
algorithm
.
use_projected_features_for_enrollment
else
'extracted'
,
'train_enroller'
,
arrange_by_client
=
True
)
...
...
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