PyUtils#

Module offering various helper tools. It consists of Python bindings from C++ Ikomia Core.

Functions

get_api_version()

Get the current API version.

get_compatibility_state(min_version, ...)

Get the plugin compatibility state, see PluginState for possible values.

get_cpu_arch()

Return CPU architecture from current execution environment.

get_cpu_arch_name(arg1)

Return CPU architecture name from current execution environment.

get_cuda_version()

Return CUDA version string from current execution environment.

get_model_hub_url()

Return root URL of Ikomia model HUB.

Classes

ApiLanguage

Enum - List of supported programming languages

CException

Base class for all Ikomia exceptions.

CMemoryInfo

Cross-platform functions to retrieve memory information.

CpuArch

Enum - List of possible CPU architectures

CTimer

Cross-platform timer with nanoseconds precision

OSType

Enum - List of possible OS targets for plugins

PluginState

Enum - List of plugin states for version compatibility