-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Thanks for your excellent research work, now I have a few questions:
What is the method you use to extract mesh when using UDF for reconstruction? The method I use is https://github.com/cvlab-epfl/MeshUDF, but in the code
features_sample = torch.nn.functional.grid_sample(triplane.reshape(-1, triplane_params.resolution, triplane_params.resolution, triplane_params.hidden_dim).permute(0, 3, 1, 2), grid).squeeze(2).squeeze(2).permute(0, 2, 1)
Causes errors:
RuntimeError: derivative for aten::grid_sampler_2d_backward is not implemented
What's your solution, please?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels