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" // input_stream: "TENSORS:tensors"
// output_stream: "CLASSIFICATIONS:classifications" // output_stream: "CLASSIFICATIONS:classifications"
// options: { // options: {
// [mediapipe.TfLiteTensorsToClassificationCalculatorOptions.ext] { // [type.googleapis.com/mediapipe.TfLiteTensorsToClassificationCalculatorOptions] {
// num_classes: 1024
// min_score_threshold: 0.1 // min_score_threshold: 0.1
// top_k: 5
// label_map_path: "labelmap.txt" // label_map_path: "labelmap.txt"
// } // }
// } // }