Skip to content

About label size scaling of the transform.py #7

@AI-Hans

Description

@AI-Hans

Should the bilinear interpolation(Image.BILINEAR) of label scaling be changed to nearest neighbor interpolation(Image.NEAREST)?

return TF.resize(img, self.size, self.interpolation), TF.resize(lab, self.size, self.interpolation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions