未验证 提交 08417afe 编写于 作者: J Jianwei Yang 提交者: GitHub

Merge pull request #581 from keineahnung2345/get_roidb

Remove "for training" in get_roidb
......@@ -120,7 +120,7 @@ def combined_roidb(imdb_names, training=True):
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册