MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / World2Local

Class World2Local

data_loader/mesh_utils.py:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401
402class World2Local(torch.nn.Module):
403 def __init__(self):
404 super().__init__()
405
406
407 def forward(self, strands_tbn, strands_positions, root_normals):
408 return world_to_tbn_space(strands_tbn, strands_positions, root_normals)
409
410
411

Callers 1

trainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected