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

5 lines
113 B
Python

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