This commit is contained in:
LDOUBLEV 2021-08-26 02:22:32 +00:00
parent d7cbe52697
commit 6b8d6cc3b7
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ if __name__ == "__main__":
json.dumps(np.array(dt_boxes).astype(np.int32).tolist())) + "\n"
save_results.append(save_pred)
logger.info(save_pred)
logger.info("Predict time of {}: {}".format(image_file, elapse))
logger.info("The predict time of {}: {}".format(image_file, elapse))
src_im = utility.draw_text_det_res(dt_boxes, image_file)
img_name_pure = os.path.split(image_file)[-1]
img_path = os.path.join(draw_img_save,