anibali / margipose

3D monocular human pose estimation
Apache License 2.0
98 stars 20 forks source link

No module named 'pose3d_utils' #30

Closed sunmengnan closed 2 years ago

sunmengnan commented 2 years ago

when i run preprocess_mpi3d.py, No module named 'pose3d_utils'. Should I install it from another repo?

anibali commented 2 years ago

Please refer to the requirements listed in https://github.com/anibali/margipose/blob/master/requirements.txt

That individual package can be installed with:

pip install git+https://github.com/anibali/pose3d-utils@9251f832d9b7aa38e1e5b592965e5f557317ec36#egg=pose3d-utils
sunmengnan commented 2 years ago

Please refer to the requirements listed in https://github.com/anibali/margipose/blob/master/requirements.txt

That individual package can be installed with:

pip install git+https://github.com/anibali/pose3d-utils@9251f832d9b7aa38e1e5b592965e5f557317ec36#egg=pose3d-utils

Thx. can I infer the model on windows?

anibali commented 2 years ago

I haven't tried it myself, but I can't think of any particular reason why it wouldn't work. You'll have to test it out for yourself :)