Skip to content

Code error in ssim.py #10

Open
Open
@rongliangzi

Description

@rongliangzi

In src->ssim.py, line 99:
img1 = (img1 + 1e-12) / (img2.max() + 1e-12)
should that be
img1 = (img1 + 1e-12) / (img1.max() + 1e-12)
?

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