Closed free7187 closed 4 months ago
Hello @free7187,
The integrators implemented in Python are located in this directory: https://github.com/mitsuba-renderer/mitsuba3/tree/master/src/python/python/ad/integrators
The simplest starting points would likely be prb_basic
or prb
.
Description
I'm looking to incorporate my own trained neural network into path tracing. Is there an official Python implementation of path tracing available?