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

How to visualize aligned features like Figure 8 in the paper? Can provide related code? #26

Open DachunKai opened 1 year ago

DachunKai commented 1 year ago

Like this: Fig 8. Is it possible to provide related code?

caide199212 commented 1 year ago

The same question encountered. I guess it's related to the flow_warp ops and to visualize one of C feature layer or do the max operation along the C dimension for the the NxCxHxW tensor in feat_prop = flow_warp(feat_prop, flow.permute(0, 2, 3, 1))