AiOS / detrsmpl /models /necks /__init__.py
ttxskk
update
d7e58f0
raw
history blame
119 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .channel_mapper import ChannelMapper
__all__ = ['ChannelMapper']