Module: | DL_OCR |
---|
Loads a deep learning model and prepares its execution on a specific target device.
Name | Type | Range | Description | |
---|---|---|---|---|
inModelDirectory | ReadCharactersModelDirectory* | A Read Characters model stored in a specific disk directory. If not set, model is chosen on the basis of inPretrainedModelType. | ||
inPretrainedModelType | LocateTextPretrainedModel | |||
inDeviceType | DeviceKind* | A type of a device selected for deploying and executing the model. If not set, device depending on version (CPU/GPU) of installed Deep Learning add-on is selected. | ||
inDeviceIndex | Integer | 0 - | An index of a device selected for deploying and executing the model. | |
inExecutionHint | LocateTextDeployHint* | |||
outModelId | LocateTextModelId | Identifier of the deployed model |
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.
Filter Group
This filter is member of DL_Deploy filter group.