sapo17 / BachelorThesis

Simple material parameter estimator tool using Mitsuba 3 and Dr.Jit.
1 stars 0 forks source link

Support for Optix AI Denoiser #40

Open sapo17 opened 1 year ago

sapo17 commented 1 year ago

Current State

material-optimizer currently does not support Optix AI Denoiser as mitsuba 3.

CRQ

Allow users to activate Optix AI Denoiser during optimization. Make sure the user has all requirements if Optix AI Denoiser is triggered.

Initial Requirements for Optix AI Denoiser

sapo17 commented 1 year ago

Speculation: For this to work the process (Optix AI Denoising steps) needs to be differentiable. Consequently, this CRQ is not possible.

However, other denoising approaches (by using DrJit or Pytorch) can be integrated. Further analysis is necessary.