Skip to content

UDF extract mesh #1

@zgg311

Description

@zgg311

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions