"vscode:/vscode.git/clone" did not exist on "05faf3263b9acceffe1ec3dc3be6551703806cb6"
Commit 9a68a612 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix hub server error

parent 16d70fb7
...@@ -215,7 +215,7 @@ def draw_ocr(image, ...@@ -215,7 +215,7 @@ def draw_ocr(image,
txts=None, txts=None,
scores=None, scores=None,
drop_score=0.5, drop_score=0.5,
font_path="./doc/simfang.ttf"): font_path="./doc/fonts/simfang.ttf"):
""" """
Visualize the results of OCR detection and recognition Visualize the results of OCR detection and recognition
args: args:
......
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