mitsuba-renderer / mitsuba3

Mitsuba 3: A Retargetable Forward and Inverse Renderer
https://www.mitsuba-renderer.org/
Other
2.1k stars 246 forks source link

Is there an official Python implementation of path tracing? #1206

Closed free7187 closed 4 months ago

free7187 commented 5 months ago

Description

I'm looking to incorporate my own trained neural network into path tracing. Is there an official Python implementation of path tracing available?

merlinND commented 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.