gabrieleilertsen / hdrcnn

HDR image reconstruction from a single exposure using deep CNNs
https://computergraphics.on.liu.se/hdrcnn/
BSD 3-Clause "New" or "Revised" License
502 stars 101 forks source link

Not getting hdr image #22

Closed akashsahu410 closed 4 years ago

akashsahu410 commented 5 years ago

First image is getting dark and then it applying gamma filter on image.But on some image its not performing well.Please resolve. Thanks

gabrieleilertsen commented 5 years ago

The PNGs that are produced are exported with reduced exposure and are gamma corrected, and are just 8-bit LDR images. These are meant for quick comparison between input and reconstructed image. The linear HDR reconstruction with no exposure correction is exported as EXR.

Some images are more difficult than others. For example, images with large saturated areas are more difficult. For information on what the reconstruction can and cannot do, please see the paper.