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
In load_image, assuming the input data domain is [0, 65535] (i.e. 16-bit integer) then the converted output range is [0, 1) because it's being divided by 65536.
Though it would never be visible, it appeared incorrect to me. I created #4 while experimenting with some other changes
The text was updated successfully, but these errors were encountered:
In load_image, assuming the input data domain is [0, 65535] (i.e. 16-bit integer) then the converted output range is [0, 1) because it's being divided by 65536.
Though it would never be visible, it appeared incorrect to me. I created #4 while experimenting with some other changes
The text was updated successfully, but these errors were encountered: