deepupe_tensorflow
deepupe_tensorflow copied to clipboard
An unofficial implementation of Underexposed Photo Enhancement using Deep Illumination Estimation
Do you have a model trained in this article? I want to test it with my test set. Can you give me a copy? Thank you checkpoints,About the trained model...
It looks like your restore process is wrong. The detailed information is below: NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable...
Sent from PPHub For GitHub
It looks like that the saver.restore() could not get the correct variables from saved_models..
hi, thank you for your work. Would you please share your dataset?
You normalize the data in (-1,1) and the parameter of tf. log () is greater than 0, so loss is nan.
Thanks for your implementation, I read your code and find some your implementation bugs about our cvpr work. The network's output should be an illumination map, you should use input...