disable_all_models()
  • 1 Minute to read

disable_all_models()


Article summary

Disable all application enable models.

Reference

Arguments

None

Return

TypeDescription
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?