mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 12:36:00 +08:00
Merge pull request #1401 from WenmuZhou/tree_doc
[Dygraph] Fix printing problem when multi-image prediction
This commit is contained in:
commit
d7f5365190
@ -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…
x
Reference in New Issue
Block a user