MCPcopy 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
76def strip_symmetric(sym):
77 return strip_lowerdiag(sym)
78
79def build_rotation(r):
80 norm = torch.sqrt(r[:,0]*r[:,0] + r[:,1]*r[:,1] + r[:,2]*r[:,2] + r[:,3]*r[:,3])

Calls 1

strip_lowerdiagFunction · 0.85

Tested by

no test coverage detected