Lite-HRNet icon indicating copy to clipboard operation
Lite-HRNet copied to clipboard

ModuleNotFoundError: No module named 'mmcv.transforms'

Open Berry-Wu opened this issue 10 months ago • 4 comments

my packages and version are below:

Package Version Source


mmcv-full 1.6.0 https://github.com/open-mmlab/mmcv mmdet 3.1.0 https://github.com/open-mmlab/mmdetection mmengine 0.8.4 https://github.com/open-mmlab/mmengine mmpose 1.1.0 https://github.com/open-mmlab/mmpose

I find that the mmcv.transforms removed in mmcv v1.x,it will be find in v2.x. But if I switch v2.x, there are many things to be modified, just like Config, DictAction and so on. What should I do please? And the mmpose version is changed, some apis has been removed,just like from mmpose.apis import train_model. I dont no where can I find it

Berry-Wu avatar Aug 26 '23 07:08 Berry-Wu

I had the same problem

solitary1874 avatar Sep 04 '23 06:09 solitary1874

same problem too

Tony-958 avatar Dec 07 '23 12:12 Tony-958

I got the same question, but I solved it. These may help. Good luck. mmcv-full 1.7.2
mmpose 0.16.0

Hanlone avatar Mar 16 '24 11:03 Hanlone