tuvovan / NHDRRNet

Keras Implementation of the paper Deep HDR Imaging via A Non-Local Network - TIP 2020
MIT License
51 stars 6 forks source link

Wrong implementation for nonlocal #9

Closed gitlabspy closed 3 years ago

gitlabspy commented 3 years ago

https://github.com/tuvovan/NHDRRNet/blob/3be68e75fb03d612e1a389860c59daebf36a086b/HDR.py#L77-L78

Shouldn't it be g passing into reshape layer? Might be a copy-paste error though.

tuvovan commented 3 years ago

Sure. Thanks! I fixed it!