fnzhan / RABIT

Bi-level feature alignment for versatile image translation and manipulation [ECCV 2022]
18 stars 3 forks source link

about bi-level warp function "align_feature" and "align_feature_v" #4

Open JAYatBUAA opened 1 year ago

JAYatBUAA commented 1 year ago

dear author, I cannot understand the bi-level warp function "align_feature" and "align_feature_v". The align_feature_v seems like the inverse function of the align_feature. Can you explain more about them, especially about details of bi-level warp and its inverse function. Thank you very much!

JAYatBUAA commented 1 year ago

how to get coarse level corr matrix R whose shape is [b,u,v,k]

https://github.com/fnzhan/RABIT/blob/658c6af2cbea1d6dbff87e769f7875250a47840b/models/networks/ranking_attention.py#L154