Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 683 Bytes

info.md

File metadata and controls

18 lines (13 loc) · 683 Bytes

Note: Pre-processing has been included in the model's definition (The range of input and output has been set to 1).

# MSRN_2x
sr_args = dict(up_scale=2, is_rgb_model=True, pad=None, crop=None, pre_upscale=False)

# MSRN_3x
sr_args = dict(up_scale=3, is_rgb_model=True, pad=None, crop=None, pre_upscale=False)

# MSRN_4x
sr_args = dict(up_scale=4, is_rgb_model=True, pad=None, crop=None, pre_upscale=False)

# MSRN_2x_old
sr_args = dict(up_scale=2, is_rgb_model=False, pad=None, crop=None, pre_upscale=False, upscale_uv=False)

# MSRN_3x_old
sr_args = dict(up_scale=3, is_rgb_model=False, pad=None, crop=None, pre_upscale=False, upscale_uv=False)