mitsuba-renderer / mitsuba2

Mitsuba 2: A Retargetable Forward and Inverse Renderer
Other
2.05k stars 266 forks source link

- [❔ other question] I want to optimize the values in the transform component of my sensor plugin #641

Closed VijayVikasM closed 1 year ago

VijayVikasM commented 1 year ago

Summary

I want to optimize the values in the transform component of my sensor plugin (scale and lookat matrix)

But this is by default not differentiable.Is there any way I can achieve this?

njroussel commented 1 year ago

Mitsuba 2 cannot handle this sort of optimizations. I'd recommend you take a look at Mitsuba 3, where this feasible. If you have any issues or questions you can open a thread in that repository.