With the same code content, the yolov5s.onnx model you provided can run normally, but the yolov8s.onnx model runs incorrectly.
7288Fzq opened this issue · 4 comments
Here is the result of running the yolov5s.onnx model, it succeeded.
Please note! I did not modify any part of the code except this part in main.cpp.
After I changed it to your sources/models/yolov8s.onnx, after recompiling, the following problems occurred:
I am now wondering whether it is a problem of divergence in the reasoning of these two models in your code
I hope you have a little impression of me, because I asked almost the same question before, and I didn't use the yolov5s model for testing. Now that I've regained interest in your project, I've discovered that the problem may be on a different model. :)
Hi @7288Fzq and sorry for my absence from this. First of all did you figure this issue out by now?
Second of all if you haven't you should note that the yolov8 models need to be transposed before running inference, therefore, I wonder does your build fully support all of the OpenCV functionalities in order to achieve this?
I'll close this for now...