未验证 提交 a2706b89 编写于 作者: keineahnung2345's avatar keineahnung2345 提交者: GitHub

Remove "for training" in get_roidb

get_roidb will be indirectly called by test_net.py.
This PR removes "for training" because it's misleading.
上级 56aff1cd
......@@ -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.
先完成此消息的编辑!
想要评论请 注册