You are here: Start » AVLDL.DL_LocateObjects_Deploy Method

AVLDL.DL_LocateObjects_Deploy Method

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

Syntax

public static void DL_LocateObjects_Deploy
(
	string inModelDirectory,
	AvlNet.DeviceKind? inDeviceType,
	int inDeviceIndex,
	AvlNet.Size? inInputSizeHint,
	out AvlNet.LocateObjectsModelId outModelId
)

Parameters

Name Type Range Default Description
inModelDirectorystring
inDeviceTypeAvlNet.DeviceKind?
inDeviceIndexint
inInputSizeHintAvlNet.Size?
outModelIdAvlNet.LocateObjectsModelId

Function Overrides

See also