mirror of https://github.com/open-mmlab/mmyolo.git
6 lines
188 B
Python
6 lines
188 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from projects.assigner_visualization.detectors.yolo_detector_assigner import \
|
||
|
YOLODetectorAssigner
|
||
|
|
||
|
__all__ = ['YOLODetectorAssigner']
|