31 lines
574 B
Plaintext
Raw Normal View History

2020-07-13 08:59:21 +00:00
# model load config
2020-12-21 13:41:33 +00:00
use_gpu 0
2020-07-13 08:59:21 +00:00
gpu_id 0
gpu_mem 4000
2020-07-14 03:44:55 +00:00
cpu_math_library_num_threads 10
2020-07-14 05:40:35 +00:00
use_mkldnn 0
2020-07-13 08:59:21 +00:00
# det config
max_side_len 960
det_db_thresh 0.3
det_db_box_thresh 0.5
det_db_unclip_ratio 2.0
2020-12-18 17:46:48 +08:00
det_model_dir ./inference/ch_ppocr_mobile_v2.0_det_infer/
2020-12-16 18:28:26 +08:00
# cls config
use_angle_cls 0
2020-12-16 18:29:27 +08:00
cls_model_dir ./inference/ch_ppocr_mobile_v2.0_cls_infer/
2020-12-16 18:28:26 +08:00
cls_thresh 0.9
2020-07-13 08:59:21 +00:00
# rec config
2020-12-21 13:45:02 +00:00
rec_model_dir ./inference/ch_ppocr_mobile_v2.0_rec_infer/
2020-07-13 13:05:36 +00:00
char_list_file ../../ppocr/utils/ppocr_keys_v1.txt
2020-07-13 09:15:54 +00:00
# show the detection results
2020-07-20 17:23:49 +00:00
visualize 1
2020-07-13 09:15:54 +00:00
# use_tensorrt
use_tensorrt 0
use_fp16 0