otx.core.ov.utils#
Utils for otx.core.ov.
Functions
|
Get op name string. |
|
Load ov_model from model_path. |
|
Normalize name string. |
|
Convert ov_model to dynamic Model. |
|
Unnormalize name string. |
- otx.core.ov.utils.load_ov_model(model_path: str, weight_path: str | None = None, convert_dynamic: bool = False) Model [source]#
Load ov_model from model_path.