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.19k stars 315 forks source link

fix yolov5 #124

Closed watersounds closed 3 years ago

watersounds commented 3 years ago

修改了yolov5resize的方式,现在是按照比例缩放了,主要是yolo.hds_image.cpp两个文件。