get_objects_names
  • 1 Minute to read

get_objects_names


Article summary

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

Reference

Arguments

None

Return

TypeDescription
ListList with classes.

Exceptions

None

See the complete list of cv exceptions.

Examples

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

Was this article helpful?

What's Next