PaddleOCR/deploy/cpp_infer/tools/config.txt

22 lines
386 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
cpu_math_library_num_threads 1
# 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
char_list_file ./tools/ppocr_keys_v1.txt
img_path ../../doc/imgs/11.jpg
2020-07-13 17:15:54 +08:00
# show the detection results
visualize 1