Open kminoda opened 4 months ago
I am also seeing this warning:
07/17 04:09:42 - mmengine - WARNING - Failed to search registry with scope "mmdet3d" in the "Codebases" registry tree. As a workaround, the current "Codebases" registry in "mmdeploy" is used to build instance. T
his may cause unexpected failure when running the built modules. Please check whether "mmdet3d" is a correct scope, or whether the registry is initialized.
Checklist
Describe the bug
I am trying to get partitioned ONNX file for my custom model based on CenterPoint via partition_cfg. Although I can get partitioned ONNX model via
tools/deploy.py
, some of the shapes are not properly inserted.What we expect: (ONNX file from our own script)
What we get from mmdeploy:
Also, I get the following warnings, which seems to be the cause of the above issue.
Reproduction
Run
tools/deploy.py
with following config:Environment
Error traceback
No response