You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
446 B
26 lines
446 B
# model load config
|
|
use_gpu 0
|
|
gpu_id 0
|
|
gpu_mem 4000
|
|
cpu_math_library_num_threads 10
|
|
use_mkldnn 0
|
|
use_zero_copy_run 0
|
|
|
|
# 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 ../model/det
|
|
|
|
# cls config
|
|
use_angle_cls 0
|
|
cls_model_dir ../model/cls
|
|
cls_thresh 0.9
|
|
|
|
# rec config
|
|
rec_model_dir ../model/rec
|
|
char_list_file ../model/ppocr_keys_v1.txt
|
|
|
|
# show the detection results
|
|
visualize 1 |