UniAnimate
UniAnimate copied to clipboard
Questions about random_ref_frame and local_image
Hi, thanks for your great work! UniAnimate is the best work I know for human image animation! I have two questions regarding the random_ref_frame, vit_frame, and local_image:
- In unet_unianimate.py, I notice that you have performed the dropout operation for
local_imageanddwpose, but do not dropoutrandom_ref_frame. But during inference, we can choose to set random_ref_frame=None. Does it mean you randomly setrandom_ref_frameto None during training? - In UniAnimate_infer_long.yaml, I notice that you did not include
local_imagein 'partial_keys'. Does it mean that the first-frame strategy would not make a significant difference in this setting?