mmclassification/projects/dino/models/neck/__init__.py

4 lines
56 B
Python

from .dino_neck import DINONeck
__all__ = ['DINONeck']