Unverified Commit d7f53651 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Merge pull request #1401 from WenmuZhou/tree_doc

[Dygraph] Fix printing problem when multi-image prediction
parents bf145a21 c1225909
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment