MCPcopy
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
350def export_h5(batch: dotdict, filename):
351 with h5py.File(filename, 'w') as f:
352 to_h5py(batch, f)
353
354
355def load_h5(filename):

Callers

nothing calls this directly

Calls 1

to_h5pyFunction · 0.85

Tested by

no test coverage detected