config.yaml 695 Bytes
Newer Older
yangql's avatar
yangql committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Global:
    text_score: 0.5
    use_angle_cls: true
    use_text_det: true
    print_verbose: false
    min_height: 30
    width_height_ratio: 8

Det:
    model_path: ../../Resource/Models/ch_PP-OCRv3_det_infer.onnx
    limit_side_len: 736
    limit_type: min
    thresh: 0.3
    box_thresh: 0.5
    max_candidates: 1000
    unclip_ratio: 1.6
    use_dilation: true
    score_mode: fast

Cls:
    model_path: ../../Resource/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:
    model_path: ../../Resource/Models/ch_PP-OCRv3_rec_infer.onnx
    rec_img_shape: [3, 48, 320]
    rec_batch_num: 6