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.18k stars 313 forks source link

convert to trt error in Windows #54

Open xjsxujingsong opened 3 years ago

xjsxujingsong commented 3 years ago

Hi I download your code in Windows using OpenCV 4..3.0, cuda 11.0, tensorrt TensorRT-7.1.3.4 Build is fine, but when I would like to convert yolov3. it casue problems in nvinfer1::IBuilderConfig* config = m_Builder->createBuilderConfig(); Do you have any suggestions?

enazoe commented 3 years ago

check the yolov3.weights and yolov3.cfg at configs dir. and upload the complete log

xjsxujingsong commented 3 years ago

Thanks. It turns out it was multiple versions tensorrt problem. I disable others but keep.the latest version. It works.