predictTop5ImageNetLabels
fun predictTop5ImageNetLabels(it: TensorFlowInferenceModel, data: FloatArray, imageNetClassLabels: MutableMap<Int, String>): List<Pair<String, Float>>
Content copied to clipboard
Returns top-5 labels for the given data encoded with mapping imageNetClassLabels.