Should the bilinear interpolation(Image.BILINEAR) of label scaling be changed to nearest neighbor interpolation(Image.NEAREST)? https://github.com/HiLab-git/CA-Net/blob/94f2624ee6344a960655183b9c1cc8dfb088498a/utils/transform.py#L163
Should the bilinear interpolation(Image.BILINEAR) of label scaling be changed to nearest neighbor interpolation(Image.NEAREST)?
CA-Net/utils/transform.py
Line 163 in 94f2624