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 }