2023-09-13 17:06:03 +08:00

5 lines
125 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .adabins_backbone import AdabinsBackbone
__all__ = ['AdabinsBackbone']