ckkelvinchan / RealBasicVSR

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

about training problem #76

Closed Dylan-Jinx closed 7 months ago

Dylan-Jinx commented 1 year ago

Hello @ckkelvinchan , I want to retraining this model, I have a problem for about the config file UDM10 folder structure. I don't know that how to construct this folder. is it put every folder blurx4 file to merge a folder like this is correct?

santurini commented 1 year ago

I was also trying to reproduce the training on the REDS dataset. How many epochs has the model been pretrained (I interpreted 300k iterations with bs 16 as around 20k epochs)? Is it normal that during the pretraining the cleaned images (after the cleaning module) have lot of blur and artifacts? Are results starting to get better only during the fine-tuning or am I missing something?

Help would really be appreciated