laugh12321 / TensorRT-YOLO

🚀 你的YOLO部署神器。TensorRT Plugin、CUDA Kernel、CUDA Graphs三管齐下,享受闪电般的推理速度。| Your YOLO Deployment Powerhouse. With the synergy of TensorRT Plugins, CUDA Kernels, and CUDA Graphs, experience lightning-fast inference speeds.
https://github.com/laugh12321/TensorRT-YOLO
GNU General Public License v3.0
638 stars 78 forks source link

[Bug]: 最新的5.0版本最后使用cmake编译会出现LINK : fatal error LNK1181: 无法打开输入文件“deploy.lib” #62

Closed cxcxxx closed 3 days ago

cxcxxx commented 3 days ago

问题描述 Please describe your issue

执行最后的cmake --build . -j8 --config Release命令后报错LINK : fatal error LNK1181: 无法打开输入文件“deploy.lib” [C:\Users\source\repos\TensorRT-YOLO-5.0.0\examples\detect\build\detect.vcxproj]同时打开sln文件也是同样的问题,重新试了很多次都是这个问题不清楚是不是个人环境问题

laugh12321 commented 3 days ago

@cxcxxx 这是一个bug, 使用cmake编译后,动态库路径和生成对应的.lib辅助库文件不在同一个路径下。马上修复,你也可以在build文件夹中找到,并移动到lib文件夹。

cxcxxx commented 3 days ago

@cxcxxx 这是一个bug, 使用cmake编译后,动态库路径和生成对应的.lib辅助库文件不在同一个路径下。马上修复,你也可以在build文件夹中找到,并移动到lib文件夹。

非常感谢大佬的为爱发电,我也有尝试寻找这个lib但是并没有在电脑中找到,我是通过everything搜索这个lib文件发现没有找到

laugh12321 commented 3 days ago

@cxcxxx 你下拉一下代码,已经修复了。

cxcxxx commented 3 days ago

@cxcxxx 你下拉一下代码,已经修复了。 太太太感谢大佬成功编译并且运行了! QQ20241123-120707