Skip to content

Commit

Permalink
add micronet (PaddlePaddle#5251)
Browse files Browse the repository at this point in the history
  • Loading branch information
bupt906 committed Jan 16, 2022
1 parent 107a316 commit f2d6f54
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppocr/modeling/backbones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ def build_backbone(config, model_type):
from .rec_nrtr_mtb import MTB
from .rec_resnet_31 import ResNet31
from .rec_resnet_aster import ResNet_ASTER
from .rec_micronet import MicroNet
support_dict = [
'MobileNetV1Enhance', 'MobileNetV3', 'ResNet', 'ResNetFPN', 'MTB',
"ResNet31", "ResNet_ASTER"
"ResNet31", "ResNet_ASTER", 'MicroNet'
]
elif model_type == "e2e":
from .e2e_resnet_vd_pg import ResNet
Expand Down
Loading

0 comments on commit f2d6f54

Please sign in to comment.