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

Method to_easymocap

easyvolcap/utils/viewer_utils.py:741–744  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

739 return batch
740
741 def to_easymocap(self):
742 batch = self.to_batch()
743 camera = to_numpy(batch)
744 return camera
745
746 def from_easymocap(self, camera: dict):
747 batch = to_tensor(camera)

Callers 2

export_keyframesMethod · 0.80
export_interpsMethod · 0.80

Calls 2

to_batchMethod · 0.95
to_numpyFunction · 0.90

Tested by

no test coverage detected