laugh12321 / TensorRT-YOLO

🚀 TensorRT-YOLO: Supports YOLOv3, YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOv9, YOLOv10, and PP-YOLOE using TensorRT acceleration with EfficientNMS, CUDA Kernels and CUDA Graphs!
https://github.com/laugh12321/TensorRT-YOLO
GNU General Public License v3.0
383 stars 50 forks source link

[Help]: host_config.h: fatal error C1189: #error: – unsupported Microsoft Visual Studio version! #31

Closed auner2456889 closed 2 weeks ago

auner2456889 commented 1 month ago

image image 执行编译时出现错误 image

auner2456889 commented 1 month ago

image

laugh12321 commented 1 month ago

xmake.lua中加入add_cuflags("-allow-unsupported-compiler")

image

FlypigW commented 4 weeks ago

这里还有一种方案,也是不让其报错https://blog.csdn.net/lishiyu93/article/details/114599859