未验证 提交 691c9662 编写于 作者: Z zhoujun 提交者: GitHub

Update predict_det.py

上级 534ef5d9
......@@ -200,4 +200,4 @@ if __name__ == "__main__":
logger.info("The visualized img saved in {}".format(
os.path.join(draw_img_save, "det_res_%s" % img_name_pure)))
if count > 1:
logger.info("Avg Time:", total_time / (count - 1))
logger.info("Avg Time: {}".format(total_time / (count - 1)))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册