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

Problems with yolov4 when loading engine second time #195

Open SuxRumpf opened 8 months ago

SuxRumpf commented 8 months ago

I use yolo-tensorrt with yolov4. My Problem is when i build the engine and load it the first time everything is just fine. But when i load it the second time this happens: Screenshot from 2023-10-30 10-52-39 Is there a solution for this problem?