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
Why does the PSRT_upsample function only use the feature from the second forward propagation, as seen here, while BasicVSR++ uses features from four propagations, as seen here? Was there an experiment conducted that found using only the forward_2 feature to be sufficient or even better than using features from other propagations?
The text was updated successfully, but these errors were encountered:
Why does the PSRT_upsample function only use the feature from the second forward propagation, as seen here, while BasicVSR++ uses features from four propagations, as seen here? Was there an experiment conducted that found using only the
forward_2
feature to be sufficient or even better than using features from other propagations?The text was updated successfully, but these errors were encountered: