提交 b70f9bf8 编写于 作者: L LDOUBLEV

update c inference

上级 76580ea1
...@@ -15,11 +15,11 @@ det_model_dir ./inference/ch__ppocr_mobile_v2.0_det_infer/ ...@@ -15,11 +15,11 @@ det_model_dir ./inference/ch__ppocr_mobile_v2.0_det_infer/
# cls config # cls config
use_angle_cls 0 use_angle_cls 0
cls_model_dir ./inference/ch_ppocr_mobile_v2.0_rec_infer/ cls_model_dir ./inference/ch_ppocr_mobile_v2.0_cls_infer/
cls_thresh 0.9 cls_thresh 0.9
# rec config # rec config
rec_model_dir ./inference/rec_crnn rec_model_dir ./inference/ch_ppocr_mobile_v2.0_rec_infer/
char_list_file ../../ppocr/utils/ppocr_keys_v1.txt char_list_file ../../ppocr/utils/ppocr_keys_v1.txt
# show the detection results # show the detection results
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册