ckkelvinchan / BasicVSR_PlusPlus

Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"
Apache License 2.0
589 stars 64 forks source link

Warp flow by flow #36

Open diaodeyi opened 1 year ago

diaodeyi commented 1 year ago

Hi , thanks for your great work. I want to figure out the code flow_n2 = flow_n1 + flow_warp(flow_n2, flow_n1.permute(0, 2, 3, 1))

diaodeyi commented 1 year ago

Is this an unbiased conversion?