get_objects_names
- 1 Minute to read
get_objects_names
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
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()
...
Was this article helpful?