Skip to content

Implementation different from RAISR paper? #1

@linhdvu14

Description

@linhdvu14

Hi,

Thanks for your great work. I noticed some (apparent) differences between your implementation and the RAISR paper:

  1. Functions.py at commit ae62ae5: function Blending1() scales HR pixel weight with the number of neighboring pixels that have smaller values, not the LCC size. Both are 3 in RAISR Fig 9, but not necessarily in all cases.

  2. Test.py at commit b533df3, line 169-174: It seems you're copying the Cb and Cr channel from the ground truth HR image to result_ycbcr. According to RAISR section VI, the chromatic channels should be upscaled by bicubic interpolation from the LR image.

Am I reading your code correctly, and are these discrepancies intentional?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions