Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
7cb52324
"...composable_kernel_onnx.git" did not exist on "52ae168b171cdc2f0c708a885a28f174c29f41a4"
Commit
7cb52324
authored
Apr 12, 2022
by
WenmuZhou
Browse files
fix
parent
34587a3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deploy/cpp_infer/include/ocr_cls.h
deploy/cpp_infer/include/ocr_cls.h
+1
-1
test_tipc/configs/ch_ppocr_mobile_v2.0_det/model_linux_gpu_normal_normal_infer_cpp_linux_gpu_cpu.txt
...model_linux_gpu_normal_normal_infer_cpp_linux_gpu_cpu.txt
+1
-1
No files found.
deploy/cpp_infer/include/ocr_cls.h
View file @
7cb52324
...
@@ -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
);
...
...
test_tipc/configs/ch_ppocr_mobile_v2.0_det/model_linux_gpu_normal_normal_infer_cpp_linux_gpu_cpu.txt
View file @
7cb52324
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment