mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [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.
6 lines
219 B
Python
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']
|