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
a5f1efdf
Commit
a5f1efdf
authored
Jun 16, 2020
by
LDOUBLEV
Browse files
delete not used code
parent
f4094b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
ppocr/modeling/architectures/det_model.py
ppocr/modeling/architectures/det_model.py
+0
-1
No files found.
ppocr/modeling/architectures/det_model.py
View file @
a5f1efdf
...
...
@@ -32,7 +32,6 @@ class DetModel(object):
params (dict): the super parameters for detection module.
"""
global_params
=
params
[
'Global'
]
self
.
global_params
=
global_params
self
.
algorithm
=
global_params
[
'algorithm'
]
backbone_params
=
deepcopy
(
params
[
"Backbone"
])
...
...
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