Click or drag to resize

CocoSsdMobilenetInit Method

https://www.emgu.com
Initialize the CocoSSDMobileNet model

Namespace:  Emgu.TF.Lite.Models
Assembly:  Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public virtual Task Init(
	DownloadableFile modelFile = null,
	DownloadableFile labelFile = null,
	IDelegate optDelegate = null
)

Parameters

modelFile (Optional)
Type: Emgu.ModelsDownloadableFile
The tflite flatbuffer model files
labelFile (Optional)
Type: Emgu.ModelsDownloadableFile
Text file that contains the labels
optDelegate (Optional)
Type: Emgu.TF.LiteIDelegate
An optional hardware delegate

Return Value

Type: Task
Async task
See Also