Boese0601 / MagicDance

[ICML 2024] MagicPose(also known as MagicDance): Realistic Human Poses and Facial Expressions Retargeting with Identity-aware Diffusion

Home Page:https://boese0601.github.io/magicdance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ask for help

zcdliuwei opened this issue · comments

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

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

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

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.