Nioolek 9ef883187a
[Feature] Show YOLOv5 assigner results (#383)
* init commit

* init commit

* init commit

* 定稿,开始重构

* format code

* format code

* add typehint and doc

* init commit

* init commit

* init commit

* 定稿,开始重构

* format code

* format code

* add typehint and doc

* format code

* rollback

* add doc

* fix less img bug

* format code

* format code

* add README.md

* beauty

* beauty

* uniform name

* uniform name

* uniform name

* uniform name
2022-12-28 16:40:14 +08:00

6 lines
188 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from projects.assigner_visualization.detectors.yolo_detector_assigner import \
YOLODetectorAssigner
__all__ = ['YOLODetectorAssigner']