Tencent / TAD_Sim

腾讯自动驾驶仿真系统 TAD Sim (Tencent Autonomous Driving Simulation) 单机版是腾讯自动驾驶以建立更加安全和高效的自动驾驶测试工具为目标, 为自动驾驶系统研发和验证而量身定做的跨平台分布式系统.
Other
291 stars 81 forks source link

关于 UE 加载 Plugin CudaResource 的问题 #33

Closed XunHang closed 2 months ago

XunHang commented 2 months ago

设备:Ubuntu 20.04 cuda:11.8 启动 Display 时,出现下列加载错误。

LogCore: Warning: dlopen failed: /mnt/x/Personal/TAD_Sim/simcore/sensors/display/Plugins/CudaResource/ThirdParty/TxExt/lib/ubuntu/libnvinfer_plugin.so.8: invalid ELF header
LogModuleManager: Warning: ModuleManager: Unable to load module '/mnt/x/Personal/TAD_Sim/simcore/sensors/display/Plugins/CudaResource/Binaries/Linux/libUE4Editor-CudaResource-Linux-DebugGame.so' because the file couldn't be loaded by the OS.

如果我自行安装,应该选择 tensorRT 的什么版本?

XunHang commented 2 months ago

似乎 display 在 linux 系统上提供的动态链接库,格式存在问题?并不能识别到是一个库,而是一个文件

image

XunHang commented 2 months ago

也许是上传的时候,仅仅上传了软连接,而没有上传实际的文件? image

XunHang commented 2 months ago

这个问题可以关闭了,抱歉。 我使用 git lfs clone 重新拉取了一下,库的大小变得合理了,可能我本地的一些操作导致了之前的问题