Add yolov8l.onnx to samples#25775
Conversation
|
We already have several yolov8 models in samples. We do not need yet another one, if it just brings fatter backbone, but not some DNN features. |
|
But we think the model.yml file. Line 22 in 24907f3 It says that it supports the YOLOv8L model, but there is no link for the YOLOv8L model. Thanks! |
|
Looks like the model was exported with another parameters than all other yolos we have in the sample. The sample generate a lot of garbage boxes that do not correspond to real objects. Command for the sample: |
|
Hi, the If not passing --scale = 0.0039: The result of yolo_detecor.cpp is After passing --scale = 0.0039 The result becomes: Please take a look, Thanks! |
|
Hello, I found some mistakes when testing, so I removed the unnecessary whitespace in line92 and pushed the new commit; thanks. |


Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.
Hello, I noticed that the /samples/dnn/models.yml said it should be used for all yolov8 models, but the YOLOv8l is not included in the file, so I added it to the file, thanks.
