chemingmei
chemingmei
I encountered the same issue. Has it been resolved?
https://github.com/open-mmlab/mmdeploy/issues/2819 He solved this problem by pip install onnxruntime==1.16.0, I tried it and it worked, but there will be new problems in model inference [2024-12-02 21:55:54.796] [mmdeploy] [error] [ort_net.cpp:205] unhandled...
I rebuilt the environment and successfully resolved the TensorRT version deployment issue. I suspect the previous problem occurred because I deployed the ONNX version (CPU) first, and then deployed TensorRT,...
Of course, I hope it can help you. ```python 12/04 20:33:02 - mmengine - INFO - 12/04 20:33:02 - mmengine - INFO - **********Environmental information********** 12/04 20:33:05 - mmengine -...