Spaces:
Runtime error
Runtime error
File size: 116 Bytes
3094730 |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .yolo_detector import YOLODetector
__all__ = ['YOLODetector']
|