pepperbot/rapid_ocr.yml

41 lines
719 B
YAML
Raw Normal View History

2023-08-14 09:24:03 +08:00
Global:
text_score: 0.4
2023-08-14 09:24:03 +08:00
use_angle_cls: false
use_text_det: true
print_verbose: false
min_height: 30
width_height_ratio: 8
Det:
use_cuda: false
model_path: models/ch_PP-OCRv3_det_infer.onnx
limit_side_len: 736
limit_type: min
thresh: 0.3
box_thresh: 0.5
max_candidates: 1000
2023-08-14 17:06:16 +08:00
unclip_ratio: 2.0
2023-08-14 09:24:03 +08:00
use_dilation: false
score_mode: fast
Cls:
use_cuda: false
model_path: models/ch_ppocr_mobile_v2.0_cls_infer.onnx
cls_image_shape: [3, 48, 192]
cls_batch_num: 6
cls_thresh: 0.9
label_list: ['0', '180']
Rec:
use_cuda: false
model_path: models/ch_PP-OCRv3_rec_infer.onnx
rec_img_shape: [3, 48, 320]
rec_batch_num: 6