enable_model()
  • 1 Minute to read

enable_model()


Article summary

Disable specific model.

Reference

Arguments

ArgumentsTypeDescription
model_objModelHandler
ModelHandler object representing the model to disable

Return

None

Exceptions

  • RayaCVInvalidModel
  • RayaCVInvalidType
  • RayaCVNotEnabledType
  • RayaCVModelNotDisabled

See the complete list of cv exceptions.

Usage Example

>>> cv.disable_model(model_obj=model)




Was this article helpful?