fixup TfLiteTensorsToClassificationCalculatorOptions example

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
Pierre Fenoll 2019-10-14 14:26:03 +02:00
parent c6fea4c9d9
commit 9a36802c00

View File

@ -51,9 +51,9 @@ namespace mediapipe {
// input_stream: "TENSORS:tensors"
// output_stream: "CLASSIFICATIONS:classifications"
// options: {
// [mediapipe.TfLiteTensorsToClassificationCalculatorOptions.ext] {
// num_classes: 1024
// [type.googleapis.com/mediapipe.TfLiteTensorsToClassificationCalculatorOptions] {
// min_score_threshold: 0.1
// top_k: 5
// label_map_path: "labelmap.txt"
// }
// }