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
It seems not proper to use skimage.exposure.rescale_intensity to adjust exposure of final output in test.py, which causes dark enhancement results if there are over-exposured pixels, it's better to clip intensity to [0,1].
The text was updated successfully, but these errors were encountered:
It seems not proper to use
skimage.exposure.rescale_intensity
to adjust exposure of final output in test.py, which causes dark enhancement results if there are over-exposured pixels, it's better to clip intensity to [0,1].The text was updated successfully, but these errors were encountered: