[doc] Change occurrence of boundingbox.c to .cc
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Mon, 20 May 2024 05:35:29 +0000 (14:35 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 20 May 2024 08:56:17 +0000 (17:56 +0900)
- Trivial change to refer proper code.

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
ext/nnstreamer/tensor_decoder/tensordec-boundingbox.cc
ext/nnstreamer/tensor_decoder/tensordec-font.c
ext/nnstreamer/tensor_filter/tensor_filter_ncnn.cc

index 7e18758..f20bd38 100644 (file)
@@ -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;
     }
 
index 02fd87b..cb03cd9 100644 (file)
@@ -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.
index e6e5e81..9c16e33 100644 (file)
@@ -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 <functional>