From: Yongjoo Ahn Date: Mon, 20 May 2024 05:35:29 +0000 (+0900) Subject: [doc] Change occurrence of boundingbox.c to .cc X-Git-Tag: accepted/tizen/unified/20240611.123529~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18d3e671185d3d03deb7040ab6bdd00f85e8c6ca;p=platform%2Fupstream%2Fnnstreamer.git [doc] Change occurrence of boundingbox.c to .cc - Trivial change to refer proper code. Signed-off-by: Yongjoo Ahn --- diff --git a/ext/nnstreamer/tensor_decoder/tensordec-boundingbox.cc b/ext/nnstreamer/tensor_decoder/tensordec-boundingbox.cc index 7e18758..f20bd38 100644 --- a/ext/nnstreamer/tensor_decoder/tensordec-boundingbox.cc +++ b/ext/nnstreamer/tensor_decoder/tensordec-boundingbox.cc @@ -607,7 +607,7 @@ BoundingBox::draw (GstMapInfo *out_info, GArray *results) if ((flag_use_label) && ((a->class_id < 0 || a->class_id >= (int) labeldata.total_labels))) { /** @todo make it "logw_once" after we get logw_once API. */ - ml_logw ("Invalid class found with tensordec-boundingbox.c.\n"); + ml_logw ("Invalid class found with tensordec-boundingbox.\n"); continue; } diff --git a/ext/nnstreamer/tensor_decoder/tensordec-font.c b/ext/nnstreamer/tensor_decoder/tensordec-font.c index 02fd87b..cb03cd9 100644 --- a/ext/nnstreamer/tensor_decoder/tensordec-font.c +++ b/ext/nnstreamer/tensor_decoder/tensordec-font.c @@ -38,7 +38,7 @@ * @file tensordec-font.c * @date 20 Nov 2018 * @brief imported from font.c of https://courses.cs.washington.edu/courses/cse457/98a/tech/OpenGL/font.c - * and modified to support tensordec-boundingbox.c + * and modified to support tensordec-boundingbox.cc * @see https://github.com/nnstreamer/nnstreamer * @see https://courses.cs.washington.edu/courses/cse457/98a/tech/OpenGL/font.c * @bug No known bugs. diff --git a/ext/nnstreamer/tensor_filter/tensor_filter_ncnn.cc b/ext/nnstreamer/tensor_filter/tensor_filter_ncnn.cc index e6e5e81..9c16e33 100644 --- a/ext/nnstreamer/tensor_filter/tensor_filter_ncnn.cc +++ b/ext/nnstreamer/tensor_filter/tensor_filter_ncnn.cc @@ -40,7 +40,7 @@ * output=(5+num_labels, max_detection, 1) and outputtype=float32. * To calculate the max_detection for an input image of size (w, h), * use the formula: (w/32)*(h/32) + (w/16)*(h/16) + (w/8)*(h/8)*3. - * See also: https://github.com/nnstreamer/nnstreamer/blob/main/ext/nnstreamer/tensor_decoder/tensordec-boundingbox.c#L1194 + * See also: https://github.com/nnstreamer/nnstreamer/blob/main/ext/nnstreamer/tensor_decoder/box_properties/yolo.cc#L130 */ #include