Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/4DSloMo
/ strip_symmetric
Function
strip_symmetric
utils/general_utils.py:76–77 ·
view source on GitHub ↗
(sym)
Source
from the content-addressed store, hash-verified
74
return
uncertainty
75
76
def
strip_symmetric(sym):
77
return
strip_lowerdiag(sym)
78
79
def
build_rotation(r):
80
norm = torch.sqrt(r[:,0]*r[:,0] + r[:,1]*r[:,1] + r[:,2]*r[:,2] + r[:,3]*r[:,3])
Callers
2
build_covariance_from_scaling_rotation
Method · 0.90
build_covariance_from_scaling_rotation_4d
Method · 0.90
Calls
1
strip_lowerdiag
Function · 0.85
Tested by
no test coverage detected