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. |