Skip to content

Commit

Permalink
reverse changes in bob/bio/base/tools/algorithm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
khoury committed Jul 6, 2015
1 parent 6a8e929 commit a256995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bob/bio/base/tools/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a256995

Please sign in to comment.