https://www.emgu.com
Run data in the input tensor through the inception graph and return the recognition results
Namespace:
Emgu.TF.Lite.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic InceptionRecognitionResult[] Invoke()
Public Function Invoke As InceptionRecognitionResult()
public:
array<InceptionRecognitionResult^>^ Invoke()
member Invoke : unit -> InceptionRecognitionResult[]
Return Value
Type:
InceptionRecognitionResultThe recognition result sorted by probability
See Also