KyanChen's picture
Upload 89 files
3094730
raw
history blame
116 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .yolo_detector import YOLODetector
__all__ = ['YOLODetector']