keep db post_process param of yml same with utility.py
This commit is contained in:
parent
b9439bfbc0
commit
6c0e331833
|
@ -18,5 +18,4 @@ TestReader:
|
|||
infer_img:
|
||||
img_set_dir: ./train_data/icdar2015/text_localization/
|
||||
label_file_path: ./train_data/icdar2015/text_localization/test_icdar2015_label.txt
|
||||
test_image_shape: [736, 1280]
|
||||
do_eval: True
|
||||
|
|
|
@ -51,7 +51,7 @@ Optimizer:
|
|||
PostProcess:
|
||||
function: ppocr.postprocess.db_postprocess,DBPostProcess
|
||||
thresh: 0.3
|
||||
box_thresh: 0.6
|
||||
box_thresh: 0.5
|
||||
max_candidates: 1000
|
||||
unclip_ratio: 1.5
|
||||
unclip_ratio: 1.6
|
||||
|
||||
|
|
Loading…
Reference in New Issue