johannakarras / DreamPose

Official implementation of "DreamPose: Fashion Image-to-Video Synthesis via Stable Diffusion"
MIT License
962 stars 73 forks source link

should utils/densepose.py change its file name? #57

Open bigcornflake opened 1 year ago

bigcornflake commented 1 year ago

when I run util/densepose.py, there is a error: ModuleNotFoundError: No module named 'densepose.structures'; 'densepose' is not a package. The file name conflicts with the package name. After I changed the file name to densepose_utils.py, Everything goes well.

dunknsabsw commented 9 months ago

I followed you but still get the error: ModuleNotFoundError: No module named 'densepose'. Then I just move the file densepose_utils from utils/ to detectron2-main/projects/Densepose/, so it can see the package 'densepose', and everything goes well again #