Merge pull request #1401 from WenmuZhou/tree_doc
[Dygraph] Fix printing problem when multi-image predictionpull/1402/head
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…
Reference in New Issue