You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, notice that you are using mmcv.Config in run.py. However, in the latest version of mmcv, this attribute has been removed and may cause issue. see open-mmlab/mmdeploy#1781 for details.
so for mmcv 2.0.0 version and later, maybe it is required to use mmengine instread of mmcv
Hello, notice that you are using
mmcv.Config
in run.py. However, in the latest version ofmmcv
, this attribute has been removed and may cause issue. see open-mmlab/mmdeploy#1781 for details.so for mmcv 2.0.0 version and later, maybe it is required to use
mmengine
instread ofmmcv
The text was updated successfully, but these errors were encountered: