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

Break warnings #44

Closed Nuzhny007 closed 4 years ago

Nuzhny007 commented 4 years ago

Hi! I'm build your project with extra compiler flags: -Wall -Wextra -pedantic-errors And the build was broke. And I create one fix: https://github.com/enazoe/yolo-tensorrt/pull/43

enazoe commented 4 years ago

good