Spaces:
Runtime error
Runtime error
File size: 237 Bytes
f5fdf51 |
1 2 3 4 5 6 7 |
# Copyright (c) OpenMMLab. All rights reserved.
from .backend import MMYOLOBackend
from .backendwrapper import ORTWrapper, TRTWrapper
from .model import DeployModel
__all__ = ['DeployModel', 'TRTWrapper', 'ORTWrapper', 'MMYOLOBackend']
|