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
720 stars 81 forks source link

[Help]: ImportError: libdeploy.so: cannot open shared object file: No such file or directory #39

Closed Saoforest closed 3 months ago

Saoforest commented 4 months ago
image
laugh12321 commented 4 months ago

@Saoforest 请告诉我你的操作流程,参考安装 tensorrt_yolo 本地构建 tensorrt_yolo 前需要构建 deploy 模块。出现 No such file or directory 请先检查 tensorrt_yolo/libs 文件夹下是否有生成的动态库,若存在动态库则检查 xmake.lua 中设置的 Python 版本是否与当前使用环境的 Python 版本一致。

Saoforest commented 4 months ago

@Saoforest 请告诉我你的操作流程,参考安装 tensorrt_yolo 本地构建 tensorrt_yolo 前需要构建 deploy 模块。出现 No such file or directory 请先检查 tensorrt_yolo/libs 文件夹下是否有生成的动态库,若存在动态库则检查 xmake.lua 中设置的 Python 版本是否与当前使用环境的 Python 版本一致。

@laugh12321 我直接使用了 Release 中的 tensorrt_yolo-4.0.0+cu121+trt861-cp311-cp311-manylinux1_x86_64.whl 进行安装,这种方法还需要前置的构建deploy模块吗?

Saoforest commented 4 months ago

python 版本:

image
laugh12321 commented 4 months ago

@Saoforest 直接使用Release中提前构建好的包的前提是在你的环境中已经配置了对应版本的CUDATensorRT以及cuDNN

laugh12321 commented 3 months ago

@Saoforest 没有问题的话它就关闭了。