Merge pull request #1401 from WenmuZhou/tree_doc

[Dygraph] Fix printing problem when multi-image prediction
release/2.0-rc1-0
MissPenguin 4 years ago committed by GitHub
commit d7f5365190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)))

Loading…
Cancel
Save