25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"use_gpu": false,
|
|
"gpu_id": 0,
|
|
"gpu_mem": 4000,
|
|
"cpu_math_library_num_threads": 10,
|
|
"enable_mkldnn": true,
|
|
"det": true,
|
|
"rec": true,
|
|
"cls": false,
|
|
"max_side_len": 960,
|
|
"det_db_thresh": 0.3,
|
|
"det_db_box_thresh": 0.618,
|
|
"det_db_unclip_ratio": 1.6,
|
|
"use_dilation": false,
|
|
"det_db_score_mode": true,
|
|
"visualize": false,
|
|
"use_angle_cls": false,
|
|
"cls_thresh": 0.9,
|
|
"cls_batch_num": 1,
|
|
"rec_batch_num": 6,
|
|
"rec_img_h": 48,
|
|
"rec_img_w": 320,
|
|
"show_img_vis": false,
|
|
"use_tensorrt": false
|
|
} |