Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
normalize(x):
14
return
x / np.linalg.norm(x)
15
16
17
def
get_align_transformation(rec_meshfile, gt_meshfile):
Callers
1
viewmatrix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected