You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In ScaleIntensityRangePercentile, the output is converted back to input dtype and ignored the dtype input. If input is uint8, the scaled image is wrong.
Describe the bug
In ScaleIntensityRangePercentile, the output is converted back to input dtype and ignored the
dtype
input. If input is uint8, the scaled image is wrong.MONAI/monai/transforms/intensity/array.py
Line 1414 in 59a7211
In ScaleIntensityRange, the implementation is correct
MONAI/monai/transforms/intensity/array.py
Line 1006 in 59a7211
The text was updated successfully, but these errors were encountered: