LocatePointsModelId

Description

Identifier of Locate Points model.

Type represents identifier of loaded Deep Learning model: path to a model file and device chosen for performing calculations.

Structure Fields

Type fields and default values (if defined) are described below:

Name Type Default Description
ModelDirectory LocatePointsModelDirectory A Locate Points model stored in a specific disk directory.
DeviceType DeviceKind* A type of a device selected for deploying and executing the model. If not set, device is selected depending on version (CPU/GPU) of installed Deep Learning add-on.
DeviceIndex Integer 0 An index of a device selected for deploying and executing the model.