disable_all_models()
- 1 Minute to read
disable_all_models()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Disable all application enable models.
Reference
Arguments
None
Return
Type | Description |
---|---|
List | String list with models disabled. |
Exceptions
RayaCVInvalidModel
RayaCVInvalidType
RayaCVNotEnabledType
RayaCVModelNotDisabled
See the complete list of cv exceptions.
Usage Example
>>> models_disabled = cv.disable_all_models()
Was this article helpful?