Pytorch3d: Will Pytorch3D support the ray-tracing method?

Created on 29 Aug 2020  ·  1Comment  ·  Source: facebookresearch/pytorch3d

It seems that pytorch3D only support the rasterized renderer. Will it support the ray-tracing method in the future version?

enhancement

Most helpful comment

So technically mitsuba2 natively supports gradients for pytorch tensors. However there are many functions lacking (batched rendering, multi-gpu, differentiation w.r.t. vertices etc.) that make it not realistic to use for training, but these are supposedly on their roadmap. The documentation is also quite sparse, so your mileage may vary.

>All comments

So technically mitsuba2 natively supports gradients for pytorch tensors. However there are many functions lacking (batched rendering, multi-gpu, differentiation w.r.t. vertices etc.) that make it not realistic to use for training, but these are supposedly on their roadmap. The documentation is also quite sparse, so your mileage may vary.

Was this page helpful?
0 / 5 - 0 ratings