Replies: 1 comment
-
Yes we are trying to rebuild the whole rendering pipeline - faster, while being more photorealistic however, using taichi for rendering is not necessarily a bonus: rendering is already gpu accelerated, and most of our existing rendering pipeline is jitted via numba already stay tuned for a more advanced renderer :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current implementation of the camera does not leverage Taichi's acceleration advantages, which significantly impacts simulation efficiency during camera rendering operations. Is it possible to reimplement the camera computational logic(perhaps including other sensors as well) using Taichi in the furture? Doing so would greatly enhance the efficiency of acquiring simulation data.
Beta Was this translation helpful? Give feedback.
All reactions