disable_all_models()


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()