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
5f2ecb85
Commit
5f2ecb85
authored
Apr 27, 2022
by
LDOUBLEV
Browse files
fix rename
parent
b077e3c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ppocr/modeling/necks/__init__.py
ppocr/modeling/necks/__init__.py
+1
-1
No files found.
ppocr/modeling/necks/__init__.py
View file @
5f2ecb85
...
@@ -16,7 +16,7 @@ __all__ = ['build_neck']
...
@@ -16,7 +16,7 @@ __all__ = ['build_neck']
def
build_neck
(
config
):
def
build_neck
(
config
):
from
.db_fpn
import
DBFPN
,
CA
FPN
,
FE
PAN
from
.db_fpn
import
DBFPN
,
RSE
FPN
,
LK
PAN
from
.east_fpn
import
EASTFPN
from
.east_fpn
import
EASTFPN
from
.sast_fpn
import
SASTFPN
from
.sast_fpn
import
SASTFPN
from
.rnn
import
SequenceEncoder
from
.rnn
import
SequenceEncoder
...
...
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