KyanChen's picture
Upload 89 files
3094730
raw
history blame contribute delete
120 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from . import yolov5_head # noqa: F401,F403
__all__ = ['yolov5_head']