"src/vscode:/vscode.git/clone" did not exist on "5e777d2f73f6570f3c67159268266e6add660c16"
Unverified Commit 2a6f5046 authored by Double_V's avatar Double_V Committed by GitHub
Browse files

Merge pull request #20 from LDOUBLEV/fixocr

RGB 2 BGR
parents 18c897df 55492911
......@@ -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))))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment