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 think that you missed 'posepile.util' in setup.py (packages=['posepile'] -> packages=['posepile','posepile.util']). For installation, I tried both 1) pip install . and 2) pip install git+https://github.com/isarandi/PosePile.git. And then, I executed the following command, "python -m metrabs_pytorch.scripts.demo_image --model-dir metrabs_eff2l_384px_800k_28ds_pytorch --image img/test_image_3dpw.jpg".
I got the following error, ModuleNotFoundError: No module named 'posepile.util'. I'd appreciate some help.
The text was updated successfully, but these errors were encountered: