MCPcopy Create free account
hub / github.com/OpenMeshLab/MeshXL / to_list_3d

Function to_list_3d

utils/misc.py:20–22  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

18
19@torch.jit.ignore
20def to_list_3d(arr) -> List[List[List[float]]]:
21 arr = arr.detach().cpu().numpy().tolist()
22 return arr
23
24
25def huber_loss(error, delta=1.0):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected