Open Yutong-gannis opened 1 year ago
@Yutong-gannis 可以试试直接导出Paddle的模型后使用PaddleInference + TRT推理,参考https://github.com/PaddlePaddle/Paddle3D/tree/release/1.0/docs/models/smoke#python%E9%83%A8%E7%BD%B2
@nepeplwu 我就是用的python infer.py --model_file /path/to/smoke.pdmodel --params_file /path/to/smoke.pdiparams --image /path/to/image --use_trt --dynamic_shape_file /path/to/shape_info.txt
依然会报这个错
smoke.pdiparams 这个文件在哪里下载?model里面没有这个文件
@Yutong-gannis 辛苦补充下完整的日志, @perfectworld0415 这个是通过动转静导出的模型,可以参考这个步骤https://github.com/PaddlePaddle/Paddle3D/tree/develop/configs/smoke#%E5%AF%BC%E5%87%BA%E9%83%A8%E7%BD%B2
好像有一些不支持的算子