From 0566e0e7ca1803ba7b98dfad5f236e6ce997a80e Mon Sep 17 00:00:00 2001 From: Jiuqiang Tang Date: Wed, 25 Jan 2023 17:50:52 -0800 Subject: [PATCH] Fix the output stream tag of the end loop calculator in the example code. PiperOrigin-RevId: 504708273 --- mediapipe/calculators/core/begin_loop_calculator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/calculators/core/begin_loop_calculator.h b/mediapipe/calculators/core/begin_loop_calculator.h index a9d29e687..6d17f9953 100644 --- a/mediapipe/calculators/core/begin_loop_calculator.h +++ b/mediapipe/calculators/core/begin_loop_calculator.h @@ -49,7 +49,7 @@ namespace mediapipe { // calculator: "EndLoopWithOutputCalculator" // input_stream: "ITEM:output_of_loop_body" # ItemU @loop_internal_ts // input_stream: "BATCH_END:ext_ts" # Timestamp @loop_internal_ts -// output_stream: "OUTPUT:aggregated_result" # IterableU @ext_ts +// output_stream: "ITERABLE:aggregated_result" # IterableU @ext_ts // } // // Input streams tagged with "CLONE" are cloned to the corresponding output