Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick committed Dec 8, 2015
1 parent f740544 commit 3343dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/train_svms.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def parse_args():
# enhance roidb to contain flipped examples
if cfg.TRAIN.USE_FLIPPED:
print 'Appending horizontally-flipped training examples...'
imdb.append_flipped_roidb()
imdb.append_flipped_images()
print 'done'

SVMTrainer(net, imdb).train()
Expand Down

0 comments on commit 3343dbb

Please sign in to comment.