ImageNet..::..Predict Method (String, Int32)
Predicts the specified image path.
Namespace:
SiaNet.ApplicationAssembly: SiaNet (in SiaNet.dll)
Syntax
public List<PredResult> Predict( string imagePath, int topK )
Public Function Predict ( _ imagePath As String, _ topK As Integer _ ) As List(Of PredResult)
public: List<PredResult^>^ Predict( String^ imagePath, int^ topK )