creotiv / hdrnet-pytorch

Unofficial PyTorch implementation of 'Deep Bilateral Learning for Real-Time Image Enhancement', SIGGRAPH 2017 https://groups.csail.mit.edu/graphics/hdrnet/
220 stars 43 forks source link

skimage.exposure.rescale_intensity #33

Open RewindL opened 1 year ago

RewindL commented 1 year ago

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].