提交 f3f2b38e 编写于 作者: W WenmuZhou

方向分类器设为默认不启用

上级 03979d71
...@@ -14,7 +14,7 @@ det_db_unclip_ratio 2.0 ...@@ -14,7 +14,7 @@ det_db_unclip_ratio 2.0
det_model_dir ../model/det det_model_dir ../model/det
# cls config # cls config
use_angle_cls 1 use_angle_cls 0
cls_model_dir ../model/cls cls_model_dir ../model/cls
cls_thresh 0.9 cls_thresh 0.9
......
...@@ -73,7 +73,7 @@ def parse_args(): ...@@ -73,7 +73,7 @@ def parse_args():
parser.add_argument("--use_space_char", type=bool, default=True) parser.add_argument("--use_space_char", type=bool, default=True)
# params for text classifier # params for text classifier
parser.add_argument("--use_angle_cls", type=str2bool, default=True) parser.add_argument("--use_angle_cls", type=str2bool, default=False)
parser.add_argument("--cls_model_dir", type=str) parser.add_argument("--cls_model_dir", type=str)
parser.add_argument("--cls_image_shape", type=str, default="3, 48, 192") parser.add_argument("--cls_image_shape", type=str, default="3, 48, 192")
parser.add_argument("--label_list", type=list, default=['0', '180']) parser.add_argument("--label_list", type=list, default=['0', '180'])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册