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

Is it possible to train a 2x model? #38

Closed ycjing closed 4 years ago

ycjing commented 4 years ago

Hi @Mukosame

Thank you for the great code! I wonder whether it is possible to train a 2x model. If it is, how to revise the model file? Thank you!

Best, Yongcheng

Mukosame commented 4 years ago

hi @ycjing , yes it is possible, all you need to do is removing this line: https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020/blob/d97a5c00894202e117d26ebff3b3a8e534b35f97/codes/models/modules/Sakuya_arch.py#L342

ycjing commented 4 years ago

Hi @Mukosame

Thank you for the warm help! I really appreciate it. I will try to train a 2x model with your suggested method.

Cheers, Yongcheng