From 263dfe867543e2ac26c8d64b2566326271c2f1ea Mon Sep 17 00:00:00 2001 From: Wook Song Date: Fri, 21 Sep 2018 11:11:18 +0900 Subject: [PATCH] [Example/FilterPerformanceProfile] Revise file header comment This patch revises the file header comment by removing unneeded lines and fixing a misalignment comment line due to the indentation mistake. Signed-off-by: Wook Song --- .../nnstreamer_example_filter_performance_profile.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nnstreamer_example/example_filter_performance_profile/nnstreamer_example_filter_performance_profile.c b/nnstreamer_example/example_filter_performance_profile/nnstreamer_example_filter_performance_profile.c index d571c69..cd15c98 100644 --- a/nnstreamer_example/example_filter_performance_profile/nnstreamer_example_filter_performance_profile.c +++ b/nnstreamer_example/example_filter_performance_profile/nnstreamer_example_filter_performance_profile.c @@ -2,7 +2,7 @@ * @file nnstreamer_example_filter_performance_profile.c * @date 27 August 2018 * @brief A NNStreamer Example of tensor_filter using TensorFlow Lite: - * Perfromance Profiling (i.e., FPS) + * Perfromance Profiling (i.e., FPS) * @see https://github.sec.samsung.net/STAR/nnstreamer * @author Wook Song * @bug No known bugs. @@ -20,9 +20,7 @@ * https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/g3doc/models.md#image-classification-quantized-models * By using the 'new-data' signal of tensor_sink, Frames per Second (FPS) is measured * as well as the clasification result is fed to 'textoverlay'. - *_filterS for the frames from v4l2src, - *_filterthe frames from the tensor_convert filter. - *_filter + * * How to run this application: Before running this example, * GST_PLUGIN_PATH should be updated for the path where the nnstreamer plug-ins are placed. * $ export GST_PLUGIN_PATH=/where/NNSTreamer/plugins/located:$GST_PLUGIN_PATH -- 2.7.4