pytorch3d
pytorch3d copied to clipboard
How to get the face indices of points sampled from a mesh?
Hi,
As written in the title, I'd like to get the face indices of points that are sampled from mesh via API pytorch3d.ops.sample_points_from_meshes
. Unfortunately, the API doesn't return such face indices. Do you have any direction how to get such indices? Thank you!
Best, Ardian