nihaomiao / CVPR23_LFDM

The pytorch implementation of our CVPR 2023 paper "Conditional Image-to-Video Generation with Latent Flow Diffusion Models"
BSD 2-Clause "Simplified" License
432 stars 43 forks source link

What do fake and real graphs refer to? #40

Closed HARVEYDOU closed 6 months ago

HARVEYDOU commented 6 months ago

1702622070466 I have troble understanding what does these respertively means. Grateful to get your response.

nihaomiao commented 6 months ago

Hi, @HARVEYDOU, thanks a lot for your interest in our work! save_real_out_img means the ground truth image; save_real_warp_img is generated by applying the pseudo ground truth flow to the reference image; save_fake_out_img means the predicted image; save_fake_warp_img is generated by applying the synthesized flow to the reference images.