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

Explicit batch #186

Open ttdd11 opened 1 year ago

ttdd11 commented 1 year ago

In TRT 8.5 implicit batch dimension is deprecated. Is there any intention to change the config parser to use explicit batch? Thanks!