From 260712551a85a5492bce29174aa327de7e4e5048 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Mon, 28 Oct 2019 16:40:40 +0100 Subject: [PATCH] typo in LabelsToRenderDataCalculatorOptions example Signed-off-by: Pierre Fenoll --- .../calculators/util/labels_to_render_data_calculator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediapipe/calculators/util/labels_to_render_data_calculator.cc b/mediapipe/calculators/util/labels_to_render_data_calculator.cc index a7f517291..2546e6fc1 100644 --- a/mediapipe/calculators/util/labels_to_render_data_calculator.cc +++ b/mediapipe/calculators/util/labels_to_render_data_calculator.cc @@ -44,8 +44,8 @@ constexpr float kFontHeightScale = 1.25f; // input_stream: "LABELS:labels" // input_stream: "SCORES:scores" // output_stream: "VIDEO_PRESTREAM:video_header" -// options { -// [LabelsToRenderDataCalculatorOptions.ext] { +// node_options: { +// [type.googleapis.com/mediapipe.LabelsToRenderDataCalculatorOptions] { // color { r: 255 g: 0 b: 0 } // color { r: 0 g: 255 b: 0 } // color { r: 0 g: 0 b: 255 }