enazoe / yolo-tensorrt

TensorRT8.Support Yolov5n,s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.
MIT License
1.19k stars 315 forks source link

problem about "override", #156

Open electronicYH opened 2 years ago

electronicYH commented 2 years ago

I train the yolov5x release 6.0, with the project: ultralytics/yolov5 I meet the problem about " no Nvinfer.h" I tried as bkykent said: "#include "Nvinfer.h" -> #include "NvInfer.h" "I" changed lower case to upper case" , but I meet a new problem, Could you please give me some advice?

The problem is show as below:

139632375-159f22fe-a294-4d1f-a0e6-ae866f959574 139632452-0d177132-4c0e-42ef-865d-c43934c29c0c

enazoe commented 2 years ago

the trt8 branch code need tensorrt 8.0

TaoF02 commented 2 years ago

hello~ I have the same environment on TX2 as you. How did you solve this problem?

enazoe commented 2 years ago

hello~ I have the same environment on TX2 as you. How did you solve this problem?

update the jetpack,the trt8 branch code need tensorrt version >= 8.0