PaddleX
PaddleX copied to clipboard
编译PaddleX TensorRT加速部署方案 在qt中使用dll错误
编译paddlex,想使用TesnsorRT加速,仿照 model_infer.cpp 改写 tensorrt_infer.cpp 编译生成 tensorrt_infer.dll,在qt demo中调用时出错。(参考 “基于PaddleInference的推理-Windows环境编译” 的流程)
错误如下:

具体什么模型,直接在C++中预测正常吗?
具体什么模型,直接在C++中预测正常吗?
你好,目前我已经解决了这个问题。 参考其它文档,修改了model_infer.cpp的内容。