# model load config
use_gpu  0
gpu_id  0
gpu_mem  4000
cpu_math_library_num_threads  0
use_mkldnn 0
use_zero_copy_run 1

# det config
max_side_len  960
det_db_thresh  0.3
det_db_box_thresh  0.3
det_db_unclip_ratio  1.6
det_model_dir  ./det

# cls config
use_angle_cls 0
cls_model_dir ./cls
cls_thresh  0.9

# rec config
rec_model_dir  ./rec
char_list_file ./rec/keys.txt

# show the detection results
visualize 1

