Shortcuts

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.

mmcls.apis

Train

init_random_seed

Initialize random seed.

set_random_seed

Set random seed.

train_model

Train a model.

Test

single_gpu_test

Test model with local single gpu.

multi_gpu_test

Test model with multiple gpus.

Inference

init_model

Initialize a classifier from config file.

inference_model

Inference image(s) with the classifier.

show_result_pyplot

Visualize the classification results on the image.

Read the Docs v: master
Versions
master
latest
1.x
dev-1.x
Downloads
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.