Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'posepile.util' Error #2

Open
kimx3966 opened this issue Aug 9, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'posepile.util' Error #2

kimx3966 opened this issue Aug 9, 2023 · 2 comments

Comments

@kimx3966
Copy link

kimx3966 commented Aug 9, 2023

I got the following error, ModuleNotFoundError: No module named 'posepile.util'. I'd appreciate some help.

@isarandi
Copy link
Owner

isarandi commented Aug 9, 2023

Thanks for the report. Can you provide more details?

  • command you executed
  • full exception trace
  • the working directory
  • did you use pip install?

@kimx3966
Copy link
Author

kimx3966 commented Aug 9, 2023

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants