get_objects_names()


This method returns the names of the classes that the activated model can predict.

Reference

Arguments

None

Return

Type

Description

List

List with classes.

Exceptions

None

See the complete list of cv exceptions.

Examples

...
classes = self.predictor.get_objects_names()
...