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
8a78af26
Commit
8a78af26
authored
Aug 26, 2020
by
MissPenguin
Browse files
fix hub serving parmas bug
parent
fb9e47b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
deploy/hubserving/ocr_det/params.py
deploy/hubserving/ocr_det/params.py
+3
-1
deploy/hubserving/ocr_rec/params.py
deploy/hubserving/ocr_rec/params.py
+3
-1
deploy/hubserving/ocr_system/params.py
deploy/hubserving/ocr_system/params.py
+3
-1
No files found.
deploy/hubserving/ocr_det/params.py
View file @
8a78af26
...
...
@@ -36,4 +36,6 @@ def read_params():
# cfg.rec_char_dict_path = "./ppocr/utils/ppocr_keys_v1.txt"
# cfg.use_space_char = True
return
cfg
\ No newline at end of file
cfg
.
use_zero_copy_run
=
False
return
cfg
deploy/hubserving/ocr_rec/params.py
View file @
8a78af26
...
...
@@ -38,4 +38,6 @@ def read_params():
cfg
.
rec_char_dict_path
=
"./ppocr/utils/ppocr_keys_v1.txt"
cfg
.
use_space_char
=
True
return
cfg
\ No newline at end of file
cfg
.
use_zero_copy_run
=
False
return
cfg
deploy/hubserving/ocr_system/params.py
View file @
8a78af26
...
...
@@ -38,4 +38,6 @@ def read_params():
cfg
.
rec_char_dict_path
=
"./ppocr/utils/ppocr_keys_v1.txt"
cfg
.
use_space_char
=
True
return
cfg
\ No newline at end of file
cfg
.
use_zero_copy_run
=
False
return
cfg
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