备注
您正在阅读 MMClassification 0.x 版本的文档。MMClassification 0.x 会在 2022 年末被切换为次要分支。建议您升级到 MMClassification 1.0 版本,体验更多新特性和新功能。请查阅 MMClassification 1.0 的安装教程、迁移教程以及更新日志。
mmcls.apis¶
These are some high-level APIs for classification tasks.
Train¶
Initialize random seed. |
|
Set random seed. |
|
Train a model. |
Test¶
Test model with local single gpu. |
|
Test model with multiple gpus. |
Inference¶
Initialize a classifier from config file. |
|
Inference image(s) with the classifier. |
|
Visualize the classification results on the image. |