Skip to content

How to modify upscale of BasicVSR or RealBasicVSR #1196

Answered by wangruohui
mayunjie asked this question in How-to
Discussion options

You must be logged in to vote

Currently, BasicVSR is hard-coded to be 4x. There are two upsampling modules in BasicVSRNet. If you want to change it to 2x you need to remove one of them. Moreover, you need to modify the data pipeline to supply 2x data for computing ground-truth.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zengyh1900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How-to
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #932 on October 09, 2022 09:52.