mirror of https://github.com/RE-OWOD/RE-OWOD
6 lines
264 B
Python
6 lines
264 B
Python
|
# 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
|