From 1c4cf380d3afe8822046bcb16f46ef94d71965c0 Mon Sep 17 00:00:00 2001 From: dom607 Date: Thu, 2 Jul 2020 16:28:58 +0900 Subject: [PATCH] Revised comments to clarify meaning. --- mediapipe/calculators/util/counting_vector_size_calculator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediapipe/calculators/util/counting_vector_size_calculator.h b/mediapipe/calculators/util/counting_vector_size_calculator.h index f882b3296..12bcbe548 100644 --- a/mediapipe/calculators/util/counting_vector_size_calculator.h +++ b/mediapipe/calculators/util/counting_vector_size_calculator.h @@ -24,8 +24,8 @@ namespace mediapipe { // aid in polling packets in the output stream synchronously. If there is // a clock stream, it will output a value of 0 even if the input vector stream // is empty. If not, it will output some value only if there is an input vector. -// The clock stream has the same time stamp as the input time stamp, and -// it must be a stream where packets must be transmitted during graph operation. +// The clock stream must have the same time stamp as the vector stream, and +// it must be the stream where packets are transmitted while the graph is running. // (e.g. Any input stream of graph) // // It is designed to be used like: