Skip to content

Possible error in data.py #7

@dev-broox

Description

@dev-broox

On data.py, lines 58-59

    images = np.array(images, dtype=np.uint8)
    images16 = np.array(images, dtype=np.uint16)

Both are using the 8-bit images, so the training will not use the 16 bit resolution.

Is it so?

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