TMElyralab / MusePose

MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human Generation
Other
1.87k stars 125 forks source link

Error on stage 2 #8

Closed speedyrulz closed 1 month ago

speedyrulz commented 1 month ago

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'

nitinmukesh commented 1 month ago

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

Dawgmastah commented 1 month ago

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

Dawgmastah commented 1 month ago

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.

speedyrulz commented 1 month ago

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.