MCPcopy Create free account
hub / github.com/IRMVLab/SemGauss-SLAM / normalize

Function normalize

eval_mesh/eval_recon.py:13–14  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

11
12
13def normalize(x):
14 return x / np.linalg.norm(x)
15
16
17def get_align_transformation(rec_meshfile, gt_meshfile):

Callers 1

viewmatrixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected