MCPcopy Create free account
hub / github.com/charlesq34/pointnet / loadDataFile

Function loadDataFile

provider.py:96–97  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

94 return (data, label)
95
96def loadDataFile(filename):
97 return load_h5(filename)
98
99def load_h5_data_label_seg(h5_filename):
100 f = h5py.File(h5_filename)

Callers

nothing calls this directly

Calls 1

load_h5Function · 0.70

Tested by

no test coverage detected