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 316 forks source link

Does this project have minimum CPU requirements? #175

Closed Scottchou7 closed 2 years ago

Scottchou7 commented 2 years ago

Dear Sir,

I have two different PC. PC1 can't successfully create engine file. Win10, CUDA11.1, TensorRT 7.2.3.4 CPU: Intel(R) Xeon(TM) E5-1620 GPU: NVIDIA Geforce RTX 3080 Ti

But PC2 can successfully create engine file. Win10, CUDA11.1, TensorRT 7.2.3.4 CPU: Intel(R) Core(TM) i7-8700K GPU: NVIDIA Geforce RTX 2080 Ti

Thanks

Scottchou7 commented 2 years ago

Update GPU driver can solve this problem.