Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zju3dv/4K4D
/ export_h5
Function
export_h5
easyvolcap/utils/data_utils.py:350–352 ·
view source on GitHub ↗
(batch: dotdict, filename)
Source
from the content-addressed store, hash-verified
348
349
350
def
export_h5(batch: dotdict, filename):
351
with
h5py.File(filename,
'w'
)
as
f:
352
to_h5py(batch, f)
353
354
355
def
load_h5(filename):
Callers
nothing calls this directly
Calls
1
to_h5py
Function · 0.85
Tested by
no test coverage detected