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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user