Closed whuhit closed 8 months ago
Looks the error occurs when destroying stream (error line yolov9.cpp : 71, 74). I added cuda sync before destroying cuda stream. You may try it again.
Looks the error occurs when destroying stream (error line yolov9.cpp : 71, 74). I added cuda sync before destroying cuda stream. You may try it again.
I tried, but it didn't work. My cuda version is 11.6, tensorrt is 8.6.1.6, eigen is 3.4.0,opencv is 4.5.2,could you share your envs? and this is my onnx file,is it correct? link
My env was:
My env was:
- TensorRT-8.6.0.12
- opencv 4.9
- cdua 11.8
- eigen 3.4.0
I changed back to your old TensorRT-YOLOv9 version without preprocess.cu,and use yolov9-c.pt(not yolov9-c-converted.pt), that works for me.
That is great. The old version preprocesses the input image on cpu
I will add the old version as a branch. Thank you for reporting it!
When I run it, the following error occurs. Could you please help me take a look?