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

Versions incompatibility #56

Open sumit171993 opened 2 months ago

sumit171993 commented 2 months ago

Too old TensorFlow and tensor layer versions were used, and we could not make a compatible environment.

gabrieleilertsen commented 1 month ago

This is unfortunately a problem, as the code is quite old by now. I haven't had time to port it to TF2 yet. Perhaps it would be reasonably easy to run in TF2 using the compatibility lib, tf.compat.v1?

sumit171993 commented 1 month ago

Thank you so much for the response, I tried that also, but it is not running!!

Opeiz commented 1 month ago

Any ideas or changes with this issue? Im kind of stuck here :/

sumit171993 commented 1 month ago

please help, if u able to find..

gabrieleilertsen commented 4 weeks ago

I will see if I can update the code to work with TF2, or even port to PyTorch, but it will probably take some time before I can focus on this. Perhaps the easiest for now would be to set up an environment that can run TF1.