Spaces:
Running
on
T4
Running
on
T4
File size: 237 Bytes
186701e |
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']
|