An pytorch re-implementation of 'Deep Bilateral Learning for Real-Time Image Enhancements', SIGGRAPH 2017
Slice operation is implemetated with torch.nn.functional.grid_sample
.
A pytorch re-implementation of 'Deep Bilateral Learning for Real-Time Image Enhancement', SIGGRAPH 2017 https://groups.csail.mit.edu/graphics…
Python