Open limesqueezy opened 5 months ago
To solve the above we had to build from source where the major difficulty building and linking pplcv, which in turn had to also be built from source with a major bug here.
Do you still happen to have the build script? I am running into the exact same issues
Checklist
Describe the bug
Greetings,
Hope yall doing well :)
Simply following the getting started guide doesn't even give a working fastercnn, let alone trying a more complicated model.
The errors are vague and honestly I don't understand what another human being would figure out from "Plugin not found, are the plugin name, version, and namespace correct?".
Versions are not well documented either.
Minimal versions of the error
Assuming that both GPU and CPU tensorRT conversion produce an onnx file,
It completely fails to create a TRT engine or to run inference with the ONNX model.
Using GPU
Making sure you have only
onnxruntime-gpu
installed I list package versions that run on my machine in the end of this section,Full output,
mmcv 2.1.0 mmdeploy 1.3.1 /home/lemon/anomaly/mmdeploy mmdeploy-runtime 1.3.1 mmdeploy-runtime-gpu 1.3.1 mmdet 3.3.0 /home/lemon/anomaly/mmdetection mmengine 0.10.4 onnx 1.16.0 onnxruntime-gpu 1.18.0 tensorrt 8.6.1
Using CPU
Results in an error that has been documented again and again alluding to a mistake in the
pth
file but I doubt there's an error in the pth of the getting started guide.Full error,
package versions,
mmcv 2.1.0 mmdeploy 1.3.1 /home/lemon/anomaly/mmdeploy mmdeploy-runtime 1.3.1 mmdet 3.3.0 /home/lemon/anomaly/mmdetection mmengine 0.10.4 onnx 1.16.0 onnxruntime 1.8.1 opencv-python 4.9.0.80 tensorrt 8.6.1
Any help or pointers would be much appreciated!
Ari
Reproduction
Environment
Error traceback