Open SushmaDG opened 4 months ago
detection_tensorrt_static-640x640.py换成dynamic320x320-1344x1344的试试
detection_tensorrt_static-640x640.py换成dynamic320x320-1344x1344的试试
I get the same error:
mmengine - ERROR - C:\Users\.conda\envs\openmmlab2\lib\site-packages\mmdeploy\apis\core\pipeline_manager.py
- pop_mp_output - 80 - `mmdeploy.apis.pytorch2onnx.torch2onnx` with Call id: 0 failed. exit.
detection_tensorrt_static-640x640.py换成dynamic320x320-1344x1344的试试
I get the same error:
mmengine - ERROR - C:\Users\.conda\envs\openmmlab2\lib\site-packages\mmdeploy\apis\core\pipeline_manager.py - pop_mp_output - 80 - `mmdeploy.apis.pytorch2onnx.torch2onnx` with Call id: 0 failed. exit.
I was answering your question.
Checklist
Describe the bug
I am trying to deploy pytorch model to a backend tensorrt model using
tools/deploy.py
as below:The checkpoint was downloaded from the link ->
Error Traceback
Reproduction
cd ${PATH_TO_MMDEPLOY}
get the RTMDet-s checkpoint
command for model conversion
Environment
Additional information:
mmdetection
is the latest version =>v3.3.0
Any help regarding this bug is appreciated. Thank you