yolo-tensorrt icon indicating copy to clipboard operation
yolo-tensorrt copied to clipboard

problem about "override",

Open electronicYH opened this issue 3 years ago • 3 comments

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

electronicYH avatar Nov 04 '21 08:11 electronicYH

the trt8 branch code need tensorrt 8.0

enazoe avatar Nov 05 '21 03:11 enazoe

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

TaoF02 avatar May 04 '22 14:05 TaoF02

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

enazoe avatar May 05 '22 00:05 enazoe