Skip to content

[Super resolution] image Resizing &low psnr value result #326

Open
@ryujaehun

Description

@ryujaehun

Resize(crop_size // upscale_factor),

I think resizing LANCZOS interpolation is better than default BILINEAR
Resize(crop_size // upscale_factor,interpolation=Image.LANCZOS)
How does downsampling work in a normal SR?

And In the Set5 dataset, I found that the psnr value is lower than the bicubic method.
Why..?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions