mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-29 16:08:23 +00:00
commit
2a6f5046c1
@ -137,6 +137,6 @@ if __name__ == "__main__":
|
||||
os.makedirs(draw_img_save)
|
||||
cv2.imwrite(
|
||||
os.path.join(draw_img_save, os.path.basename(image_file)),
|
||||
draw_img)
|
||||
draw_img[:, :, -1])
|
||||
print("The visualized image saved in {}".format(
|
||||
os.path.join(draw_img_save, os.path.basename(image_file))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user