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

Issues to run hdrcnn_predict.py #36

Closed hitheng closed 4 years ago

hitheng commented 4 years ago

Hi, @gabrieleilertsen:

Hope this message finds you well. I am trying to run hdrcnn_predict.py, but had a hard time to get it working with Tensorflow 2.0 (stuck at line 112, net = network.model(x)).

If possible, could you help to share the version# of the packages you used? like Python, Tensor, Tensorflowlayer.

thanks

Luke