RSPrompter / mmyolo /deploy /__init__.py
KyanChen's picture
Upload 89 files
3094730
raw
history blame
253 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from mmdeploy.codebase.base import MMCodebase
from .models import * # noqa: F401,F403
from .object_detection import MMYOLO, YOLOObjectDetection
__all__ = ['MMCodebase', 'MMYOLO', 'YOLOObjectDetection']