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
043a0192
Commit
043a0192
authored
Aug 20, 2020
by
littletomatodonkey
Browse files
fix cpp infer
parent
549108fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy/cpp_infer/include/config.h
deploy/cpp_infer/include/config.h
+1
-1
No files found.
deploy/cpp_infer/include/config.h
View file @
043a0192
...
@@ -47,7 +47,7 @@ public:
...
@@ -47,7 +47,7 @@ public:
this
->
det_db_box_thresh
=
stod
(
config_map_
[
"det_db_box_thresh"
]);
this
->
det_db_box_thresh
=
stod
(
config_map_
[
"det_db_box_thresh"
]);
this
->
det_db_
box_thresh
=
stod
(
config_map_
[
"det_db_
box_thresh
"
]);
this
->
det_db_
unclip_ratio
=
stod
(
config_map_
[
"det_db_
unclip_ratio
"
]);
this
->
det_model_dir
.
assign
(
config_map_
[
"det_model_dir"
]);
this
->
det_model_dir
.
assign
(
config_map_
[
"det_model_dir"
]);
...
...
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