lzqsd / OptixRenderer

An optix-based GPU path tracer
MIT License
86 stars 33 forks source link

How to use OptixRenderer within a neural net? #9

Open moonryul opened 12 months ago

moonryul commented 12 months ago

I noticed that OptixRenderer can be used as a standalone command to render images or other pbr maps (e.g. albedo map or normal map) using the provided scene file and BRDF for materials.

It is implemented in C++. I wonder how this renderer function (presumably a differential function) is used within a neural net.