未验证 提交 d7f53651 编写于 作者: M MissPenguin 提交者: GitHub

Merge pull request #1401 from WenmuZhou/tree_doc

[Dygraph] Fix printing problem when multi-image prediction
......@@ -186,4 +186,4 @@ if __name__ == "__main__":
cv2.imwrite(img_path, src_im)
logger.info("The visualized image saved in {}".format(img_path))
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.
先完成此消息的编辑!
想要评论请 注册