1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fixed code snippets in Yolo tutorial.

This commit is contained in:
Alexander Smorkalov
2024-09-23 08:32:09 +03:00
parent e823493af1
commit 2529af9719
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -232,7 +232,6 @@ module this is also quite easy to achieve. Below we will outline the sample impl
@snippet samples/dnn/object_detection.cpp preprocess_params
@snippet samples/dnn/object_detection.cpp preprocess_call
@snippet samples/dnn/object_detection.cpp preprocess_call_func
- Inference:
@@ -248,4 +247,4 @@ that NMS step is not included into onnx graph. Sample uses OpenCV function for i
- Draw predicted boxes
@snippet samples/dnn/object_detection.cpp draw_boxes
@snippet samples/dnn/object_detection.cpp draw_boxes