WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.76k stars 1.36k forks source link

opencv dnn inference result error #180

Open wanggao1990 opened 5 months ago

wanggao1990 commented 5 months ago

we export yolv9-c onnx model and use opencv 4.8 DNN module to load and infernece,but got different results on CUDA and CPU backend.

image

1colorworker commented 3 months ago

I had the same problem, did you solve it?