RE-OWOD/projects/DeepLab/deeplab/__init__.py

6 lines
264 B
Python
Raw Normal View History

2022-01-04 13:41:19 +08:00
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from .build_solver import build_lr_scheduler
from .config import add_deeplab_config
from .resnet import build_resnet_deeplab_backbone
from .semantic_seg import DeepLabV3Head, DeepLabV3PlusHead