Describe the bug
Error in running the script run_detection_export.sh.
ImportError: cannot import name 'save_model_proto' from 'mmdeploy.utils' (......miniconda/envs/edgeai-mmdetection-3.10/lib/python3.10/site-packages/mmdeploy/utils/__init__.py)
I checked in the mmdeploy package directory that the save_model_proto is not available.
Apart from that, I also checked that the module build_model_from_cfg on this line from mmdeploy.utils import build_model_from_cfg is not available. This could be error too.
Any help is really appreciated.
BR,
YC