Commit 7cb52324 authored by WenmuZhou's avatar WenmuZhou
Browse files

fix

parent 34587a3f
...@@ -57,7 +57,7 @@ public: ...@@ -57,7 +57,7 @@ public:
LoadModel(model_dir); LoadModel(model_dir);
} }
double cls_thresh = 0.5; double cls_thresh = 0.9;
// Load Paddle inference model // Load Paddle inference model
void LoadModel(const std::string &model_dir); void LoadModel(const std::string &model_dir);
......
...@@ -4,7 +4,7 @@ use_opencv:True ...@@ -4,7 +4,7 @@ use_opencv:True
infer_model:./inference/ch_ppocr_mobile_v2.0_det_infer/ infer_model:./inference/ch_ppocr_mobile_v2.0_det_infer/
infer_quant:False infer_quant:False
inference:./deploy/cpp_infer/build/ppocr inference:./deploy/cpp_infer/build/ppocr
--use_gpu:False --use_gpu:True|False
--enable_mkldnn:True|False --enable_mkldnn:True|False
--cpu_threads:1|6 --cpu_threads:1|6
--rec_batch_num:1 --rec_batch_num:1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment