PaddleOCR/deploy/cpp_infer/tools/config.txt

26 lines
446 B
Plaintext
Raw Normal View History

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-09-14 10:41:43 +08:00
use_zero_copy_run 0
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
2020-09-14 10:41:43 +08:00
det_model_dir ../model/det
2020-07-13 16:59:21 +08:00
2020-09-01 17:42:12 +08:00
# cls config
2020-09-15 16:31:54 +08:00
use_angle_cls 0
2020-09-14 10:41:43 +08:00
cls_model_dir ../model/cls
2020-09-01 17:42:12 +08:00
cls_thresh 0.9
2020-07-13 16:59:21 +08:00
# rec config
2020-09-14 10:41:43 +08:00
rec_model_dir ../model/rec
char_list_file ../model/ppocr_keys_v1.txt
2020-07-13 17:15:54 +08:00
# show the detection results
2020-09-14 10:41:43 +08:00
visualize 1