You are here: Start » AVLDL.DL_SegmentInstances_Deploy Method

AVLDL.DL_SegmentInstances_Deploy Method

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Syntax

public static void DL_SegmentInstances_Deploy
(
	string inModelDirectory,
	AvlNet.DeviceKind? inDeviceType,
	int inDeviceIndex,
	int? inMaxObjectsCountHint,
	out AvlNet.SegmentInstancesModelId outModelId
)

Parameters

Name Type Range Default Description
inModelDirectorystring
inDeviceTypeAvlNet.DeviceKind?
inDeviceIndexint
inMaxObjectsCountHintint?
outModelIdAvlNet.SegmentInstancesModelId

Remarks

  • Passing NIL as inTargetDevice (which is default), is identical to passing DeviceKind::CUDA on GPU version of Deep Learning add-on and DeviceKind::CPU on CPU version on Deep Learning add-on.
  • GPU version of Deep Learning add-on supports DeviceKind::CUDA and DeviceKind::CPU as inTargetDevice value.
  • CPU version of Deep Learning add-on supports only DeviceKind::CPU as inTargetDevice value.

Function Overrides

See also