ckkelvinchan / RealBasicVSR

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

How to train x2 model? #85

Open sunghyun1215 opened 1 year ago

sunghyun1215 commented 1 year ago

I want to train x2 model.

So, I revised code of 'realbasicvsr_wogon_c~.py' in configs folder.

Specifically, I changed scale parameter from 4 to 2 and tried training.

Inference was made using the trained model, but the resolution of input images was increased by x4.

I wonder if there is anything more that needs to be changed.