google / hdrnet

An implementation of 'Deep Bilateral Learning for Real-Time Image Enhancement', SIGGRAPH 2017
https://groups.csail.mit.edu/graphics/hdrnet/
Apache License 2.0
818 stars 308 forks source link

Switch from mirror to clamp boundary conditions in bilateral_slice #2

Open jiawen opened 4 years ago

jiawen commented 4 years ago

We currently use clamp boundary conditions for bilateral_slice but mirror boundary conditions for its gradient.

Maybe we should make them match?