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
11e4e51f
Unverified
Commit
11e4e51f
authored
Aug 21, 2020
by
MissPenguin
Committed by
GitHub
Aug 21, 2020
Browse files
Merge pull request #579 from littletomatodonkey/fix_cpp_repl
fix cpp infer
parents
549108fe
043a0192
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 @
11e4e51f
...
@@ -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