goutamgmb / NTIRE21_BURSTSR

85 stars 15 forks source link

bug reports #20

Closed TingfengTang closed 3 years ago

TingfengTang commented 3 years ago

Hi, Goutam there is a bug in the function single2lrburst(). when compute the flow vectors to go from the i'th burst image to the base image,all the flow vectors should substract the flow vector of the reference image: flow_vectors = sample_pos_inv_all - sample_pos_inv_all[0, ::, ...]

goutamgmb commented 3 years ago

Thanks a lot for notifying the issue!