ckkelvinchan / RealBasicVSR

Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
Apache License 2.0
906 stars 136 forks source link

Why does model's result jump between scenes in discontinuous scenes? I mean it twinkle other scence #45

Closed NaiveteYaYa closed 2 years ago

ckkelvinchan commented 2 years ago

Since we use optical flow to warp features during propagation. Therefore, the information from the previous scene will still be propagated to the current scene, even if it should not be used. Therefore, we usually pre-divide it to multiple sequences with no scene changes before applying the network.