Skip to content

image clean #24

Open
Open
@warmestwind

Description

@warmestwind

Hi, I want to know why you compare stdsT with 1.0 / np.sqrt(img_size) then take maximum as standard deviation.
adj_stds = np.maximum(stdsT, 1.0 / np.sqrt(img_size))
normalized = (img_data - meansT) / adj_stds

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