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

Testing data for TikTok

xianrui-luo opened this issue · comments

Hi,

In your paper you mentioned, "To ensure videos from the same person (same identity with same/different appearance) are not present in both training and testing splits, we follow [65] and use their 10 TikTok-style videos depicting different people from the web as the testing split." I did not find the 10 videos from DisCo, and it looks like they have additional data for evaluation. I wonder how did you test the TikTok dataset? Thank you.

Hi, the evaluation data is open-sourced in the tsv file of DisCo which contains 8 self-collected sequences and 2 video sequences from TikTok. Please follow their PyTorch dataloader in the code to obtain the images and pose maps.

thank you, I will take a look.