28 lines
474 B
Plaintext
Raw Normal View History

2020-07-13 08:59:21 +00:00
# model load config
use_gpu 0
gpu_id 0
gpu_mem 4000
2020-07-14 03:44:55 +00:00
cpu_math_library_num_threads 10
2020-09-15 15:52:52 +00:00
use_mkldnn 1
2020-08-24 02:37:41 +00:00
use_zero_copy_run 1
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
2020-09-19 19:46:06 +08:00
det_db_unclip_ratio 1.6
2020-07-13 08:59:21 +00:00
det_model_dir ./inference/det_db
2020-09-01 17:42:12 +08:00
# cls config
2020-09-15 16:31:54 +08:00
use_angle_cls 0
2020-09-19 13:59:16 +00:00
cls_model_dir ./inference/cls
2020-09-01 17:42:12 +08:00
cls_thresh 0.9
2020-07-13 08:59:21 +00:00
# rec config
rec_model_dir ./inference/rec_crnn
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