Ma Zerun 3472ee5d2c
[Feature] Implememnt the universal visualizer for multiple task. (#1404)
* [Feature] Implememnt the universal visualizer for multiple task.

* Update tools

* Improve according to comments.

* Fix tools docs

* Add --test-cfg option and set default collate function.
2023-03-09 11:36:54 +08:00

6 lines
219 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .utils import create_figure, get_adaptive_scale
from .visualizer import UniversalVisualizer
__all__ = ['UniversalVisualizer', 'get_adaptive_scale', 'create_figure']