2020-07-13 16:59:21 +08:00
|
|
|
# model load config
|
|
|
|
use_gpu 0
|
|
|
|
gpu_id 0
|
|
|
|
gpu_mem 4000
|
2020-07-14 11:44:55 +08:00
|
|
|
cpu_math_library_num_threads 10
|
2020-07-14 13:40:35 +08:00
|
|
|
use_mkldnn 0
|
2020-08-24 10:37:41 +08:00
|
|
|
use_zero_copy_run 1
|
2020-07-13 16:59:21 +08:00
|
|
|
|
|
|
|
# det config
|
|
|
|
max_side_len 960
|
|
|
|
det_db_thresh 0.3
|
|
|
|
det_db_box_thresh 0.5
|
|
|
|
det_db_unclip_ratio 2.0
|
|
|
|
det_model_dir ./inference/det_db
|
|
|
|
|
|
|
|
# rec config
|
|
|
|
rec_model_dir ./inference/rec_crnn
|
2020-07-13 21:05:36 +08:00
|
|
|
char_list_file ../../ppocr/utils/ppocr_keys_v1.txt
|
2020-07-13 17:15:54 +08:00
|
|
|
|
|
|
|
# show the detection results
|
2020-07-21 01:23:49 +08:00
|
|
|
visualize 1
|
2020-07-13 17:15:54 +08:00
|
|
|
|