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
f664d7e1
Unverified
Commit
f664d7e1
authored
Feb 19, 2021
by
Double_V
Committed by
GitHub
Feb 19, 2021
Browse files
Merge pull request #2035 from LDOUBLEV/server_dilation
add use_dilation params in hubserving
parents
253cd0f7
9da00464
Changes
2
Hide 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 @
f664d7e1
...
@@ -20,7 +20,8 @@ def read_params():
...
@@ -20,7 +20,8 @@ def read_params():
#DB parmas
#DB parmas
cfg
.
det_db_thresh
=
0.3
cfg
.
det_db_thresh
=
0.3
cfg
.
det_db_box_thresh
=
0.5
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
# #EAST parmas
# cfg.det_east_score_thresh = 0.8
# cfg.det_east_score_thresh = 0.8
...
...
deploy/hubserving/ocr_system/params.py
View file @
f664d7e1
...
@@ -20,7 +20,8 @@ def read_params():
...
@@ -20,7 +20,8 @@ def read_params():
#DB parmas
#DB parmas
cfg
.
det_db_thresh
=
0.3
cfg
.
det_db_thresh
=
0.3
cfg
.
det_db_box_thresh
=
0.5
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
#EAST parmas
cfg
.
det_east_score_thresh
=
0.8
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