deepupe_tensorflow icon indicating copy to clipboard operation
deepupe_tensorflow copied to clipboard

About deepupe implementation

Open wangruixing opened this issue 6 years ago • 0 comments

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 image pixel divide the illumination map to get the predicted result. then calculate the L2 loss. Local smoothness loss is not tv loss. You can find the implementation in our repo, metric.py. there are two parameters in the local smoothness loss function, the input is the original image, and output is the illumination map. We also give a color loss implementation in our repo issue. You can have a try. https://github.com/wangruixing/DeepUPE/issues/45

wangruixing avatar Aug 07 '19 13:08 wangruixing