open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.59k stars 1.22k forks source link

Error with mmDeploy #2223

Closed CourbotA closed 1 year ago

CourbotA commented 1 year ago

Thanks for your work. I am having this issue when trying to use rtm pose, I followed the installation instructions provided in https://github.com/open-mmlab/mmpose/tree/1.x/projects/rtmpose (I am using windows). when i check the instalation using pip list i can see mmdeploy in the list : image

But when i try to run the example code it isn't detected and this error message occurs : image

I have tried to use a 3.8.16 and a 3.8.13 environments but the same issue occured in both cases ? A clear and concise description of what the bug is.

Tau-J commented 1 year ago

Thanks for using MMPose. We just update the guides for mmdeploy 1.0.0, you can refer to here.