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
755 stars 84 forks source link

[Help]: TensorRT-YOLO 的 Deploy 模块集成到 VideoPipe 中进行视频分析,执行./PipeDemo 中断 #63

Closed 417452105 closed 6 days ago

417452105 commented 6 days ago

问题确认 Search before asking

请提出你的问题 Please ask your question

TensorRT-YOLO 的 Deploy 模块集成到 VideoPipe 中进行视频分析,xmake编译生成了PipeDemo,但是执行不了,环境配置是cuda11.8,cudnn8.9,TensorRT8.6.1.6,opencv4.7。不知道问题在哪里,麻烦大佬指点。 image

417452105 commented 6 days ago

detect示例可以正常推理,VideoPipe不可以

laugh12321 commented 6 days ago

@417452105 这是VideoPipe的问题,请在VideoPipe的仓库下提问。具体原因可能是xmake编译引起的,使用cmake编译正常。解决方案是注释 https://github.com/sherlockchou86/VideoPipe/blob/master/utils/logger/vp_logger.cpp#L44C1-L46C10 这段代码后重新编译 VideoPipe.