Skip to content

An attempt at a convolutional neural network for denoising incomplete path tracing renders using Feature Pyramid Networks of Lin et al. (https://arxiv.org/pdf/1612.03144.pdf)

Notifications You must be signed in to change notification settings

ShayanPersonal/Denoise-CNN-for-realtime-path-tracing-attempt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denoise-CNN-for-realtime-path-tracing

A convolutional neural network for denoising incomplete path tracing renders using Feature Pyramid Networks

We experiment with the Feature Pyramid Network of Lin et al. (https://arxiv.org/pdf/1612.03144.pdf) to perform denoising of low-sample-rate EXR renders. In conjunction with our CUDA path tracer (https://github.com/trevor-m/cuda-pathtrace) we somewhat manage to achieve realtime path tracing on a GTX 1080 ti with the big caveat that the quality of the result isn't good enough to be used in something like film production.

alt text

alt text

About

An attempt at a convolutional neural network for denoising incomplete path tracing renders using Feature Pyramid Networks of Lin et al. (https://arxiv.org/pdf/1612.03144.pdf)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages