G-U-N / Motion-I2V

[SIGGRAPH 2024] Motion I2V: Consistent and Controllable Image-to-Video Generation with Explicit Motion Modeling
https://xiaoyushi97.github.io/Motion-I2V/
117 stars 11 forks source link

flow vae error #6

Open zhw-zhang opened 3 months ago

zhw-zhang commented 3 months ago

Hi,

Thank you for your work. I have a question I'd like to ask: Could you please tell me the reconstruction error of the trained Optical Flow VAE when reconstructing the optical flow? Specifically, I am interested in the value of sqrt((flow_ori-flow_rec)[0]^2+(flow_ori-flow_rec)[1]^2).

Thank you.