Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_keyframes
Method · 0.80
export_interps
Method · 0.80
Calls
2
to_batch
Method · 0.95
to_numpy
Function · 0.90
Tested by
no test coverage detected