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
c7131fec
Commit
c7131fec
authored
Apr 24, 2022
by
LDOUBLEV
Browse files
fix
parent
e9a60ec7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ppocr/modeling/necks/db_fpn.py
ppocr/modeling/necks/db_fpn.py
+5
-0
No files found.
ppocr/modeling/necks/db_fpn.py
View file @
c7131fec
...
@@ -20,6 +20,11 @@ import paddle
...
@@ -20,6 +20,11 @@ import paddle
from
paddle
import
nn
from
paddle
import
nn
import
paddle.nn.functional
as
F
import
paddle.nn.functional
as
F
from
paddle
import
ParamAttr
from
paddle
import
ParamAttr
__dir__
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
sys
.
path
.
append
(
__dir__
)
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
os
.
path
.
join
(
__dir__
,
'../../..'
)))
from
ppocr.backbones.det_mobilenet_v3
import
SEModule
,
ConvBNLayer
from
ppocr.backbones.det_mobilenet_v3
import
SEModule
,
ConvBNLayer
...
...
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