MCPcopy
hub / github.com/zju3dv/4K4D / numpy

Method numpy

easyvolcap/utils/cam_utils.py:318–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 return rhs.__mul__(lhs)
317
318 def numpy(self):
319 return np.concatenate([Rotation.from_quat(self.Q).as_matrix(), self.T[..., None]], axis=-1).astype(np.float32)
320
321
322def gen_cubic_spline_interp_func(c2ws: np.ndarray, smoothing_term=10.0, *args, **kwargs):

Callers 15

voxel_reconstructionFunction · 0.80
fuse_framesMethod · 0.80
voxel_down_sampleFunction · 0.80
remove_outlierFunction · 0.80
farthest_down_sampleFunction · 0.80
bimodal_depth_regressionFunction · 0.80
to_meshMethod · 0.80
to_h5pyFunction · 0.80
export_pynt_pts_aloneFunction · 0.80
to_listFunction · 0.80

Calls

no outgoing calls