fix rename

pull/6043/head
LDOUBLEV 2022-04-27 20:15:18 +08:00
parent b077e3c559
commit 5f2ecb855e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ __all__ = ['build_neck']
def build_neck(config):
from .db_fpn import DBFPN, CAFPN, FEPAN
from .db_fpn import DBFPN, RSEFPN, LKPAN
from .east_fpn import EASTFPN
from .sast_fpn import SASTFPN
from .rnn import SequenceEncoder