Create mesh from PyTorch Tensor #1223
Replies: 1 comment
-
I'd recommend you have a look at this guide: https://mitsuba.readthedocs.io/en/stable/src/how_to_guides/mesh_io_and_manipulation.html#Adding-and-editing-attributes We show to procedurally generate a |
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.
-
Hi, I'm trying to load a mesh in Mitsuba 3 using data from PyTorch. Specifically, I have a tensor
v
with shape(num_vertices, 3)
which contains vertex position data, and a tensorf
with shapenum_faces, 3
which contains face data. How should I construct ami.Mesh
object with these data?Beta Was this translation helpful? Give feedback.
All reactions