mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-11-15 17:43:39 +00:00
add drop_score to args
This commit is contained in:
parent
e696c7906d
commit
a804a97c92
@ -71,6 +71,7 @@ def parse_args():
|
||||
parser.add_argument("--use_space_char", type=str2bool, default=True)
|
||||
parser.add_argument(
|
||||
"--vis_font_path", type=str, default="./doc/simfang.ttf")
|
||||
parser.add_argument("--drop_score", type=float, default=0.5)
|
||||
|
||||
# params for text classifier
|
||||
parser.add_argument("--use_angle_cls", type=str2bool, default=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user