disable_all_models()¶
Disable all application enable models.
Reference¶
Arguments¶
None
Return¶
Type |
Description |
|---|---|
|
String list with models disabled. |
Exceptions¶
RayaCVInvalidModelRayaCVInvalidTypeRayaCVNotEnabledTypeRayaCVModelNotDisabled
See the complete list of cv exceptions.
Usage Example¶
>>> models_disabled = cv.disable_all_models()