mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-30 00:28:47 +00:00
Fix printing problem when multi-image prediction
This commit is contained in:
parent
4b87314a46
commit
c12259091e
@ -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