Mukosame / Zooming-Slow-Mo-CVPR-2020

Fast and Accurate One-Stage Space-Time Video Super-Resolution (accepted in CVPR 2020)
GNU General Public License v3.0
915 stars 164 forks source link

some questions about testing #72

Closed Juniiyao closed 1 year ago

Juniiyao commented 1 year ago

Excuse me, when we test the two-stage model, should we insert frames for LR video sequence or HR video sequence in the first Stage(VFI) ? I tried to insert frames for HR video sequence and then downsamp them to the second stage (VSR), and the results were all higher than those in the paper. thank you for your reply!

Mukosame commented 1 year ago

Hi @Juniiyao , in this paper, the inputs are half-length and downsampled ones. I conduct VFI first to generate the full sequence (GT-interpolated-GT-...), and then upsample using VSR. Since in actual practice, we do not have HR video to start with, so the above procedure makes more sense.