typo in LabelsToRenderDataCalculatorOptions example

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
Pierre Fenoll 2019-10-28 16:40:40 +01:00
parent 9a36802c00
commit 260712551a

View File

@ -44,8 +44,8 @@ constexpr float kFontHeightScale = 1.25f;
// input_stream: "LABELS:labels" // input_stream: "LABELS:labels"
// input_stream: "SCORES:scores" // input_stream: "SCORES:scores"
// output_stream: "VIDEO_PRESTREAM:video_header" // output_stream: "VIDEO_PRESTREAM:video_header"
// options { // node_options: {
// [LabelsToRenderDataCalculatorOptions.ext] { // [type.googleapis.com/mediapipe.LabelsToRenderDataCalculatorOptions] {
// color { r: 255 g: 0 b: 0 } // color { r: 255 g: 0 b: 0 }
// color { r: 0 g: 255 b: 0 } // color { r: 0 g: 255 b: 0 }
// color { r: 0 g: 0 b: 255 } // color { r: 0 g: 0 b: 255 }