[X] I have searched related issues but cannot get the expected help.
[X] 2. I have read the FAQ documentation but cannot get the expected help.
[X] 3. The bug has not been fixed in the latest version.
Describe the bug
I tried to deploy rtmpose on the jetson device, ran onnx2tensorrt and reported an error, prompting Could not find any implementation for node GlobalAveragePool_29, it seems that operators including softmax could not be found, I tried to increase the working space, but still reported an error, tensorrt version is 8.0 .1.6. Hope to get your help!
Checklist
Describe the bug
I tried to deploy rtmpose on the jetson device, ran
onnx2tensorrt
and reported an error, promptingCould not find any implementation for node GlobalAveragePool_29
, it seems that operators includingsoftmax
could not be found, I tried to increase the working space, but still reported an error, tensorrt version is 8.0 .1.6. Hope to get your help!Reproduction
python tools/onnx2tensorrt.py /home/zhanglei/Desktop/zhanglei/mmdeploy/configs/mmpose/pose-detection_simcc_tensorrt_dynamic-256x192.py /home/zhanglei/Desktop/zhanglei/mmdeploy/rtmpose-t-9d41b3.onnx /home/zhanglei/Desktop/zhanglei/mmdeploy/rtmpose_tiny_tensorrt
Environment
Error traceback