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
9da00464
Commit
9da00464
authored
Feb 19, 2021
by
LDOUBLEV
Browse files
add use_dilation params in hubserving
parent
253cd0f7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
deploy/hubserving/ocr_det/params.py
deploy/hubserving/ocr_det/params.py
+2
-1
deploy/hubserving/ocr_system/params.py
deploy/hubserving/ocr_system/params.py
+2
-1
No files found.
deploy/hubserving/ocr_det/params.py
View file @
9da00464
...
...
@@ -20,7 +20,8 @@ def read_params():
#DB parmas
cfg
.
det_db_thresh
=
0.3
cfg
.
det_db_box_thresh
=
0.5
cfg
.
det_db_unclip_ratio
=
2.0
cfg
.
det_db_unclip_ratio
=
1.6
cfg
.
use_dilation
=
False
# #EAST parmas
# cfg.det_east_score_thresh = 0.8
...
...
deploy/hubserving/ocr_system/params.py
View file @
9da00464
...
...
@@ -20,7 +20,8 @@ def read_params():
#DB parmas
cfg
.
det_db_thresh
=
0.3
cfg
.
det_db_box_thresh
=
0.5
cfg
.
det_db_unclip_ratio
=
2.0
cfg
.
det_db_unclip_ratio
=
1.6
cfg
.
use_dilation
=
False
#EAST parmas
cfg
.
det_east_score_thresh
=
0.8
...
...
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