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

OpenEXR install for ubuntu in README #31

Closed t2ac32 closed 4 years ago

t2ac32 commented 5 years ago

@siddas27 for ubuntu, sudo apt-get install openexr and libopenexr-dev before pip install solved it for me

_Originally posted by @butterl in

https://github.com/gabrieleilertsen/hdrcnn/issues/5#issuecomment-394076616_

Could this be added to the main readme?

For UBUNTU: sudo apt-get install openexr libopenexr-dev pip install OpenEXR

gabrieleilertsen commented 4 years ago

Thanks. Added a note about it in the install instructions.