Boese0601 / MagicDance

[ICML 2024] MagicPose(also known as MagicDance): Realistic Human Poses and Facial Expressions Retargeting with Identity-aware Diffusion
https://boese0601.github.io/magicdance/
Other
685 stars 61 forks source link

ask for help #8

Closed zcdliuwei closed 7 months ago

zcdliuwei commented 7 months ago

First of all, thank you for selflessly sharing the code and pre-trained models When I execute the following command: bash scripts/inference_tiktok_dataset.sh I received an error message: image

Is there a problem with my environment, such as the version of pytorch? Looking forward to your reply

Boese0601 commented 7 months ago

This is a path error, please double check your directory to the pretrained models. It should be “./pretrained_weights” instead of “pretrained_weighs”

zcdliuwei commented 7 months ago

Please ask again, as shown in the picture below, my parameter address seems to be correct: image

Boese0601 commented 7 months ago

I have updated inference_tiktok_dataset.sh. There's a typo in the image_pretrain_dir argument. The correct parameter should be "./pretrained_weights/model_state-110000.th". Thanks for your feedback.