未验证 提交 12442d1c 编写于 作者: Z zhoujun 提交者: GitHub

Merge pull request #1622 from PaddlePaddle/WenmuZhou-patch-1

Update predict_det.py
......@@ -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.
先完成此消息的编辑!
想要评论请 注册