MCPcopy Create free account
hub / github.com/Anttwo/MILo / refine_intersections_with_binary_search

Function refine_intersections_with_binary_search

milo/regularization/sdf/learnable.py:15–58  ·  view source on GitHub ↗

Refine the intersected isosurface points with binary search. Args: end_points (torch.Tensor): The end points. (N_verts, 2, 3) end_sdf (torch.Tensor): The SDF values at the end points. (N_verts, 2, 1) sdf_function (Callable): The SDF function. Takes a tensor of p

(
    end_points:torch.Tensor,
    end_sdf:torch.Tensor,
    sdf_function:Callable,
    n_binary_steps:int,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected