pytorch-recurrent-ae-siggraph17
pytorch-recurrent-ae-siggraph17 copied to clipboard
Pytorch implementation for 'Interactive Reconstruction of Monte Carlo Image Sequences using a Recurrent Denoising Autoencoder' , https://research.nvidia.com/publication/interactive-reconstruction-mont...
Hello!I am interested in the project.Do you have a dataset?I want to try! Thanks!
def LoG(img): weight = [ [0, 0, 1, 0, 0], [0, 1, 2, 1, 0], [1, 2, -16, 2, 1], [0, 1, 2, 1, 0], [0, 0, 1, 0, 0]...
Hello, I create a little dataset to try the model. But pytorch reports the error that memory of GPU has run out. Type of my graphical card is NVIDIA 1080...