save visualized image
parent
b2260182e4
commit
42853ff0de
|
@ -250,7 +250,7 @@ if __name__ == "__main__":
|
||||||
img_name_pure = os.path.split(image_file)[-1]
|
img_name_pure = os.path.split(image_file)[-1]
|
||||||
img_path = os.path.join(draw_img_save,
|
img_path = os.path.join(draw_img_save,
|
||||||
"det_res_{}".format(img_name_pure))
|
"det_res_{}".format(img_name_pure))
|
||||||
|
cv2.imwrite(img_path, src_im)
|
||||||
logger.info("The visualized image saved in {}".format(img_path))
|
logger.info("The visualized image saved in {}".format(img_path))
|
||||||
# print the information about memory and time-spent
|
# print the information about memory and time-spent
|
||||||
if args.benchmark:
|
if args.benchmark:
|
||||||
|
|
Loading…
Reference in New Issue