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
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
The text was updated successfully, but these errors were encountered:
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 itThe text was updated successfully, but these errors were encountered: