PaddleOCR/deploy/cpp_infer/tools/config.txt

28 lines
474 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-09-15 23:52:52 +08:00
use_mkldnn 1
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
2020-09-19 19:46:06 +08:00
det_db_unclip_ratio 1.6
2020-07-13 16:59:21 +08: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 21:59:16 +08:00
cls_model_dir ./inference/cls
2020-09-01 17:42:12 +08:00
cls_thresh 0.9
2020-07-13 16:59:21 +08:00
# 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