FeiYull / TensorRT-Alpha

🔥🔥🔥TensorRT for YOLOv8、YOLOv8-Pose、YOLOv8-Seg、YOLOv8-Cls、YOLOv7、YOLOv6、YOLOv5、YOLONAS......🚀🚀🚀CUDA IS ALL YOU NEED.🍎🍎🍎
GNU General Public License v2.0
1.26k stars 196 forks source link

win10系统下Cmake error #45

Closed jithf closed 11 months ago

jithf commented 11 months ago

当我按如下操作执行时: git clone https://github.com/FeiYull/tensorrt-alpha cd tensorrt-alpha/yolov8 mkdir build cd build cmake ..

cmake 报错: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: TRT_NVCAFFE_PARSER linked by target "yolov8" in directory E:/software/anconda/.conda/envs/yolov8/tensorrt-alpha/yolov8 linked by target "app_yolov8" in directory E:/software/anconda/.conda/envs/yolov8/tensorrt-alpha/yolov8

cmake版本已更新至最新版,此error仍存在,不知该如何解决?

FeiYull commented 10 months ago

@jithf ref:https://blog.csdn.net/m0_72734364/article/details/128865904?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22128865904%22%2C%22source%22%3A%22m0_72734364%22%7D&fromshare=blogdetail

Sencc commented 7 months ago

请问你解决了吗

VguanwenV commented 6 months ago

win10上遇到相同的问题