备注
您正在阅读 MMClassification 0.x 版本的文档。MMClassification 0.x 会在 2022 年末被切换为次要分支。建议您升级到 MMClassification 1.0 版本,体验更多新特性和新功能。请查阅 MMClassification 1.0 的安装教程、迁移教程以及更新日志。
mmcls.apis.show_result_pyplot¶
- mmcls.apis.show_result_pyplot(model, img, result, fig_size=(15, 10), title='result', wait_time=0)[源代码]¶
Visualize the classification results on the image.
- 参数
model (nn.Module) – The loaded classifier.
img (str or np.ndarray) – Image filename or loaded image.
result (list) – The classification result.
fig_size (tuple) – Figure size of the pyplot figure. Defaults to (15, 10).
title (str) – Title of the pyplot figure. Defaults to ‘result’.
wait_time (int) – How many seconds to display the image. Defaults to 0.