Note
You are reading the documentation for MMClassification 0.x, which will soon be deprecated at the end of 2022. We recommend you upgrade to MMClassification 1.0 to enjoy fruitful new features and better performance brought by OpenMMLab 2.0. Check the installation tutorial, migration tutorial and changelog for more details.
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. |