You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fltwr thanks for sharing such fantastic work! test.ipynb shows how to use the
Motion model which use VAE + U-Net diffusion to produce frame spectrum
Frame Synthesis model which use Softmax Splatting to produce video from Optical Flow
the missing part is to demonstrate how to convert spectrum to optical flow
i use the function spec_to_flow() form "utils.py" get a iFFT transformed optical flow, but the flow is flicking and generated frame is not moving at all, would you be kind enough to point out where i did wrong?
openCV remap() generates not so interesting results
Hi @fltwr thanks for sharing such fantastic work!
test.ipynbshows how to use thei use the function
spec_to_flow()form "utils.py" get a iFFT transformed optical flow, but the flow is flicking and generated frame is not moving at all, would you be kind enough to point out where i did wrong?openCV remap() generates not so interesting results
512px-001_2015_04_19_Das_Gelb_der_Natur.jpg_ddpm100_2024-07-01T10_37_25.146594.mp4
spec_to_flow() get flickering optical flow
flicker_flow_from_spectrum.mp4
synthesis video is not moving
flicker_flow_no_moving.mp4
Thanks!