TMElyralab / MusePose

MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human Generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on stage 2

speedyrulz opened this issue · comments

I'm getting this error on stage 2, any idea what could be going on?

PS G:\musepose> python test_stage_2.py --config ./configs/test_stage_2.yaml
Traceback (most recent call last):
File "G:\musepose\test_stage_2.py", line 21, in
from musepose.models.pose_guider import PoseGuider
ModuleNotFoundError: No module named 'musepose'

Not sure what could be the issue as it installed fine in the first attempt. Please refer this
https://www.youtube.com/watch?v=x_zlatUuWoo

Same exact error, in my case chatgpt suggesteed adding msuepose folders to PATH but didnt solve

The error was that my folder was MusePose in camelcase and not lowercase as in the github.
As well as the instructions are missing the torc with cusa instructions found in the video.

The error was that my folder was MusePose in camelcase and not lowercase as in the github. As well as the instructions are missing the torc with cusa instructions found in the video.

Awesome. That fixed it for me too.