Skip to content

Fix rescaling bug

Compare
Choose a tag to compare
@votti votti released this 10 May 19:05
· 117 commits to main since this release
29d494b

This addresses issue #57 that was caused by average images calculated
for pixel classification potentially being outside of the allowed range.
Now all images are rescaled to the allowed value range.

The implementation was done such that backwards compatibility is preserved.