Skip to content

Commit

Permalink
Merge pull request jwyang#581 from keineahnung2345/get_roidb
Browse files Browse the repository at this point in the history
Remove "for training" in get_roidb
  • Loading branch information
jwyang committed Jun 22, 2019
2 parents 56aff1c + a2706b8 commit 08417af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roi_data_layer/roidb.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_training_roidb(imdb):

def get_roidb(imdb_name):
imdb = get_imdb(imdb_name)
print('Loaded dataset `{:s}` for training'.format(imdb.name))
print('Loaded dataset `{:s}`'.format(imdb.name))
imdb.set_proposal_method(cfg.TRAIN.PROPOSAL_METHOD)
print('Set proposal method: {:s}'.format(cfg.TRAIN.PROPOSAL_METHOD))
roidb = get_training_roidb(imdb)
Expand Down

0 comments on commit 08417af

Please sign in to comment.